@charset "UTF-8";
/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Material Icons';
  src: url(/assets/Material-Design-Iconic-Font-e8eea96e29a7c0a72612ab85ca3229979666467a28349642c2176e7189a1a39c.woff2?v=2.2.0) format("woff2"), url(/assets/Material-Design-Iconic-Font-7c74c136895350e927bf69fe9fcb9f33fe9fae6340709d6ec4f8cb838a9470a3.woff?v=2.2.0) format("woff"), url(/assets/Material-Design-Iconic-Font-18a45be2ecb66ce217c3bbccf219f8bdc05dc76d61a6e63673186efd1c7cda1a.ttf?v=2.2.0) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material Icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 19, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 24, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-2x {
  font-size: 2em;
}

/* line 27, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-3x {
  font-size: 3em;
}

/* line 30, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-4x {
  font-size: 4em;
}

/* line 33, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-5x {
  font-size: 5em;
}

/* line 36, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 40, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 45, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-ul > li {
  position: relative;
}

/* line 48, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 55, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-li.mdi-hc-lg {
  left: -1.85714286em;
}

/* line 58, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 2px;
}

/* line 63, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 50%;
}

/* line 68, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi.pull-left {
  float: left;
  margin-right: .15em;
}

/* line 72, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi.pull-right {
  float: right;
  margin-left: .15em;
}

/* line 76, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

/* line 80, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

/* line 124, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 128, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 136, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 140, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 144, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 152, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-stack-1x,
.mdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 159, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-stack-1x {
  line-height: inherit;
}

/* line 162, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-stack-2x {
  font-size: 2em;
}

/* line 165, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hc-inverse {
  color: #FFFFFF;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 170, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-3d-rotation:before {
  content: '\f101';
}

/* line 173, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplane-off:before {
  content: '\f102';
}

/* line 176, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplane:before {
  content: '\f103';
}

/* line 179, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-album:before {
  content: '\f104';
}

/* line 182, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-archive:before {
  content: '\f105';
}

/* line 185, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-account:before {
  content: '\f106';
}

/* line 188, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-alert:before {
  content: '\f107';
}

/* line 191, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-check:before {
  content: '\f108';
}

/* line 194, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-o:before {
  content: '\f109';
}

/* line 197, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-return:before {
  content: '\f10a';
}

/* line 200, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-returned:before {
  content: '\f10b';
}

/* line 203, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment:before {
  content: '\f10c';
}

/* line 206, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-attachment-alt:before {
  content: '\f10d';
}

/* line 209, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-attachment:before {
  content: '\f10e';
}

/* line 212, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-audio:before {
  content: '\f10f';
}

/* line 215, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-badge-check:before {
  content: '\f110';
}

/* line 218, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-balance-wallet:before {
  content: '\f111';
}

/* line 221, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-balance:before {
  content: '\f112';
}

/* line 224, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery-alert:before {
  content: '\f113';
}

/* line 227, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery-flash:before {
  content: '\f114';
}

/* line 230, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery-unknown:before {
  content: '\f115';
}

/* line 233, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery:before {
  content: '\f116';
}

/* line 236, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bike:before {
  content: '\f117';
}

/* line 239, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-block-alt:before {
  content: '\f118';
}

/* line 242, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-block:before {
  content: '\f119';
}

/* line 245, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-boat:before {
  content: '\f11a';
}

/* line 248, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-book-image:before {
  content: '\f11b';
}

/* line 251, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-book:before {
  content: '\f11c';
}

/* line 254, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bookmark-outline:before {
  content: '\f11d';
}

/* line 257, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bookmark:before {
  content: '\f11e';
}

/* line 260, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brush:before {
  content: '\f11f';
}

/* line 263, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bug:before {
  content: '\f120';
}

/* line 266, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bus:before {
  content: '\f121';
}

/* line 269, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cake:before {
  content: '\f122';
}

/* line 272, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-car-taxi:before {
  content: '\f123';
}

/* line 275, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-car-wash:before {
  content: '\f124';
}

/* line 278, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-car:before {
  content: '\f125';
}

/* line 281, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-giftcard:before {
  content: '\f126';
}

/* line 284, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-membership:before {
  content: '\f127';
}

/* line 287, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-travel:before {
  content: '\f128';
}

/* line 290, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card:before {
  content: '\f129';
}

/* line 293, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case-check:before {
  content: '\f12a';
}

/* line 296, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case-download:before {
  content: '\f12b';
}

/* line 299, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case-play:before {
  content: '\f12c';
}

/* line 302, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case:before {
  content: '\f12d';
}

/* line 305, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cast-connected:before {
  content: '\f12e';
}

/* line 308, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cast:before {
  content: '\f12f';
}

/* line 311, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chart-donut:before {
  content: '\f130';
}

/* line 314, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chart:before {
  content: '\f131';
}

/* line 317, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-city-alt:before {
  content: '\f132';
}

/* line 320, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-city:before {
  content: '\f133';
}

/* line 323, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-close-circle-o:before {
  content: '\f134';
}

/* line 326, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-close-circle:before {
  content: '\f135';
}

/* line 329, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-close:before {
  content: '\f136';
}

/* line 332, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cocktail:before {
  content: '\f137';
}

/* line 335, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-code-setting:before {
  content: '\f138';
}

/* line 338, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-code-smartphone:before {
  content: '\f139';
}

/* line 341, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-code:before {
  content: '\f13a';
}

/* line 344, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-coffee:before {
  content: '\f13b';
}

/* line 347, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-bookmark:before {
  content: '\f13c';
}

/* line 350, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-case-play:before {
  content: '\f13d';
}

/* line 353, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-folder-image:before {
  content: '\f13e';
}

/* line 356, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-image-o:before {
  content: '\f13f';
}

/* line 359, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-image:before {
  content: '\f140';
}

/* line 362, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-1:before {
  content: '\f141';
}

/* line 365, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-2:before {
  content: '\f142';
}

/* line 368, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-3:before {
  content: '\f143';
}

/* line 371, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-4:before {
  content: '\f144';
}

/* line 374, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-5:before {
  content: '\f145';
}

/* line 377, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-6:before {
  content: '\f146';
}

/* line 380, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-7:before {
  content: '\f147';
}

/* line 383, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-8:before {
  content: '\f148';
}

/* line 386, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-9-plus:before {
  content: '\f149';
}

/* line 389, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-9:before {
  content: '\f14a';
}

/* line 392, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item:before {
  content: '\f14b';
}

/* line 395, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-music:before {
  content: '\f14c';
}

/* line 398, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-pdf:before {
  content: '\f14d';
}

/* line 401, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-plus:before {
  content: '\f14e';
}

/* line 404, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-speaker:before {
  content: '\f14f';
}

/* line 407, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-text:before {
  content: '\f150';
}

/* line 410, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-video:before {
  content: '\f151';
}

/* line 413, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-compass:before {
  content: '\f152';
}

/* line 416, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cutlery:before {
  content: '\f153';
}

/* line 419, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-delete:before {
  content: '\f154';
}

/* line 422, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dialpad:before {
  content: '\f155';
}

/* line 425, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dns:before {
  content: '\f156';
}

/* line 428, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-drink:before {
  content: '\f157';
}

/* line 431, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-edit:before {
  content: '\f158';
}

/* line 434, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-email-open:before {
  content: '\f159';
}

/* line 437, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-email:before {
  content: '\f15a';
}

/* line 440, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eye-off:before {
  content: '\f15b';
}

/* line 443, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eye:before {
  content: '\f15c';
}

/* line 446, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eyedropper:before {
  content: '\f15d';
}

/* line 449, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-favorite-outline:before {
  content: '\f15e';
}

/* line 452, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-favorite:before {
  content: '\f15f';
}

/* line 455, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-list:before {
  content: '\f160';
}

/* line 458, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fire:before {
  content: '\f161';
}

/* line 461, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flag:before {
  content: '\f162';
}

/* line 464, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flare:before {
  content: '\f163';
}

/* line 467, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flash-auto:before {
  content: '\f164';
}

/* line 470, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flash-off:before {
  content: '\f165';
}

/* line 473, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flash:before {
  content: '\f166';
}

/* line 476, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flip:before {
  content: '\f167';
}

/* line 479, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flower-alt:before {
  content: '\f168';
}

/* line 482, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flower:before {
  content: '\f169';
}

/* line 485, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-font:before {
  content: '\f16a';
}

/* line 488, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fullscreen-alt:before {
  content: '\f16b';
}

/* line 491, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fullscreen-exit:before {
  content: '\f16c';
}

/* line 494, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fullscreen:before {
  content: '\f16d';
}

/* line 497, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-functions:before {
  content: '\f16e';
}

/* line 500, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gas-station:before {
  content: '\f16f';
}

/* line 503, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gesture:before {
  content: '\f170';
}

/* line 506, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-globe-alt:before {
  content: '\f171';
}

/* line 509, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-globe-lock:before {
  content: '\f172';
}

/* line 512, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-globe:before {
  content: '\f173';
}

/* line 515, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-graduation-cap:before {
  content: '\f174';
}

/* line 518, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-home:before {
  content: '\f175';
}

/* line 521, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hospital-alt:before {
  content: '\f176';
}

/* line 524, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hospital:before {
  content: '\f177';
}

/* line 527, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hotel:before {
  content: '\f178';
}

/* line 530, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hourglass-alt:before {
  content: '\f179';
}

/* line 533, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hourglass-outline:before {
  content: '\f17a';
}

/* line 536, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hourglass:before {
  content: '\f17b';
}

/* line 539, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-http:before {
  content: '\f17c';
}

/* line 542, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-image-alt:before {
  content: '\f17d';
}

/* line 545, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-image-o:before {
  content: '\f17e';
}

/* line 548, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-image:before {
  content: '\f17f';
}

/* line 551, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-inbox:before {
  content: '\f180';
}

/* line 554, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-invert-colors-off:before {
  content: '\f181';
}

/* line 557, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-invert-colors:before {
  content: '\f182';
}

/* line 560, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-key:before {
  content: '\f183';
}

/* line 563, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label-alt-outline:before {
  content: '\f184';
}

/* line 566, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label-alt:before {
  content: '\f185';
}

/* line 569, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label-heart:before {
  content: '\f186';
}

/* line 572, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label:before {
  content: '\f187';
}

/* line 575, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-labels:before {
  content: '\f188';
}

/* line 578, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lamp:before {
  content: '\f189';
}

/* line 581, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-landscape:before {
  content: '\f18a';
}

/* line 584, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-layers-off:before {
  content: '\f18b';
}

/* line 587, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-layers:before {
  content: '\f18c';
}

/* line 590, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-library:before {
  content: '\f18d';
}

/* line 593, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-link:before {
  content: '\f18e';
}

/* line 596, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lock-open:before {
  content: '\f18f';
}

/* line 599, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lock-outline:before {
  content: '\f190';
}

/* line 602, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lock:before {
  content: '\f191';
}

/* line 605, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mail-reply-all:before {
  content: '\f192';
}

/* line 608, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mail-reply:before {
  content: '\f193';
}

/* line 611, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mail-send:before {
  content: '\f194';
}

/* line 614, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mall:before {
  content: '\f195';
}

/* line 617, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-map:before {
  content: '\f196';
}

/* line 620, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-menu:before {
  content: '\f197';
}

/* line 623, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-money-box:before {
  content: '\f198';
}

/* line 626, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-money-off:before {
  content: '\f199';
}

/* line 629, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-money:before {
  content: '\f19a';
}

/* line 632, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-more-vert:before {
  content: '\f19b';
}

/* line 635, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-more:before {
  content: '\f19c';
}

/* line 638, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-movie-alt:before {
  content: '\f19d';
}

/* line 641, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-movie:before {
  content: '\f19e';
}

/* line 644, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-nature-people:before {
  content: '\f19f';
}

/* line 647, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-nature:before {
  content: '\f1a0';
}

/* line 650, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-navigation:before {
  content: '\f1a1';
}

/* line 653, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-open-in-browser:before {
  content: '\f1a2';
}

/* line 656, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-open-in-new:before {
  content: '\f1a3';
}

/* line 659, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-palette:before {
  content: '\f1a4';
}

/* line 662, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-parking:before {
  content: '\f1a5';
}

/* line 665, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-account:before {
  content: '\f1a6';
}

/* line 668, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-assistant:before {
  content: '\f1a7';
}

/* line 671, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-drop:before {
  content: '\f1a8';
}

/* line 674, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-help:before {
  content: '\f1a9';
}

/* line 677, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-off:before {
  content: '\f1aa';
}

/* line 680, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin:before {
  content: '\f1ab';
}

/* line 683, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pizza:before {
  content: '\f1ac';
}

/* line 686, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plaster:before {
  content: '\f1ad';
}

/* line 689, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power-setting:before {
  content: '\f1ae';
}

/* line 692, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power:before {
  content: '\f1af';
}

/* line 695, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-print:before {
  content: '\f1b0';
}

/* line 698, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-puzzle-piece:before {
  content: '\f1b1';
}

/* line 701, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-quote:before {
  content: '\f1b2';
}

/* line 704, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-railway:before {
  content: '\f1b3';
}

/* line 707, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-receipt:before {
  content: '\f1b4';
}

/* line 710, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-alt:before {
  content: '\f1b5';
}

/* line 713, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync-alert:before {
  content: '\f1b6';
}

/* line 716, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync-off:before {
  content: '\f1b7';
}

/* line 719, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync:before {
  content: '\f1b8';
}

/* line 722, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh:before {
  content: '\f1b9';
}

/* line 725, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-roller:before {
  content: '\f1ba';
}

/* line 728, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-ruler:before {
  content: '\f1bb';
}

/* line 731, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-scissors:before {
  content: '\f1bc';
}

/* line 734, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-screen-rotation-lock:before {
  content: '\f1bd';
}

/* line 737, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-screen-rotation:before {
  content: '\f1be';
}

/* line 740, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-for:before {
  content: '\f1bf';
}

/* line 743, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-in-file:before {
  content: '\f1c0';
}

/* line 746, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-in-page:before {
  content: '\f1c1';
}

/* line 749, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-replace:before {
  content: '\f1c2';
}

/* line 752, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search:before {
  content: '\f1c3';
}

/* line 755, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-seat:before {
  content: '\f1c4';
}

/* line 758, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-settings-square:before {
  content: '\f1c5';
}

/* line 761, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-settings:before {
  content: '\f1c6';
}

/* line 764, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shield-check:before {
  content: '\f1c7';
}

/* line 767, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shield-security:before {
  content: '\f1c8';
}

/* line 770, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shopping-basket:before {
  content: '\f1c9';
}

/* line 773, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shopping-cart-plus:before {
  content: '\f1ca';
}

/* line 776, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shopping-cart:before {
  content: '\f1cb';
}

/* line 779, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sign-in:before {
  content: '\f1cc';
}

/* line 782, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-amount-asc:before {
  content: '\f1cd';
}

/* line 785, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-amount-desc:before {
  content: '\f1ce';
}

/* line 788, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-asc:before {
  content: '\f1cf';
}

/* line 791, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-desc:before {
  content: '\f1d0';
}

/* line 794, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-spellcheck:before {
  content: '\f1d1';
}

/* line 797, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-storage:before {
  content: '\f1d2';
}

/* line 800, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-store-24:before {
  content: '\f1d3';
}

/* line 803, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-store:before {
  content: '\f1d4';
}

/* line 806, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-subway:before {
  content: '\f1d5';
}

/* line 809, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sun:before {
  content: '\f1d6';
}

/* line 812, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tab-unselected:before {
  content: '\f1d7';
}

/* line 815, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tab:before {
  content: '\f1d8';
}

/* line 818, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tag-close:before {
  content: '\f1d9';
}

/* line 821, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tag-more:before {
  content: '\f1da';
}

/* line 824, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tag:before {
  content: '\f1db';
}

/* line 827, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-thumb-down:before {
  content: '\f1dc';
}

/* line 830, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-thumb-up-down:before {
  content: '\f1dd';
}

/* line 833, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-thumb-up:before {
  content: '\f1de';
}

/* line 836, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-ticket-star:before {
  content: '\f1df';
}

/* line 839, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-toll:before {
  content: '\f1e0';
}

/* line 842, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-toys:before {
  content: '\f1e1';
}

/* line 845, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-traffic:before {
  content: '\f1e2';
}

/* line 848, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-translate:before {
  content: '\f1e3';
}

/* line 851, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-triangle-down:before {
  content: '\f1e4';
}

/* line 854, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-triangle-up:before {
  content: '\f1e5';
}

/* line 857, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-truck:before {
  content: '\f1e6';
}

/* line 860, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-turning-sign:before {
  content: '\f1e7';
}

/* line 863, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wallpaper:before {
  content: '\f1e8';
}

/* line 866, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-washing-machine:before {
  content: '\f1e9';
}

/* line 869, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-window-maximize:before {
  content: '\f1ea';
}

/* line 872, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-window-minimize:before {
  content: '\f1eb';
}

/* line 875, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-window-restore:before {
  content: '\f1ec';
}

/* line 878, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wrench:before {
  content: '\f1ed';
}

/* line 881, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-zoom-in:before {
  content: '\f1ee';
}

/* line 884, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-zoom-out:before {
  content: '\f1ef';
}

/* line 887, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-circle-o:before {
  content: '\f1f0';
}

/* line 890, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-circle:before {
  content: '\f1f1';
}

/* line 893, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-octagon:before {
  content: '\f1f2';
}

/* line 896, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-polygon:before {
  content: '\f1f3';
}

/* line 899, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-triangle:before {
  content: '\f1f4';
}

/* line 902, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-help-outline:before {
  content: '\f1f5';
}

/* line 905, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-help:before {
  content: '\f1f6';
}

/* line 908, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-info-outline:before {
  content: '\f1f7';
}

/* line 911, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-info:before {
  content: '\f1f8';
}

/* line 914, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-active:before {
  content: '\f1f9';
}

/* line 917, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-add:before {
  content: '\f1fa';
}

/* line 920, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-none:before {
  content: '\f1fb';
}

/* line 923, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-off:before {
  content: '\f1fc';
}

/* line 926, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-paused:before {
  content: '\f1fd';
}

/* line 929, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications:before {
  content: '\f1fe';
}

/* line 932, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-add:before {
  content: '\f1ff';
}

/* line 935, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box-mail:before {
  content: '\f200';
}

/* line 938, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box-o:before {
  content: '\f201';
}

/* line 941, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box-phone:before {
  content: '\f202';
}

/* line 944, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box:before {
  content: '\f203';
}

/* line 947, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-calendar:before {
  content: '\f204';
}

/* line 950, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-circle:before {
  content: '\f205';
}

/* line 953, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-o:before {
  content: '\f206';
}

/* line 956, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account:before {
  content: '\f207';
}

/* line 959, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-add:before {
  content: '\f208';
}

/* line 962, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-alt:before {
  content: '\f209';
}

/* line 965, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-list-alt:before {
  content: '\f20a';
}

/* line 968, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-list:before {
  content: '\f20b';
}

/* line 971, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-outline:before {
  content: '\f20c';
}

/* line 974, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts:before {
  content: '\f20d';
}

/* line 977, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-face:before {
  content: '\f20e';
}

/* line 980, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-female:before {
  content: '\f20f';
}

/* line 983, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-male-alt:before {
  content: '\f210';
}

/* line 986, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-male-female:before {
  content: '\f211';
}

/* line 989, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-male:before {
  content: '\f212';
}

/* line 992, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mood-bad:before {
  content: '\f213';
}

/* line 995, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mood:before {
  content: '\f214';
}

/* line 998, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-run:before {
  content: '\f215';
}

/* line 1001, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-walk:before {
  content: '\f216';
}

/* line 1004, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-box:before {
  content: '\f217';
}

/* line 1007, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-circle:before {
  content: '\f218';
}

/* line 1010, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-done:before {
  content: '\f219';
}

/* line 1013, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-download:before {
  content: '\f21a';
}

/* line 1016, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-off:before {
  content: '\f21b';
}

/* line 1019, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-outline-alt:before {
  content: '\f21c';
}

/* line 1022, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-outline:before {
  content: '\f21d';
}

/* line 1025, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-upload:before {
  content: '\f21e';
}

/* line 1028, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud:before {
  content: '\f21f';
}

/* line 1031, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-download:before {
  content: '\f220';
}

/* line 1034, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-file-plus:before {
  content: '\f221';
}

/* line 1037, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-file-text:before {
  content: '\f222';
}

/* line 1040, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-file:before {
  content: '\f223';
}

/* line 1043, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-outline:before {
  content: '\f224';
}

/* line 1046, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-person:before {
  content: '\f225';
}

/* line 1049, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-star-alt:before {
  content: '\f226';
}

/* line 1052, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-star:before {
  content: '\f227';
}

/* line 1055, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder:before {
  content: '\f228';
}

/* line 1058, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gif:before {
  content: '\f229';
}

/* line 1061, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-upload:before {
  content: '\f22a';
}

/* line 1064, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-all:before {
  content: '\f22b';
}

/* line 1067, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-bottom:before {
  content: '\f22c';
}

/* line 1070, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-clear:before {
  content: '\f22d';
}

/* line 1073, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-color:before {
  content: '\f22e';
}

/* line 1076, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-horizontal:before {
  content: '\f22f';
}

/* line 1079, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-inner:before {
  content: '\f230';
}

/* line 1082, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-left:before {
  content: '\f231';
}

/* line 1085, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-outer:before {
  content: '\f232';
}

/* line 1088, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-right:before {
  content: '\f233';
}

/* line 1091, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-style:before {
  content: '\f234';
}

/* line 1094, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-top:before {
  content: '\f235';
}

/* line 1097, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-vertical:before {
  content: '\f236';
}

/* line 1100, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-copy:before {
  content: '\f237';
}

/* line 1103, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop:before {
  content: '\f238';
}

/* line 1106, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-center:before {
  content: '\f239';
}

/* line 1109, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-justify:before {
  content: '\f23a';
}

/* line 1112, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-left:before {
  content: '\f23b';
}

/* line 1115, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-right:before {
  content: '\f23c';
}

/* line 1118, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-bold:before {
  content: '\f23d';
}

/* line 1121, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-clear-all:before {
  content: '\f23e';
}

/* line 1124, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-clear:before {
  content: '\f23f';
}

/* line 1127, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-color-fill:before {
  content: '\f240';
}

/* line 1130, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-color-reset:before {
  content: '\f241';
}

/* line 1133, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-color-text:before {
  content: '\f242';
}

/* line 1136, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-indent-decrease:before {
  content: '\f243';
}

/* line 1139, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-indent-increase:before {
  content: '\f244';
}

/* line 1142, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-italic:before {
  content: '\f245';
}

/* line 1145, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-line-spacing:before {
  content: '\f246';
}

/* line 1148, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-list-bulleted:before {
  content: '\f247';
}

/* line 1151, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-list-numbered:before {
  content: '\f248';
}

/* line 1154, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-ltr:before {
  content: '\f249';
}

/* line 1157, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-rtl:before {
  content: '\f24a';
}

/* line 1160, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-size:before {
  content: '\f24b';
}

/* line 1163, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-strikethrough-s:before {
  content: '\f24c';
}

/* line 1166, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-strikethrough:before {
  content: '\f24d';
}

/* line 1169, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-subject:before {
  content: '\f24e';
}

/* line 1172, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-underlined:before {
  content: '\f24f';
}

/* line 1175, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-valign-bottom:before {
  content: '\f250';
}

/* line 1178, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-valign-center:before {
  content: '\f251';
}

/* line 1181, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-valign-top:before {
  content: '\f252';
}

/* line 1184, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-redo:before {
  content: '\f253';
}

/* line 1187, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-select-all:before {
  content: '\f254';
}

/* line 1190, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-space-bar:before {
  content: '\f255';
}

/* line 1193, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-text-format:before {
  content: '\f256';
}

/* line 1196, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-transform:before {
  content: '\f257';
}

/* line 1199, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-undo:before {
  content: '\f258';
}

/* line 1202, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wrap-text:before {
  content: '\f259';
}

/* line 1205, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-alert:before {
  content: '\f25a';
}

/* line 1208, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-alt-text:before {
  content: '\f25b';
}

/* line 1211, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-alt:before {
  content: '\f25c';
}

/* line 1214, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-edit:before {
  content: '\f25d';
}

/* line 1217, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-image:before {
  content: '\f25e';
}

/* line 1220, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-list:before {
  content: '\f25f';
}

/* line 1223, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-more:before {
  content: '\f260';
}

/* line 1226, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-outline:before {
  content: '\f261';
}

/* line 1229, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-text-alt:before {
  content: '\f262';
}

/* line 1232, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-text:before {
  content: '\f263';
}

/* line 1235, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-video:before {
  content: '\f264';
}

/* line 1238, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment:before {
  content: '\f265';
}

/* line 1241, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comments:before {
  content: '\f266';
}

/* line 1244, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-all:before {
  content: '\f267';
}

/* line 1247, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-circle-u:before {
  content: '\f268';
}

/* line 1250, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-circle:before {
  content: '\f269';
}

/* line 1253, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-square:before {
  content: '\f26a';
}

/* line 1256, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check:before {
  content: '\f26b';
}

/* line 1259, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-circle-o:before {
  content: '\f26c';
}

/* line 1262, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-circle:before {
  content: '\f26d';
}

/* line 1265, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dot-circle-alt:before {
  content: '\f26e';
}

/* line 1268, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dot-circle:before {
  content: '\f26f';
}

/* line 1271, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus-circle-outline:before {
  content: '\f270';
}

/* line 1274, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus-circle:before {
  content: '\f271';
}

/* line 1277, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus-square:before {
  content: '\f272';
}

/* line 1280, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus:before {
  content: '\f273';
}

/* line 1283, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

/* line 1286, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-circle-o:before {
  content: '\f275';
}

/* line 1289, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-circle:before {
  content: '\f276';
}

/* line 1292, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-square:before {
  content: '\f277';
}

/* line 1295, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus:before {
  content: '\f278';
}

/* line 1298, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-square-o:before {
  content: '\f279';
}

/* line 1301, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star-circle:before {
  content: '\f27a';
}

/* line 1304, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star-half:before {
  content: '\f27b';
}

/* line 1307, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star-outline:before {
  content: '\f27c';
}

/* line 1310, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star:before {
  content: '\f27d';
}

/* line 1313, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-connected:before {
  content: '\f27e';
}

/* line 1316, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-off:before {
  content: '\f27f';
}

/* line 1319, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-search:before {
  content: '\f280';
}

/* line 1322, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-setting:before {
  content: '\f281';
}

/* line 1325, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth:before {
  content: '\f282';
}

/* line 1328, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-add:before {
  content: '\f283';
}

/* line 1331, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-alt:before {
  content: '\f284';
}

/* line 1334, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-bw:before {
  content: '\f285';
}

/* line 1337, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-front:before {
  content: '\f286';
}

/* line 1340, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-mic:before {
  content: '\f287';
}

/* line 1343, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-party-mode:before {
  content: '\f288';
}

/* line 1346, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-rear:before {
  content: '\f289';
}

/* line 1349, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-roll:before {
  content: '\f28a';
}

/* line 1352, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-switch:before {
  content: '\f28b';
}

/* line 1355, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera:before {
  content: '\f28c';
}

/* line 1358, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-alert:before {
  content: '\f28d';
}

/* line 1361, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-off:before {
  content: '\f28e';
}

/* line 1364, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-sd:before {
  content: '\f28f';
}

/* line 1367, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-sim:before {
  content: '\f290';
}

/* line 1370, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-desktop-mac:before {
  content: '\f291';
}

/* line 1373, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-desktop-windows:before {
  content: '\f292';
}

/* line 1376, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-device-hub:before {
  content: '\f293';
}

/* line 1379, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-devices-off:before {
  content: '\f294';
}

/* line 1382, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-devices:before {
  content: '\f295';
}

/* line 1385, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dock:before {
  content: '\f296';
}

/* line 1388, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-floppy:before {
  content: '\f297';
}

/* line 1391, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gamepad:before {
  content: '\f298';
}

/* line 1394, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gps-dot:before {
  content: '\f299';
}

/* line 1397, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gps-off:before {
  content: '\f29a';
}

/* line 1400, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gps:before {
  content: '\f29b';
}

/* line 1403, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-headset-mic:before {
  content: '\f29c';
}

/* line 1406, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-headset:before {
  content: '\f29d';
}

/* line 1409, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-antenna:before {
  content: '\f29e';
}

/* line 1412, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-composite:before {
  content: '\f29f';
}

/* line 1415, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-hdmi:before {
  content: '\f2a0';
}

/* line 1418, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-power:before {
  content: '\f2a1';
}

/* line 1421, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-svideo:before {
  content: '\f2a2';
}

/* line 1424, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-keyboard-hide:before {
  content: '\f2a3';
}

/* line 1427, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-keyboard:before {
  content: '\f2a4';
}

/* line 1430, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-laptop-chromebook:before {
  content: '\f2a5';
}

/* line 1433, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-laptop-mac:before {
  content: '\f2a6';
}

/* line 1436, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-laptop:before {
  content: '\f2a7';
}

/* line 1439, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic-off:before {
  content: '\f2a8';
}

/* line 1442, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic-outline:before {
  content: '\f2a9';
}

/* line 1445, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic-setting:before {
  content: '\f2aa';
}

/* line 1448, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic:before {
  content: '\f2ab';
}

/* line 1451, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mouse:before {
  content: '\f2ac';
}

/* line 1454, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-alert:before {
  content: '\f2ad';
}

/* line 1457, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-locked:before {
  content: '\f2ae';
}

/* line 1460, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-off:before {
  content: '\f2af';
}

/* line 1463, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-outline:before {
  content: '\f2b0';
}

/* line 1466, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-setting:before {
  content: '\f2b1';
}

/* line 1469, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network:before {
  content: '\f2b2';
}

/* line 1472, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-bluetooth:before {
  content: '\f2b3';
}

/* line 1475, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-end:before {
  content: '\f2b4';
}

/* line 1478, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-forwarded:before {
  content: '\f2b5';
}

/* line 1481, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-in-talk:before {
  content: '\f2b6';
}

/* line 1484, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-locked:before {
  content: '\f2b7';
}

/* line 1487, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-missed:before {
  content: '\f2b8';
}

/* line 1490, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-msg:before {
  content: '\f2b9';
}

/* line 1493, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-paused:before {
  content: '\f2ba';
}

/* line 1496, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-ring:before {
  content: '\f2bb';
}

/* line 1499, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-setting:before {
  content: '\f2bc';
}

/* line 1502, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-sip:before {
  content: '\f2bd';
}

/* line 1505, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone:before {
  content: '\f2be';
}

/* line 1508, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-portable-wifi-changes:before {
  content: '\f2bf';
}

/* line 1511, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-portable-wifi-off:before {
  content: '\f2c0';
}

/* line 1514, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-portable-wifi:before {
  content: '\f2c1';
}

/* line 1517, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-radio:before {
  content: '\f2c2';
}

/* line 1520, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-reader:before {
  content: '\f2c3';
}

/* line 1523, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-remote-control-alt:before {
  content: '\f2c4';
}

/* line 1526, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-remote-control:before {
  content: '\f2c5';
}

/* line 1529, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-router:before {
  content: '\f2c6';
}

/* line 1532, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-scanner:before {
  content: '\f2c7';
}

/* line 1535, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-android:before {
  content: '\f2c8';
}

/* line 1538, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-download:before {
  content: '\f2c9';
}

/* line 1541, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-erase:before {
  content: '\f2ca';
}

/* line 1544, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-info:before {
  content: '\f2cb';
}

/* line 1547, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-iphone:before {
  content: '\f2cc';
}

/* line 1550, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

/* line 1553, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-landscape:before {
  content: '\f2ce';
}

/* line 1556, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-lock:before {
  content: '\f2cf';
}

/* line 1559, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

/* line 1562, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-ring:before {
  content: '\f2d1';
}

/* line 1565, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-setting:before {
  content: '\f2d2';
}

/* line 1568, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-setup:before {
  content: '\f2d3';
}

/* line 1571, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone:before {
  content: '\f2d4';
}

/* line 1574, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-speaker:before {
  content: '\f2d5';
}

/* line 1577, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tablet-android:before {
  content: '\f2d6';
}

/* line 1580, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tablet-mac:before {
  content: '\f2d7';
}

/* line 1583, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tablet:before {
  content: '\f2d8';
}

/* line 1586, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv-alt-play:before {
  content: '\f2d9';
}

/* line 1589, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv-list:before {
  content: '\f2da';
}

/* line 1592, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv-play:before {
  content: '\f2db';
}

/* line 1595, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv:before {
  content: '\f2dc';
}

/* line 1598, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-usb:before {
  content: '\f2dd';
}

/* line 1601, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-videocam-off:before {
  content: '\f2de';
}

/* line 1604, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-videocam-switch:before {
  content: '\f2df';
}

/* line 1607, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-videocam:before {
  content: '\f2e0';
}

/* line 1610, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-watch:before {
  content: '\f2e1';
}

/* line 1613, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-alt-2:before {
  content: '\f2e2';
}

/* line 1616, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-alt:before {
  content: '\f2e3';
}

/* line 1619, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-info:before {
  content: '\f2e4';
}

/* line 1622, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-lock:before {
  content: '\f2e5';
}

/* line 1625, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-off:before {
  content: '\f2e6';
}

/* line 1628, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-outline:before {
  content: '\f2e7';
}

/* line 1631, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi:before {
  content: '\f2e8';
}

/* line 1634, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-left-bottom:before {
  content: '\f2e9';
}

/* line 1637, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-left:before {
  content: '\f2ea';
}

/* line 1640, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-merge:before {
  content: '\f2eb';
}

/* line 1643, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-missed:before {
  content: '\f2ec';
}

/* line 1646, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-right-top:before {
  content: '\f2ed';
}

/* line 1649, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-right:before {
  content: '\f2ee';
}

/* line 1652, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-split:before {
  content: '\f2ef';
}

/* line 1655, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrows:before {
  content: '\f2f0';
}

/* line 1658, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-down-circle:before {
  content: '\f2f1';
}

/* line 1661, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-down:before {
  content: '\f2f2';
}

/* line 1664, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-left-circle:before {
  content: '\f2f3';
}

/* line 1667, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-left:before {
  content: '\f2f4';
}

/* line 1670, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-right-circle:before {
  content: '\f2f5';
}

/* line 1673, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-right:before {
  content: '\f2f6';
}

/* line 1676, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-up-circle:before {
  content: '\f2f7';
}

/* line 1679, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-up:before {
  content: '\f2f8';
}

/* line 1682, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-down:before {
  content: '\f2f9';
}

/* line 1685, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-left:before {
  content: '\f2fa';
}

/* line 1688, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-right:before {
  content: '\f2fb';
}

/* line 1691, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-up:before {
  content: '\f2fc';
}

/* line 1694, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward:before {
  content: '\f2fd';
}

/* line 1697, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-down:before {
  content: '\f2fe';
}

/* line 1700, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-left:before {
  content: '\f2ff';
}

/* line 1703, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-return:before {
  content: '\f300';
}

/* line 1706, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-right:before {
  content: '\f301';
}

/* line 1709, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-tab:before {
  content: '\f302';
}

/* line 1712, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-up:before {
  content: '\f303';
}

/* line 1715, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-ccw:before {
  content: '\f304';
}

/* line 1718, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-cw:before {
  content: '\f305';
}

/* line 1721, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-left:before {
  content: '\f306';
}

/* line 1724, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-right:before {
  content: '\f307';
}

/* line 1727, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-square-down:before {
  content: '\f308';
}

/* line 1730, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-square-right:before {
  content: '\f309';
}

/* line 1733, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap-alt:before {
  content: '\f30a';
}

/* line 1736, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap-vertical-circle:before {
  content: '\f30b';
}

/* line 1739, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap-vertical:before {
  content: '\f30c';
}

/* line 1742, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap:before {
  content: '\f30d';
}

/* line 1745, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-trending-down:before {
  content: '\f30e';
}

/* line 1748, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-trending-flat:before {
  content: '\f30f';
}

/* line 1751, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-trending-up:before {
  content: '\f310';
}

/* line 1754, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-unfold-less:before {
  content: '\f311';
}

/* line 1757, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-unfold-more:before {
  content: '\f312';
}

/* line 1760, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-apps:before {
  content: '\f313';
}

/* line 1763, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-grid-off:before {
  content: '\f314';
}

/* line 1766, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-grid:before {
  content: '\f315';
}

/* line 1769, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-agenda:before {
  content: '\f316';
}

/* line 1772, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-array:before {
  content: '\f317';
}

/* line 1775, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-carousel:before {
  content: '\f318';
}

/* line 1778, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-column:before {
  content: '\f319';
}

/* line 1781, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-comfy:before {
  content: '\f31a';
}

/* line 1784, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-compact:before {
  content: '\f31b';
}

/* line 1787, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-dashboard:before {
  content: '\f31c';
}

/* line 1790, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-day:before {
  content: '\f31d';
}

/* line 1793, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-headline:before {
  content: '\f31e';
}

/* line 1796, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-list-alt:before {
  content: '\f31f';
}

/* line 1799, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-list:before {
  content: '\f320';
}

/* line 1802, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-module:before {
  content: '\f321';
}

/* line 1805, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-quilt:before {
  content: '\f322';
}

/* line 1808, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-stream:before {
  content: '\f323';
}

/* line 1811, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-subtitles:before {
  content: '\f324';
}

/* line 1814, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-toc:before {
  content: '\f325';
}

/* line 1817, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-web:before {
  content: '\f326';
}

/* line 1820, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-week:before {
  content: '\f327';
}

/* line 1823, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-widgets:before {
  content: '\f328';
}

/* line 1826, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-check:before {
  content: '\f329';
}

/* line 1829, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-off:before {
  content: '\f32a';
}

/* line 1832, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-plus:before {
  content: '\f32b';
}

/* line 1835, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-snooze:before {
  content: '\f32c';
}

/* line 1838, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm:before {
  content: '\f32d';
}

/* line 1841, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-alt:before {
  content: '\f32e';
}

/* line 1844, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-check:before {
  content: '\f32f';
}

/* line 1847, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-close:before {
  content: '\f330';
}

/* line 1850, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-note:before {
  content: '\f331';
}

/* line 1853, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar:before {
  content: '\f332';
}

/* line 1856, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-countdown:before {
  content: '\f333';
}

/* line 1859, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-interval:before {
  content: '\f334';
}

/* line 1862, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-restore-setting:before {
  content: '\f335';
}

/* line 1865, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-restore:before {
  content: '\f336';
}

/* line 1868, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time:before {
  content: '\f337';
}

/* line 1871, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-timer-off:before {
  content: '\f338';
}

/* line 1874, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-timer:before {
  content: '\f339';
}

/* line 1877, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-android-alt:before {
  content: '\f33a';
}

/* line 1880, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-android:before {
  content: '\f33b';
}

/* line 1883, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-apple:before {
  content: '\f33c';
}

/* line 1886, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-behance:before {
  content: '\f33d';
}

/* line 1889, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-codepen:before {
  content: '\f33e';
}

/* line 1892, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dribbble:before {
  content: '\f33f';
}

/* line 1895, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dropbox:before {
  content: '\f340';
}

/* line 1898, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-evernote:before {
  content: '\f341';
}

/* line 1901, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-facebook-box:before {
  content: '\f342';
}

/* line 1904, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-facebook:before {
  content: '\f343';
}

/* line 1907, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-github-box:before {
  content: '\f344';
}

/* line 1910, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-github:before {
  content: '\f345';
}

/* line 1913, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-drive:before {
  content: '\f346';
}

/* line 1916, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-earth:before {
  content: '\f347';
}

/* line 1919, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-glass:before {
  content: '\f348';
}

/* line 1922, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-maps:before {
  content: '\f349';
}

/* line 1925, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-pages:before {
  content: '\f34a';
}

/* line 1928, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-play:before {
  content: '\f34b';
}

/* line 1931, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-plus-box:before {
  content: '\f34c';
}

/* line 1934, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-plus:before {
  content: '\f34d';
}

/* line 1937, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google:before {
  content: '\f34e';
}

/* line 1940, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-instagram:before {
  content: '\f34f';
}

/* line 1943, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-css3:before {
  content: '\f350';
}

/* line 1946, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-html5:before {
  content: '\f351';
}

/* line 1949, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-javascript:before {
  content: '\f352';
}

/* line 1952, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-python-alt:before {
  content: '\f353';
}

/* line 1955, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-python:before {
  content: '\f354';
}

/* line 1958, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lastfm:before {
  content: '\f355';
}

/* line 1961, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-linkedin-box:before {
  content: '\f356';
}

/* line 1964, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-paypal:before {
  content: '\f357';
}

/* line 1967, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pinterest-box:before {
  content: '\f358';
}

/* line 1970, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pocket:before {
  content: '\f359';
}

/* line 1973, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-polymer:before {
  content: '\f35a';
}

/* line 1976, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-share:before {
  content: '\f35b';
}

/* line 1979, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-stackoverflow:before {
  content: '\f35c';
}

/* line 1982, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-steam-square:before {
  content: '\f35d';
}

/* line 1985, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-steam:before {
  content: '\f35e';
}

/* line 1988, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-twitter-box:before {
  content: '\f35f';
}

/* line 1991, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-twitter:before {
  content: '\f360';
}

/* line 1994, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vk:before {
  content: '\f361';
}

/* line 1997, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wikipedia:before {
  content: '\f362';
}

/* line 2000, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-windows:before {
  content: '\f363';
}

/* line 2003, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-aspect-ratio-alt:before {
  content: '\f364';
}

/* line 2006, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-aspect-ratio:before {
  content: '\f365';
}

/* line 2009, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur-circular:before {
  content: '\f366';
}

/* line 2012, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur-linear:before {
  content: '\f367';
}

/* line 2015, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur-off:before {
  content: '\f368';
}

/* line 2018, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur:before {
  content: '\f369';
}

/* line 2021, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-2:before {
  content: '\f36a';
}

/* line 2024, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-3:before {
  content: '\f36b';
}

/* line 2027, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-4:before {
  content: '\f36c';
}

/* line 2030, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-5:before {
  content: '\f36d';
}

/* line 2033, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-6:before {
  content: '\f36e';
}

/* line 2036, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-7:before {
  content: '\f36f';
}

/* line 2039, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-auto:before {
  content: '\f370';
}

/* line 2042, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-setting:before {
  content: '\f371';
}

/* line 2045, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-broken-image:before {
  content: '\f372';
}

/* line 2048, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-center-focus-strong:before {
  content: '\f373';
}

/* line 2051, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-center-focus-weak:before {
  content: '\f374';
}

/* line 2054, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-compare:before {
  content: '\f375';
}

/* line 2057, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-16-9:before {
  content: '\f376';
}

/* line 2060, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-3-2:before {
  content: '\f377';
}

/* line 2063, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-5-4:before {
  content: '\f378';
}

/* line 2066, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-7-5:before {
  content: '\f379';
}

/* line 2069, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-din:before {
  content: '\f37a';
}

/* line 2072, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-free:before {
  content: '\f37b';
}

/* line 2075, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-landscape:before {
  content: '\f37c';
}

/* line 2078, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-portrait:before {
  content: '\f37d';
}

/* line 2081, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-square:before {
  content: '\f37e';
}

/* line 2084, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-exposure-alt:before {
  content: '\f37f';
}

/* line 2087, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-exposure:before {
  content: '\f380';
}

/* line 2090, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-b-and-w:before {
  content: '\f381';
}

/* line 2093, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-center-focus:before {
  content: '\f382';
}

/* line 2096, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-frames:before {
  content: '\f383';
}

/* line 2099, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-tilt-shift:before {
  content: '\f384';
}

/* line 2102, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gradient:before {
  content: '\f385';
}

/* line 2105, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-grain:before {
  content: '\f386';
}

/* line 2108, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-graphic-eq:before {
  content: '\f387';
}

/* line 2111, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr-off:before {
  content: '\f388';
}

/* line 2114, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr-strong:before {
  content: '\f389';
}

/* line 2117, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr-weak:before {
  content: '\f38a';
}

/* line 2120, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr:before {
  content: '\f38b';
}

/* line 2123, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-iridescent:before {
  content: '\f38c';
}

/* line 2126, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-leak-off:before {
  content: '\f38d';
}

/* line 2129, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-leak:before {
  content: '\f38e';
}

/* line 2132, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-looks:before {
  content: '\f38f';
}

/* line 2135, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-loupe:before {
  content: '\f390';
}

/* line 2138, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-panorama-horizontal:before {
  content: '\f391';
}

/* line 2141, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-panorama-vertical:before {
  content: '\f392';
}

/* line 2144, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-panorama-wide-angle:before {
  content: '\f393';
}

/* line 2147, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-photo-size-select-large:before {
  content: '\f394';
}

/* line 2150, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-photo-size-select-small:before {
  content: '\f395';
}

/* line 2153, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-picture-in-picture:before {
  content: '\f396';
}

/* line 2156, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-slideshow:before {
  content: '\f397';
}

/* line 2159, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-texture:before {
  content: '\f398';
}

/* line 2162, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tonality:before {
  content: '\f399';
}

/* line 2165, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vignette:before {
  content: '\f39a';
}

/* line 2168, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wb-auto:before {
  content: '\f39b';
}

/* line 2171, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eject-alt:before {
  content: '\f39c';
}

/* line 2174, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eject:before {
  content: '\f39d';
}

/* line 2177, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-equalizer:before {
  content: '\f39e';
}

/* line 2180, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fast-forward:before {
  content: '\f39f';
}

/* line 2183, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fast-rewind:before {
  content: '\f3a0';
}

/* line 2186, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward-10:before {
  content: '\f3a1';
}

/* line 2189, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward-30:before {
  content: '\f3a2';
}

/* line 2192, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward-5:before {
  content: '\f3a3';
}

/* line 2195, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hearing:before {
  content: '\f3a4';
}

/* line 2198, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pause-circle-outline:before {
  content: '\f3a5';
}

/* line 2201, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pause-circle:before {
  content: '\f3a6';
}

/* line 2204, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pause:before {
  content: '\f3a7';
}

/* line 2207, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play-circle-outline:before {
  content: '\f3a8';
}

/* line 2210, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play-circle:before {
  content: '\f3a9';
}

/* line 2213, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play:before {
  content: '\f3aa';
}

/* line 2216, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-playlist-audio:before {
  content: '\f3ab';
}

/* line 2219, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-playlist-plus:before {
  content: '\f3ac';
}

/* line 2222, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-repeat-one:before {
  content: '\f3ad';
}

/* line 2225, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-repeat:before {
  content: '\f3ae';
}

/* line 2228, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay-10:before {
  content: '\f3af';
}

/* line 2231, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay-30:before {
  content: '\f3b0';
}

/* line 2234, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay-5:before {
  content: '\f3b1';
}

/* line 2237, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay:before {
  content: '\f3b2';
}

/* line 2240, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shuffle:before {
  content: '\f3b3';
}

/* line 2243, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-skip-next:before {
  content: '\f3b4';
}

/* line 2246, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-skip-previous:before {
  content: '\f3b5';
}

/* line 2249, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-stop:before {
  content: '\f3b6';
}

/* line 2252, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-surround-sound:before {
  content: '\f3b7';
}

/* line 2255, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tune:before {
  content: '\f3b8';
}

/* line 2258, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-down:before {
  content: '\f3b9';
}

/* line 2261, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-mute:before {
  content: '\f3ba';
}

/* line 2264, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-off:before {
  content: '\f3bb';
}

/* line 2267, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-up:before {
  content: '\f3bc';
}

/* line 2270, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-1-square:before {
  content: '\f3bd';
}

/* line 2273, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-2-square:before {
  content: '\f3be';
}

/* line 2276, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-3-square:before {
  content: '\f3bf';
}

/* line 2279, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-4-square:before {
  content: '\f3c0';
}

/* line 2282, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-5-square:before {
  content: '\f3c1';
}

/* line 2285, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-6-square:before {
  content: '\f3c2';
}

/* line 2288, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-neg-1:before {
  content: '\f3c3';
}

/* line 2291, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-neg-2:before {
  content: '\f3c4';
}

/* line 2294, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-1:before {
  content: '\f3c5';
}

/* line 2297, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-2:before {
  content: '\f3c6';
}

/* line 2300, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sec-10:before {
  content: '\f3c7';
}

/* line 2303, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sec-3:before {
  content: '\f3c8';
}

/* line 2306, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-zero:before {
  content: '\f3c9';
}

/* line 2309, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

/* line 2312, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-flat:before {
  content: '\f3cb';
}

/* line 2315, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

/* line 2318, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

/* line 2321, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

/* line 2324, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

/* line 2327, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

/* line 2330, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

/* line 2333, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplay:before {
  content: '\f3d2';
}

/* line 2336, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-closed-caption:before {
  content: '\f3d3';
}

/* line 2339, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-confirmation-number:before {
  content: '\f3d4';
}

/* line 2342, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-developer-board:before {
  content: '\f3d5';
}

/* line 2345, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-disc-full:before {
  content: '\f3d6';
}

/* line 2348, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-explicit:before {
  content: '\f3d7';
}

/* line 2351, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flight-land:before {
  content: '\f3d8';
}

/* line 2354, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flight-takeoff:before {
  content: '\f3d9';
}

/* line 2357, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flip-to-back:before {
  content: '\f3da';
}

/* line 2360, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flip-to-front:before {
  content: '\f3db';
}

/* line 2363, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-group-work:before {
  content: '\f3dc';
}

/* line 2366, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hd:before {
  content: '\f3dd';
}

/* line 2369, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hq:before {
  content: '\f3de';
}

/* line 2372, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-markunread-mailbox:before {
  content: '\f3df';
}

/* line 2375, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-memory:before {
  content: '\f3e0';
}

/* line 2378, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-nfc:before {
  content: '\f3e1';
}

/* line 2381, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play-for-work:before {
  content: '\f3e2';
}

/* line 2384, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power-input:before {
  content: '\f3e3';
}

/* line 2387, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-present-to-all:before {
  content: '\f3e4';
}

/* line 2390, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-satellite:before {
  content: '\f3e5';
}

/* line 2393, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tap-and-play:before {
  content: '\f3e6';
}

/* line 2396, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vibration:before {
  content: '\f3e7';
}

/* line 2399, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-voicemail:before {
  content: '\f3e8';
}

/* line 2402, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-group:before {
  content: '\f3e9';
}

/* line 2405, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rss:before {
  content: '\f3ea';
}

/* line 2408, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shape:before {
  content: '\f3eb';
}

/* line 2411, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-spinner:before {
  content: '\f3ec';
}

/* line 2414, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-ungroup:before {
  content: '\f3ed';
}

/* line 2417, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-500px:before {
  content: '\f3ee';
}

/* line 2420, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-8tracks:before {
  content: '\f3ef';
}

/* line 2423, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-amazon:before {
  content: '\f3f0';
}

/* line 2426, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blogger:before {
  content: '\f3f1';
}

/* line 2429, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-delicious:before {
  content: '\f3f2';
}

/* line 2432, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-disqus:before {
  content: '\f3f3';
}

/* line 2435, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flattr:before {
  content: '\f3f4';
}

/* line 2438, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flickr:before {
  content: '\f3f5';
}

/* line 2441, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-github-alt:before {
  content: '\f3f6';
}

/* line 2444, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-old:before {
  content: '\f3f7';
}

/* line 2447, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-linkedin:before {
  content: '\f3f8';
}

/* line 2450, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-odnoklassniki:before {
  content: '\f3f9';
}

/* line 2453, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-outlook:before {
  content: '\f3fa';
}

/* line 2456, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-paypal-alt:before {
  content: '\f3fb';
}

/* line 2459, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pinterest:before {
  content: '\f3fc';
}

/* line 2462, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-playstation:before {
  content: '\f3fd';
}

/* line 2465, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-reddit:before {
  content: '\f3fe';
}

/* line 2468, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-skype:before {
  content: '\f3ff';
}

/* line 2471, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-slideshare:before {
  content: '\f400';
}

/* line 2474, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-soundcloud:before {
  content: '\f401';
}

/* line 2477, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tumblr:before {
  content: '\f402';
}

/* line 2480, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-twitch:before {
  content: '\f403';
}

/* line 2483, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vimeo:before {
  content: '\f404';
}

/* line 2486, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-whatsapp:before {
  content: '\f405';
}

/* line 2489, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-xbox:before {
  content: '\f406';
}

/* line 2492, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-yahoo:before {
  content: '\f407';
}

/* line 2495, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-youtube-play:before {
  content: '\f408';
}

/* line 2498, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-youtube:before {
  content: '\f409';
}

/* line 2501, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-3d-rotation:before {
  content: '\f101';
}

/* line 2504, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplane-off:before {
  content: '\f102';
}

/* line 2507, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplane:before {
  content: '\f103';
}

/* line 2510, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-album:before {
  content: '\f104';
}

/* line 2513, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-archive:before {
  content: '\f105';
}

/* line 2516, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-account:before {
  content: '\f106';
}

/* line 2519, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-alert:before {
  content: '\f107';
}

/* line 2522, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-check:before {
  content: '\f108';
}

/* line 2525, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-o:before {
  content: '\f109';
}

/* line 2528, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-return:before {
  content: '\f10a';
}

/* line 2531, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment-returned:before {
  content: '\f10b';
}

/* line 2534, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-assignment:before {
  content: '\f10c';
}

/* line 2537, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-attachment-alt:before {
  content: '\f10d';
}

/* line 2540, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-attachment:before {
  content: '\f10e';
}

/* line 2543, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-audio:before {
  content: '\f10f';
}

/* line 2546, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-badge-check:before {
  content: '\f110';
}

/* line 2549, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-balance-wallet:before {
  content: '\f111';
}

/* line 2552, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-balance:before {
  content: '\f112';
}

/* line 2555, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery-alert:before {
  content: '\f113';
}

/* line 2558, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery-flash:before {
  content: '\f114';
}

/* line 2561, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery-unknown:before {
  content: '\f115';
}

/* line 2564, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery:before {
  content: '\f116';
}

/* line 2567, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bike:before {
  content: '\f117';
}

/* line 2570, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-block-alt:before {
  content: '\f118';
}

/* line 2573, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-block:before {
  content: '\f119';
}

/* line 2576, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-boat:before {
  content: '\f11a';
}

/* line 2579, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-book-image:before {
  content: '\f11b';
}

/* line 2582, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-book:before {
  content: '\f11c';
}

/* line 2585, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bookmark-outline:before {
  content: '\f11d';
}

/* line 2588, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bookmark:before {
  content: '\f11e';
}

/* line 2591, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brush:before {
  content: '\f11f';
}

/* line 2594, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bug:before {
  content: '\f120';
}

/* line 2597, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bus:before {
  content: '\f121';
}

/* line 2600, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cake:before {
  content: '\f122';
}

/* line 2603, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-car-taxi:before {
  content: '\f123';
}

/* line 2606, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-car-wash:before {
  content: '\f124';
}

/* line 2609, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-car:before {
  content: '\f125';
}

/* line 2612, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-giftcard:before {
  content: '\f126';
}

/* line 2615, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-membership:before {
  content: '\f127';
}

/* line 2618, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-travel:before {
  content: '\f128';
}

/* line 2621, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card:before {
  content: '\f129';
}

/* line 2624, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case-check:before {
  content: '\f12a';
}

/* line 2627, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case-download:before {
  content: '\f12b';
}

/* line 2630, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case-play:before {
  content: '\f12c';
}

/* line 2633, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-case:before {
  content: '\f12d';
}

/* line 2636, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cast-connected:before {
  content: '\f12e';
}

/* line 2639, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cast:before {
  content: '\f12f';
}

/* line 2642, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chart-donut:before {
  content: '\f130';
}

/* line 2645, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chart:before {
  content: '\f131';
}

/* line 2648, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-city-alt:before {
  content: '\f132';
}

/* line 2651, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-city:before {
  content: '\f133';
}

/* line 2654, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-close-circle-o:before {
  content: '\f134';
}

/* line 2657, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-close-circle:before {
  content: '\f135';
}

/* line 2660, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-close:before {
  content: '\f136';
}

/* line 2663, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cocktail:before {
  content: '\f137';
}

/* line 2666, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-code-setting:before {
  content: '\f138';
}

/* line 2669, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-code-smartphone:before {
  content: '\f139';
}

/* line 2672, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-code:before {
  content: '\f13a';
}

/* line 2675, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-coffee:before {
  content: '\f13b';
}

/* line 2678, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-bookmark:before {
  content: '\f13c';
}

/* line 2681, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-case-play:before {
  content: '\f13d';
}

/* line 2684, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-folder-image:before {
  content: '\f13e';
}

/* line 2687, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-image-o:before {
  content: '\f13f';
}

/* line 2690, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-image:before {
  content: '\f140';
}

/* line 2693, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-1:before {
  content: '\f141';
}

/* line 2696, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-2:before {
  content: '\f142';
}

/* line 2699, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-3:before {
  content: '\f143';
}

/* line 2702, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-4:before {
  content: '\f144';
}

/* line 2705, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-5:before {
  content: '\f145';
}

/* line 2708, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-6:before {
  content: '\f146';
}

/* line 2711, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-7:before {
  content: '\f147';
}

/* line 2714, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-8:before {
  content: '\f148';
}

/* line 2717, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-9-plus:before {
  content: '\f149';
}

/* line 2720, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item-9:before {
  content: '\f14a';
}

/* line 2723, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-item:before {
  content: '\f14b';
}

/* line 2726, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-music:before {
  content: '\f14c';
}

/* line 2729, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-pdf:before {
  content: '\f14d';
}

/* line 2732, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-plus:before {
  content: '\f14e';
}

/* line 2735, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-speaker:before {
  content: '\f14f';
}

/* line 2738, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-text:before {
  content: '\f150';
}

/* line 2741, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-video:before {
  content: '\f151';
}

/* line 2744, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-compass:before {
  content: '\f152';
}

/* line 2747, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cutlery:before {
  content: '\f153';
}

/* line 2750, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-delete:before {
  content: '\f154';
}

/* line 2753, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dialpad:before {
  content: '\f155';
}

/* line 2756, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dns:before {
  content: '\f156';
}

/* line 2759, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-drink:before {
  content: '\f157';
}

/* line 2762, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-edit:before {
  content: '\f158';
}

/* line 2765, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-email-open:before {
  content: '\f159';
}

/* line 2768, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-email:before {
  content: '\f15a';
}

/* line 2771, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eye-off:before {
  content: '\f15b';
}

/* line 2774, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eye:before {
  content: '\f15c';
}

/* line 2777, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eyedropper:before {
  content: '\f15d';
}

/* line 2780, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-favorite-outline:before {
  content: '\f15e';
}

/* line 2783, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-favorite:before {
  content: '\f15f';
}

/* line 2786, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-list:before {
  content: '\f160';
}

/* line 2789, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fire:before {
  content: '\f161';
}

/* line 2792, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flag:before {
  content: '\f162';
}

/* line 2795, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flare:before {
  content: '\f163';
}

/* line 2798, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flash-auto:before {
  content: '\f164';
}

/* line 2801, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flash-off:before {
  content: '\f165';
}

/* line 2804, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flash:before {
  content: '\f166';
}

/* line 2807, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flip:before {
  content: '\f167';
}

/* line 2810, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flower-alt:before {
  content: '\f168';
}

/* line 2813, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flower:before {
  content: '\f169';
}

/* line 2816, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-font:before {
  content: '\f16a';
}

/* line 2819, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fullscreen-alt:before {
  content: '\f16b';
}

/* line 2822, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fullscreen-exit:before {
  content: '\f16c';
}

/* line 2825, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fullscreen:before {
  content: '\f16d';
}

/* line 2828, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-functions:before {
  content: '\f16e';
}

/* line 2831, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gas-station:before {
  content: '\f16f';
}

/* line 2834, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gesture:before {
  content: '\f170';
}

/* line 2837, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-globe-alt:before {
  content: '\f171';
}

/* line 2840, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-globe-lock:before {
  content: '\f172';
}

/* line 2843, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-globe:before {
  content: '\f173';
}

/* line 2846, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-graduation-cap:before {
  content: '\f174';
}

/* line 2849, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-home:before {
  content: '\f175';
}

/* line 2852, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hospital-alt:before {
  content: '\f176';
}

/* line 2855, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hospital:before {
  content: '\f177';
}

/* line 2858, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hotel:before {
  content: '\f178';
}

/* line 2861, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hourglass-alt:before {
  content: '\f179';
}

/* line 2864, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hourglass-outline:before {
  content: '\f17a';
}

/* line 2867, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hourglass:before {
  content: '\f17b';
}

/* line 2870, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-http:before {
  content: '\f17c';
}

/* line 2873, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-image-alt:before {
  content: '\f17d';
}

/* line 2876, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-image-o:before {
  content: '\f17e';
}

/* line 2879, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-image:before {
  content: '\f17f';
}

/* line 2882, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-inbox:before {
  content: '\f180';
}

/* line 2885, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-invert-colors-off:before {
  content: '\f181';
}

/* line 2888, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-invert-colors:before {
  content: '\f182';
}

/* line 2891, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-key:before {
  content: '\f183';
}

/* line 2894, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label-alt-outline:before {
  content: '\f184';
}

/* line 2897, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label-alt:before {
  content: '\f185';
}

/* line 2900, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label-heart:before {
  content: '\f186';
}

/* line 2903, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-label:before {
  content: '\f187';
}

/* line 2906, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-labels:before {
  content: '\f188';
}

/* line 2909, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lamp:before {
  content: '\f189';
}

/* line 2912, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-landscape:before {
  content: '\f18a';
}

/* line 2915, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-layers-off:before {
  content: '\f18b';
}

/* line 2918, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-layers:before {
  content: '\f18c';
}

/* line 2921, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-library:before {
  content: '\f18d';
}

/* line 2924, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-link:before {
  content: '\f18e';
}

/* line 2927, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lock-open:before {
  content: '\f18f';
}

/* line 2930, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lock-outline:before {
  content: '\f190';
}

/* line 2933, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lock:before {
  content: '\f191';
}

/* line 2936, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mail-reply-all:before {
  content: '\f192';
}

/* line 2939, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mail-reply:before {
  content: '\f193';
}

/* line 2942, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mail-send:before {
  content: '\f194';
}

/* line 2945, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mall:before {
  content: '\f195';
}

/* line 2948, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-map:before {
  content: '\f196';
}

/* line 2951, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-menu:before {
  content: '\f197';
}

/* line 2954, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-money-box:before {
  content: '\f198';
}

/* line 2957, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-money-off:before {
  content: '\f199';
}

/* line 2960, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-money:before {
  content: '\f19a';
}

/* line 2963, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-more-vert:before {
  content: '\f19b';
}

/* line 2966, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-more:before {
  content: '\f19c';
}

/* line 2969, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-movie-alt:before {
  content: '\f19d';
}

/* line 2972, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-movie:before {
  content: '\f19e';
}

/* line 2975, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-nature-people:before {
  content: '\f19f';
}

/* line 2978, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-nature:before {
  content: '\f1a0';
}

/* line 2981, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-navigation:before {
  content: '\f1a1';
}

/* line 2984, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-open-in-browser:before {
  content: '\f1a2';
}

/* line 2987, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-open-in-new:before {
  content: '\f1a3';
}

/* line 2990, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-palette:before {
  content: '\f1a4';
}

/* line 2993, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-parking:before {
  content: '\f1a5';
}

/* line 2996, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-account:before {
  content: '\f1a6';
}

/* line 2999, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-assistant:before {
  content: '\f1a7';
}

/* line 3002, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-drop:before {
  content: '\f1a8';
}

/* line 3005, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-help:before {
  content: '\f1a9';
}

/* line 3008, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin-off:before {
  content: '\f1aa';
}

/* line 3011, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pin:before {
  content: '\f1ab';
}

/* line 3014, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pizza:before {
  content: '\f1ac';
}

/* line 3017, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plaster:before {
  content: '\f1ad';
}

/* line 3020, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power-setting:before {
  content: '\f1ae';
}

/* line 3023, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power:before {
  content: '\f1af';
}

/* line 3026, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-print:before {
  content: '\f1b0';
}

/* line 3029, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-puzzle-piece:before {
  content: '\f1b1';
}

/* line 3032, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-quote:before {
  content: '\f1b2';
}

/* line 3035, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-railway:before {
  content: '\f1b3';
}

/* line 3038, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-receipt:before {
  content: '\f1b4';
}

/* line 3041, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-alt:before {
  content: '\f1b5';
}

/* line 3044, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync-alert:before {
  content: '\f1b6';
}

/* line 3047, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync-off:before {
  content: '\f1b7';
}

/* line 3050, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync:before {
  content: '\f1b8';
}

/* line 3053, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh:before {
  content: '\f1b9';
}

/* line 3056, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-roller:before {
  content: '\f1ba';
}

/* line 3059, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-ruler:before {
  content: '\f1bb';
}

/* line 3062, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-scissors:before {
  content: '\f1bc';
}

/* line 3065, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-screen-rotation-lock:before {
  content: '\f1bd';
}

/* line 3068, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-screen-rotation:before {
  content: '\f1be';
}

/* line 3071, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-for:before {
  content: '\f1bf';
}

/* line 3074, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-in-file:before {
  content: '\f1c0';
}

/* line 3077, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-in-page:before {
  content: '\f1c1';
}

/* line 3080, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search-replace:before {
  content: '\f1c2';
}

/* line 3083, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-search:before {
  content: '\f1c3';
}

/* line 3086, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-seat:before {
  content: '\f1c4';
}

/* line 3089, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-settings-square:before {
  content: '\f1c5';
}

/* line 3092, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-settings:before {
  content: '\f1c6';
}

/* line 3095, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shield-check:before {
  content: '\f1c7';
}

/* line 3098, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shield-security:before {
  content: '\f1c8';
}

/* line 3101, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shopping-basket:before {
  content: '\f1c9';
}

/* line 3104, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shopping-cart-plus:before {
  content: '\f1ca';
}

/* line 3107, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shopping-cart:before {
  content: '\f1cb';
}

/* line 3110, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sign-in:before {
  content: '\f1cc';
}

/* line 3113, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-amount-asc:before {
  content: '\f1cd';
}

/* line 3116, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-amount-desc:before {
  content: '\f1ce';
}

/* line 3119, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-asc:before {
  content: '\f1cf';
}

/* line 3122, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-desc:before {
  content: '\f1d0';
}

/* line 3125, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-spellcheck:before {
  content: '\f1d1';
}

/* line 3128, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-storage:before {
  content: '\f1d2';
}

/* line 3131, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-store-24:before {
  content: '\f1d3';
}

/* line 3134, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-store:before {
  content: '\f1d4';
}

/* line 3137, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-subway:before {
  content: '\f1d5';
}

/* line 3140, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sun:before {
  content: '\f1d6';
}

/* line 3143, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tab-unselected:before {
  content: '\f1d7';
}

/* line 3146, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tab:before {
  content: '\f1d8';
}

/* line 3149, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tag-close:before {
  content: '\f1d9';
}

/* line 3152, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tag-more:before {
  content: '\f1da';
}

/* line 3155, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tag:before {
  content: '\f1db';
}

/* line 3158, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-thumb-down:before {
  content: '\f1dc';
}

/* line 3161, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-thumb-up-down:before {
  content: '\f1dd';
}

/* line 3164, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-thumb-up:before {
  content: '\f1de';
}

/* line 3167, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-ticket-star:before {
  content: '\f1df';
}

/* line 3170, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-toll:before {
  content: '\f1e0';
}

/* line 3173, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-toys:before {
  content: '\f1e1';
}

/* line 3176, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-traffic:before {
  content: '\f1e2';
}

/* line 3179, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-translate:before {
  content: '\f1e3';
}

/* line 3182, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-triangle-down:before {
  content: '\f1e4';
}

/* line 3185, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-triangle-up:before {
  content: '\f1e5';
}

/* line 3188, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-truck:before {
  content: '\f1e6';
}

/* line 3191, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-turning-sign:before {
  content: '\f1e7';
}

/* line 3194, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wallpaper:before {
  content: '\f1e8';
}

/* line 3197, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-washing-machine:before {
  content: '\f1e9';
}

/* line 3200, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-window-maximize:before {
  content: '\f1ea';
}

/* line 3203, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-window-minimize:before {
  content: '\f1eb';
}

/* line 3206, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-window-restore:before {
  content: '\f1ec';
}

/* line 3209, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wrench:before {
  content: '\f1ed';
}

/* line 3212, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-zoom-in:before {
  content: '\f1ee';
}

/* line 3215, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-zoom-out:before {
  content: '\f1ef';
}

/* line 3218, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-circle-o:before {
  content: '\f1f0';
}

/* line 3221, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-circle:before {
  content: '\f1f1';
}

/* line 3224, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-octagon:before {
  content: '\f1f2';
}

/* line 3227, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-polygon:before {
  content: '\f1f3';
}

/* line 3230, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alert-triangle:before {
  content: '\f1f4';
}

/* line 3233, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-help-outline:before {
  content: '\f1f5';
}

/* line 3236, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-help:before {
  content: '\f1f6';
}

/* line 3239, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-info-outline:before {
  content: '\f1f7';
}

/* line 3242, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-info:before {
  content: '\f1f8';
}

/* line 3245, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-active:before {
  content: '\f1f9';
}

/* line 3248, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-add:before {
  content: '\f1fa';
}

/* line 3251, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-none:before {
  content: '\f1fb';
}

/* line 3254, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-off:before {
  content: '\f1fc';
}

/* line 3257, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications-paused:before {
  content: '\f1fd';
}

/* line 3260, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-notifications:before {
  content: '\f1fe';
}

/* line 3263, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-add:before {
  content: '\f1ff';
}

/* line 3266, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box-mail:before {
  content: '\f200';
}

/* line 3269, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box-o:before {
  content: '\f201';
}

/* line 3272, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box-phone:before {
  content: '\f202';
}

/* line 3275, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-box:before {
  content: '\f203';
}

/* line 3278, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-calendar:before {
  content: '\f204';
}

/* line 3281, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-circle:before {
  content: '\f205';
}

/* line 3284, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account-o:before {
  content: '\f206';
}

/* line 3287, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-account:before {
  content: '\f207';
}

/* line 3290, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-add:before {
  content: '\f208';
}

/* line 3293, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-alt:before {
  content: '\f209';
}

/* line 3296, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-list-alt:before {
  content: '\f20a';
}

/* line 3299, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-list:before {
  content: '\f20b';
}

/* line 3302, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts-outline:before {
  content: '\f20c';
}

/* line 3305, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-accounts:before {
  content: '\f20d';
}

/* line 3308, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-face:before {
  content: '\f20e';
}

/* line 3311, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-female:before {
  content: '\f20f';
}

/* line 3314, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-male-alt:before {
  content: '\f210';
}

/* line 3317, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-male-female:before {
  content: '\f211';
}

/* line 3320, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-male:before {
  content: '\f212';
}

/* line 3323, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mood-bad:before {
  content: '\f213';
}

/* line 3326, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mood:before {
  content: '\f214';
}

/* line 3329, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-run:before {
  content: '\f215';
}

/* line 3332, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-walk:before {
  content: '\f216';
}

/* line 3335, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-box:before {
  content: '\f217';
}

/* line 3338, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-circle:before {
  content: '\f218';
}

/* line 3341, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-done:before {
  content: '\f219';
}

/* line 3344, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-download:before {
  content: '\f21a';
}

/* line 3347, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-off:before {
  content: '\f21b';
}

/* line 3350, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-outline-alt:before {
  content: '\f21c';
}

/* line 3353, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-outline:before {
  content: '\f21d';
}

/* line 3356, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud-upload:before {
  content: '\f21e';
}

/* line 3359, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cloud:before {
  content: '\f21f';
}

/* line 3362, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-download:before {
  content: '\f220';
}

/* line 3365, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-file-plus:before {
  content: '\f221';
}

/* line 3368, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-file-text:before {
  content: '\f222';
}

/* line 3371, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-file:before {
  content: '\f223';
}

/* line 3374, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-outline:before {
  content: '\f224';
}

/* line 3377, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-person:before {
  content: '\f225';
}

/* line 3380, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-star-alt:before {
  content: '\f226';
}

/* line 3383, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-star:before {
  content: '\f227';
}

/* line 3386, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder:before {
  content: '\f228';
}

/* line 3389, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gif:before {
  content: '\f229';
}

/* line 3392, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-upload:before {
  content: '\f22a';
}

/* line 3395, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-all:before {
  content: '\f22b';
}

/* line 3398, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-bottom:before {
  content: '\f22c';
}

/* line 3401, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-clear:before {
  content: '\f22d';
}

/* line 3404, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-color:before {
  content: '\f22e';
}

/* line 3407, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-horizontal:before {
  content: '\f22f';
}

/* line 3410, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-inner:before {
  content: '\f230';
}

/* line 3413, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-left:before {
  content: '\f231';
}

/* line 3416, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-outer:before {
  content: '\f232';
}

/* line 3419, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-right:before {
  content: '\f233';
}

/* line 3422, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-style:before {
  content: '\f234';
}

/* line 3425, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-top:before {
  content: '\f235';
}

/* line 3428, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-border-vertical:before {
  content: '\f236';
}

/* line 3431, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-copy:before {
  content: '\f237';
}

/* line 3434, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop:before {
  content: '\f238';
}

/* line 3437, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-center:before {
  content: '\f239';
}

/* line 3440, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-justify:before {
  content: '\f23a';
}

/* line 3443, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-left:before {
  content: '\f23b';
}

/* line 3446, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-align-right:before {
  content: '\f23c';
}

/* line 3449, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-bold:before {
  content: '\f23d';
}

/* line 3452, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-clear-all:before {
  content: '\f23e';
}

/* line 3455, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-clear:before {
  content: '\f23f';
}

/* line 3458, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-color-fill:before {
  content: '\f240';
}

/* line 3461, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-color-reset:before {
  content: '\f241';
}

/* line 3464, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-color-text:before {
  content: '\f242';
}

/* line 3467, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-indent-decrease:before {
  content: '\f243';
}

/* line 3470, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-indent-increase:before {
  content: '\f244';
}

/* line 3473, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-italic:before {
  content: '\f245';
}

/* line 3476, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-line-spacing:before {
  content: '\f246';
}

/* line 3479, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-list-bulleted:before {
  content: '\f247';
}

/* line 3482, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-list-numbered:before {
  content: '\f248';
}

/* line 3485, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-ltr:before {
  content: '\f249';
}

/* line 3488, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-rtl:before {
  content: '\f24a';
}

/* line 3491, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-size:before {
  content: '\f24b';
}

/* line 3494, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-strikethrough-s:before {
  content: '\f24c';
}

/* line 3497, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-strikethrough:before {
  content: '\f24d';
}

/* line 3500, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-subject:before {
  content: '\f24e';
}

/* line 3503, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-underlined:before {
  content: '\f24f';
}

/* line 3506, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-valign-bottom:before {
  content: '\f250';
}

/* line 3509, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-valign-center:before {
  content: '\f251';
}

/* line 3512, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-valign-top:before {
  content: '\f252';
}

/* line 3515, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-redo:before {
  content: '\f253';
}

/* line 3518, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-select-all:before {
  content: '\f254';
}

/* line 3521, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-space-bar:before {
  content: '\f255';
}

/* line 3524, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-text-format:before {
  content: '\f256';
}

/* line 3527, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-transform:before {
  content: '\f257';
}

/* line 3530, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-undo:before {
  content: '\f258';
}

/* line 3533, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wrap-text:before {
  content: '\f259';
}

/* line 3536, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-alert:before {
  content: '\f25a';
}

/* line 3539, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-alt-text:before {
  content: '\f25b';
}

/* line 3542, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-alt:before {
  content: '\f25c';
}

/* line 3545, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-edit:before {
  content: '\f25d';
}

/* line 3548, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-image:before {
  content: '\f25e';
}

/* line 3551, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-list:before {
  content: '\f25f';
}

/* line 3554, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-more:before {
  content: '\f260';
}

/* line 3557, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-outline:before {
  content: '\f261';
}

/* line 3560, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-text-alt:before {
  content: '\f262';
}

/* line 3563, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-text:before {
  content: '\f263';
}

/* line 3566, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-video:before {
  content: '\f264';
}

/* line 3569, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment:before {
  content: '\f265';
}

/* line 3572, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comments:before {
  content: '\f266';
}

/* line 3575, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-all:before {
  content: '\f267';
}

/* line 3578, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-circle-u:before {
  content: '\f268';
}

/* line 3581, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-circle:before {
  content: '\f269';
}

/* line 3584, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check-square:before {
  content: '\f26a';
}

/* line 3587, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-check:before {
  content: '\f26b';
}

/* line 3590, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-circle-o:before {
  content: '\f26c';
}

/* line 3593, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-circle:before {
  content: '\f26d';
}

/* line 3596, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dot-circle-alt:before {
  content: '\f26e';
}

/* line 3599, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dot-circle:before {
  content: '\f26f';
}

/* line 3602, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus-circle-outline:before {
  content: '\f270';
}

/* line 3605, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus-circle:before {
  content: '\f271';
}

/* line 3608, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus-square:before {
  content: '\f272';
}

/* line 3611, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-minus:before {
  content: '\f273';
}

/* line 3614, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

/* line 3617, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-circle-o:before {
  content: '\f275';
}

/* line 3620, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-circle:before {
  content: '\f276';
}

/* line 3623, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-square:before {
  content: '\f277';
}

/* line 3626, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus:before {
  content: '\f278';
}

/* line 3629, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-square-o:before {
  content: '\f279';
}

/* line 3632, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star-circle:before {
  content: '\f27a';
}

/* line 3635, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star-half:before {
  content: '\f27b';
}

/* line 3638, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star-outline:before {
  content: '\f27c';
}

/* line 3641, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star:before {
  content: '\f27d';
}

/* line 3644, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-connected:before {
  content: '\f27e';
}

/* line 3647, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-off:before {
  content: '\f27f';
}

/* line 3650, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-search:before {
  content: '\f280';
}

/* line 3653, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth-setting:before {
  content: '\f281';
}

/* line 3656, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-bluetooth:before {
  content: '\f282';
}

/* line 3659, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-add:before {
  content: '\f283';
}

/* line 3662, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-alt:before {
  content: '\f284';
}

/* line 3665, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-bw:before {
  content: '\f285';
}

/* line 3668, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-front:before {
  content: '\f286';
}

/* line 3671, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-mic:before {
  content: '\f287';
}

/* line 3674, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-party-mode:before {
  content: '\f288';
}

/* line 3677, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-rear:before {
  content: '\f289';
}

/* line 3680, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-roll:before {
  content: '\f28a';
}

/* line 3683, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-switch:before {
  content: '\f28b';
}

/* line 3686, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera:before {
  content: '\f28c';
}

/* line 3689, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-alert:before {
  content: '\f28d';
}

/* line 3692, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-off:before {
  content: '\f28e';
}

/* line 3695, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-sd:before {
  content: '\f28f';
}

/* line 3698, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-card-sim:before {
  content: '\f290';
}

/* line 3701, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-desktop-mac:before {
  content: '\f291';
}

/* line 3704, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-desktop-windows:before {
  content: '\f292';
}

/* line 3707, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-device-hub:before {
  content: '\f293';
}

/* line 3710, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-devices-off:before {
  content: '\f294';
}

/* line 3713, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-devices:before {
  content: '\f295';
}

/* line 3716, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dock:before {
  content: '\f296';
}

/* line 3719, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-floppy:before {
  content: '\f297';
}

/* line 3722, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gamepad:before {
  content: '\f298';
}

/* line 3725, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gps-dot:before {
  content: '\f299';
}

/* line 3728, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gps-off:before {
  content: '\f29a';
}

/* line 3731, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gps:before {
  content: '\f29b';
}

/* line 3734, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-headset-mic:before {
  content: '\f29c';
}

/* line 3737, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-headset:before {
  content: '\f29d';
}

/* line 3740, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-antenna:before {
  content: '\f29e';
}

/* line 3743, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-composite:before {
  content: '\f29f';
}

/* line 3746, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-hdmi:before {
  content: '\f2a0';
}

/* line 3749, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-power:before {
  content: '\f2a1';
}

/* line 3752, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-input-svideo:before {
  content: '\f2a2';
}

/* line 3755, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-keyboard-hide:before {
  content: '\f2a3';
}

/* line 3758, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-keyboard:before {
  content: '\f2a4';
}

/* line 3761, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-laptop-chromebook:before {
  content: '\f2a5';
}

/* line 3764, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-laptop-mac:before {
  content: '\f2a6';
}

/* line 3767, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-laptop:before {
  content: '\f2a7';
}

/* line 3770, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic-off:before {
  content: '\f2a8';
}

/* line 3773, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic-outline:before {
  content: '\f2a9';
}

/* line 3776, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic-setting:before {
  content: '\f2aa';
}

/* line 3779, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mic:before {
  content: '\f2ab';
}

/* line 3782, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-mouse:before {
  content: '\f2ac';
}

/* line 3785, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-alert:before {
  content: '\f2ad';
}

/* line 3788, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-locked:before {
  content: '\f2ae';
}

/* line 3791, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-off:before {
  content: '\f2af';
}

/* line 3794, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-outline:before {
  content: '\f2b0';
}

/* line 3797, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-setting:before {
  content: '\f2b1';
}

/* line 3800, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network:before {
  content: '\f2b2';
}

/* line 3803, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-bluetooth:before {
  content: '\f2b3';
}

/* line 3806, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-end:before {
  content: '\f2b4';
}

/* line 3809, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-forwarded:before {
  content: '\f2b5';
}

/* line 3812, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-in-talk:before {
  content: '\f2b6';
}

/* line 3815, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-locked:before {
  content: '\f2b7';
}

/* line 3818, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-missed:before {
  content: '\f2b8';
}

/* line 3821, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-msg:before {
  content: '\f2b9';
}

/* line 3824, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-paused:before {
  content: '\f2ba';
}

/* line 3827, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-ring:before {
  content: '\f2bb';
}

/* line 3830, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-setting:before {
  content: '\f2bc';
}

/* line 3833, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone-sip:before {
  content: '\f2bd';
}

/* line 3836, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-phone:before {
  content: '\f2be';
}

/* line 3839, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-portable-wifi-changes:before {
  content: '\f2bf';
}

/* line 3842, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-portable-wifi-off:before {
  content: '\f2c0';
}

/* line 3845, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-portable-wifi:before {
  content: '\f2c1';
}

/* line 3848, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-radio:before {
  content: '\f2c2';
}

/* line 3851, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-reader:before {
  content: '\f2c3';
}

/* line 3854, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-remote-control-alt:before {
  content: '\f2c4';
}

/* line 3857, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-remote-control:before {
  content: '\f2c5';
}

/* line 3860, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-router:before {
  content: '\f2c6';
}

/* line 3863, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-scanner:before {
  content: '\f2c7';
}

/* line 3866, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-android:before {
  content: '\f2c8';
}

/* line 3869, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-download:before {
  content: '\f2c9';
}

/* line 3872, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-erase:before {
  content: '\f2ca';
}

/* line 3875, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-info:before {
  content: '\f2cb';
}

/* line 3878, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-iphone:before {
  content: '\f2cc';
}

/* line 3881, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

/* line 3884, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-landscape:before {
  content: '\f2ce';
}

/* line 3887, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-lock:before {
  content: '\f2cf';
}

/* line 3890, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

/* line 3893, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-ring:before {
  content: '\f2d1';
}

/* line 3896, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-setting:before {
  content: '\f2d2';
}

/* line 3899, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-setup:before {
  content: '\f2d3';
}

/* line 3902, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone:before {
  content: '\f2d4';
}

/* line 3905, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-speaker:before {
  content: '\f2d5';
}

/* line 3908, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tablet-android:before {
  content: '\f2d6';
}

/* line 3911, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tablet-mac:before {
  content: '\f2d7';
}

/* line 3914, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tablet:before {
  content: '\f2d8';
}

/* line 3917, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv-alt-play:before {
  content: '\f2d9';
}

/* line 3920, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv-list:before {
  content: '\f2da';
}

/* line 3923, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv-play:before {
  content: '\f2db';
}

/* line 3926, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tv:before {
  content: '\f2dc';
}

/* line 3929, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-usb:before {
  content: '\f2dd';
}

/* line 3932, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-videocam-off:before {
  content: '\f2de';
}

/* line 3935, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-videocam-switch:before {
  content: '\f2df';
}

/* line 3938, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-videocam:before {
  content: '\f2e0';
}

/* line 3941, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-watch:before {
  content: '\f2e1';
}

/* line 3944, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-alt-2:before {
  content: '\f2e2';
}

/* line 3947, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-alt:before {
  content: '\f2e3';
}

/* line 3950, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-info:before {
  content: '\f2e4';
}

/* line 3953, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-lock:before {
  content: '\f2e5';
}

/* line 3956, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-off:before {
  content: '\f2e6';
}

/* line 3959, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi-outline:before {
  content: '\f2e7';
}

/* line 3962, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wifi:before {
  content: '\f2e8';
}

/* line 3965, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-left-bottom:before {
  content: '\f2e9';
}

/* line 3968, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-left:before {
  content: '\f2ea';
}

/* line 3971, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-merge:before {
  content: '\f2eb';
}

/* line 3974, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-missed:before {
  content: '\f2ec';
}

/* line 3977, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-right-top:before {
  content: '\f2ed';
}

/* line 3980, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-right:before {
  content: '\f2ee';
}

/* line 3983, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-split:before {
  content: '\f2ef';
}

/* line 3986, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrows:before {
  content: '\f2f0';
}

/* line 3989, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-down-circle:before {
  content: '\f2f1';
}

/* line 3992, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-down:before {
  content: '\f2f2';
}

/* line 3995, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-left-circle:before {
  content: '\f2f3';
}

/* line 3998, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-left:before {
  content: '\f2f4';
}

/* line 4001, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-right-circle:before {
  content: '\f2f5';
}

/* line 4004, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-right:before {
  content: '\f2f6';
}

/* line 4007, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-up-circle:before {
  content: '\f2f7';
}

/* line 4010, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-caret-up:before {
  content: '\f2f8';
}

/* line 4013, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-down:before {
  content: '\f2f9';
}

/* line 4016, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-left:before {
  content: '\f2fa';
}

/* line 4019, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-right:before {
  content: '\f2fb';
}

/* line 4022, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-chevron-up:before {
  content: '\f2fc';
}

/* line 4025, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward:before {
  content: '\f2fd';
}

/* line 4028, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-down:before {
  content: '\f2fe';
}

/* line 4031, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-left:before {
  content: '\f2ff';
}

/* line 4034, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-return:before {
  content: '\f300';
}

/* line 4037, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-right:before {
  content: '\f301';
}

/* line 4040, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-tab:before {
  content: '\f302';
}

/* line 4043, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-long-arrow-up:before {
  content: '\f303';
}

/* line 4046, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-ccw:before {
  content: '\f304';
}

/* line 4049, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-cw:before {
  content: '\f305';
}

/* line 4052, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-left:before {
  content: '\f306';
}

/* line 4055, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-right:before {
  content: '\f307';
}

/* line 4058, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-square-down:before {
  content: '\f308';
}

/* line 4061, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-square-right:before {
  content: '\f309';
}

/* line 4064, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap-alt:before {
  content: '\f30a';
}

/* line 4067, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap-vertical-circle:before {
  content: '\f30b';
}

/* line 4070, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap-vertical:before {
  content: '\f30c';
}

/* line 4073, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap:before {
  content: '\f30d';
}

/* line 4076, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-trending-down:before {
  content: '\f30e';
}

/* line 4079, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-trending-flat:before {
  content: '\f30f';
}

/* line 4082, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-trending-up:before {
  content: '\f310';
}

/* line 4085, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-unfold-less:before {
  content: '\f311';
}

/* line 4088, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-unfold-more:before {
  content: '\f312';
}

/* line 4091, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-apps:before {
  content: '\f313';
}

/* line 4094, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-grid-off:before {
  content: '\f314';
}

/* line 4097, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-grid:before {
  content: '\f315';
}

/* line 4100, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-agenda:before {
  content: '\f316';
}

/* line 4103, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-array:before {
  content: '\f317';
}

/* line 4106, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-carousel:before {
  content: '\f318';
}

/* line 4109, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-column:before {
  content: '\f319';
}

/* line 4112, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-comfy:before {
  content: '\f31a';
}

/* line 4115, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-compact:before {
  content: '\f31b';
}

/* line 4118, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-dashboard:before {
  content: '\f31c';
}

/* line 4121, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-day:before {
  content: '\f31d';
}

/* line 4124, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-headline:before {
  content: '\f31e';
}

/* line 4127, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-list-alt:before {
  content: '\f31f';
}

/* line 4130, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-list:before {
  content: '\f320';
}

/* line 4133, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-module:before {
  content: '\f321';
}

/* line 4136, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-quilt:before {
  content: '\f322';
}

/* line 4139, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-stream:before {
  content: '\f323';
}

/* line 4142, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-subtitles:before {
  content: '\f324';
}

/* line 4145, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-toc:before {
  content: '\f325';
}

/* line 4148, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-web:before {
  content: '\f326';
}

/* line 4151, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-view-week:before {
  content: '\f327';
}

/* line 4154, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-widgets:before {
  content: '\f328';
}

/* line 4157, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-check:before {
  content: '\f329';
}

/* line 4160, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-off:before {
  content: '\f32a';
}

/* line 4163, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-plus:before {
  content: '\f32b';
}

/* line 4166, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-snooze:before {
  content: '\f32c';
}

/* line 4169, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm:before {
  content: '\f32d';
}

/* line 4172, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-alt:before {
  content: '\f32e';
}

/* line 4175, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-check:before {
  content: '\f32f';
}

/* line 4178, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-close:before {
  content: '\f330';
}

/* line 4181, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-note:before {
  content: '\f331';
}

/* line 4184, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar:before {
  content: '\f332';
}

/* line 4187, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-countdown:before {
  content: '\f333';
}

/* line 4190, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-interval:before {
  content: '\f334';
}

/* line 4193, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-restore-setting:before {
  content: '\f335';
}

/* line 4196, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time-restore:before {
  content: '\f336';
}

/* line 4199, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-time:before {
  content: '\f337';
}

/* line 4202, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-timer-off:before {
  content: '\f338';
}

/* line 4205, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-timer:before {
  content: '\f339';
}

/* line 4208, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-android-alt:before {
  content: '\f33a';
}

/* line 4211, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-android:before {
  content: '\f33b';
}

/* line 4214, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-apple:before {
  content: '\f33c';
}

/* line 4217, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-behance:before {
  content: '\f33d';
}

/* line 4220, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-codepen:before {
  content: '\f33e';
}

/* line 4223, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dribbble:before {
  content: '\f33f';
}

/* line 4226, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dropbox:before {
  content: '\f340';
}

/* line 4229, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-evernote:before {
  content: '\f341';
}

/* line 4232, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-facebook-box:before {
  content: '\f342';
}

/* line 4235, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-facebook:before {
  content: '\f343';
}

/* line 4238, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-github-box:before {
  content: '\f344';
}

/* line 4241, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-github:before {
  content: '\f345';
}

/* line 4244, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-drive:before {
  content: '\f346';
}

/* line 4247, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-earth:before {
  content: '\f347';
}

/* line 4250, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-glass:before {
  content: '\f348';
}

/* line 4253, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-maps:before {
  content: '\f349';
}

/* line 4256, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-pages:before {
  content: '\f34a';
}

/* line 4259, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-play:before {
  content: '\f34b';
}

/* line 4262, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-plus-box:before {
  content: '\f34c';
}

/* line 4265, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-plus:before {
  content: '\f34d';
}

/* line 4268, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google:before {
  content: '\f34e';
}

/* line 4271, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-instagram:before {
  content: '\f34f';
}

/* line 4274, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-css3:before {
  content: '\f350';
}

/* line 4277, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-html5:before {
  content: '\f351';
}

/* line 4280, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-javascript:before {
  content: '\f352';
}

/* line 4283, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-python-alt:before {
  content: '\f353';
}

/* line 4286, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-language-python:before {
  content: '\f354';
}

/* line 4289, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-lastfm:before {
  content: '\f355';
}

/* line 4292, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-linkedin-box:before {
  content: '\f356';
}

/* line 4295, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-paypal:before {
  content: '\f357';
}

/* line 4298, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pinterest-box:before {
  content: '\f358';
}

/* line 4301, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pocket:before {
  content: '\f359';
}

/* line 4304, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-polymer:before {
  content: '\f35a';
}

/* line 4307, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-share:before {
  content: '\f35b';
}

/* line 4310, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-stackoverflow:before {
  content: '\f35c';
}

/* line 4313, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-steam-square:before {
  content: '\f35d';
}

/* line 4316, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-steam:before {
  content: '\f35e';
}

/* line 4319, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-twitter-box:before {
  content: '\f35f';
}

/* line 4322, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-twitter:before {
  content: '\f360';
}

/* line 4325, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vk:before {
  content: '\f361';
}

/* line 4328, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wikipedia:before {
  content: '\f362';
}

/* line 4331, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-windows:before {
  content: '\f363';
}

/* line 4334, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-aspect-ratio-alt:before {
  content: '\f364';
}

/* line 4337, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-aspect-ratio:before {
  content: '\f365';
}

/* line 4340, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur-circular:before {
  content: '\f366';
}

/* line 4343, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur-linear:before {
  content: '\f367';
}

/* line 4346, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur-off:before {
  content: '\f368';
}

/* line 4349, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blur:before {
  content: '\f369';
}

/* line 4352, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-2:before {
  content: '\f36a';
}

/* line 4355, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-3:before {
  content: '\f36b';
}

/* line 4358, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-4:before {
  content: '\f36c';
}

/* line 4361, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-5:before {
  content: '\f36d';
}

/* line 4364, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-6:before {
  content: '\f36e';
}

/* line 4367, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-7:before {
  content: '\f36f';
}

/* line 4370, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-auto:before {
  content: '\f370';
}

/* line 4373, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-setting:before {
  content: '\f371';
}

/* line 4376, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-broken-image:before {
  content: '\f372';
}

/* line 4379, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-center-focus-strong:before {
  content: '\f373';
}

/* line 4382, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-center-focus-weak:before {
  content: '\f374';
}

/* line 4385, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-compare:before {
  content: '\f375';
}

/* line 4388, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-16-9:before {
  content: '\f376';
}

/* line 4391, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-3-2:before {
  content: '\f377';
}

/* line 4394, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-5-4:before {
  content: '\f378';
}

/* line 4397, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-7-5:before {
  content: '\f379';
}

/* line 4400, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-din:before {
  content: '\f37a';
}

/* line 4403, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-free:before {
  content: '\f37b';
}

/* line 4406, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-landscape:before {
  content: '\f37c';
}

/* line 4409, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-portrait:before {
  content: '\f37d';
}

/* line 4412, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-square:before {
  content: '\f37e';
}

/* line 4415, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-exposure-alt:before {
  content: '\f37f';
}

/* line 4418, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-exposure:before {
  content: '\f380';
}

/* line 4421, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-b-and-w:before {
  content: '\f381';
}

/* line 4424, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-center-focus:before {
  content: '\f382';
}

/* line 4427, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-frames:before {
  content: '\f383';
}

/* line 4430, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-filter-tilt-shift:before {
  content: '\f384';
}

/* line 4433, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-gradient:before {
  content: '\f385';
}

/* line 4436, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-grain:before {
  content: '\f386';
}

/* line 4439, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-graphic-eq:before {
  content: '\f387';
}

/* line 4442, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr-off:before {
  content: '\f388';
}

/* line 4445, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr-strong:before {
  content: '\f389';
}

/* line 4448, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr-weak:before {
  content: '\f38a';
}

/* line 4451, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hdr:before {
  content: '\f38b';
}

/* line 4454, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-iridescent:before {
  content: '\f38c';
}

/* line 4457, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-leak-off:before {
  content: '\f38d';
}

/* line 4460, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-leak:before {
  content: '\f38e';
}

/* line 4463, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-looks:before {
  content: '\f38f';
}

/* line 4466, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-loupe:before {
  content: '\f390';
}

/* line 4469, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-panorama-horizontal:before {
  content: '\f391';
}

/* line 4472, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-panorama-vertical:before {
  content: '\f392';
}

/* line 4475, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-panorama-wide-angle:before {
  content: '\f393';
}

/* line 4478, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-photo-size-select-large:before {
  content: '\f394';
}

/* line 4481, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-photo-size-select-small:before {
  content: '\f395';
}

/* line 4484, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-picture-in-picture:before {
  content: '\f396';
}

/* line 4487, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-slideshow:before {
  content: '\f397';
}

/* line 4490, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-texture:before {
  content: '\f398';
}

/* line 4493, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tonality:before {
  content: '\f399';
}

/* line 4496, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vignette:before {
  content: '\f39a';
}

/* line 4499, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wb-auto:before {
  content: '\f39b';
}

/* line 4502, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eject-alt:before {
  content: '\f39c';
}

/* line 4505, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-eject:before {
  content: '\f39d';
}

/* line 4508, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-equalizer:before {
  content: '\f39e';
}

/* line 4511, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fast-forward:before {
  content: '\f39f';
}

/* line 4514, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-fast-rewind:before {
  content: '\f3a0';
}

/* line 4517, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward-10:before {
  content: '\f3a1';
}

/* line 4520, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward-30:before {
  content: '\f3a2';
}

/* line 4523, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-forward-5:before {
  content: '\f3a3';
}

/* line 4526, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hearing:before {
  content: '\f3a4';
}

/* line 4529, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pause-circle-outline:before {
  content: '\f3a5';
}

/* line 4532, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pause-circle:before {
  content: '\f3a6';
}

/* line 4535, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pause:before {
  content: '\f3a7';
}

/* line 4538, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play-circle-outline:before {
  content: '\f3a8';
}

/* line 4541, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play-circle:before {
  content: '\f3a9';
}

/* line 4544, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play:before {
  content: '\f3aa';
}

/* line 4547, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-playlist-audio:before {
  content: '\f3ab';
}

/* line 4550, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-playlist-plus:before {
  content: '\f3ac';
}

/* line 4553, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-repeat-one:before {
  content: '\f3ad';
}

/* line 4556, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-repeat:before {
  content: '\f3ae';
}

/* line 4559, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay-10:before {
  content: '\f3af';
}

/* line 4562, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay-30:before {
  content: '\f3b0';
}

/* line 4565, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay-5:before {
  content: '\f3b1';
}

/* line 4568, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-replay:before {
  content: '\f3b2';
}

/* line 4571, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shuffle:before {
  content: '\f3b3';
}

/* line 4574, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-skip-next:before {
  content: '\f3b4';
}

/* line 4577, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-skip-previous:before {
  content: '\f3b5';
}

/* line 4580, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-stop:before {
  content: '\f3b6';
}

/* line 4583, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-surround-sound:before {
  content: '\f3b7';
}

/* line 4586, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tune:before {
  content: '\f3b8';
}

/* line 4589, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-down:before {
  content: '\f3b9';
}

/* line 4592, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-mute:before {
  content: '\f3ba';
}

/* line 4595, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-off:before {
  content: '\f3bb';
}

/* line 4598, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-volume-up:before {
  content: '\f3bc';
}

/* line 4601, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-1-square:before {
  content: '\f3bd';
}

/* line 4604, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-2-square:before {
  content: '\f3be';
}

/* line 4607, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-3-square:before {
  content: '\f3bf';
}

/* line 4610, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-4-square:before {
  content: '\f3c0';
}

/* line 4613, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-5-square:before {
  content: '\f3c1';
}

/* line 4616, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-n-6-square:before {
  content: '\f3c2';
}

/* line 4619, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-neg-1:before {
  content: '\f3c3';
}

/* line 4622, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-neg-2:before {
  content: '\f3c4';
}

/* line 4625, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-1:before {
  content: '\f3c5';
}

/* line 4628, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-2:before {
  content: '\f3c6';
}

/* line 4631, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sec-10:before {
  content: '\f3c7';
}

/* line 4634, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sec-3:before {
  content: '\f3c8';
}

/* line 4637, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-zero:before {
  content: '\f3c9';
}

/* line 4640, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

/* line 4643, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-flat:before {
  content: '\f3cb';
}

/* line 4646, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

/* line 4649, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

/* line 4652, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

/* line 4655, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

/* line 4658, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

/* line 4661, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

/* line 4664, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplay:before {
  content: '\f3d2';
}

/* line 4667, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-closed-caption:before {
  content: '\f3d3';
}

/* line 4670, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-confirmation-number:before {
  content: '\f3d4';
}

/* line 4673, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-developer-board:before {
  content: '\f3d5';
}

/* line 4676, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-disc-full:before {
  content: '\f3d6';
}

/* line 4679, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-explicit:before {
  content: '\f3d7';
}

/* line 4682, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flight-land:before {
  content: '\f3d8';
}

/* line 4685, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flight-takeoff:before {
  content: '\f3d9';
}

/* line 4688, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flip-to-back:before {
  content: '\f3da';
}

/* line 4691, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flip-to-front:before {
  content: '\f3db';
}

/* line 4694, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-group-work:before {
  content: '\f3dc';
}

/* line 4697, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hd:before {
  content: '\f3dd';
}

/* line 4700, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-hq:before {
  content: '\f3de';
}

/* line 4703, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-markunread-mailbox:before {
  content: '\f3df';
}

/* line 4706, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-memory:before {
  content: '\f3e0';
}

/* line 4709, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-nfc:before {
  content: '\f3e1';
}

/* line 4712, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-play-for-work:before {
  content: '\f3e2';
}

/* line 4715, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power-input:before {
  content: '\f3e3';
}

/* line 4718, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-present-to-all:before {
  content: '\f3e4';
}

/* line 4721, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-satellite:before {
  content: '\f3e5';
}

/* line 4724, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tap-and-play:before {
  content: '\f3e6';
}

/* line 4727, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vibration:before {
  content: '\f3e7';
}

/* line 4730, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-voicemail:before {
  content: '\f3e8';
}

/* line 4733, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-group:before {
  content: '\f3e9';
}

/* line 4736, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rss:before {
  content: '\f3ea';
}

/* line 4739, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shape:before {
  content: '\f3eb';
}

/* line 4742, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-spinner:before {
  content: '\f3ec';
}

/* line 4745, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-ungroup:before {
  content: '\f3ed';
}

/* line 4748, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-500px:before {
  content: '\f3ee';
}

/* line 4751, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-8tracks:before {
  content: '\f3ef';
}

/* line 4754, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-amazon:before {
  content: '\f3f0';
}

/* line 4757, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-blogger:before {
  content: '\f3f1';
}

/* line 4760, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-delicious:before {
  content: '\f3f2';
}

/* line 4763, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-disqus:before {
  content: '\f3f3';
}

/* line 4766, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flattr:before {
  content: '\f3f4';
}

/* line 4769, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-flickr:before {
  content: '\f3f5';
}

/* line 4772, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-github-alt:before {
  content: '\f3f6';
}

/* line 4775, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-google-old:before {
  content: '\f3f7';
}

/* line 4778, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-linkedin:before {
  content: '\f3f8';
}

/* line 4781, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-odnoklassniki:before {
  content: '\f3f9';
}

/* line 4784, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-outlook:before {
  content: '\f3fa';
}

/* line 4787, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-paypal-alt:before {
  content: '\f3fb';
}

/* line 4790, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pinterest:before {
  content: '\f3fc';
}

/* line 4793, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-playstation:before {
  content: '\f3fd';
}

/* line 4796, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-reddit:before {
  content: '\f3fe';
}

/* line 4799, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-skype:before {
  content: '\f3ff';
}

/* line 4802, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-slideshare:before {
  content: '\f400';
}

/* line 4805, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-soundcloud:before {
  content: '\f401';
}

/* line 4808, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tumblr:before {
  content: '\f402';
}

/* line 4811, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-twitch:before {
  content: '\f403';
}

/* line 4814, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-vimeo:before {
  content: '\f404';
}

/* line 4817, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-whatsapp:before {
  content: '\f405';
}

/* line 4820, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-xbox:before {
  content: '\f406';
}

/* line 4823, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-yahoo:before {
  content: '\f407';
}

/* line 4826, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-youtube-play:before {
  content: '\f408';
}

/* line 4829, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-youtube:before {
  content: '\f409';
}

/* line 4832, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-import-export:before {
  content: '\f30c';
}

/* line 4835, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-swap-vertical-:before {
  content: '\f30c';
}

/* line 4838, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplanemode-inactive:before {
  content: '\f102';
}

/* line 4841, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-airplanemode-active:before {
  content: '\f103';
}

/* line 4844, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rate-review:before {
  content: '\f103';
}

/* line 4847, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-sign:before {
  content: '\f25a';
}

/* line 4850, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-warning:before {
  content: '\f2ad';
}

/* line 4853, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-shopping-cart-add:before {
  content: '\f1ca';
}

/* line 4856, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-file-add:before {
  content: '\f221';
}

/* line 4859, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-wifi-scan:before {
  content: '\f2e4';
}

/* line 4862, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-collection-add:before {
  content: '\f14e';
}

/* line 4865, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-playlist-add:before {
  content: '\f3ac';
}

/* line 4868, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-queue-music:before {
  content: '\f3ab';
}

/* line 4871, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-plus-box:before {
  content: '\f277';
}

/* line 4874, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-tag-backspace:before {
  content: '\f1d9';
}

/* line 4877, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-alarm-add:before {
  content: '\f32b';
}

/* line 4880, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-battery-charging:before {
  content: '\f114';
}

/* line 4883, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-daydream-setting:before {
  content: '\f217';
}

/* line 4886, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-more-horiz:before {
  content: '\f19c';
}

/* line 4889, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-book-photo:before {
  content: '\f11b';
}

/* line 4892, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-incandescent:before {
  content: '\f189';
}

/* line 4895, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-wb-iridescent:before {
  content: '\f38c';
}

/* line 4898, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-remove:before {
  content: '\f330';
}

/* line 4901, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

/* line 4904, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-refresh-sync-problem:before {
  content: '\f1b6';
}

/* line 4907, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-crop-original:before {
  content: '\f17e';
}

/* line 4910, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power-off:before {
  content: '\f1af';
}

/* line 4913, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-power-off-setting:before {
  content: '\f1ae';
}

/* line 4916, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-leak-remove:before {
  content: '\f38d';
}

/* line 4919, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-star-border:before {
  content: '\f27c';
}

/* line 4922, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-low:before {
  content: '\f36d';
}

/* line 4925, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-medium:before {
  content: '\f36e';
}

/* line 4928, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-brightness-high:before {
  content: '\f36f';
}

/* line 4931, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-portrait:before {
  content: '\f2d4';
}

/* line 4934, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-live-tv:before {
  content: '\f2d9';
}

/* line 4937, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

/* line 4940, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

/* line 4943, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-back:before {
  content: '\f2ea';
}

/* line 4946, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-forward:before {
  content: '\f2ee';
}

/* line 4949, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-in:before {
  content: '\f2e9';
}

/* line 4952, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-arrow-out:before {
  content: '\f2ed';
}

/* line 4955, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

/* line 4958, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-adb:before {
  content: '\f33a';
}

/* line 4961, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-wifi:before {
  content: '\f2e8';
}

/* line 4964, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-wifi-alt:before {
  content: '\f2e3';
}

/* line 4967, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-wifi-lock:before {
  content: '\f2e5';
}

/* line 4970, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-wifi-off:before {
  content: '\f2e6';
}

/* line 4973, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-wifi-outline:before {
  content: '\f2e7';
}

/* line 4976, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-network-wifi-info:before {
  content: '\f2e4';
}

/* line 4979, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-layers-clear:before {
  content: '\f18b';
}

/* line 4982, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-colorize:before {
  content: '\f15d';
}

/* line 4985, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-paint:before {
  content: '\f1ba';
}

/* line 4988, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-format-quote:before {
  content: '\f1b2';
}

/* line 4991, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-camera-monochrome-photos:before {
  content: '\f285';
}

/* line 4994, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort-by-alpha:before {
  content: '\f1cf';
}

/* line 4997, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-shared:before {
  content: '\f225';
}

/* line 5000, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-folder-special:before {
  content: '\f226';
}

/* line 5003, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-comment-dots:before {
  content: '\f260';
}

/* line 5006, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-reorder:before {
  content: '\f31e';
}

/* line 5009, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-dehaze:before {
  content: '\f197';
}

/* line 5012, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-sort:before {
  content: '\f1ce';
}

/* line 5015, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-pages:before {
  content: '\f34a';
}

/* line 5018, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-stack-overflow:before {
  content: '\f35c';
}

/* line 5021, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-calendar-account:before {
  content: '\f204';
}

/* line 5024, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-paste:before {
  content: '\f109';
}

/* line 5027, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-cut:before {
  content: '\f1bc';
}

/* line 5030, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-save:before {
  content: '\f297';
}

/* line 5033, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-smartphone-code:before {
  content: '\f139';
}

/* line 5036, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-bike:before {
  content: '\f117';
}

/* line 5039, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-boat:before {
  content: '\f11a';
}

/* line 5042, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-bus:before {
  content: '\f121';
}

/* line 5045, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-car:before {
  content: '\f125';
}

/* line 5048, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-railway:before {
  content: '\f1b3';
}

/* line 5051, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-run:before {
  content: '\f215';
}

/* line 5054, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-subway:before {
  content: '\f1d5';
}

/* line 5057, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions-walk:before {
  content: '\f216';
}

/* line 5060, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-hotel:before {
  content: '\f178';
}

/* line 5063, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-activity:before {
  content: '\f1df';
}

/* line 5066, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-play:before {
  content: '\f1df';
}

/* line 5069, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-airport:before {
  content: '\f103';
}

/* line 5072, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-atm:before {
  content: '\f198';
}

/* line 5075, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-bar:before {
  content: '\f137';
}

/* line 5078, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-cafe:before {
  content: '\f13b';
}

/* line 5081, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-car-wash:before {
  content: '\f124';
}

/* line 5084, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-convenience-store:before {
  content: '\f1d3';
}

/* line 5087, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-dining:before {
  content: '\f153';
}

/* line 5090, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-drink:before {
  content: '\f157';
}

/* line 5093, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-florist:before {
  content: '\f168';
}

/* line 5096, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-gas-station:before {
  content: '\f16f';
}

/* line 5099, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-grocery-store:before {
  content: '\f1cb';
}

/* line 5102, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-hospital:before {
  content: '\f177';
}

/* line 5105, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-laundry-service:before {
  content: '\f1e9';
}

/* line 5108, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-library:before {
  content: '\f18d';
}

/* line 5111, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-mall:before {
  content: '\f195';
}

/* line 5114, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-movies:before {
  content: '\f19d';
}

/* line 5117, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-offer:before {
  content: '\f187';
}

/* line 5120, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-parking:before {
  content: '\f1a5';
}

/* line 5123, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-parking:before {
  content: '\f1a5';
}

/* line 5126, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-pharmacy:before {
  content: '\f176';
}

/* line 5129, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-phone:before {
  content: '\f2be';
}

/* line 5132, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-pizza:before {
  content: '\f1ac';
}

/* line 5135, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-post-office:before {
  content: '\f15a';
}

/* line 5138, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-printshop:before {
  content: '\f1b0';
}

/* line 5141, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-see:before {
  content: '\f28c';
}

/* line 5144, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-shipping:before {
  content: '\f1e6';
}

/* line 5147, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-store:before {
  content: '\f1d4';
}

/* line 5150, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-taxi:before {
  content: '\f123';
}

/* line 5153, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-local-wc:before {
  content: '\f211';
}

/* line 5156, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-my-location:before {
  content: '\f299';
}

/* line 5159, app/assets/stylesheets/material-design-iconic-font.scss */
.mdi-directions:before {
  content: '\f1e7';
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 10, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 19, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-inline {
  width: 220px;
}

/* line 23, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}

/* line 27, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}

/* line 31, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}

/* line 36, app/assets/stylesheets/bootstrap-datetimepicker.css */
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 46, app/assets/stylesheets/bootstrap-datetimepicker.css */
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}

/* line 55, app/assets/stylesheets/bootstrap-datetimepicker.css */
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}

/* line 65, app/assets/stylesheets/bootstrap-datetimepicker.css */
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 74, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}

/* line 79, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}

/* line 84, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}

/* line 89, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}

/* line 94, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}

/* line 99, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}

/* line 104, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}

/* line 109, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}

/* line 114, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}

/* line 118, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}

/* line 122, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker.days div.datetimepicker-days {
  display: block;
}

/* line 126, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker.months div.datetimepicker-months {
  display: block;
}

/* line 130, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker.years div.datetimepicker-years {
  display: block;
}

/* line 134, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table {
  margin: 0;
}

/* line 138, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 149, app/assets/stylesheets/bootstrap-datetimepicker.css */
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}

/* line 154, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 169, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}

/* line 174, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 181, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 199, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today.active:hover,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled.active:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled.disabled:hover,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today[disabled]:hover,
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 222, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today.active:hover,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069;
}

/* line 233, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 253, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled.disabled:hover,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active[disabled]:hover,
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 276, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled.active:hover {
  background-color: #003399;
}

/* line 287, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 300, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}

/* line 305, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}

/* line 310, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}

/* line 316, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}

/* line 321, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 325, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 332, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 352, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.active:hover,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled.disabled:hover,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active[disabled]:hover,
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 375, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.active:hover,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled.active:hover {
  background-color: #003399;
}

/* line 386, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker table tr td span.old {
  color: #999999;
}

/* line 390, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker th.switch {
  width: 145px;
}

/* line 394, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker th span.glyphicon {
  pointer-events: none;
}

/* line 398, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}

/* line 403, app/assets/stylesheets/bootstrap-datetimepicker.css */
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}

/* line 408, app/assets/stylesheets/bootstrap-datetimepicker.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-append span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

/* line 1, node_modules/select2/dist/css/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, node_modules/select2/dist/css/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, node_modules/select2/dist/css/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, node_modules/select2/dist/css/select2.css */
.select2-results {
  display: block;
}

/* line 64, node_modules/select2/dist/css/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, node_modules/select2/dist/css/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, node_modules/select2/dist/css/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, node_modules/select2/dist/css/select2.css */
.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);
}

/* line 118, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 130, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 161, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 178, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 207, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 242, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 246, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 285, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 289, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  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);
}

/* line 308, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, node_modules/select2/dist/css/select2.css */
.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-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  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);
}

/* line 336, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 348, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 360, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 369, node_modules/select2/dist/css/select2.css */
.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-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  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);
}

/* line 379, node_modules/select2/dist/css/select2.css */
.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-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  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);
}

/* line 389, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 412, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 438, node_modules/select2/dist/css/select2.css */
.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;
}

/* line 443, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, node_modules/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, node_modules/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, node_modules/bootstrap/scss/_print.scss */
  pre,
blockquote {
    border: 1px solid #a1a1a1;
    page-break-inside: avoid;
  }
  /* line 63, node_modules/bootstrap/scss/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, node_modules/bootstrap/scss/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, node_modules/bootstrap/scss/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, node_modules/bootstrap/scss/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, node_modules/bootstrap/scss/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, node_modules/bootstrap/scss/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, node_modules/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, node_modules/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000000;
  }
  /* line 107, node_modules/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, node_modules/bootstrap/scss/_print.scss */
  .table td,
.table th {
    background-color: #FFFFFF !important;
  }
  /* line 117, node_modules/bootstrap/scss/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, node_modules/bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, node_modules/bootstrap/scss/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, node_modules/bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: Ubuntu, "Ubuntu", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  text-align: left;
  background-color: #EEEEEE;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, node_modules/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, node_modules/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: #502379;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #29123e;
  text-decoration: underline;
}

/* line 202, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, node_modules/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, node_modules/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, node_modules/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 12px 10px;
  padding-bottom: 12px 10px;
  color: #878787;
  text-align: left;
  caption-side: bottom;
}

/* line 285, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 314, node_modules/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 319, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, node_modules/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, node_modules/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, node_modules/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, node_modules/bootstrap/scss/_reboot.scss */
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;
}

/* line 426, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, node_modules/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, node_modules/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 482, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.1;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.539rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2.077rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.769rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.308rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 0.923rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 65%;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 65%;
  color: #878787;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #EEEEEE;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #878787;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */
code {
  font-size: 87.5%;
  color: #502379;
  word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */
a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 2px;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #404040;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 12px 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 7px;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #404040;
  background-color: #f0f0f0;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cec1d9;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a48db9;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #c2b1cf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c2b1cf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddddd;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c1c1c1;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #d0d0d0;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d0d0d0;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfedd7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88ddb4;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #abe7cb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abe7cb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #dcf2fc;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #bee7f9;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #c5e9fa;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c5e9fa;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #feeec1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fedf8b;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #fee7a8;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fee7a8;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c9bd;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f29b84;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f6b6a6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f6b6a6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9c8c8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9a9a9a;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #bcbbbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bcbbbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #f1f1f1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: #e4e4e4;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-grey:hover {
  background-color: #e4e4e4;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #e4e4e4;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f0f0f0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: #e3e3e3;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e3e3e3;
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #504f4f;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #636c72;
  background-color: #dddddd;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */
.table-dark {
  color: #FFFFFF;
  background-color: #3d3c3c;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #504f4f;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 3.692rem;
  padding: 0.7692rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d5d8de;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, node_modules/bootstrap/scss/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #404040;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #502379;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}

/* line 43, node_modules/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #878787;
  opacity: 1;
}

/* line 54, node_modules/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #EEEEEE;
  opacity: 1;
}

/* line 66, node_modules/bootstrap/scss/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  appearance: none;
}

/* line 72, node_modules/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #404040;
  background-color: #FFFFFF;
}

/* line 84, node_modules/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.7692rem + 1px);
  padding-bottom: calc(0.7692rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.428571429;
}

/* line 105, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.15rem;
  line-height: 1.7;
}

/* line 112, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* line 125, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.7692rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.428571429;
  color: #404040;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */
.form-control-sm {
  height: 2.3125rem;
  padding: 0.25rem 8px;
  font-size: 0.85rem;
  line-height: 1.6;
  border-radius: 2px;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */
.form-control-lg {
  height: 2.846rem;
  padding: 0.5rem 12px;
  font-size: 1.15rem;
  line-height: 1.7;
  border-radius: 4px;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1.538rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, node_modules/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #878787;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1.385rem;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 100%;
  color: #1BBE6F;
}

/* line 52, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.85rem;
  line-height: 1.428571429;
  color: #FFFFFF;
  background-color: rgba(27, 190, 111, 0.9);
  border-radius: 2px;
}

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1BBE6F;
  padding-right: calc(1.428571429em + 1.5384rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BBE6F' 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: right calc(0.3571428573em + 0.3846rem) center;
  background-size: calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}

/* line 86, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1BBE6F;
  box-shadow: 0 0 0 0 rgba(27, 190, 111, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.428571429em + 1.5384rem);
  background-position: top calc(0.3571428573em + 0.3846rem) right calc(0.3571428573em + 0.3846rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1BBE6F;
  padding-right: calc(0.75em + 2.9038rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3c3c' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BBE6F' 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") #FFFFFF no-repeat center right 1.75rem/calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}

/* line 112, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1BBE6F;
  box-shadow: 0 0 0 0 rgba(27, 190, 111, 0.25);
}

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1BBE6F;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */
.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;
}

/* line 133, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1BBE6F;
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1BBE6F;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2be189;
  background-color: #2be189;
}

/* line 149, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(27, 190, 111, 0.25);
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.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: #1BBE6F;
}

/* line 163, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1BBE6F;
}

/* line 168, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1BBE6F;
  box-shadow: 0 0 0 0 rgba(27, 190, 111, 0.25);
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 100%;
  color: #E63E12;
}

/* line 52, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.85rem;
  line-height: 1.428571429;
  color: #FFFFFF;
  background-color: rgba(230, 62, 18, 0.9);
  border-radius: 2px;
}

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E63E12;
  padding-right: calc(1.428571429em + 1.5384rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E63E12' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E63E12' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3571428573em + 0.3846rem) center;
  background-size: calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}

/* line 86, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E63E12;
  box-shadow: 0 0 0 0 rgba(230, 62, 18, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.428571429em + 1.5384rem);
  background-position: top calc(0.3571428573em + 0.3846rem) right calc(0.3571428573em + 0.3846rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E63E12;
  padding-right: calc(0.75em + 2.9038rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3c3c' 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' width='12' height='12' fill='none' stroke='%23E63E12' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E63E12' stroke='none'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}

/* line 112, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #E63E12;
  box-shadow: 0 0 0 0 rgba(230, 62, 18, 0.25);
}

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E63E12;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */
.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;
}

/* line 133, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E63E12;
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E63E12;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f0613b;
  background-color: #f0613b;
}

/* line 149, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(230, 62, 18, 0.25);
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.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: #E63E12;
}

/* line 163, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E63E12;
}

/* line 168, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E63E12;
  box-shadow: 0 0 0 0 rgba(230, 62, 18, 0.25);
}

/* line 275, node_modules/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, node_modules/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 700;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.7692rem 0.75rem;
  font-size: 1rem;
  line-height: 1.428571429;
  border-radius: 2px;
  transition: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn:hover {
  color: #404040;
  text-decoration: none;
}

/* line 27, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

/* line 34, node_modules/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, node_modules/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #3c1a5b;
  border-color: #361851;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #3c1a5b;
  border-color: #361851;
  box-shadow: 0 0 0 0 rgba(106, 68, 141, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #361851;
  border-color: #2f1548;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(106, 68, 141, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #747474;
  border-color: #6e6e6e;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #747474;
  border-color: #6e6e6e;
  box-shadow: 0 0 0 0 rgba(153, 153, 153, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6e6e6e;
  border-color: #676767;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(153, 153, 153, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #FFFFFF;
  background-color: #1BBE6F;
  border-color: #1BBE6F;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #FFFFFF;
  background-color: #169d5b;
  border-color: #159155;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #169d5b;
  border-color: #159155;
  box-shadow: 0 0 0 0 rgba(61, 200, 133, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #1BBE6F;
  border-color: #1BBE6F;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #159155;
  border-color: #13864e;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(61, 200, 133, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #212529;
  background-color: #82D0F4;
  border-color: #82D0F4;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #212529;
  background-color: #5fc3f1;
  border-color: #53bef0;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #5fc3f1;
  border-color: #53bef0;
  box-shadow: 0 0 0 0 rgba(115, 182, 214, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #82D0F4;
  border-color: #82D0F4;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #53bef0;
  border-color: #47baef;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(115, 182, 214, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #FDC220;
  border-color: #FDC220;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #f5b402;
  border-color: #e8ab02;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f5b402;
  border-color: #e8ab02;
  box-shadow: 0 0 0 0 rgba(220, 170, 33, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FDC220;
  border-color: #FDC220;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e8ab02;
  border-color: #dba102;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 170, 33, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #E63E12;
  border-color: #E63E12;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c3340f;
  border-color: #b7310e;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #c3340f;
  border-color: #b7310e;
  box-shadow: 0 0 0 0 rgba(234, 91, 54, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #E63E12;
  border-color: #E63E12;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b7310e;
  border-color: #ab2e0d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(234, 91, 54, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #2a2929;
  border-color: #232323;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #2a2929;
  border-color: #232323;
  box-shadow: 0 0 0 0 rgba(90, 89, 89, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #232323;
  border-color: #1d1c1c;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(90, 89, 89, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-grey {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-grey:hover {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grey:focus, .btn-grey.focus {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
  box-shadow: 0 0 0 0 rgba(178, 179, 180, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grey.disabled, .btn-grey:disabled {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey.active:not(:disabled):not(.disabled), .show > .btn-grey.dropdown-toggle {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #acacac;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(178, 179, 180, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #502379;
  border-color: #502379;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(80, 35, 121, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #502379;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(80, 35, 121, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #878787;
  border-color: #878787;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #878787;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #1BBE6F;
  border-color: #1BBE6F;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #1BBE6F;
  border-color: #1BBE6F;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(27, 190, 111, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1BBE6F;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1BBE6F;
  border-color: #1BBE6F;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(27, 190, 111, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #82D0F4;
  border-color: #82D0F4;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #212529;
  background-color: #82D0F4;
  border-color: #82D0F4;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(130, 208, 244, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #82D0F4;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #82D0F4;
  border-color: #82D0F4;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 208, 244, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #FDC220;
  border-color: #FDC220;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FDC220;
  border-color: #FDC220;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(253, 194, 32, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FDC220;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FDC220;
  border-color: #FDC220;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(253, 194, 32, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #E63E12;
  border-color: #E63E12;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #E63E12;
  border-color: #E63E12;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(230, 62, 18, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E63E12;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #E63E12;
  border-color: #E63E12;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(230, 62, 18, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #FFFFFF;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #3d3c3c;
  border-color: #3d3c3c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(61, 60, 60, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3d3c3c;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(61, 60, 60, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-grey {
  color: #cccccc;
  border-color: #cccccc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-grey:hover {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #cccccc;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey.active:not(:disabled):not(.disabled), .show > .btn-outline-grey.dropdown-toggle {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.5);
}

/* line 83, node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #502379;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #29123e;
  text-decoration: underline;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #878787;
  pointer-events: none;
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 12px;
  font-size: 1.15rem;
  line-height: 1.7;
  border-radius: 4px;
}

/* line 116, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 8px;
  font-size: 0.85rem;
  line-height: 1.6;
  border-radius: 2px;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, node_modules/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, node_modules/bootstrap/scss/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.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;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */
.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: #404040;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.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;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.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;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */
.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;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */
.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;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 154, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #502379;
}

/* line 161, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #878787;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #878787;
  white-space: nowrap;
}

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 6px;
  padding-left: 6px;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */
.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;
}

/* line 32, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 46, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 55, node_modules/bootstrap/scss/_input-group.scss */
.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;
}

/* line 57, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 68, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 75, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 79, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 84, node_modules/bootstrap/scss/_input-group.scss */
.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;
}

/* line 92, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 93, node_modules/bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 101, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.7692rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #d5d8de;
  border-radius: 2px;
}

/* line 117, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 129, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: 2.846rem;
}

/* line 134, node_modules/bootstrap/scss/_input-group.scss */
.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 12px;
  font-size: 1.15rem;
  line-height: 1.7;
  border-radius: 4px;
}

/* line 146, node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: 2.3125rem;
}

/* line 151, node_modules/bootstrap/scss/_input-group.scss */
.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 8px;
  font-size: 0.85rem;
  line-height: 1.6;
  border-radius: 2px;
}

/* line 163, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 176, node_modules/bootstrap/scss/_input-group.scss */
.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;
}

/* line 185, node_modules/bootstrap/scss/_input-group.scss */
.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;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.428571429rem;
  padding-left: 3.8377rem;
  color-adjust: exact;
}

/* line 19, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1.385rem;
}

/* line 24, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.7rem;
  height: 1.5642857145rem;
  opacity: 0;
}

/* line 32, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #502379;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

/* line 39, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #502379;
}

/* line 52, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 62, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #878787;
}

/* line 65, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EEEEEE;
}

/* line 76, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: -0.1357142855rem;
  left: -3.8377rem;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #a1a1a1 solid 1px;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: -0.1357142855rem;
  left: -3.8377rem;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}

/* line 122, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

/* line 128, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #502379;
  background-color: #502379;
}

/* line 133, node_modules/bootstrap/scss/_custom-forms.scss */
.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23502379' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(80, 35, 121, 0.5);
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(80, 35, 121, 0.5);
}

/* line 153, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

/* line 165, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(80, 35, 121, 0.5);
}

/* line 176, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch {
  padding-left: 5.1127rem;
}

/* line 180, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -5.1127rem;
  width: 2.975rem;
  pointer-events: all;
  border-radius: 0.85rem;
}

/* line 188, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(-0.1357142855rem + 2px);
  left: calc(-5.1127rem + 2px);
  width: calc(1.7rem - 4px);
  height: calc(1.7rem - 4px);
  background-color: #a1a1a1;
  border-radius: 0.85rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(1.275rem);
}

/* line 208, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(80, 35, 121, 0.5);
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: 3.692rem;
  padding: 0.7692rem 1.75rem 0.7692rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233d3c3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #d5d8de;
  border-radius: 2px;
  appearance: none;
}

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #502379;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #404040;
  background-color: #FFFFFF;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #878787;
  background-color: #dddddd;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #404040;
}

/* line 283, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: 2.3125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 8px;
  font-size: 0.85rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-lg {
  height: 2.846rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 12px;
  font-size: 1.15rem;
}

/* line 304, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.692rem;
  margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.692rem;
  margin: 0;
  opacity: 0;
}

/* line 320, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #502379;
  box-shadow: 0 0 0 0 transparent;
}

/* line 326, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #EEEEEE;
}

/* line 332, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 337, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 342, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3.692rem;
  padding: 0.7692rem 0.75rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  background-color: #FFFFFF;
  border: 1px solid #d5d8de;
  border-radius: 2px;
}

/* line 359, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.428571429em + 1.5384rem);
  padding: 0.7692rem 0.75rem;
  line-height: 1.428571429;
  color: #404040;
  content: "Browse";
  background-color: #f5f5f5;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}

/* line 383, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 390, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 395, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #EEEEEE, 0 0 0 0 transparent;
}

/* line 396, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #EEEEEE, 0 0 0 0 transparent;
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #EEEEEE, 0 0 0 0 transparent;
}

/* line 400, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 404, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #502379;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 404, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 415, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #aa77d8;
}

/* line 420, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 431, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #502379;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 431, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 441, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #aa77d8;
}

/* line 446, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 457, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #502379;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 457, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 470, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #aa77d8;
}

/* line 475, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 486, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 491, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 498, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a1a1a1;
}

/* line 502, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 506, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #a1a1a1;
}

/* line 510, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 514, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #a1a1a1;
}

/* line 520, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 520, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #878787;
  pointer-events: none;
  cursor: default;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 42, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #dddddd #dddddd #dee2e6;
}

/* line 50, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #878787;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #636c72;
  background-color: #EEEEEE;
  border-color: #dee2e6 #dee2e6 #EEEEEE;
}

/* line 64, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 2px;
}

/* line 82, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #502379;
}

/* line 95, node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 103, node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 117, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 120, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3928571428rem;
  padding-bottom: 0.3928571428rem;
  margin-right: 1rem;
  font-size: 1.15rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.15rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, node_modules/bootstrap/scss/_navbar.scss */
.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) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 150, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 152, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 173, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 176, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 180, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 187, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 202, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 209, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 224, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 233, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 240, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 245, node_modules/bootstrap/scss/_navbar.scss */
.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);
}

/* line 253, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 258, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 262, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 264, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 276, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}

/* line 285, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 292, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, node_modules/bootstrap/scss/_navbar.scss */
.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: #FFFFFF;
}

/* line 305, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 310, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 314, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 316, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

/* line 17, node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 31, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 39, node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.538rem;
}

/* line 56, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.7692rem;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.3846rem;
  margin-bottom: 0;
}

/* line 65, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.538rem;
}

/* line 83, node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.7692rem 1.538rem;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: 2px 2px 0 0;
}

/* line 95, node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.7692rem 1.538rem;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 111, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.769rem;
  margin-bottom: -0.7692rem;
  margin-left: -0.769rem;
  border-bottom: 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.769rem;
  margin-left: -0.769rem;
}

/* line 124, node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 2px;
}

/* line 134, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 146, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 155, node_modules/bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, node_modules/bootstrap/scss/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, node_modules/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.7692rem;
}

@media (min-width: 576px) {
  /* line 243, node_modules/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, node_modules/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, node_modules/bootstrap/scss/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 20px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 2px;
}

/* line 12, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item {
  display: flex;
}

/* line 16, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.6154rem;
}

/* line 19, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.6154rem;
  color: #878787;
  content: "/";
}

/* line 33, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 37, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 41, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #4d4d4d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #404040;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #29123e;
  text-decoration: none;
  background-color: #ececec;
  border-color: #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}

/* line 35, node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 41, node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 46, node_modules/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #878787;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.15rem;
  line-height: 1.7;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1.6;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.07692rem 0.6154rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  transition: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.7em;
  padding-left: 0.7em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #FFFFFF;
  background-color: #502379;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #361851;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(80, 35, 121, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #FFFFFF;
  background-color: #878787;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #6e6e6e;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-success {
  color: #FFFFFF;
  background-color: #1BBE6F;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #159155;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 190, 111, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-info {
  color: #212529;
  background-color: #82D0F4;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #53bef0;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(130, 208, 244, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #FDC220;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #e8ab02;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(253, 194, 32, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #FFFFFF;
  background-color: #E63E12;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #b7310e;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(230, 62, 18, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #FFFFFF;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #FFFFFF;
  background-color: #3d3c3c;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #232323;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(61, 60, 60, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-grey {
  color: #212529;
  background-color: #cccccc;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-grey:hover, a.badge-grey:focus {
  color: #212529;
  background-color: #b3b3b3;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-grey:focus, a.badge-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #dddddd;
  border-radius: 4px;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 1.385rem 1.385rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4.27rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.385rem 1.385rem;
  color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #2a123f;
  background-color: #dcd3e4;
  border-color: #cec1d9;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #c2b1cf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #100717;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #464646;
  background-color: #e7e7e7;
  border-color: #dddddd;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #d0d0d0;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #2d2d2d;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  color: #0e633a;
  background-color: #d1f2e2;
  border-color: #bfedd7;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #abe7cb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #083620;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  color: #446c7f;
  background-color: #e6f6fd;
  border-color: #dcf2fc;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #c5e9fa;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #32505e;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #846511;
  background-color: #fff3d2;
  border-color: #feeec1;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #fee7a8;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #57420b;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #782009;
  background-color: #fad8d0;
  border-color: #f8c9bd;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f6b6a6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491305;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #f2f2f2;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #6c6c6c;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #201f1f;
  background-color: #d8d8d8;
  border-color: #c9c8c8;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #bcbbbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #060606;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-grey {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-grey hr {
  border-top-color: #e4e4e4;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-grey .alert-link {
  color: #515151;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 3.077rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 3.077rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.9231rem;
  background-color: #f5f5f5;
  border-radius: 2px;
}

/* line 20, node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #502379;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */
.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: 3.077rem 3.077rem;
}

/* line 38, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 2s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
}

/* line 21, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #636c72;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #636c72;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 34, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #404040;
  background-color: #dddddd;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #878787;
  pointer-events: none;
  background-color: #ececec;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #2a123f;
  background-color: #cec1d9;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2a123f;
  background-color: #c2b1cf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #2a123f;
  border-color: #2a123f;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #464646;
  background-color: #dddddd;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #464646;
  background-color: #d0d0d0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #464646;
  border-color: #464646;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #0e633a;
  background-color: #bfedd7;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0e633a;
  background-color: #abe7cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0e633a;
  border-color: #0e633a;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #446c7f;
  background-color: #dcf2fc;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #446c7f;
  background-color: #c5e9fa;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #446c7f;
  border-color: #446c7f;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #846511;
  background-color: #feeec1;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #846511;
  background-color: #fee7a8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #846511;
  border-color: #846511;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #782009;
  background-color: #f8c9bd;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #782009;
  background-color: #f6b6a6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #782009;
  border-color: #782009;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #858585;
  background-color: white;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #858585;
  border-color: #858585;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #201f1f;
  background-color: #c9c8c8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #201f1f;
  background-color: #bcbbbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #201f1f;
  border-color: #201f1f;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-grey {
  color: #6a6a6a;
  background-color: #f1f1f1;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-grey.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 149, node_modules/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.428571429;
}

/* line 164, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 185, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  /* line 207, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  /* line 228, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  /* line 239, node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Ubuntu, "Ubuntu", "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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.85rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */
.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: #000000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */
.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: #000000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */
.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: #000000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */
.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: #000000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 2px;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Ubuntu, "Ubuntu", "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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.85rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 4px;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */
.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: rgba(0, 0, 0, 0.25);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */
.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: #FFFFFF;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 4px 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */
.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: rgba(0, 0, 0, 0.25);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */
.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: #FFFFFF;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */
.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: rgba(0, 0, 0, 0.25);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */
.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: #FFFFFF;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */
.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 #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 4px 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */
.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: rgba(0, 0, 0, 0.25);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */
.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: #FFFFFF;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: 0.6154rem 1.077rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.6154rem 1.077rem;
  color: #404040;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */
.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;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #502379 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #361851 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #878787 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6e6e6e !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #1BBE6F !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #159155 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #82D0F4 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #53bef0 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #FDC220 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e8ab02 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #E63E12 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b7310e !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #FFFFFF !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #3d3c3c !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #232323 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-grey {
  background-color: #cccccc !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #b3b3b3 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #502379 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #878787 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #1BBE6F !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #82D0F4 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #FDC220 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #E63E12 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #FFFFFF !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #3d3c3c !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-grey {
  border-color: #cccccc !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #FFFFFF !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-sm {
  border-radius: 2px !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 2px !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-lg {
  border-radius: 4px !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */
.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;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-all {
  user-select: all !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-none {
  user-select: none !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, node_modules/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.3846153846rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.3846153846rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.3846153846rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.3846153846rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.3846153846rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.7692307692rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.7692307692rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.7692307692rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.7692307692rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.7692307692rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1.154rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1.154rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1.154rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1.154rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1.154rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.539rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.539rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.539rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.539rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.539rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 1.923rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 1.923rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 1.923rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 1.923rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 1.923rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-6 {
  margin: 2.308rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 2.308rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 2.308rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 2.308rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 2.308rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-7 {
  margin: 3.077rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 3.077rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 3.077rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 3.077rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 3.077rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-8 {
  margin: 3.851rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 3.851rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 3.851rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 3.851rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 3.851rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.3846153846rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.3846153846rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.3846153846rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.3846153846rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.3846153846rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.7692307692rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.7692307692rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.7692307692rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.7692307692rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.7692307692rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1.154rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1.154rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1.154rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1.154rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1.154rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.539rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.539rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.539rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.539rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.539rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 1.923rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 1.923rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 1.923rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 1.923rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 1.923rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-6 {
  padding: 2.308rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 2.308rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 2.308rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 2.308rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 2.308rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-7 {
  padding: 3.077rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 3.077rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 3.077rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 3.077rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 3.077rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-8 {
  padding: 3.851rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 3.851rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 3.851rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 3.851rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 3.851rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.3846153846rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.3846153846rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.3846153846rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.3846153846rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.3846153846rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.7692307692rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.7692307692rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.7692307692rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.7692307692rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.7692307692rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1.154rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1.154rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1.154rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1.154rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1.154rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.539rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.539rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.539rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.539rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.539rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -1.923rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -1.923rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -1.923rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -1.923rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -1.923rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n6 {
  margin: -2.308rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -2.308rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -2.308rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -2.308rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -2.308rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n7 {
  margin: -3.077rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -3.077rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -3.077rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -3.077rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -3.077rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n8 {
  margin: -3.851rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -3.851rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -3.851rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -3.851rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -3.851rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 3.851rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 3.851rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.3846153846rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.3846153846rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.3846153846rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.3846153846rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.3846153846rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.7692307692rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.7692307692rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.7692307692rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.7692307692rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.7692307692rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1.154rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1.154rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1.154rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1.154rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1.154rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.539rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.539rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.539rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.539rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.539rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -1.923rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -1.923rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -1.923rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -1.923rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -1.923rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -2.308rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -2.308rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -2.308rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -2.308rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -2.308rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -3.077rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -3.077rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -3.077rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -3.077rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -3.077rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -3.851rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -3.851rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -3.851rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -3.851rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -3.851rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-6 {
    margin: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-7 {
    margin: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-8 {
    margin: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 3.851rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-6 {
    padding: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-7 {
    padding: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-8 {
    padding: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 3.851rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.3846153846rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.3846153846rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.3846153846rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.3846153846rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.3846153846rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.7692307692rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.7692307692rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.7692307692rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.7692307692rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.7692307692rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1.154rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1.154rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1.154rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1.154rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1.154rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.539rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.539rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.539rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.539rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.539rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -1.923rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -1.923rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -1.923rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -1.923rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -1.923rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -2.308rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -2.308rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -2.308rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -2.308rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -2.308rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -3.077rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -3.077rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -3.077rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -3.077rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -3.077rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -3.851rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -3.851rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -3.851rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -3.851rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -3.851rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 3.851rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 3.851rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.3846153846rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.3846153846rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.3846153846rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.3846153846rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.3846153846rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.7692307692rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.7692307692rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.7692307692rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.7692307692rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.7692307692rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1.154rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1.154rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1.154rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1.154rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1.154rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.539rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.539rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.539rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.539rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.539rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -1.923rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -1.923rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -1.923rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -1.923rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -1.923rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -2.308rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -2.308rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -2.308rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -2.308rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -2.308rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -3.077rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -3.077rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -3.077rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -3.077rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -3.077rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -3.851rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -3.851rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -3.851rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -3.851rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -3.851rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 3.851rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.3846153846rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.3846153846rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.3846153846rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.3846153846rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.3846153846rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.7692307692rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.7692307692rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.7692307692rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.7692307692rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.7692307692rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1.154rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1.154rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1.154rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1.154rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1.154rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.539rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.539rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.539rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.539rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.539rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 1.923rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.923rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.923rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.923rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.923rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 2.308rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 2.308rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 2.308rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 2.308rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 2.308rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 3.077rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 3.077rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 3.077rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 3.077rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 3.077rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 3.851rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 3.851rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 3.851rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 3.851rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 3.851rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.3846153846rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.3846153846rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.3846153846rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.3846153846rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.3846153846rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.7692307692rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.7692307692rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.7692307692rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.7692307692rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.7692307692rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1.154rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1.154rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1.154rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1.154rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1.154rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.539rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.539rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.539rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.539rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.539rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -1.923rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -1.923rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -1.923rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -1.923rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -1.923rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -2.308rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -2.308rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -2.308rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -2.308rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -2.308rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -3.077rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -3.077rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -3.077rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -3.077rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -3.077rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -3.851rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -3.851rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -3.851rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -3.851rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -3.851rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */
.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);
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #FFFFFF !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #502379 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #29123e !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #878787 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #616161 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #1BBE6F !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #117b48 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #82D0F4 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #3cb6ee !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #FDC220 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #cf9802 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #E63E12 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #9f2b0c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #FFFFFF !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #3d3c3c !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #161616 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-grey {
  color: #cccccc !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-grey:hover, a.text-grey:focus {
  color: #a6a6a6 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #404040 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #878787 !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
/* line 10, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 14, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-perspective,
.modal-perspective body {
  height: 100%;
  overflow: hidden;
}

/* line 19, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

/* line 26, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 39, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-show {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
}

/* line 46, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 61, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-show ~ .modal-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
/* line 67, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-content {
  position: relative;
  border-radius: 3px;
  margin: 30px auto;
  max-width: 630px;
  min-width: 320px;
}

/* line 76, node_modules/jquery.niftymodals/src/sass/includes/_modals-bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* Effect 1: Fade in and scale up */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect1.scss */
.modal-effect-1 .modal-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 13, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect1.scss */
.modal-show.modal-effect-1 .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect2.scss */
.modal-effect-2 .modal-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 13, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect2.scss */
.modal-show.modal-effect-2 .modal-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect3.scss */
.modal-effect-3 .modal-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 13, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect3.scss */
.modal-show.modal-effect-3 .modal-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect4.scss */
.modal-effect-4 .modal-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

/* line 10, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect4.scss */
.modal-show.modal-effect-4 ~ .modal-overlay,
.modal-effect-4 .modal-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 16, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect4.scss */
.modal-show.modal-effect-4 .modal-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect5.scss */
.modal-effect-5.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 8, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect5.scss */
.modal-effect-5 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

/* line 19, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect5.scss */
.modal-show.modal-effect-5 .modal-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect6.scss */
.modal-effect-6.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 8, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect6.scss */
.modal-effect-6 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

/* line 19, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect6.scss */
.modal-show.modal-effect-6 .modal-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect7.scss */
.modal-effect-7 {
  top: 0;
}

/* line 6, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect7.scss */
.modal-effect-7 .modal-content {
  margin-top: 0;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

/* line 18, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect7.scss */
.modal-show.modal-effect-7 .modal-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect8.scss */
.modal-effect-8.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 8, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect8.scss */
.modal-effect-8 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

/* line 22, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect8.scss */
.modal-show.modal-effect-8 .modal-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect9.scss */
.modal-effect-9.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 8, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect9.scss */
.modal-effect-9 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

/* line 22, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect9.scss */
.modal-show.modal-effect-9 .modal-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect10.scss */
.modal-effect-10.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 8, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect10.scss */
.modal-effect-10 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 25, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect10.scss */
.modal-show.modal-effect-10 .modal-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect11.scss */
.modal-effect-11 .modal-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 13, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect11.scss */
.modal-show.modal-effect-11 .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect12.scss */
.modal-effect-12 .modal-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 13, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect12.scss */
.modal-show.modal-effect-12 ~ .modal-overlay {
  background: #000;
}

/* line 17, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect12.scss */
.modal-show.modal-effect-12 .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect13.scss */
.modal-effect-13.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 8, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect13.scss */
.modal-effect-13 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

/* line 19, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect13.scss */
.modal-show.modal-effect-13 .modal-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

/* Effect 14:  3D Rotate from bottom */
/* line 3, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect14.scss */
.modal-effect-14.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 9, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect14.scss */
.modal-effect-14 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 26, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect14.scss */
.modal-show.modal-effect-14 .modal-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect15.scss */
.modal-effect-15.modal-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 8, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect15.scss */
.modal-effect-15 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 25, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect15.scss */
.modal-show.modal-effect-15 .modal-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect16.scss */
.modal-show.modal-effect-16 ~ .modal-overlay {
  background: rgba(180, 46, 32, 0.5);
}

/* line 6, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect16.scss */
.modal-show.modal-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

/* line 12, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect16.scss */
.modal-effect-16 .modal-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

/* line 20, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect16.scss */
.modal-show.modal-effect-16 ~ .container,
.modal-effect-16 .modal-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 26, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect16.scss */
.modal-show.modal-effect-16 .modal-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
/* line 3, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect17.scss */
.modal-show.modal-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* line 11, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect17.scss */
.modal-show.modal-effect-17 ~ .container,
.modal-show.modal-effect-17 ~ .modal-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 24, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect17.scss */
.modal-effect-17 .modal-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

/* line 32, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect17.scss */
.modal-show.modal-effect-17 .modal-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
/* line 2, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect18.scss */
.modal-show.modal-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

/* line 7, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect18.scss */
.modal-show.modal-effect-18 ~ .modal-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 14, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect18.scss */
.modal-show.modal-effect-18 ~ .container,
.modal-show.modal-effect-18 ~ .modal-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}

@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}

@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}

/* line 41, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect18.scss */
.modal-effect-18 .modal-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

/* line 49, node_modules/jquery.niftymodals/src/sass/includes/effects/_effect18.scss */
.modal-show.modal-effect-18 .modal-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/*------------------------------------------------------------------
[General elements style]
*/
/* line 5, app/assets/stylesheets/beagle/includes/_general.scss */
html {
  height: 100%;
  overflow-x: hidden;
  font-size: 13px;
}

/* line 11, app/assets/stylesheets/beagle/includes/_general.scss */
body {
  padding: 0;
  background-color: #EEEEEE;
  height: auto;
  min-height: 100%;
  line-height: 1.42857143;
}

/* line 18, app/assets/stylesheets/beagle/includes/_general.scss */
body.be-alt-bg {
  background-color: #e9e9e9;
}

/* line 25, app/assets/stylesheets/beagle/includes/_general.scss */
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* line 31, app/assets/stylesheets/beagle/includes/_general.scss */
p {
  font-size: inherit;
  line-height: 21px;
}

/* line 37, app/assets/stylesheets/beagle/includes/_general.scss */
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*------------------------------------------------------------------
[Fonts - Ubuntu]
*/
@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Thin"), local("Ubuntu-Thin"), url("./ubuntu/Ubuntu-Thin.woff2") format("woff2"), url("./ubuntu/Ubuntu-Thin.woff") format("woff"), url("./ubuntu/Ubuntu-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Thin";
  src: local("Ubuntu Thin"), local("Ubuntu-Thin"), url("./ubuntu/Ubuntu-Thin.woff2") format("woff2"), url("./ubuntu/Ubuntu-Thin.woff") format("woff"), url("./ubuntu/Ubuntu-Thin.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu ThinItalic"), local("Ubuntu-ThinItalic"), url("./ubuntu/Ubuntu-ThinItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-ThinItalic.woff") format("woff"), url("./ubuntu/Ubuntu-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu-ThinItalic";
  src: local("Ubuntu ThinItalic"), local("Ubuntu-ThinItalic"), url("./ubuntu/Ubuntu-ThinItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-ThinItalic.woff") format("woff"), url("./ubuntu/Ubuntu-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("./ubuntu/Ubuntu-Light.woff2") format("woff2"), url("./ubuntu/Ubuntu-Light.woff") format("woff"), url("./ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Light";
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("./ubuntu/Ubuntu-Light.woff2") format("woff2"), url("./ubuntu/Ubuntu-Light.woff") format("woff"), url("./ubuntu/Ubuntu-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu LightItalic"), local("Ubuntu-LightItalic"), url("./ubuntu/Ubuntu-LightItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-LightItalic.woff") format("woff"), url("./ubuntu/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu-LightItalic";
  src: local("Ubuntu LightItalic"), local("Ubuntu-LightItalic"), url("./ubuntu/Ubuntu-LightItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-LightItalic.woff") format("woff"), url("./ubuntu/Ubuntu-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("./ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("./ubuntu/Ubuntu-Regular.woff") format("woff"), url("./ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("./ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("./ubuntu/Ubuntu-Regular.woff") format("woff"), url("./ubuntu/Ubuntu-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu RegularItalic"), local("Ubuntu-RegularItalic"), url("./ubuntu/Ubuntu-RegularItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-RegularItalic.woff") format("woff"), url("./ubuntu/Ubuntu-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: local("Ubuntu RegularItalic"), local("Ubuntu-RegularItalic"), url("./ubuntu/Ubuntu-RegularItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-RegularItalic.woff") format("woff"), url("./ubuntu/Ubuntu-RegularItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("./ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("./ubuntu/Ubuntu-Medium.woff") format("woff"), url("./ubuntu/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Medium";
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("./ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("./ubuntu/Ubuntu-Medium.woff") format("woff"), url("./ubuntu/Ubuntu-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu MediumItalic"), local("Ubuntu-MediumItalic"), url("./ubuntu/Ubuntu-MediumItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-MediumItalic.woff") format("woff"), url("./ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu-MediumItalic";
  src: local("Ubuntu MediumItalic"), local("Ubuntu-MediumItalic"), url("./ubuntu/Ubuntu-MediumItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-MediumItalic.woff") format("woff"), url("./ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("./ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("./ubuntu/Ubuntu-Bold.woff") format("woff"), url("./ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Bold";
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("./ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("./ubuntu/Ubuntu-Bold.woff") format("woff"), url("./ubuntu/Ubuntu-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu BoldItalic"), local("Ubuntu-BoldItalic"), url("./ubuntu/Ubuntu-BoldItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-BoldItalic.woff") format("woff"), url("./ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: local("Ubuntu BoldItalic"), local("Ubuntu-BoldItalic"), url("./ubuntu/Ubuntu-BoldItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-BoldItalic.woff") format("woff"), url("./ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Black"), local("Ubuntu-Black"), url("./ubuntu/Ubuntu-Black.woff2") format("woff2"), url("./ubuntu/Ubuntu-Black.woff") format("woff"), url("./ubuntu/Ubuntu-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Black";
  src: local("Ubuntu Black"), local("Ubuntu-Black"), url("./ubuntu/Ubuntu-Black.woff2") format("woff2"), url("./ubuntu/Ubuntu-Black.woff") format("woff"), url("./ubuntu/Ubuntu-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu BlackItalic"), local("Ubuntu-BlackItalic"), url("./ubuntu/Ubuntu-BlackItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-BlackItalic.woff") format("woff"), url("./ubuntu/Ubuntu-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu-BlackItalic";
  src: local("Ubuntu BlackItalic"), local("Ubuntu-BlackItalic"), url("./ubuntu/Ubuntu-BlackItalic.woff2") format("woff2"), url("./ubuntu/Ubuntu-BlackItalic.woff") format("woff"), url("./ubuntu/Ubuntu-BlackItalic.ttf") format("truetype");
}

/*------------------------------------------------------------------
	[Main wrapper]
*/
/* line 4, app/assets/stylesheets/beagle/includes/structure/_main-wrapper.scss */
.be-wrapper {
  min-height: 100%;
  padding-top: 61px;
}

@media (max-width: 575.98px) {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_main-wrapper.scss */
  .be-wrapper {
    overflow-x: hidden;
  }
}

@media print {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_main-wrapper.scss */
  .be-wrapper {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/beagle/includes/structure/_main-wrapper.scss */
  .be-wrapper.be-boxed-layout {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.05);
  }
}

/*------------------------------------------------------------------
	[Top header]
*/
/* line 4, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header {
  background-color: #FFFFFF;
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header {
    border-bottom-width: 0;
    position: relative;
    min-height: 0;
  }
}

/* line 17, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .container-fluid, .be-top-header .container-sm, .be-top-header .container-md, .be-top-header .container-lg, .be-top-header .container-xl {
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 20, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .container-fluid, .be-nosidebar-left .be-top-header .container-sm, .be-nosidebar-left .be-top-header .container-md, .be-nosidebar-left .be-top-header .container-lg, .be-nosidebar-left .be-top-header .container-xl {
    display: block;
  }
  /* line 25, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse, .be-nosidebar-left .be-top-header .container-sm .navbar-collapse, .be-nosidebar-left .be-top-header .container-md .navbar-collapse, .be-nosidebar-left .be-top-header .container-lg .navbar-collapse, .be-nosidebar-left .be-top-header .container-xl .navbar-collapse {
    align-items: baseline;
  }
  /* line 28, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-sm .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-md .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-lg .navbar-collapse.collapse, .be-nosidebar-left .be-top-header .container-xl .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 31, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .container-fluid .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-sm .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-md .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-lg .navbar-collapse.collapse.show, .be-nosidebar-left .be-top-header .container-xl .navbar-collapse.collapse.show {
    display: block !important;
  }
}

/* line 41, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-navbar-header {
  display: flex;
  width: 230px;
}

/* line 45, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-collapsible-sidebar .be-top-header .be-navbar-header {
  justify-content: space-between;
}

/* line 50, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-navbar-header {
  width: 60px;
}

@media (max-width: 991.98px) {
  /* line 54, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .be-navbar-header {
    width: auto;
  }
}

/* line 62, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-navbar-header .navbar-brand {
  line-height: 60px;
  height: 60px;
  width: 118px;
  background-image: url("/assets/svg/volt-logo-7fd3c6c56e5420c6795c221c8eb19c5b3b401a5242c6d7c371394429bd5aef04.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 98px;
  padding: 0 10px;
  margin: 0;
  display: block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 62, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-navbar-header .navbar-brand {
    background-image: url("/assets/svg/volt-logo-7fd3c6c56e5420c6795c221c8eb19c5b3b401a5242c6d7c371394429bd5aef04.svg");
    background-size: 98px 42px;
  }
}

@media (max-width: 767.98px) {
  /* line 62, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-navbar-header .navbar-brand {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 62, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-navbar-header .navbar-brand {
    margin-right: 10px;
  }
}

/* line 91, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-nosidebar-left .be-top-header .be-navbar-header .navbar-brand {
  width: 118px;
}

/* line 96, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-navbar-header .navbar-brand {
  display: none;
}

/* line 102, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-navbar-header .be-toggle-left-sidebar {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  float: right;
  padding: 0 15px;
}

/* line 109, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
  font-size: 1.615rem;
  color: #5a5a5a;
  line-height: 25px;
  vertical-align: middle;
}

/* line 117, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-navbar-header .be-toggle-left-sidebar {
  padding: 0 21px;
}

@media (max-width: 767.98px) {
  /* line 41, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-navbar-header {
    display: none;
  }
}

/* line 128, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .page-title {
  font-size: 1.462rem;
  line-height: 60px;
  float: left;
  flex: 1 1 auto;
  padding: 0 20px;
  color: #404040;
}

/* line 136, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-nosidebar-left .be-top-header .page-title {
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  /* line 128, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .page-title {
    display: none;
  }
}

/* line 150, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li > a.nav-link {
  line-height: 60px;
  color: #5a5a5a;
  font-size: 14px;
  padding: 0 18px;
  outline: none;
}

/* line 157, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li > a.nav-link:hover, .be-top-header .navbar-nav > li > a.nav-link:focus {
  color: #5a5a5a;
}

@media (max-width: 991.98px) {
  /* line 150, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-nav > li > a.nav-link {
    padding: 0 24px;
  }
}

/* line 168, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.show > a {
  color: #502379;
}

/* line 171, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.show > a:focus, .be-top-header .navbar-nav > li.show > a:active, .be-top-header .navbar-nav > li.show > a:hover {
  color: #502379;
}

/* line 181, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown > a .mdi-caret-down {
  font-size: 1.769rem;
  vertical-align: middle;
  margin-left: 3px;
}

/* line 188, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown .dropdown-menu {
  border-radius: 3px;
  margin-top: 12px;
  line-height: 20px;
  background: #fff;
  box-shadow: #50237933 0 76.8px 153.6px, #50237933 0 38.4px 76.8px, #50237933 0 9.6px 19.2px, #50237933 0 0 2.4px;
  border-radius: 9.6px !important;
  border: 0;
  max-height: calc(100vh - 95px);
  overflow: auto;
}

/* line 201, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown .dropdown-menu h3 {
  color: #502379;
}

/* line 205, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown .dropdown-menu > a {
  color: #504e4e;
  padding: 10px 20px;
  min-width: 175px;
  line-height: 18px;
}

/* line 211, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:hover {
  background-color: #502379;
  color: #FFFFFF;
}

/* line 216, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:focus, .be-top-header .navbar-nav > li.dropdown .dropdown-menu > a:active {
  background-color: transparent;
  color: #504e4e;
}

/* line 222, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown .dropdown-menu:after, .be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}

/* line 234, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-color: #e3e3e3;
  margin-left: -7px;
  top: -9px;
}

/* line 248, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .navbar-collapse {
  border-width: 0;
}

@media (max-width: 767.98px) {
  /* line 248, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse {
    border-top: 1px solid #f5f5f5;
    max-height: none;
  }
}

@media (max-width: 767.98px) {
  /* line 256, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse .navbar-nav {
    background-color: #fafafa;
    margin: 0;
    padding: 15px 0;
  }
  /* line 263, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .navbar-collapse .navbar-nav {
    width: 100%;
    flex-direction: column;
  }
  /* line 270, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse .navbar-nav > li > a {
    display: block;
    padding: 0 20px;
    color: dimgray;
    font-size: 1.077rem;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /* line 280, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse .navbar-nav > li > a .icon {
    line-height: 18px;
    font-size: 19px;
    min-width: 19px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
  }
  /* line 292, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse .navbar-nav > li.dropdown .mdi-caret-down {
    float: right;
    line-height: 38px;
    color: #c5c5c5;
  }
  /* line 298, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
    background-color: #eeeeee;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    border-radius: 0;
    max-height: auto;
    overflow: visible;
  }
  /* line 310, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    box-shadow: none;
  }
  /* line 317, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:before, .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
    display: none;
  }
  /* line 321, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > a {
    color: dimgray;
    padding: 8px 15px 8px 49px;
    padding-left: 23px;
  }
}

/* line 334, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .search-container {
  position: relative;
  flex: 1 1 auto;
  display: inline-block;
  height: 60px;
  padding: 10px 20px;
}

/* line 341, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .search-container .input-group {
  max-width: 800px;
}

@media (max-width: 767.98px) {
  /* line 334, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .search-container {
    display: none;
  }
}

/* line 349, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .search-container .btn {
  height: 37px;
  font-size: 1rem;
  padding: 4px 12px;
  border-radius: 0;
}

/* line 357, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .search-input {
  border-width: 1px;
  border-right: 0;
  color: #404040;
}

@media (max-width: 767.98px) {
  /* line 357, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .search-input {
    background-color: #FFFFFF;
    color: #404040;
  }
}

/* line 367, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .search-input:focus {
  background-color: #FFFFFF;
  color: gray;
}

/* line 371, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .search-input:focus::placeholder {
  color: #737373;
}

/* line 378, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-right-navbar {
  padding-right: 20px;
  width: calc(100% - 230px);
}

/* line 382, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-right-navbar-flex {
  display: flex;
}

/* line 385, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-wrapper.be-nosidebar-left .be-top-header .be-right-navbar-flex {
  width: calc(100% - 230px);
}

/* line 390, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-right-navbar .navbar-nav {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  /* line 397, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link {
    color: #FFFFFF;
  }
  /* line 401, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link:focus, .be-top-header .be-right-navbar .navbar-nav > li > a.nav-link:active {
    color: #FFFFFF;
  }
  /* line 408, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link {
    color: #FFFFFF;
  }
  /* line 411, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:focus, .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:active, .be-top-header .be-right-navbar .navbar-nav > li.show > a.nav-link:hover {
    color: #FFFFFF;
  }
}

@media (max-width: 767.98px) {
  /* line 378, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-right-navbar {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #502379;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #502379;
    z-index: 1030;
  }
}

/* line 434, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-right-navbar {
  width: calc(100% - 60px);
}

@media (max-width: 767.98px) {
  /* line 434, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-collapsible-sidebar-hide-logo.be-collapsible-sidebar-collapsed .be-top-header .be-right-navbar {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 443, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-offcanvas-menu .be-top-header .be-right-navbar {
    padding-right: 5px;
    position: relative;
  }
}

/* line 451, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-nosidebar-left .be-top-header .be-right-navbar {
  width: auto;
  order: 2;
}

@media (max-width: 767.98px) {
  /* line 451, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-nosidebar-left .be-top-header .be-right-navbar {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 462, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-toggle-right-sidebar {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 9px;
  }
}

/* line 472, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-toggle-top-header-menu {
  display: none;
  background-color: #FFFFFF;
  padding: 16px 10px;
  color: #404040;
  font-weight: 300;
  font-size: 1.077rem;
  border-bottom: 1px solid #f5f5f5;
}

/* line 481, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-toggle-top-header-menu:before {
  content: '\f2f8';
  float: right;
  font-family: "Material Icons";
  font-size: 2.077rem;
  line-height: 22px;
  color: #c5c5c5;
}

/* line 490, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-toggle-top-header-menu.collapsed {
  border-bottom: 1px solid #e3e3e3;
  transition: border-bottom-color 0.4s ease;
}

/* line 494, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-top-header .be-toggle-top-header-menu.collapsed:before {
  content: '\f2f2';
}

@media (max-width: 767.98px) {
  /* line 472, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-top-header .be-toggle-top-header-menu {
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 507, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-offcanvas-menu .be-top-header {
    position: fixed;
  }
}

@media (max-width: 767.98px) {
  /* line 513, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-offcanvas-menu .be-top-header .container-fluid, .be-offcanvas-menu .be-top-header .container-sm, .be-offcanvas-menu .be-top-header .container-md, .be-offcanvas-menu .be-top-header .container-lg, .be-offcanvas-menu .be-top-header .container-xl {
    display: flex;
  }
}

/* line 519, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-offcanvas-menu .be-top-header .be-navbar-header {
  width: 230px;
}

@media (max-width: 767.98px) {
  /* line 519, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-offcanvas-menu .be-top-header .be-navbar-header {
    display: block;
    width: auto;
    background-color: #502379;
  }
}

/* line 528, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar {
  padding-left: 25px;
}

@media (max-width: 767.98px) {
  /* line 528, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar {
    padding-left: 15px;
    padding-right: 13px;
  }
}

/* line 536, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
  color: #737373;
  font-size: 1.846rem;
}

@media (max-width: 767.98px) {
  /* line 536, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-offcanvas-menu .be-top-header .be-navbar-header .be-toggle-left-sidebar .icon {
    color: #FFFFFF;
    overflow: hidden;
  }
}

/* line 548, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-offcanvas-menu .be-top-header .navbar-brand {
  width: 118px;
}

/* line 552, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-offcanvas-menu .be-top-header .be-toggle-left-sidebar {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  float: left;
}

@media (max-width: 767.98px) {
  /* line 552, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-offcanvas-menu .be-top-header .be-toggle-left-sidebar {
    line-height: 62px;
    margin-top: -1px;
  }
}

/* line 563, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-offcanvas-menu .be-top-header .be-toggle-left-sidebar .icon {
  font-size: 1.615rem;
  color: #5a5a5a;
  line-height: 25px;
  vertical-align: middle;
}

/* line 573, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header .be-top-header {
  background-color: #502379;
  border-bottom-color: #502379;
}

/* line 579, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header .be-top-header .be-navbar-header .navbar-brand {
  background-image: url("/assets/svg/volt-logo-white-310bd2324c799c508b65c48a5a0cff7d52e97f3f11ca39548896c5b1f2d4c194.svg");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 579, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-color-header .be-top-header .be-navbar-header .navbar-brand {
    background-image: url("/assets/svg/volt-logo-white-310bd2324c799c508b65c48a5a0cff7d52e97f3f11ca39548896c5b1f2d4c194.svg");
  }
}

/* line 588, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header .be-top-header .page-title {
  color: #FFFFFF;
}

/* line 598, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header .be-top-header .be-right-navbar .navbar-nav > li > a {
  color: #FFFFFF;
}

/* line 610, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header .be-top-header .be-right-navbar .be-icons-nav > li.dropdown > a .icon {
  color: #FFFFFF;
}

/* line 614, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header .be-top-header .be-right-navbar .be-icons-nav > li.dropdown > a .indicator {
  background-color: #FFFFFF;
}

/* line 624, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header-success .be-top-header {
  background-color: #1BBE6F;
  border-bottom-color: #1BBE6F;
}

@media (max-width: 767.98px) {
  /* line 630, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-color-header-success .be-top-header .be-right-navbar {
    background-color: #1BBE6F;
    border-bottom-color: #1BBE6F;
  }
}

/* line 638, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header-warning .be-top-header {
  background-color: #FDC220;
  border-bottom-color: #FDC220;
}

@media (max-width: 767.98px) {
  /* line 644, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-color-header-warning .be-top-header .be-right-navbar {
    background-color: #FDC220;
    border-bottom-color: #FDC220;
  }
}

/* line 652, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
.be-color-header-danger .be-top-header {
  background-color: #E63E12;
  border-bottom-color: #E63E12;
}

@media (max-width: 767.98px) {
  /* line 658, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-color-header-danger .be-top-header .be-right-navbar {
    background-color: #E63E12;
    border-bottom-color: #E63E12;
  }
}

@media (min-width: 768px) {
  /* line 667, app/assets/stylesheets/beagle/includes/structure/_top-header.scss */
  .be-boxed-layout .be-top-header {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1032;
  }
}

/* line 4, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-top-header .be-icons-nav {
  margin-right: 20px;
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-right-navbar-flex .be-icons-nav {
    flex: 0 0 auto;
  }
}

@media (max-width: 991.98px) {
  /* line 16, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-top-header .be-icons-nav {
    margin-right: 10px;
  }
}

/* line 21, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown {
  position: static;
}

/* line 24, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown > a {
  position: relative;
}

/* line 28, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.navbar-expand .be-icons-nav > li.dropdown > a {
  padding: 0 10px;
}

/* line 32, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown > a .icon {
  font-size: 1.846rem;
  vertical-align: middle;
  color: #737373;
}

/* line 37, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown > a .icon.mdi-comment-more {
  font-size: 1.538rem;
  position: relative;
  top: 1px;
}

/* line 44, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown > a .indicator {
  background-color: #502379;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 18px;
  right: 6px;
}

/* line 55, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown > a:after {
  display: none;
  font-size: 1.231rem;
  margin-left: 6px;
}

@media (max-width: 767.98px) {
  /* line 55, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown > a:after {
    display: inline-block;
  }
}

/* line 68, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown .dropdown-toggle:after {
  content: '';
  margin: 0;
  border: 0;
}

/* line 77, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown.show > a:after, .be-icons-nav > li.dropdown.show > a:before {
  border-bottom: 8px solid #FFFFFF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -14px;
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  z-index: 1001;
}

/* line 90, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown.show > a:before {
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-bottom-color: #50237920;
  margin-left: -8px;
  bottom: -13px;
}

/* line 101, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown .dropdown-menu {
  width: 300px;
  padding: 0;
  box-sizing: content-box;
  background: #fff;
  box-shadow: #50237933 0 76.8px 153.6px, #50237933 0 38.4px 76.8px, #50237933 0 9.6px 19.2px, #50237933 0 0 2.4px;
  border-radius: 9.6px;
  border: 0;
}

/* line 113, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown .dropdown-menu .title {
  font-size: 1rem;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0 8px;
  border-bottom: 1px solid #ebebeb;
}

/* line 120, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown .dropdown-menu .title .badge {
  font-size: 0.6962rem;
  line-height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  background-color: #e4e4e4;
  color: #8a8a8a;
  min-width: 17px;
  height: 17px;
  text-align: center;
  padding: 3px 6px;
}

/* line 132, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown .dropdown-menu .title .badge-new {
  background-color: #502379;
  border-color: #502379;
  color: #FFFFFF;
}

/* line 142, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown .dropdown-menu .footer a {
  background-color: #fafafa;
  font-size: 1rem;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  display: block;
  outline: none;
}

/* line 152, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown .dropdown-menu .footer a:hover {
  background-color: whitesmoke;
}

/* line 159, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-top-header .be-icons-nav > li.dropdown .dropdown-menu:after, .be-top-header .be-icons-nav > li.dropdown .dropdown-menu:before {
  display: none;
}

/* line 167, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown.show > a {
  background-color: transparent;
}

/* line 170, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
.be-icons-nav > li.dropdown.show > a .icon {
  color: #502379;
}

@media (max-width: 767.98px) {
  /* line 170, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown.show > a .icon {
    color: #FFFFFF;
  }
}

@media (max-width: 767.98px) {
  /* line 2, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav {
    float: right;
    flex: 0 0 auto;
  }
  /* line 185, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-top-header .be-icons-nav {
    margin: 0 5px 0 0;
  }
  /* line 189, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown {
    display: inline-block;
    margin-left: 3px;
  }
  /* line 195, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .navbar-expand .be-icons-nav > li.dropdown > a {
    padding: 0 7px;
  }
  /* line 199, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown > a .icon {
    color: #FFFFFF;
  }
  /* line 203, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown > a .indicator {
    right: 2px;
    background-color: #FFFFFF;
  }
}

@media (max-width: 575.98px) {
  /* line 215, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown .dropdown-menu {
    left: 0;
    top: 60px;
    width: 100%;
    box-shadow: none;
    border-width: 0;
  }
  /* line 222, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-top-header .be-icons-nav > li.dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 1px;
  }
  /* line 229, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown .dropdown-menu .footer a {
    border-bottom: 1px solid #ebebeb;
  }
  /* line 239, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown.show > a:before {
    display: none;
  }
  /* line 243, app/assets/stylesheets/beagle/includes/structure/top-header/_icons-nav.scss */
  .be-icons-nav > li.dropdown.show > a:after {
    bottom: -1px;
  }
}

/* line 1, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav {
  margin-right: 0;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-right-navbar-flex .be-user-nav {
    order: 1;
  }
}

/* line 13, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown > a {
  font-size: 0;
}

/* line 16, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.navbar-expand .be-user-nav > li.dropdown > a {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 991.98px) {
  /* line 16, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .navbar-expand .be-user-nav > li.dropdown > a {
    padding-left: 10px;
  }
}

/* line 25, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown > a img {
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
}

/* line 31, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown > a .user-name {
  margin-left: 8px;
  display: none;
  font-size: 1.077rem;
  line-height: 20px;
  vertical-align: middle;
}

/* line 39, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown > a:after {
  display: none;
  font-size: 1.231rem;
  margin-left: 6px;
}

@media (max-width: 767.98px) {
  /* line 39, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav > li.dropdown > a:after {
    display: inline-block;
  }
}

/* line 50, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu {
  width: 220px;
  padding: 0 0 7px;
  left: -178px;
}

@media (max-width: 991.98px) {
  /* line 50, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav > li.dropdown .dropdown-menu {
    left: -173px;
  }
}

/* line 63, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-top-header .be-user-nav > li.dropdown .dropdown-menu a:focus, .be-top-header .be-user-nav > li.dropdown .dropdown-menu a:active {
  background-color: transparent;
  color: #504e4e;
}

/* line 68, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-top-header .be-user-nav > li.dropdown .dropdown-menu a:hover {
  background-color: whitesmoke;
  color: #504e4e;
}

/* line 74, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu a .icon {
  vertical-align: middle;
  margin-right: 10px;
}

/* line 80, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info {
  background-color: #502379;
  color: #FFFFFF;
  overflow: hidden;
  padding: 20px 15px 14px;
  border-radius: 9.6px 9.6px 0 0;
  margin-bottom: 7px;
}

/* line 88, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-name {
  display: block;
  font-size: 1.462rem;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 97, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 13px;
  position: relative;
}

/* line 105, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 5px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}

/* line 120, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.online:after {
  background-color: #53e79f;
  border-color: #53e79f;
}

/* line 128, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.away:after {
  background-color: #fed76c;
  border-color: #fed76c;
}

/* line 136, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.busy:after {
  background-color: #f37f61;
  border-color: #f37f61;
}

/* line 143, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-user-nav > li.dropdown .dropdown-menu .user-info .switch-status {
  float: right;
  margin-top: 5px;
}

/* line 151, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 13px;
  border-bottom-color: #502379;
}

/* line 157, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:before {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 1, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav {
    margin: 0;
    display: inline-block;
    flex: 0 1 auto;
    overflow: hidden;
  }
  /* line 172, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav > li.dropdown > a {
    align-items: center;
    display: flex;
    height: 60px;
    white-space: nowrap;
  }
  /* line 178, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav > li.dropdown > a:after {
    color: #FFFFFF;
  }
  /* line 182, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav > li.dropdown > a img {
    flex: 0 0 auto;
  }
  /* line 186, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav > li.dropdown > a .user-name {
    display: block;
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 194, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-user-nav > li.dropdown .dropdown-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    position: fixed;
    top: 60px;
    left: 0;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 220px;
  }
  /* line 206, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
    right: auto;
    left: 20px;
  }
}

@media (max-width: 767.98px) {
  /* line 218, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-offcanvas-menu .be-user-nav > li.dropdown > a {
    padding-left: 0;
  }
  /* line 223, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-offcanvas-menu .be-user-nav > li.dropdown > a img {
    display: none;
  }
  /* line 227, app/assets/stylesheets/beagle/includes/structure/top-header/_user-dropdown.scss */
  .be-offcanvas-menu .be-user-nav > li.dropdown > a .user-name {
    margin-left: 0;
  }
}

/* line 1, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications {
  padding-top: 0;
}

/* line 4, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.float-right .be-notifications {
  left: auto;
  right: 25px;
}

/* line 9, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .be-scroller {
  position: relative;
  height: 222px;
}

/* line 15, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .be-scroller > .content > ul {
  list-style: none;
  padding-left: 0;
}

/* line 22, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}

/* line 26, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification > a {
  padding: 15px;
  display: block;
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification > a .image {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #e4e4e4;
  float: left;
  text-align: center;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification > a .image img {
  height: 38px;
  width: 38px;
  font-size: 1.923rem;
  color: #979595;
  line-height: 36px;
}

/* line 49, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification > a .notification-info {
  padding-left: 50px;
  line-height: 14px;
}

/* line 53, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification > a .notification-info .text {
  font-weight: 500;
  color: #8a8a8a;
  font-size: .9231rem;
  line-height: 16px;
}

/* line 60, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification > a .notification-info .user-name {
  color: #502379;
  font-size: 1rem;
}

/* line 65, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification > a .notification-info .date {
  color: #8a8a8a;
  display: block;
  font-size: .6923rem;
  margin-top: 4px;
  text-transform: uppercase;
}

/* line 75, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification.notification-unread {
  background-color: #aa77d8;
  border-bottom: 1px solid #a26bd4;
}

/* line 79, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification.notification-unread > a {
  position: relative;
}

/* line 82, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification.notification-unread > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 6px;
  height: 6px;
  background-color: #502379;
  border-radius: 50%;
}

/* line 96, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:hover {
  background-color: #502379;
}

/* line 99, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:hover > a {
  color: #FFFFFF;
}

/* line 102, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:hover > a .logo {
  background-color: #3e1b5d;
}

/* line 105, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:hover > a .logo .icon {
  color: #FFFFFF;
}

/* line 112, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:hover > a .notification-info .circle {
  background: #FFFFFF;
}

/* line 116, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:hover > a .notification-info .text, .be-notifications .notification:hover > a .notification-info .date, .be-notifications .notification:hover > a .notification-info .user-name {
  color: #FFFFFF;
}

/* line 121, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:hover > a:after {
  background-color: #FFFFFF;
}

/* line 127, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
.be-notifications .notification:last-child {
  border-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 138, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
  .navbar-nav .show .be-notifications {
    position: absolute;
    background-color: #FFFFFF;
  }
}

@media (max-width: 575.98px) {
  /* line 149, app/assets/stylesheets/beagle/includes/structure/top-header/_notifications-dropdown.scss */
  .navbar-nav .show .be-notifications {
    position: fixed;
  }
}

/* line 1, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections {
  min-width: 304px;
}

/* line 4, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.float-right .be-connections {
  left: auto;
  right: 25px;
}

/* line 9, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .content {
  padding: 20px 15px;
}

/* line 12, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .content .row {
  margin: 0;
}

/* line 15, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .content .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 22, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .connection-item {
  display: block;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  color: #737373;
}

/* line 30, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .connection-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .connection-item img {
  max-height: 35px;
  max-width: 35px;
}

/* line 42, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .connection-item:hover {
  background: #502379;
  color: #FFFFFF;
}

/* line 46, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
.be-connections .connection-item:hover img {
  filter: invert(0.75) grayscale(1) brightness(2);
}

@media (max-width: 767.98px) {
  /* line 57, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
  .float-right .be-connections {
    right: 5px;
  }
  /* line 61, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
  .navbar-nav .show .be-connections {
    position: absolute;
    background-color: #FFFFFF;
  }
}

@media (max-width: 575.98px) {
  /* line 70, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
  .be-connections {
    min-width: 260px;
  }
  /* line 73, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
  .navbar-nav .show .be-connections {
    position: fixed;
  }
  /* line 77, app/assets/stylesheets/beagle/includes/structure/top-header/_connections-dropdown.scss */
  .be-connections .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*------------------------------------------------------------------
	[Left sidebar]
*/
/* line 4, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar {
  background-color: #f5f5f5;
  width: 230px;
  left: 0;
  position: absolute;
  border-right: 1px solid #e3e3e3;
}

@media print {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar-disabled .be-left-sidebar {
    display: none;
  }
}

/* line 23, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-collapsible-sidebar-collapsed .be-left-sidebar {
  width: 60px;
}

@media (max-width: 767.98px) {
  /* line 23, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar {
    width: 100%;
  }
}

/* line 31, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

/* line 38, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-spacer {
  height: 100%;
  display: table-row;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .left-sidebar-spacer {
    display: table-row;
  }
}

/* line 47, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-scroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8px;
}

/* line 62, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-collapsible-sidebar-collapsed .be-left-sidebar .left-sidebar-content {
  padding-top: 20px;
}

/* line 67, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-toggle {
  display: none;
  background-color: #FFFFFF;
  padding: 16px 10px;
  color: #404040;
  font-weight: 300;
  font-size: 1.077rem;
}

/* line 75, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-toggle:before {
  content: '\f2f2';
  float: right;
  font-family: "Material Icons";
  font-size: 2.077rem;
  line-height: 22px;
  color: #c5c5c5;
}

/* line 86, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-toggle.open:before {
  content: '\f2f8';
}

@media (max-width: 767.98px) {
  /* line 67, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .left-sidebar-toggle {
    display: block;
  }
}

/* line 96, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
}

/* line 100, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements .divider {
  padding: 20px 20px 0;
  color: #b0b0b0;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8462rem;
}

@media (min-width: 768px) {
  /* line 109, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider {
    padding: 40px 0 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
  }
  /* line 115, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider:first-child {
    display: none;
  }
}

/* line 123, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li {
  list-style: none;
}

/* line 126, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 0 20px;
  color: dimgray;
  font-size: 1.077rem;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 137, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a {
  text-overflow: clip;
}

/* line 141, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li > a .icon {
  line-height: 18px;
  font-size: 19px;
  min-width: 19px;
  margin-right: 9px;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 153, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a span {
    display: none;
  }
}

/* line 159, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li > a:hover {
  background-color: #f0f0f0;
}

/* line 162, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li > a:hover > span {
  color: #3d3d3d;
}

/* line 169, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li > ul {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/* line 177, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li > ul .nav-items .content > ul {
  display: block;
}

@media (min-width: 768px) {
  /* line 186, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > ul {
    border-top-width: 0;
    border-bottom-width: 0;
  }
}

/* line 193, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul {
  display: none;
  background-color: #eeeeee;
  padding: 10px 0;
  list-style: none;
  line-height: 20px;
}

/* line 200, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul .title {
  display: none;
}

/* line 208, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li ul .content > ul {
  padding-left: 0;
}

@media (min-width: 768px) {
  /* line 215, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible {
    display: table;
    table-layout: fixed;
    position: fixed;
    left: 60px;
    top: 61px;
    height: 100%;
    z-index: 1031;
    padding: 0 0 61px;
    list-style: none;
    width: 232px;
    border-right: 1px solid #e6e6e6;
  }
  /* line 228, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .title {
    display: block;
    padding: 30px 25px;
    font-size: 1.385rem;
    color: #b0b0b0;
  }
  /* line 235, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items {
    display: table-row;
    height: 100%;
  }
  /* line 239, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller {
    display: table-cell;
    position: relative;
    height: 100%;
  }
  /* line 245, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller > .content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  /* line 256, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul {
    border-color: transparent;
    padding: 0;
  }
  /* line 262, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > a {
    padding-left: 25px;
  }
  /* line 268, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > a {
    padding-left: 35px;
  }
  /* line 274, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
  }
  /* line 280, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 55px;
  }
  /* line 286, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 65px;
  }
}

/* line 303, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > a {
  padding: 8px 15px 8px 49px;
  color: dimgray;
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 312, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > a .badge {
  border-radius: 2px;
  font-weight: 500;
  line-height: 9px;
  font-size: 0.85rem;
  padding: 4px 7px;
  margin-left: 4px;
  margin-top: 1px;
}

/* line 322, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > a:hover {
  background-color: #e7e7e7;
}

/* line 329, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li.active > a {
  color: #502379;
}

/* line 335, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* line 344, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > ul {
  padding: 5px 0;
}

/* line 352, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > ul > li ul {
  padding: 5px 0;
}

/* line 356, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > ul > li > a {
  padding-left: 59px;
}

/* line 363, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > a {
  padding-left: 69px;
}

/* line 370, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > a {
  padding-left: 79px;
}

/* line 378, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 89px;
}

/* line 391, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li.active > a {
  padding-left: 20px;
  font-weight: 500;
  color: #502379;
}

/* line 396, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li.active > a > span {
  color: #502379;
}

/* line 405, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements > li.open > ul,
.be-left-sidebar .sidebar-elements > li.open > ul .nav-items .content > ul {
  display: block;
}

@media (min-width: 768px) {
  /* line 413, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul {
    display: none;
  }
  /* line 416, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul.visible {
    display: table;
  }
}

/* line 430, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements li.parent > a:before {
  content: '\f2f2';
  float: right;
  font-family: "Material Icons";
  font-size: 1.615rem;
  color: #b0b0b0;
}

@media (min-width: 768px) {
  /* line 438, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements li.parent > a:before {
    display: none;
  }
}

/* line 446, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements li.parent.open > a:before {
  content: '\f2f8';
}

/* line 454, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .sidebar-elements li.open > ul {
  display: block;
}

@media (min-width: 768px) {
  /* line 468, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .sub-menu.visible li.parent > a:before {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 479, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-boxed-layout .be-left-sidebar {
    flex: 0 0 230px;
    position: relative;
  }
  /* line 483, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-boxed-layout .be-left-sidebar:before {
    position: absolute;
  }
  /* line 488, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-boxed-layout.be-fixed-sidebar .be-left-sidebar {
    left: auto;
  }
}

/* line 493, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
  border-right: 1px solid #e3e3e3;
}

@media (max-width: 767.98px) {
  /* line 493, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar:before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #e3e3e3;
    border-right-width: 0;
    position: relative;
  }
  /* line 516, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .left-sidebar-wrapper,
.be-left-sidebar .left-sidebar-spacer,
.be-left-sidebar .left-sidebar-scroll,
.be-left-sidebar .left-sidebar-content {
    display: block;
    position: relative;
    overflow: visible;
  }
  /* line 525, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .left-sidebar-spacer {
    display: none;
    border-top: 2px solid #f5f5f5;
  }
  /* line 529, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .left-sidebar-spacer.open {
    display: block;
  }
  /* line 534, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .left-sidebar-content {
    padding-bottom: 20px;
  }
  /* line 542, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  /* line 546, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > a:hover {
    background-color: transparent;
  }
  /* line 549, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > a:hover > span {
    color: inherit;
  }
  /* line 556, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  /* line 566, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > ul li > a:hover {
    background-color: transparent;
  }
  /* line 570, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > ul li > a:active {
    background-color: #e7e7e7;
  }
  /* line 576, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  /* line 580, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  /* line 584, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller {
    height: auto;
    overflow: visible;
  }
  /* line 588, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  /* line 597, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li:hover {
    background-color: inherit;
  }
  /* line 600, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  /* line 608, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
}

/* line 615, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-fixed-sidebar .be-left-sidebar {
  height: 100%;
  margin-top: 61px;
  padding-bottom: 61px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1029;
}

/* line 624, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
  position: absolute;
}

@media (max-width: 767.98px) {
  /* line 624, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  /* line 615, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-fixed-sidebar .be-left-sidebar {
    margin-top: 0;
    position: static;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }
}

/* line 640, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-fixed-sidebar .be-left-sidebar:before {
  top: 60px;
}

/* line 646, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-offcanvas-menu .be-left-sidebar {
  position: fixed;
  height: 100%;
  top: 0;
  left: -240px;
  z-index: 1031;
  background-color: #FFFFFF;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.18);
  border-right-width: 0;
}

@media (max-width: 767.98px) {
  /* line 646, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-offcanvas-menu .be-left-sidebar {
    width: 230px;
    left: 0;
    transform: translate3d(-105%, 0, 0);
  }
}

/* line 662, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-offcanvas-menu .be-left-sidebar:before {
  left: -230px;
  border-right-width: 0;
}

@media (max-width: 767.98px) {
  /* line 667, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-offcanvas-menu .be-left-sidebar .left-sidebar-toggle {
    display: none;
  }
}

/* line 674, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-offcanvas-menu .be-left-sidebar .be-toggle-left-sidebar {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  float: left;
}

/* line 680, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-offcanvas-menu .be-left-sidebar .be-toggle-left-sidebar .icon {
  padding-left: 25px;
  font-size: 1.846rem;
  color: #737373;
  line-height: 25px;
  vertical-align: middle;
}

/* line 689, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-offcanvas-menu .be-left-sidebar .menu-logo {
  height: 60px;
  width: 150px;
  background-image: url(/assets/svg/volt-logo-7fd3c6c56e5420c6795c221c8eb19c5b3b401a5242c6d7c371394429bd5aef04.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  display: block;
  float: left;
}

/* line 700, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-fixed-sidebar.be-offcanvas-menu .be-left-sidebar {
  margin-top: 61px;
  padding-bottom: 61px;
}

/* line 705, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-animate .be-left-sidebar {
  transition: all 0.35s ease;
}

@media (max-width: 767.98px) {
  /* line 711, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-offcanvas-menu .be-left-sidebar .left-sidebar-wrapper {
    display: table;
  }
}

@media (max-width: 767.98px) {
  /* line 721, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-offcanvas-menu .be-left-sidebar .left-sidebar-spacer {
    display: table-row;
    border-top-width: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 732, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-fixed-sidebar.be-offcanvas-menu .be-left-sidebar .left-sidebar-content {
    position: absolute;
  }
}

@media (max-width: 767.98px) {
  /* line 742, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-offcanvas-menu .be-left-sidebar .progress-widget {
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 752, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
  .be-offcanvas-menu .be-left-sidebar .be-navbar-header {
    display: block;
  }
}

/* line 758, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-offcanvas-menu .be-left-sidebar .be-navbar-header .navbar-brand {
  padding-left: 0;
  background-position: 0 center;
}

/* line 765, app/assets/stylesheets/beagle/includes/structure/_left-sidebar.scss */
.be-left-sidebar .left-sidebar-top {
  border-bottom: 1px solid #ededed;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.be-left-sidebar .left-sidebar-top::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  /* line 45, app/assets/stylesheets/beagle/includes/structure/_sidebars-push-effect.scss */
  body.open-left-sidebar .be-left-sidebar {
    left: 0;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 33, app/assets/stylesheets/beagle/includes/structure/_sidebars-push-effect.scss */
  body.open-left-sidebar .be-wrapper {
    overflow: hidden;
  }
  /* line 37, app/assets/stylesheets/beagle/includes/structure/_sidebars-push-effect.scss */
  body.open-left-sidebar .be-left-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/* line 3, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-left-sidebar .progress-widget {
  padding: 20px;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget {
  padding: 13px 14px;
  margin-top: 25px;
}

/* line 12, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-fixed-sidebar .be-left-sidebar .progress-widget {
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-left-sidebar .progress-widget .progress-data {
  color: dimgray;
}

/* line 20, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-left-sidebar .progress-widget .progress-value {
  float: right;
}

/* line 23, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .progress-value {
  float: none;
  display: block;
  text-align: center;
  font-size: .8462rem;
}

/* line 32, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .name {
  display: none;
}

/* line 37, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-left-sidebar .progress-widget .progress {
  margin: 10px 0 0;
  height: 8px;
  background-color: #ebebeb;
  border-radius: 2px;
}

/* line 43, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-collapsible-sidebar-collapsed .be-left-sidebar .progress-widget .progress {
  height: 5px;
  margin-top: 7px;
}

/* line 49, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
.be-left-sidebar .progress-widget:hover {
  background-color: #f0f0f0;
}

@media (max-width: 767.98px) {
  /* line 3, app/assets/stylesheets/beagle/includes/structure/left-sidebar/_progress-widget.scss */
  .be-left-sidebar .progress-widget {
    display: none;
  }
}

/*------------------------------------------------------------------
  [Right sidebar]
*/
/* line 5, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar {
  position: fixed;
  background-color: #FAFAFA;
  margin-top: 61px;
  padding-bottom: 61px;
  width: 290px;
  height: 100%;
  right: -290px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e8e8e8;
  z-index: 1031;
}

/* line 18, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-animate .be-right-sidebar {
  transition: all 0.35s ease;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-boxed-layout .be-right-sidebar {
    position: absolute;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/beagle/includes/structure/_sidebars-push-effect.scss */
  body.open-right-sidebar .be-right-sidebar {
    right: 0;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 9, app/assets/stylesheets/beagle/includes/structure/_sidebars-push-effect.scss */
  body.open-right-sidebar .be-wrapper {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/beagle/includes/structure/_sidebars-push-effect.scss */
  body.open-right-sidebar .be-right-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/* line 45, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .sb-content {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

/* line 54, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-navigation .nav-tabs {
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
}

/* line 59, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item {
  margin-right: 0;
}

/* line 62, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link {
  background-color: #f2f2f2;
  border-width: 0;
  padding: 15px 10px;
  min-width: auto;
  font-size: 1.077rem;
}

/* line 69, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link .icon {
  font-size: 1.923rem;
  color: #aaaaaa;
}

/* line 74, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:hover {
  border: 0;
  background-color: #f6f6f6;
  color: #3b3b3b;
}

/* line 80, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:focus {
  border: 0;
}

/* line 84, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link.active {
  color: #502379;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  /* line 96, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar .tab-navigation .nav-justified > li {
    display: table-cell;
  }
  /* line 99, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar .tab-navigation .nav-justified > li > a {
    margin-bottom: 0;
    min-width: 40px;
  }
}

/* line 108, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel {
  height: 100%;
  display: table-row;
}

/* line 112, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  display: table-cell;
  overflow: hidden;
}

/* line 121, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content .tab-pane {
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 126, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content .tab-pane > .content {
  overflow: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 135, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content .tab-pane h2 {
  font-size: 1.154rem;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 5px;
  margin-bottom: 20px;
  margin-top: 18px;
}

/* line 147, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content .bottom-input {
  position: relative;
  border-top: 1px solid #f2f2f2;
}

/* line 151, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content .bottom-input > input {
  border: 0;
  background-color: #FAFAFA;
  color: #404040;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 20px;
  outline: none;
}

/* line 162, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content .bottom-input > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 1.538rem;
  margin-top: -10px;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
.be-right-sidebar .tab-panel .tab-content .bottom-input > span:hover {
  color: #d1d1d1;
}

@media (max-width: 767.98px) {
  /* line 43, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar {
    width: 290px;
    right: 0;
    transform: translate3d(100%, 0, 0);
    margin-top: 0;
    padding-bottom: 0;
  }
  /* line 190, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar .tab-panel .tab-content > .chat {
    width: 100%;
  }
  /* line 193, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar .tab-panel .tab-content > .chat .chat-contacts, .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    width: 100%;
  }
  /* line 197, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    left: 100%;
  }
  /* line 203, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
    left: -100%;
  }
}

@media (max-width: 320px) {
  /* line 43, app/assets/stylesheets/beagle/includes/structure/_right-sidebar.scss */
  .be-right-sidebar {
    width: 90%;
  }
}

/* line 2, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat {
  white-space: nowrap;
  font-size: 0;
  width: 290px;
}

/* line 7, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat h2 {
  margin: 30px 20px 15px;
  line-height: 1.1;
}

/* line 12, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list {
  font-size: .9231rem;
}

/* line 17, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a {
  display: block;
  padding: 11px 25px;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
}

/* line 29, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a .user-data, .tab-chat .contact-list .user a .user-data2 {
  padding-left: 40px;
  line-height: 16px;
}

/* line 33, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a .user-data .status, .tab-chat .contact-list .user a .user-data2 .status {
  background-color: #1BBE6F;
  border-radius: 50%;
  float: right;
  width: 7px;
  height: 7px;
  position: relative;
  top: 5px;
}

/* line 42, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a .user-data .status.offline, .tab-chat .contact-list .user a .user-data2 .status.offline {
  background-color: #E63E12;
}

/* line 46, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a .user-data .status.away, .tab-chat .contact-list .user a .user-data2 .status.away {
  background-color: #FDC220;
}

/* line 51, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a .user-data .name, .tab-chat .contact-list .user a .user-data2 .name {
  color: #404040;
  font-weight: 500;
  font-size: 1rem;
}

/* line 57, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a .user-data .message, .tab-chat .contact-list .user a .user-data2 .message {
  display: block;
  color: #999999;
  font-size: 1rem;
}

/* line 64, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a .user-data2 {
  margin-top: 7px;
}

/* line 68, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list .user a:hover {
  background-color: whitesmoke;
}

/* line 74, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .contact-list-recent {
  margin-bottom: 30px;
}

/* line 79, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-contacts, .tab-chat .chat-window {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  position: absolute;
  left: 0;
  transition: left 0.3s ease;
}

/* line 91, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-contacts .chat-sections {
  height: 100%;
  display: table-row;
}

/* line 95, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-contacts .chat-sections .be-scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 102, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-contacts .chat-sections .content {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

/* line 110, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-contacts .search {
  position: relative;
}

/* line 115, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window {
  height: 100%;
  left: 290px;
  display: table;
  table-layout: fixed;
}

/* line 121, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .title {
  padding: 20px 10px;
  padding-right: 20px;
  overflow: hidden;
}

/* line 126, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .title .icon {
  font-size: 2.077rem;
  width: 27px;
  text-align: center;
  color: #b3b3b3;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .title .user {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 13px;
}

/* line 142, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .title .user img {
  height: 35px;
  width: 35x;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
}

/* line 150, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .title .user h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 157, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .title .user span {
  display: block;
  font-size: .9231rem;
  color: #999999;
}

/* line 165, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages {
  height: 100%;
  display: table-row;
  font-size: 1rem;
}

/* line 170, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages .be-scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
}

/* line 178, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages .content {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

/* line 185, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages ul {
  outline: none;
  margin: 0;
  padding: 0;
}

/* line 190, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages ul > li {
  display: block;
  list-style: none;
  padding: 9px 16px;
}

/* line 195, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages ul > li .msg {
  position: relative;
  display: inline-block;
  background-color: #552581;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 6px 8px;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin-left: 40px;
}

/* line 207, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages ul > li .msg:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #552581;
  border-top: 6px solid transparent;
}

/* line 220, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages ul > li.friend .msg {
  background-color: #f0f0f0;
  color: #595858;
  margin-left: 0;
  margin-right: 40px;
}

/* line 226, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages ul > li.friend .msg:after {
  right: auto;
  left: -5px;
  border-left-width: 0;
  border-right: 5px solid #f0f0f0;
}

/* line 235, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-messages ul > li.self {
  text-align: right;
}

/* line 242, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-input {
  position: relative;
}

/* line 245, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-input .input-wrapper {
  border-top: 1px solid #f2f2f2;
}

/* line 248, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-input .input-wrapper > input {
  border: 0;
  background-color: #FAFAFA;
  color: #b3b3b3;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 20px;
  padding-left: 42px;
  padding-right: 40px;
  outline: none;
}

/* line 261, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-input .input-wrapper > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 1.538rem;
  margin-top: -10px;
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-input .input-wrapper > span:hover {
  color: #d1d1d1;
}

/* line 275, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat .chat-window .chat-input .input-wrapper .photo {
  left: 15px;
  font-size: 1.692rem;
  top: 50%;
  right: auto;
}

/* line 288, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat.chat-opened .chat-contacts {
  left: -290px;
}

/* line 292, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-chat.scss */
.tab-chat.chat-opened .chat-window {
  left: 0;
}

/* line 4, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.tab-todo .todo-container {
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 11, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.tab-todo .todo-wrapper {
  display: table-row;
  height: 100%;
}

/* line 16, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.tab-todo .be-scroller {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* line 22, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.tab-todo .todo-content {
  padding: 10px 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 31, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.tab-todo .category-title {
  display: block;
  font-size: 1.154rem;
  font-weight: 400;
  color: gray;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

/* line 44, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list {
  list-style: none;
  padding: 4px 0 1px;
  margin-bottom: 15px;
}

/* line 49, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li {
  margin: 0;
  padding: 0;
}

/* line 53, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox {
  display: block;
  margin-right: 4px;
}

/* line 57, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox.custom-control {
  margin-bottom: 1rem;
}

/* line 63, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox input[type="checkbox"] ~ .custom-control-label {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

/* line 71, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox input[type="checkbox"] ~ .custom-control-label::before {
  margin-right: 8px;
}

/* line 76, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox input[type="checkbox"]:checked ~ .custom-control-label {
  text-decoration: line-through;
  color: #999999;
}

/* line 82, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox .delete {
  display: none;
  float: right;
  font-size: 1.308rem;
  color: #b3b3b3;
  line-height: 22px;
  margin-left: 5px;
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox .delete:hover {
  color: gray;
}

/* line 98, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-todo.scss */
.todo-list > li .custom-checkbox:hover .delete {
  display: inline-block;
}

/* line 4, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-settings.scss */
.tab-settings .settings-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-settings.scss */
.tab-settings .be-scroller {
  padding: 10px 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-settings.scss */
.tab-settings .category-title {
  display: block;
  font-size: 1.154rem;
  font-weight: 400;
  color: gray;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

/* line 35, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-settings.scss */
.settings-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

/* line 40, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-settings.scss */
.settings-list > li {
  margin: 0;
  padding: 5px 0;
  line-height: 24px;
  font-size: 1.077rem;
}

/* line 46, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-settings.scss */
.settings-list > li .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/beagle/includes/structure/right-sidebar/_tab-settings.scss */
.settings-list > li .switch-button {
  float: right;
  margin-left: 5px;
}

/*------------------------------------------------------------------
  [Main content]
*/
/* line 4, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
.be-content {
  position: relative;
  left: 0;
  margin-left: 230px;
  min-height: 100%;
}

@media (max-width: 767.98px) {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .be-content {
    margin-left: 0;
  }
}

@media print {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .be-content {
    margin-left: 0;
  }
}

/* line 18, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
.be-nosidebar-left .be-content {
  margin-left: 0;
}

/* line 22, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
.be-collapsible-sidebar-collapsed .be-content {
  margin-left: 60px;
}

@media (max-width: 767.98px) {
  /* line 22, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .be-collapsible-sidebar-collapsed .be-content {
    margin-left: 0;
  }
}

/* line 30, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
.be-offcanvas-menu .be-content {
  margin-left: 0;
}

/* line 34, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
.be-mega-menu .be-content {
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 39, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .be-boxed-layout .be-content {
    margin-left: 0;
    overflow: hidden;
    width: 100%;
  }
  /* line 45, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .be-boxed-layout.be-fixed-sidebar .be-content {
    margin-left: 230px;
    min-height: 100vh;
  }
}

/* line 52, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
.main-content {
  padding: 25px;
}

@media (max-width: 991.98px) {
  /* line 52, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .main-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 52, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .main-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 52, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
  .main-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* line 75, app/assets/stylesheets/beagle/includes/structure/_main-content.scss */
.be-no-padding .main-content {
  padding: 0;
}

/*------------------------------------------------------------------
  [Page head]
*/
/* line 5, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head {
  padding: 20px 25px 10px;
  position: relative;
}

@media print {
  /* line 5, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
  .page-head {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head-title {
  display: block;
  margin-bottom: 5px;
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 2.154rem;
  color: #6b6b6b;
  line-height: 36px;
}

/* line 24, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head-description {
  display: block;
  color: #6e6e6e;
  font-size: 1.077rem;
  font-weight: 300;
}

/* line 31, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head .breadcrumb {
  background-color: transparent;
  padding: 3px 0;
  margin-bottom: 7px;
  line-height: 16px;
}

/* line 37, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head .breadcrumb > li {
  font-size: 1.077rem;
  font-weight: 300;
}

/* line 41, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #a3a3a3;
}

/* line 46, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head .breadcrumb > li > a {
  color: #5e5e5e;
}

/* line 49, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head .breadcrumb > li > a:hover {
  color: #303030;
}

/* line 55, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head .breadcrumb > .active {
  color: #7a7a7a;
}

/* line 60, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
.page-head .breadcrumb-item {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  /* line 5, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
  .page-head {
    padding: 18px 10px 0;
    display: none;
  }
  /* line 68, app/assets/stylesheets/beagle/includes/structure/_page-head.scss */
  .page-head-title {
    font-size: 1.846rem;
    line-height: 28px;
  }
}

/*------------------------------------------------------------------
  [Page aside]
*/
/* line 6, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside .main-content {
  margin-left: 280px;
  width: auto;
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .be-aside .main-content {
    margin-left: inherit;
  }
}

/* line 15, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside .be-content {
  height: 100%;
}

/* line 19, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside .content {
  height: 100%;
}

/* line 24, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.page-aside {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 230px;
  border-right: 1px solid #e6e6e6;
  margin-top: 61px;
  padding-bottom: 61px;
  color: #404040;
}

/* line 36, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.no-border .page-aside {
  border-width: 0;
}

/* line 40, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.page-aside .be-scroller {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 46, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.page-aside .content {
  padding: 20px 22px;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 24, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .page-aside {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    left: 0;
    border-bottom: 2px solid #f2f2f2;
  }
}

/* line 63, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-header {
  margin-bottom: 5px;
}

/* line 66, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-header .title {
  display: block;
  margin: 16px 0 0;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}

/* line 74, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-header .navbar-toggle {
  background: rgba(0, 0, 0, 0);
  display: none;
  outline: none;
  border: 0;
  padding: 0 11px 0 0;
  text-align: right;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media (max-width: 767.98px) {
  /* line 74, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .aside-header .navbar-toggle {
    display: block;
  }
}

/* line 93, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-header .navbar-toggle .icon {
  font-size: 1.538rem;
  color: silver;
}

/* line 99, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-header .description {
  color: #5a5a5a;
  margin: 0;
}

/* line 105, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav {
  visibility: visible;
}

/* line 108, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav.collapse {
  display: block;
}

/* line 116, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav .nav li a {
  color: #404040;
  padding: 13px 22px;
}

/* line 123, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav .nav li.active a {
  color: #502379;
}

/* line 126, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav .nav li.active a .icon {
  color: #502379;
}

/* line 132, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav .nav li .badge {
  float: right;
  font-size: .9231rem;
  font-weight: 300;
  padding: 1px 7px;
}

/* line 139, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav .nav li .icon {
  font-size: 1.462rem;
  vertical-align: middle;
  text-align: center;
  min-width: 19px;
  margin-right: 6px;
  color: #616161;
}

/* line 150, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.aside-nav .title {
  display: block;
  color: #999999;
  font-size: .8462rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 0;
  padding: 8px 22px 4px;
}

@media (max-width: 767.98px) {
  /* line 105, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .aside-nav {
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 163, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .aside-nav.collapse {
    display: none;
  }
  /* line 167, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .aside-nav.show {
    display: block;
  }
}

/* line 181, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header {
  background-color: #FFFFFF;
  padding: 37px 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 181, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .be-aside-header {
    padding: 20px 25px;
  }
}

/* line 191, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-title {
  display: block;
  margin: 3px 0 0;
  font-size: 1.769rem;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  /* line 191, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .be-aside-header-title {
    margin-bottom: 10px;
  }
}

/* line 201, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-title .icon {
  font-size: 1.769rem;
  color: #737373;
}

/* line 206, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-title .new-messages {
  font-size: 1rem;
  color: #8d8d8d;
  margin-left: 3px;
}

/* line 214, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-filters {
  padding: 0 20px 30px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #FFFFFF;
  display: table;
  width: 100%;
}

/* line 223, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-filters .dropdown-toggle:after {
  display: inline-block;
}

/* line 228, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-filters > div {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  /* line 228, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .be-aside-header-filters > div {
    vertical-align: top;
  }
}

@media (max-width: 991.98px) {
  /* line 237, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .be-aside-header-filters .btn-group + .btn-group {
    margin-left: 0;
  }
}

/* line 244, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-filters .be-select-all.be-checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

/* line 249, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-filters .be-select-all.be-checkbox label:before {
  margin-right: 18px;
}

/* line 254, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-filters .be-aside-header-filters-right {
  text-align: right;
}

/* line 258, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-header-filters input {
  margin-right: 8px;
}

/* line 264, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-pagination-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 264, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
  .be-aside-pagination-indicator {
    margin-right: 0;
  }
}

/* line 277, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-pagination-nav .btn {
  min-width: 30px;
}

/* line 280, app/assets/stylesheets/beagle/includes/structure/_page-aside.scss */
.be-aside-pagination-nav .btn i {
  font-size: 1.615rem;
  vertical-align: middle;
}

/*------------------------------------------------------------------
  [Splash screen]
*/
/* line 4, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.be-splash-screen {
  background-color: #eee;
}

/* line 7, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.be-splash-screen .be-wrapper {
  padding-top: 0;
}

/* line 10, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.be-splash-screen .be-wrapper .be-content {
  margin: 0;
}

/* line 17, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-container {
  max-width: 401px;
  margin: 50px auto;
}

/* line 21, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-container .card {
  margin-bottom: 30px;
}

/* line 24, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-container .card .card-header {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
}

/* line 31, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-container .card .card-body {
  padding: 20px 30px 15px;
}

/* line 34, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-container .card .card-body .custom-checkbox {
  display: inline-block;
  margin: 0;
}

@media (max-width: 767.98px) {
  /* line 17, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
  .splash-container {
    margin-top: 50px;
  }
}

/* line 47, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-title {
  text-align: center;
  display: block;
  font-size: 1.308rem;
  font-weight: 300;
}

/* line 55, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-description {
  text-align: center;
  display: block;
  line-height: 20px;
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 11px;
  padding-bottom: 10px;
}

/* line 66, app/assets/stylesheets/beagle/includes/structure/_splash-screen.scss */
.splash-footer {
  text-align: center;
}

/*------------------------------------------------------------------
	[Scroll to top button]
*/
/* line 4, app/assets/stylesheets/beagle/includes/structure/_scroll-top.scss */
.be-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 14px;
  display: none;
  transition: background-color .2s ease;
  border-radius: 4px;
  z-index: 1071;
}

@media print {
  /* line 4, app/assets/stylesheets/beagle/includes/structure/_scroll-top.scss */
  .be-scroll-top {
    display: none !important;
  }
}

/* line 21, app/assets/stylesheets/beagle/includes/structure/_scroll-top.scss */
.be-scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 25, app/assets/stylesheets/beagle/includes/structure/_scroll-top.scss */
.be-scroll-top:hover, .be-scroll-top:focus {
  color: #FFFFFF;
}

/* line 29, app/assets/stylesheets/beagle/includes/structure/_scroll-top.scss */
.be-scroll-top:before {
  content: '\f2fc';
  font-family: "Material Icons";
  font-size: 2.538rem;
  display: inline-block;
  vertical-align: middle;
}

/*------------------------------------------------------------------
  [Sub Navigation]
*/
/* line 5, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation {
  background-color: #f5f5f5;
  border-color: #e3e3e3;
  border-width: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  /* line 5, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation {
    background-color: #FFFFFF;
    border-bottom-width: 0;
    display: block;
  }
}

/* line 19, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-collapse {
  border-color: #e3e3e3;
  padding: 0;
  justify-content: center;
}

@media (max-width: 767.98px) {
  /* line 19, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation .navbar-collapse {
    border-top: 1px solid #f5f5f5;
  }
}

/* line 29, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav {
  display: flex;
  float: none;
  justify-content: center;
}

@media (max-width: 767.98px) {
  /* line 29, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation .navbar-nav {
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 15px 0;
    background-color: #fafafa;
  }
}

/* line 44, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #333;
}

/* line 48, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item.show {
  display: block;
}

/* line 51, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item.show > a, .be-sub-navigation .navbar-nav > li.nav-item.show > a:focus {
  color: #333333;
}

/* line 55, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item.show > a:hover {
  color: #502379;
}

/* line 62, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu {
  margin-top: 12px;
}

/* line 66, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:after, .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before {
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}

/* line 78, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before {
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-color: #e3e3e3;
  margin-left: -7px;
  top: -9px;
}

/* line 89, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link {
  padding: 16px 15px;
  line-height: 18px;
  color: #777;
}

@media (max-width: 767.98px) {
  /* line 89, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link {
    font-size: 1.077rem;
    padding: 10px 20px;
    color: dimgray;
  }
}

/* line 102, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle .mdi-caret-down {
  font-size: 1.385rem;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
}

@media (max-width: 767.98px) {
  /* line 102, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle .mdi-caret-down {
    color: #c5c5c5;
    float: right;
    line-height: 1.3;
  }
}

/* line 115, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle:after {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 125, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu {
    background-color: #eeeeee;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    border-radius: 0;
    position: static;
    float: none;
    width: auto;
    box-shadow: none;
  }
  /* line 138, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before, .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:after {
    display: none;
  }
  /* line 142, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu > a {
    color: dimgray;
    padding: 8px 15px 8px 49px;
    padding-left: 22px;
  }
}

/* line 154, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation-collapse {
  padding: 16px 10px;
  color: #404040;
  border-bottom: 1px solid #f5f5f5;
  display: none;
}

/* line 161, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation-collapse.collapsed {
  border-bottom: 1px solid #e3e3e3;
  transition: border-bottom-color 0.4s ease;
}

/* line 165, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation-collapse.collapsed:before {
  content: '\f2f2';
}

/* line 170, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation-collapse:before {
  content: '\f2f8';
  float: right;
  font-family: 'Material Icons';
  font-size: 2.077rem;
  line-height: 22px;
  color: #c5c5c5;
}

/* line 179, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation-collapse:focus {
  color: #404040;
}

/* line 183, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
.be-sub-navigation-collapse:hover {
  color: #333333;
}

@media (max-width: 767.98px) {
  /* line 154, app/assets/stylesheets/beagle/includes/structure/_sub-navigation.scss */
  .be-sub-navigation-collapse {
    display: block;
    width: 100%;
    font-size: 1.077rem;
    font-weight: 300;
  }
}

/* line 1, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-dropdown {
  position: static;
}

/* line 5, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu.dropdown-menu {
  padding: 15px 0 25px;
  margin-top: 0;
  width: 100%;
  border-width: 0;
  box-shadow: 0 3px 0.3077rem rgba(0, 0, 0, 0.1);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  z-index: 999;
}

@media (max-width: 767.98px) {
  /* line 17, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-nav-tabs-sub .be-mega-menu.dropdown-menu {
    padding: 0;
    background-color: #e1e1e1;
  }
}

/* line 24, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

@media (max-width: 767.98px) {
  /* line 24, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-row {
    padding: 7px 0;
    flex-direction: column;
    margin: 0;
  }
}

/* line 37, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-column {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 1px solid #f2f2f2;
}

@media (max-width: 767.98px) {
  /* line 37, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-column {
    max-width: 100%;
    border-right-width: 0;
    padding: 0;
  }
}

/* line 55, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-column:first-child {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  /* line 55, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-column:first-child {
    padding: 0;
  }
}

/* line 63, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-column:last-child {
  border-right-width: 0;
}

/* line 68, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-section {
  margin: 0 0 15px;
}

@media (max-width: 767.98px) {
  /* line 68, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section {
    margin: 0;
  }
  /* line 76, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section.parent > .nav-link {
    color: dimgray;
  }
  /* line 79, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section.parent > .nav-link:after {
    position: absolute;
    content: "";
    font-family: "Material Icons";
    font-size: 1.615rem;
    vertical-align: middle;
    top: 0;
    right: 15px;
    color: #c5c5c5;
  }
  /* line 94, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section.open > .nav-link {
    color: #502379;
  }
  /* line 97, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section.open > .nav-link:after {
    content: "";
    color: #502379;
  }
}

/* line 105, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-section > .nav-link {
  font-size: 1.07rem;
  font-weight: 400;
}

/* line 109, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.navbar .navbar-nav .be-mega-menu-section > .nav-link {
  padding: 10px 0 6px;
}

@media (max-width: 767.98px) {
  /* line 109, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .navbar .navbar-nav .be-mega-menu-section > .nav-link {
    padding: 0 17px 0 80px;
  }
}

@media (max-width: 767.98px) {
  /* line 105, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section > .nav-link {
    position: relative;
    font-size: 1rem;
    line-height: 36px;
    color: #a1a1a1;
  }
}

/* line 124, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-section > .nav-link .icon {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

@media (max-width: 767.98px) {
  /* line 124, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section > .nav-link .icon {
    font-size: 1.154rem;
  }
}

@media (max-width: 767.98px) {
  /* line 137, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-sub-items {
    display: none;
    padding: 0.6rem 0;
    background-color: #d9d9d9;
  }
  /* line 144, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-section.open .be-mega-menu-sub-items {
    display: block;
  }
}

/* line 149, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.be-mega-menu-sub-items .dropdown-item {
  color: #777;
}

/* line 152, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.navbar .navbar-nav .be-mega-menu-sub-items .dropdown-item {
  padding: 7px 23px;
}

/* line 155, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.navbar .navbar-nav .be-mega-menu-sub-items .dropdown-item:hover {
  background-color: transparent;
  color: #333;
}

/* line 160, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.navbar .navbar-nav .be-mega-menu-sub-items .dropdown-item.active {
  background-color: transparent;
  color: #502379;
}

/* line 165, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
.navbar .navbar-nav .be-mega-menu-sub-items .dropdown-item:focus {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  /* line 149, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-mega-menu-sub-items .dropdown-item {
    color: dimgray;
  }
  /* line 173, app/assets/stylesheets/beagle/includes/structure/_mega-menu.scss */
  .be-nav-tabs-sub .dropdown-menu .be-mega-menu-sub-items .dropdown-item {
    padding: .6rem 1.5rem .6rem 110px;
    font-size: 1rem;
  }
}

/* line 1, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header {
  border: 0;
  border-radius: 0;
  border-color: #e3e3e3;
  border-width: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #502379;
  padding: 0 0 50px;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  /* line 1, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header {
    padding-bottom: 0;
    background-color: #FFFFFF;
  }
}

/* line 17, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header:before {
  position: absolute;
  content: '';
  display: block;
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  /* line 17, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header:before {
    display: none;
  }
}

/* line 34, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header > .container {
  padding: 25px 20px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 34, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header > .container {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 42, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-mega-menu .be-sub-header > .container {
    width: 100%;
    max-width: 100%;
  }
}

/* line 50, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar {
  padding: 0;
  width: 100%;
}

/* line 55, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-toggler {
  padding: 0;
  line-height: unset;
  border: 0;
  height: auto;
  width: 100%;
}

/* line 62, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-toggler:focus {
  outline: none;
}

/* line 66, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-toggler.collapsed {
  background-color: #FFFFFF;
}

/* line 69, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-toggler.collapsed .mega-menu-toggle:before {
  content: '\f2f2';
}

/* line 74, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-toggler .mega-menu-toggle {
  display: none;
  background-color: #FFFFFF;
  padding: 16px 10px;
  color: #404040;
  font-weight: 300;
  font-size: 1.077rem;
  text-align: left;
}

/* line 83, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-toggler .mega-menu-toggle:before {
  content: '\f2f8';
  float: right;
  font-family: "Material Icons";
  font-size: 2.077rem;
  line-height: 22px;
  color: #c5c5c5;
}

@media (max-width: 767.98px) {
  /* line 74, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-toggler .mega-menu-toggle {
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 98, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav {
    padding: 15px 0;
    background-color: #fafafa;
    border-top: 2px solid #f5f5f5;
  }
}

/* line 108, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-nav > .nav-item + .nav-item {
  margin-left: 0;
}

/* line 112, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-nav > .nav-item > .nav-link {
  font-family: Ubuntu, "Ubuntu", "Roboto", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 40px;
  min-width: 100px;
  padding: 0 17px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  color: #FFFFFF;
  transition: color .12s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 112, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item > .nav-link {
    min-width: 90px;
    padding: 0 13px;
  }
}

@media (max-width: 767.98px) {
  /* line 112, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item > .nav-link {
    color: dimgray;
    text-align: left;
    background-color: #fafafa;
    font-size: 1.077rem;
  }
  /* line 134, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item > .nav-link:after {
    color: #c5c5c5;
  }
}

/* line 139, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-nav > .nav-item > .nav-link > .icon {
  font-size: 1.308em;
  margin-right: 5px;
  line-height: 40px;
}

@media (max-width: 767.98px) {
  /* line 139, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item > .nav-link > .icon {
    display: inline-block;
    margin-right: 10px;
    min-width: 21px;
    text-align: center;
  }
}

/* line 152, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-nav > .nav-item > .nav-link > span {
  vertical-align: middle;
}

/* line 156, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-nav > .nav-item > .nav-link:hover {
  background-color: transparent;
  color: contrast-color(#502379);
}

@media (max-width: 767.98px) {
  /* line 156, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item > .nav-link:hover {
    background-color: #fafafa;
  }
}

/* line 165, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-nav > .nav-item > .nav-link.dropdown-toggle:after {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 173, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item.parent > .nav-link:after {
    position: absolute;
    content: "";
    font-family: "Material Icons";
    font-size: 1.615rem;
    vertical-align: middle;
    right: 15px;
    margin-top: 2px;
  }
  /* line 184, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item.parent.open > .nav-link:after {
    content: "";
  }
}

@media (max-width: 767.98px) {
  /* line 194, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item.section-active > a {
    color: #502379;
    font-weight: 500;
  }
}

/* line 204, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-sub-header .navbar-nav > .nav-item.open > a, .be-sub-header .navbar-nav > .nav-item.open:hover > a {
  color: #502379;
  background-color: #FFFFFF;
}

@media (max-width: 767.98px) {
  /* line 204, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item.open > a, .be-sub-header .navbar-nav > .nav-item.open:hover > a {
    background-color: #fafafa;
  }
  /* line 211, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-sub-header .navbar-nav > .nav-item.open > a:after, .be-sub-header .navbar-nav > .nav-item.open:hover > a:after {
    color: #502379;
  }
}

/* line 222, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
}

@media (max-width: 767.98px) {
  /* line 222, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub {
    position: relative;
    top: 0;
    flex-direction: column;
    padding: 10px 0;
    background-color: #eeeeee;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    flex-wrap: nowrap;
  }
  /* line 241, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub:last-child {
    border-bottom: 0;
  }
}

/* line 246, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub .name {
  margin-right: .4rem;
}

/* line 250, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.nav-item.open .be-nav-tabs-sub {
  display: flex;
}

/* line 256, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item.mega-menu {
  position: static;
}

/* line 263, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item.show .be-mega-menu-section .nav-link {
  color: #502379;
}

/* line 268, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item.show .nav-link {
  color: #333;
}

/* line 273, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item > .nav-link {
  padding: 0 26px;
  line-height: 50px;
  color: #777;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 273, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub > .nav-item > .nav-link {
    padding: 0 14px;
  }
}

@media (max-width: 767.98px) {
  /* line 273, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub > .nav-item > .nav-link {
    padding-left: 50px;
    line-height: 36px;
    color: dimgray;
    font-size: 1rem;
  }
  /* line 288, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub > .nav-item > .nav-link:after {
    color: #c5c5c5;
  }
}

/* line 293, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item > .nav-link .icon {
  margin-right: .4rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 293, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub > .nav-item > .nav-link .icon {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 293, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub > .nav-item > .nav-link .icon {
    font-size: 1.154rem;
  }
}

/* line 305, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item > .nav-link:hover {
  color: #333;
}

/* line 309, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item > .nav-link.active {
  color: #502379;
}

/* line 316, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item.parent > .nav-link {
  padding-right: 34px;
}

/* line 319, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item.parent > .nav-link:after {
  position: absolute;
  content: "";
  font-family: "Material Icons";
  font-size: 1.615rem;
  vertical-align: middle;
  margin-top: 1px;
}

@media (max-width: 767.98px) {
  /* line 319, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub > .nav-item.parent > .nav-link:after {
    right: 15px;
  }
}

/* line 334, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub > .nav-item.parent.open > .nav-link {
  color: #502379;
}

@media (max-width: 767.98px) {
  /* line 341, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub > .nav-item.parent.open > .nav-link:after {
    content: "";
    color: #502379;
  }
}

@media (max-width: 767.98px) {
  /* line 352, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub .dropdown.open > .dropdown-menu {
    display: block;
  }
}

/* line 358, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub .dropdown-menu {
  min-width: 200px;
  box-shadow: 0 3px 0.3077rem rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 0.6rem;
  border: 0;
  border-radius: 0;
}

/* line 368, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
.be-nav-tabs-sub .dropdown-menu .dropdown-item.active {
  color: #502379;
}

@media (max-width: 767.98px) {
  /* line 358, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub .dropdown-menu {
    box-shadow: none;
    padding-bottom: 0.6rem;
    background-color: #e1e1e1;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
  /* line 380, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub .dropdown-menu .dropdown-item {
    padding-left: 80px;
    color: dimgray;
  }
  /* line 384, app/assets/stylesheets/beagle/includes/structure/_sub-header.scss */
  .be-nav-tabs-sub .dropdown-menu .dropdown-item:hover {
    background-color: inherit;
  }
}

/*------------------------------------------------------------------
  [Forms]
*/
/*------------------------------------------------------------------
  [Switch button]
*/
/* line 38, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #b3b3b3;
  width: 60px;
  height: 27px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button input[type="checkbox"] {
  display: none;
}

/* line 53, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button label {
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #FFF inset;
  background-color: #FFFFFF;
  margin: 0;
  height: 19px;
  width: 19px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}

/* line 65, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button label:before {
  position: absolute;
  font-size: .8462rem;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #FFFFFF;
}

/* line 83, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button input[type="checkbox"]:checked + span {
  background-color: #502379;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}

/* line 93, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button input[type="checkbox"]:checked + span label {
  float: right;
  border-color: #431d65;
}

/* line 97, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button input[type="checkbox"]:checked + span label:before {
  position: absolute;
  font-size: .8462rem;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #FFFFFF;
  left: 0;
  text-align: left;
  padding-left: 10px;
}

/* line 115, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-yesno label:before {
  content: "NO";
}

/* line 123, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-yesno input[type="checkbox"]:checked + span label:before {
  content: "YES";
}

/* line 131, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-xs {
  height: 20px;
  width: 53px;
  line-height: 16px;
  width: 50px;
}

/* line 12, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-xs label {
  height: 12px;
  width: 12px;
}

/* line 16, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-xs label:before {
  line-height: 21px;
}

/* line 136, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-sm {
  height: 24px;
  width: 57px;
  line-height: 20px;
}

/* line 12, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-sm label {
  height: 16px;
  width: 16px;
}

/* line 16, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-sm label:before {
  line-height: 25px;
}

/* line 140, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-lg {
  height: 30px;
  width: 63px;
  line-height: 26px;
  width: 65px;
}

/* line 12, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-lg label {
  height: 22px;
  width: 22px;
}

/* line 16, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-lg label:before {
  line-height: 31px;
}

/* line 146, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-success {
  background-color: #b3b3b3;
}

/* line 25, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-success label {
  border-color: #ababab;
}

/* line 29, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-success input[type="checkbox"]:checked + span {
  background-color: #1BBE6F;
}

/* line 32, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-success input[type="checkbox"]:checked + span label {
  border-color: #18a862;
}

/* line 150, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-warning {
  background-color: #b3b3b3;
}

/* line 25, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-warning label {
  border-color: #ababab;
}

/* line 29, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-warning input[type="checkbox"]:checked + span {
  background-color: #FDC220;
}

/* line 32, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-warning input[type="checkbox"]:checked + span label {
  border-color: #fdbb07;
}

/* line 154, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-danger {
  background-color: #b3b3b3;
}

/* line 25, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-danger label {
  border-color: #ababab;
}

/* line 29, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-danger input[type="checkbox"]:checked + span {
  background-color: #E63E12;
}

/* line 32, app/assets/stylesheets/beagle/includes/forms/_switch-button.scss */
.switch-button.switch-button-danger input[type="checkbox"]:checked + span label {
  border-color: #ce3810;
}

/*------------------------------------------------------------------
  [Elements]
*/
/*------------------------------------------------------------------
  [Widgets]
*/
/* line 7, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 3px;
}

/* line 13, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget.widget-fullwidth {
  padding: 0;
}

/* line 16, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget.widget-fullwidth .widget-head {
  padding: 20px 20px 10px;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 16, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
  .widget.widget-fullwidth .widget-head {
    padding-left: 15px;
    padding-left: 15px;
  }
}

/* line 28, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget.widget-fullwidth .widget-chart-container .counter {
  left: 20px;
}

/* line 35, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget.widget-fullwidth .chart-table table {
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget.widget-small {
  margin-bottom: 20px;
}

/* line 46, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget.widget-small.widget-fullwidth > .widget-head {
  padding: 20px 15px 10px;
}

/* line 52, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget th {
  border-top: 0;
}

/* line 58, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head {
  margin-bottom: 20px;
  display: block;
  border-radius: 3px 3px 0 0;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.widget-head::after {
  display: block;
  clear: both;
  content: "";
}

/* line 64, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .title {
  display: block;
  font-size: 1.385rem;
  font-weight: 300;
}

/* line 70, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .description {
  display: block;
  color: #9e9e9e;
  line-height: 22px;
  font-weight: 300;
}

/* line 78, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .tools {
  float: right;
  margin-left: 10px;
}

/* line 82, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .tools .icon {
  display: inline-block;
  font-size: 1.538rem;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #bababa;
  min-width: 1.538rem;
  text-align: center;
}

/* line 92, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .tools .icon + .icon {
  margin-left: 2px;
}

/* line 96, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .tools .icon:hover {
  color: #a6a6a6;
}

/* line 101, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .tools .value {
  font-size: 1.846rem;
  line-height: 22px;
}

/* line 106, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .tools .dropdown {
  display: inline-block;
}

/* line 111, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .tools .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 118, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .button-toolbar {
  float: right;
}

@media (max-width: 767.98px) {
  /* line 121, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
  .widget-head .button-toolbar .btn-group {
    margin-bottom: 5px;
  }
}

/* line 127, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .button-toolbar .btn-group + * {
  margin-left: 7px;
}

/* line 133, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-head .button-toolbar .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 141, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container {
  position: relative;
}

/* line 144, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

/* line 151, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .counter-inline {
  position: relative;
  display: inline-block;
}

/* line 156, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .counter .value {
  font-size: 1.846rem;
}

/* line 160, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .counter .desc {
  text-transform: uppercase;
  font-size: .8462rem;
  color: #9d9d9d;
}

/* line 169, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .counter-big .value {
  display: block;
  font-size: 2.077rem;
  line-height: 2.077rem;
  font-weight: 300;
  margin-bottom: 5px;
}

/* line 182, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .indicator-equal .icon {
  color: #502379;
}

/* line 189, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .indicator-positive .icon {
  color: #1BBE6F;
}

/* line 196, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .indicator-negative .icon {
  color: #E63E12;
}

/* line 201, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .indicator .icon {
  font-size: 1.923rem;
  margin-right: 7px;
  line-height: 24px;
  vertical-align: middle;
}

/* line 208, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-chart-container .indicator .number {
  font-size: 1.538rem;
  vertical-align: middle;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.widget-chart-info::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767.98px) {
  /* line 221, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
  .widget-chart-info + .widget-counter-group {
    margin-top: 15px;
  }
}

/* line 226, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-fullwidth .widget-chart-info {
  padding: 9px 20px 0;
}

/* line 232, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-counter-group {
  padding: 0 20px 10px;
}

/* line 235, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-counter-group-right {
  text-align: right;
}

/* line 239, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-counter-group .counter {
  position: static;
  display: inline-block;
}

/* line 243, app/assets/stylesheets/beagle/includes/elements/_widgets.scss */
.widget-counter-group .counter + .counter {
  margin-left: 20px;
}

/*------------------------------------------------------------------
  [Charts]
*/
/* line 8, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend table {
  width: 100%;
}

/* line 13, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend table tr td {
  padding: 6px 0;
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend-color > span {
  display: block;
  background-color: #f2f2f2;
  height: 10px;
  width: 10px;
}

/* line 33, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend-value {
  text-align: right;
}

/* line 38, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 14px;
}

/* line 44, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend-horizontal > li {
  display: inline-block;
}

/* line 47, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend-horizontal > li + li {
  margin-left: 14px;
}

/* line 51, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-legend-horizontal > li > span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 2px;
}

/* line 63, app/assets/stylesheets/beagle/includes/elements/_charts.scss */
.chart-pie-counter {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  line-height: 3.846rem;
  margin-top: -1.923rem;
  font-size: 3.846rem;
  font-weight: 300;
}

/*------------------------------------------------------------------
  [Colors]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/_colors.scss */
.clr-primary {
  background-color: #502379;
}

/* line 5, app/assets/stylesheets/beagle/includes/elements/_colors.scss */
.clr-success {
  background-color: #1BBE6F;
}

/* line 6, app/assets/stylesheets/beagle/includes/elements/_colors.scss */
.clr-warning {
  background-color: #FDC220;
}

/* line 7, app/assets/stylesheets/beagle/includes/elements/_colors.scss */
.clr-danger {
  background-color: #E63E12;
}

/* line 8, app/assets/stylesheets/beagle/includes/elements/_colors.scss */
.clr-grey {
  background-color: #cccccc;
}

/*------------------------------------------------------------------
  [Grid]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
.bs-grid-block {
  border: 2px dashed #c3c3c3;
  font-weight: 300;
  font-size: 1.538rem;
  color: #807e7e;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

/* line 14, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
.bs-grid-block .content {
  display: table-cell;
  height: 177px;
  text-align: center;
  vertical-align: middle;
}

/* line 20, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
.bs-grid-block .content .size {
  display: block;
}

/* line 24, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
.bs-grid-block .content .device {
  line-height: 0;
}

/* line 27, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
.bs-grid-block .content .device:after {
  font-size: 1.154rem;
  content: 'Large Desktop';
  color: #502379;
}

@media (max-width: 1199.98px) {
  /* line 27, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
  .bs-grid-block .content .device:after {
    content: 'Desktop';
    color: #502379;
  }
}

@media (max-width: 991.98px) {
  /* line 27, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
  .bs-grid-block .content .device:after {
    content: 'Laptop';
    color: #502379;
  }
}

@media (max-width: 767.98px) {
  /* line 27, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
  .bs-grid-block .content .device:after {
    content: 'Tablet';
    color: #1BBE6F;
  }
}

@media (max-width: 575.98px) {
  /* line 27, app/assets/stylesheets/beagle/includes/elements/_grid.scss */
  .bs-grid-block .content .device:after {
    content: 'Phone';
    color: #1BBE6F;
  }
}

/*------------------------------------------------------------------
  [Icons]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container {
  background-color: #FFFFFF;
  padding: 20px;
  cursor: default;
}

/* line 9, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container .icon {
  transition: background-color 300ms ease-in-out;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 8px;
  padding: 12px;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}

/* line 22, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container .icon span {
  transition: color 300ms ease-in-out;
  font-size: 1.923rem;
  color: #696767;
}

/* line 28, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container .icon:hover {
  background-color: #502379;
}

/* line 31, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container .icon:hover span {
  color: #FFFFFF;
}

/* line 37, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container .icon-class {
  transition: color 300ms ease-in-out;
  font-size: 1.385rem;
  font-weight: 300;
  vertical-align: middle;
  color: #696767;
}

/* line 47, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container:hover .icon {
  background-color: #502379;
}

/* line 50, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container:hover .icon span {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.icon-container:hover .icon-class {
  color: #502379;
}

/* line 70, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.be-icons-list.hide-icons .icon-category .row > div {
  display: none;
}

/* line 73, app/assets/stylesheets/beagle/includes/elements/_icons.scss */
.be-icons-list.hide-icons .icon-category .row > div.icon-visible {
  display: block;
}

/*------------------------------------------------------------------
  Loader
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-loading {
  position: relative;
}

/* line 7, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-loading:after {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all .2s ease;
  z-index: 2;
}

/* line 22, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-loading .be-spinner {
  display: none;
}

/* line 28, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-loading-active:after {
  visibility: visible;
  opacity: 1;
}

/* line 33, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-loading-active .be-spinner {
  display: block;
}

/* line 41, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-loading .be-spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -20px;
  margin-right: -20px;
  z-index: 3;
}

/* line 50, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-spinner svg {
  animation: be-spinner-rotation 1.4s linear infinite;
  stroke: #502379;
}

/* line 54, app/assets/stylesheets/beagle/includes/elements/_loader.scss */
.be-spinner svg .circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: be-spinner-turn 1.4s ease-in-out infinite;
}

@keyframes be-spinner-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes be-spinner-turn {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

/*------------------------------------------------------------------
  [Code]
*/
/* Pretty printing styles. Used with prettify.js. */
/* line 6, app/assets/stylesheets/beagle/includes/elements/_code.scss */
.prettyprint {
  font-size: .9231rem;
  line-height: 1.5;
}

/* Light Theme*/
/* line 13, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre {
  color: #555555;
}

/* line 16, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .pln {
  color: #777777;
}

/* line 19, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .str {
  color: #DD1144;
}

/* line 22, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .kwd {
  color: #445588;
}

/* line 25, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .com {
  color: #b8b6b1;
}

/* line 28, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .typ {
  color: #008080;
}

/* line 31, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .lit {
  color: #DD1144;
}

/* line 34, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .pun,
pre .opn,
pre .clo {
  color: #949494;
}

/* line 39, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .tag {
  color: #4285F4;
}

/* line 42, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .atn {
  color: #ef6e62;
}

/* line 45, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .atv {
  color: #697ce8;
}

/* line 48, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .dec,
pre .var {
  color: #DD1144;
}

/* line 52, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre .fun {
  color: #445588;
}

/*Dark Theme*/
/* line 59, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark {
  background-color: #4d4342;
  color: #FFFFFF;
}

/* line 63, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .pln {
  color: #ffffff;
}

/* line 66, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .str {
  color: #b5db99;
}

/* line 69, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .kwd {
  color: #e9c865;
}

/* line 72, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .com {
  color: #c3b8b7;
}

/* line 75, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .typ {
  color: #FF9787;
}

/* line 78, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .lit {
  color: #b5db99;
}

/* line 81, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .pun,
pre.be-code-dark .opn,
pre.be-code-dark .clo {
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .tag {
  color: #e9c865;
}

/* line 89, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .atn {
  color: #FF9787;
}

/* line 92, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .atv {
  color: #b5db99;
}

/* line 95, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .dec,
pre.be-code-dark .var {
  color: #b5db99;
}

/* line 99, app/assets/stylesheets/beagle/includes/elements/_code.scss */
pre.be-code-dark .fun {
  color: #e9c865;
}

/* Specify class=linenums on a pre to get line numbering */
/* line 106, app/assets/stylesheets/beagle/includes/elements/_code.scss */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

/* IE indents via margin-left */
/* line 107, app/assets/stylesheets/beagle/includes/elements/_code.scss */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}

/* Alternate shading for lines */
/* line 117, app/assets/stylesheets/beagle/includes/elements/_code.scss */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}

/*------------------------------------------------------------------
  [Dividers inside cards]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/_divider.scss */
.card-divider {
  margin: 10px 0;
  border-top: 1px solid #f2f2f2;
}

/* line 8, app/assets/stylesheets/beagle/includes/elements/_divider.scss */
.card-divider-lg {
  margin: 15px 0;
}

/* line 12, app/assets/stylesheets/beagle/includes/elements/_divider.scss */
.card-divider-xl {
  margin: 20px 0;
}

/*------------------------------------------------------------------
  [Pricing tables]
*/
/* line 6, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-tables {
  margin: 30px 0 20px;
}

/* line 9, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-tables > div {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 16, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border-top: 3px solid #c9c9c9;
  padding: 35px 20px;
  background: #FFFFFF;
  text-align: center;
  margin: 0 0 20px;
}

/* line 25, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-image {
  margin-bottom: 15px;
}

/* line 30, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-image svg path {
  fill: #a6a6a6;
}

/* line 36, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-title {
  font-size: 1.538rem;
  font-weight: 300;
}

/* line 41, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-price {
  padding: 5px 0 20px;
}

/* line 44, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-price .currency {
  vertical-align: top;
}

/* line 48, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-price .value {
  font-size: 35px;
  line-height: 40px;
}

/* line 53, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-price .frecuency {
  font-size: 1.538rem;
  font-weight: 300;
}

/* line 59, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-features {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

/* line 64, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-features > li {
  font-size: 1.077rem;
  font-weight: 300;
  line-height: 33px;
}

/* line 71, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table .btn {
  line-height: 36px;
  min-width: 120px;
}

/* line 78, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-primary {
  border-color: #502379;
}

/* line 85, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-primary .pricing-table-image svg path {
  fill: #502379;
}

/* line 91, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-primary.pricing-table-color {
  background-color: #5f99f5;
  border-color: #5f99f5;
}

/* line 95, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-primary.pricing-table-color .card-divider {
  border-top-color: #3d84f3;
}

/* line 101, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-warning {
  border-color: #FDC220;
}

/* line 108, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-warning .pricing-table-image svg path {
  fill: #FDC220;
}

/* line 114, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-warning.pricing-table-color {
  background-color: #f6c163;
  border-color: #f6c163;
}

/* line 118, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-warning.pricing-table-color .card-divider {
  border-top-color: #f4b441;
}

/* line 124, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-success {
  border-color: #1BBE6F;
}

/* line 131, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-success .pricing-table-image svg path {
  fill: #1BBE6F;
}

/* line 137, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-success.pricing-table-color {
  background-color: #37b358;
  border-color: #37b358;
}

/* line 141, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-success.pricing-table-color .card-divider {
  border-top-color: #2f984b;
}

/* line 147, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-danger {
  border-color: #E63E12;
}

/* line 154, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-danger .pricing-table-image svg path {
  fill: #E63E12;
}

/* line 160, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-danger.pricing-table-color {
  background-color: #eb6357;
  border-color: #eb6357;
}

/* line 164, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-danger.pricing-table-color .card-divider {
  border-top-color: #e74537;
}

/* line 171, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-color {
  color: #FFFFFF;
}

/* line 178, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-color .pricing-table-image svg path {
  fill: #FFFFFF;
}

/* line 184, app/assets/stylesheets/beagle/includes/elements/_pricing-tables.scss */
.pricing-table-color .card-divider {
  border-top-color: #FFFFFF;
}

/* line 1, app/assets/stylesheets/beagle/includes/elements/_option-buttons.scss */
.be-option-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-around;
}

/* line 8, app/assets/stylesheets/beagle/includes/elements/_option-buttons.scss */
.be-option-button {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #404040;
  padding: 12px 21px;
  border-radius: 3px;
  min-width: 107px;
}

/* line 17, app/assets/stylesheets/beagle/includes/elements/_option-buttons.scss */
.be-option-button:hover {
  background-color: #502379;
  color: #FFFFFF;
}

/* line 22, app/assets/stylesheets/beagle/includes/elements/_option-buttons.scss */
.be-option-button .icon {
  font-size: 1.615rem;
  font-weight: 400;
}

/*------------------------------------------------------------------
  [Timeline]
*/
/* line 5, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline {
  margin: 0 auto 40px;
  padding: 0;
  padding-bottom: 20px;
  max-width: 840px;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 5, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline {
    padding: 0;
  }
}

/* line 16, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline:before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: #dbdbdb;
  left: 170px;
  margin-left: -1px;
}

@media (max-width: 767.98px) {
  /* line 16, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline:before {
    left: 50%;
    margin-left: -1px;
    top: -35px;
  }
}

/* line 34, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item {
  position: relative;
  padding-left: 210px;
  list-style: none;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  /* line 34, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-item {
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
  }
}

/* line 46, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item:before {
  content: '';
  position: absolute;
  top: 34.5px;
  left: 162px;
  border: 2px solid #cccccc;
  width: 16px;
  height: 16px;
  background-color: #ededed;
  border-radius: 50px;
}

@media (max-width: 767.98px) {
  /* line 46, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-item:before {
    display: none;
  }
}

/* line 63, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item:nth-child(4n+1):before {
  border-color: #502379;
}

/* line 69, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item:nth-child(4n+2):before {
  border-color: #FDC220;
}

/* line 75, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item:nth-child(4n+3):before {
  border-color: #1BBE6F;
}

/* line 81, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item:nth-child(4n+4):before {
  border-color: #E63E12;
}

/* line 87, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item {
  padding-left: 0;
  margin: 30px 0 0;
}

@media (max-width: 767.98px) {
  /* line 87, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-variant .timeline-item {
    margin-top: 60px;
  }
}

/* line 95, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item.right {
  right: 0;
  padding-left: calc(50% + 45px);
}

@media (max-width: 767.98px) {
  /* line 95, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-variant .timeline-item.right {
    padding: 0;
  }
}

/* line 105, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item.left {
  left: 0;
  padding-right: calc(50% + 45px);
}

@media (max-width: 767.98px) {
  /* line 105, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-variant .timeline-item.left {
    padding: 0;
  }
}

/* line 115, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item.left .timeline-content:after {
  right: -5px;
  left: inherit;
}

/* line 120, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item.left .timeline-content:before {
  right: -5px;
  left: inherit;
}

/* line 126, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item.left .timeline-icon {
  left: initial;
  right: -67px;
}

@media (max-width: 767.98px) {
  /* line 126, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-variant .timeline-item.left .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
  }
}

/* line 138, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item:before {
  display: none;
}

/* line 144, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-date {
  position: absolute;
  display: block;
  left: 0;
  top: 34px;
  width: 145px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  /* line 144, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-date {
    width: 100%;
    left: 0;
    top: -40px;
    text-align: center;
  }
  /* line 161, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-date span {
    background-color: #e0e0e0;
    padding: 5px 8px;
    border-radius: 4px;
    line-height: 25px;
  }
}

/* line 170, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-content {
  position: relative;
  background-color: #FFFFFF;
  padding: 25px 30px 25px 28px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  min-height: 85px;
}

/* line 178, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item-gallery .timeline-content {
  padding-bottom: 15px;
}

@media (max-width: 575.98px) {
  /* line 170, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-content {
    padding: 15px 18px;
  }
}

/* line 186, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-content:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  transform: rotate(45deg);
  top: 37.5px;
  left: -5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

@media (max-width: 767.98px) {
  /* line 186, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-content:after {
    display: none;
  }
}

/* line 203, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-content:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 37.5px;
  left: -5px;
}

@media (max-width: 767.98px) {
  /* line 203, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-content:before {
    display: none;
  }
}

/* line 219, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-avatar {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}

/* line 228, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-avatar img {
  width: 100%;
  height: 100%;
}

/* line 234, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-header {
  display: block;
  padding: 7px 0 0 46px;
}

@media (max-width: 767.98px) {
  /* line 234, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-header {
    padding-top: 0;
  }
}

/* line 243, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-header {
  padding-top: 0;
  line-height: 16px;
}

/* line 249, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-autor {
  display: inline-block;
  font-weight: 700;
}

/* line 254, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-activity {
  display: inline-block;
  margin: 0;
}

/* line 259, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-activity {
  display: inline;
  line-height: 16px;
}

/* line 265, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-time {
  float: right;
  color: #ababab;
}

/* line 270, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-time {
  float: none;
  display: block;
  line-height: 21px;
}

/* line 277, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-summary {
  color: #8a8a8a;
  margin-top: 4px;
}

/* line 281, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-summary p {
  margin-bottom: 0;
}

/* line 286, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-summary {
  margin-top: 20px;
}

/* line 289, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-summary p {
  line-height: 16px;
}

/* line 296, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-gallery {
  margin-top: 12px;
}

/* line 300, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-gallery {
  margin-top: 20px;
}

/* line 304, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-gallery .gallery-thumbnail {
  display: inline-block;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 312, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-blockquote {
  margin: 10px 0 0 5px;
  padding: 4px 10px;
  border-left: 4px solid #e0e0e0;
  color: #8a8a8a;
}

/* line 319, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-blockquote {
  margin-top: 20px;
}

/* line 323, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-blockquote p {
  font-size: 1rem;
}

/* line 327, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-blockquote footer {
  color: #8a8a8a;
}

/*Load more button*/
@media (max-width: 767.98px) {
  /* line 334, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-loadmore {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/* line 343, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-loadmore .load-more-btn {
  background-color: #dbdbdb;
  border-radius: 2px;
  padding: 5px 9px;
  color: #424242;
  outline: none;
  font-size: 0.92308rem;
  font-weight: 500;
  position: absolute;
  left: 131px;
}

@media (max-width: 767.98px) {
  /* line 343, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-loadmore .load-more-btn {
    position: relative;
    left: 0;
  }
}

/* line 360, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-loadmore:before {
  display: none;
}

/* line 364, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-loadmore {
  text-align: center;
  margin-bottom: 40px;
}

/* line 368, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-loadmore .load-more-btn {
  position: relative;
  left: initial;
}

/*------------------------------------------------------------------
  [Detailed items content like gallery & blockquote]
*/
/* line 380, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item-detailed .timeline-time {
  line-height: 21px;
}

/* line 384, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item-detailed .timeline-header {
  line-height: 21px;
}

/* line 388, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant .timeline-item-detailed .timeline-header {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
}

/* line 394, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-item-detailed .timeline-avatar {
  vertical-align: top;
}

/* line 400, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant {
  max-width: none;
  padding-bottom: 0;
}

/* line 404, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-variant:before {
  left: 50%;
  z-index: -1;
  top: 70px;
}

/* line 412, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-month {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 30px 0 15px;
  padding: 11px 0 12px;
  font-size: 1.385rem;
  background-color: #EEEEEE;
  font-weight: 300;
}

/* line 422, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-month:first-child {
  margin-top: 0;
  padding-bottom: 5px;
}

/* line 429, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-icon {
  position: absolute;
  color: #FFFFFF;
  top: 20px;
  left: -67px;
  width: 44px;
  height: 44px;
  font-size: 1.538rem;
  border: 2px solid #FFFFFF;
  text-align: center;
  background-color: #ededed;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  /* line 429, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
    width: 38px;
    height: 38px;
    font-size: 1.385rem;
  }
}

/* line 451, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.timeline-icon > .icon {
  line-height: 40px;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  /* line 451, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
  .timeline-icon > .icon {
    line-height: 34px;
  }
}

/* line 460, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.file .timeline-icon {
  background-color: #502379;
}

/* line 464, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.comment .timeline-icon {
  background-color: #FDC220;
}

/* line 468, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.gallery .timeline-icon {
  background-color: #1BBE6F;
}

/* line 472, app/assets/stylesheets/beagle/includes/elements/_timeline.scss */
.quote .timeline-icon {
  background-color: #E63E12;
}

/* line 1, app/assets/stylesheets/beagle/includes/elements/_table-filters.scss */
.table-filters-container {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}

/* line 5, app/assets/stylesheets/beagle/includes/elements/_table-filters.scss */
.table-filters-container .custom-checkbox {
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/beagle/includes/elements/_table-filters.scss */
.table-filters {
  padding: 25px;
  display: flex;
  flex-direction: column;
}

/* line 16, app/assets/stylesheets/beagle/includes/elements/_table-filters.scss */
.table-filter-title {
  flex: 0 0 auto;
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #787878;
}

/* line 25, app/assets/stylesheets/beagle/includes/elements/_table-filters.scss */
#slider-value {
  font-size: 1.462rem;
  font-weight: 400;
}

/* line 30, app/assets/stylesheets/beagle/includes/elements/_table-filters.scss */
.filter-container {
  padding: 5px 0 15px;
}

/*------------------------------------------------------------------
  [Invoice]
*/
/* line 5, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice {
  background-color: #FFFFFF;
  padding: 100px 100px 70px;
  color: #8c8c8c;
}

@media (max-width: 991.98px) {
  /* line 5, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice {
    padding: 50px 50px 35px;
  }
}

@media (max-width: 575.98px) {
  /* line 5, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice {
    padding: 35px 25px 15px;
  }
}

/* line 19, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-header {
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  /* line 19, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  /* line 27, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-header > div {
    float: none;
    width: 100%;
  }
}

/* line 34, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-logo {
  height: 84px;
  min-width: 196px;
  background-image: url(/svg/volt-logo.svg);
  background-repeat: no-repeat;
  background-position: 0;
}

@media (max-width: 991.98px) {
  /* line 34, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-logo {
    height: 42px;
    width: 98px;
    background-image: url(/assets/svg/volt-logo-7fd3c6c56e5420c6795c221c8eb19c5b3b401a5242c6d7c371394429bd5aef04.svg);
  }
}

@media (max-width: 575.98px) {
  /* line 34, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-logo {
    margin: 0 auto 20px;
    float: none;
    min-width: auto;
  }
}

@media print {
  /* line 34, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-logo {
    height: 42px !important;
    width: 98px !important;
    background-image: url(/assets/svg/volt-logo-7fd3c6c56e5420c6795c221c8eb19c5b3b401a5242c6d7c371394429bd5aef04.svg) !important;
    display: block !important;
    background-repeat: no-repeat !important;
  }
}

/* line 62, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-order {
  text-align: right;
}

@media (max-width: 575.98px) {
  /* line 62, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-order {
    text-align: center;
  }
}

/* line 70, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-id {
  display: block;
  font-size: 2.308rem;
  line-height: 2.308rem;
}

@media (max-width: 991.98px) {
  /* line 70, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-id {
    font-size: 1.154rem;
    line-height: 1.3849rem;
  }
}

/* line 81, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.incoice-date {
  display: block;
  font-size: 1.385rem;
}

@media (max-width: 991.98px) {
  /* line 81, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .incoice-date {
    font-size: 1rem;
  }
}

/* line 90, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-data {
  margin-bottom: 110px;
}

@media (max-width: 991.98px) {
  /* line 90, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-data {
    margin-bottom: 55px;
  }
}

@media (max-width: 575.98px) {
  /* line 98, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-data > div {
    float: none;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 105, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-person {
    text-align: center;
  }
}

/* line 111, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-person span {
  font-size: 1.385rem;
  line-height: 2rem;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 111, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-person span {
    font-size: 1.0004rem;
    line-height: 1.5385rem;
  }
}

/* line 122, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-person .name {
  font-weight: 500;
}

/* line 126, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-person:last-child {
  text-align: right;
}

@media (max-width: 575.98px) {
  /* line 126, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-person:last-child {
    text-align: center;
  }
}

/* line 135, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-payment-direction {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

@media (max-width: 575.98px) {
  /* line 135, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-payment-direction {
    padding: 20px;
  }
}

/* line 144, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-payment-direction .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f7f7f7;
  font-size: 3.846rem;
  color: #c2c2c2;
  line-height: 80px;
}

@media (max-width: 991.98px) {
  /* line 144, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-payment-direction .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.923rem;
  }
}

@media (max-width: 575.98px) {
  /* line 144, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-payment-direction .icon {
    transform: rotate(90deg);
  }
}

@media print {
  /* line 144, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-payment-direction .icon {
    background-color: #f7f7f7 !important;
    color: #c2c2c2 !important;
  }
}

/* line 171, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details {
  width: 100%;
  font-size: 1.231rem;
}

@media (max-width: 991.98px) {
  /* line 171, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-details {
    font-size: 0.8464rem;
  }
}

/* line 179, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details tr > td {
  padding: 20px 0;
}

@media (max-width: 991.98px) {
  /* line 179, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-details tr > td {
    padding: 15px 0;
  }
}

/* line 187, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details th {
  text-align: right;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

/* line 192, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details th:first-child {
  text-align: left;
}

/* line 199, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details td.description, .invoice-details td.hours, .invoice-details td.amount, .invoice-details td.summary {
  border-bottom: 1px solid #f0f0f0;
}

/* line 210, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details td.hours {
  text-align: right;
}

/* line 214, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details td.amount {
  text-align: right;
}

/* line 218, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details td.summary {
  color: #c4c4c4;
}

/* line 222, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details td.total {
  color: #8c8c8c;
  font-weight: 500;
}

/* line 227, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-details td.total-value {
  font-size: 1.692rem;
  color: #502379;
}

@media (max-width: 991.98px) {
  /* line 227, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-details td.total-value {
    font-size: 0.8464rem;
  }
}

/* line 238, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-payment-method {
  margin-bottom: 75px;
}

@media (max-width: 991.98px) {
  /* line 238, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-payment-method {
    margin-bottom: 37px;
  }
}

/* line 245, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-payment-method span {
  font-size: 1.385rem;
  line-height: 2rem;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 245, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-payment-method span {
    font-size: 1.0004rem;
    line-height: 1.5385rem;
  }
}

/* line 256, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-payment-method .title {
  font-weight: 500;
}

/* line 261, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-message {
  font-size: 1.231rem;
  margin-bottom: 62px;
}

@media (max-width: 991.98px) {
  /* line 261, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-message {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  /* line 261, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-message {
    margin-bottom: 31px;
  }
}

/* line 273, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-message .title {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

/* line 280, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-message p {
  line-height: 2rem;
}

@media (max-width: 991.98px) {
  /* line 280, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-message p {
    line-height: 1.5385rem;
  }
}

/* line 289, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-company-info {
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  /* line 289, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-company-info {
    margin-bottom: 35px;
  }
}

/* line 296, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-company-info > div {
  border-left: 1px solid #f0f0f0;
  padding: 8px 40px;
}

@media (max-width: 767.98px) {
  /* line 296, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-company-info > div {
    border: none;
    padding: 8px 15px;
  }
}

/* line 305, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-company-info > div:first-child {
  border-left: none;
}

/* line 310, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-company-info .summary {
  padding: 0 40px 0;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  /* line 310, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-company-info .summary {
    padding: 8px 15px;
  }
}

/* line 318, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-company-info .summary .title {
  color: #8c8c8c;
  font-size: 1.077rem;
  line-height: 21px;
  font-weight: 500;
}

/* line 325, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-company-info .summary p {
  line-height: 16px;
}

@media (max-width: 991.98px) {
  /* line 331, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-company-info .phone {
    border-left-width: 0;
  }
}

/* line 337, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-footer {
  text-align: center;
}

/* line 340, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
.invoice-footer .btn {
  min-width: 96px;
  font-size: 1.077rem;
}

@media print {
  /* line 337, app/assets/stylesheets/beagle/includes/elements/_invoice.scss */
  .invoice-footer {
    display: none !important;
  }
}

/*------------------------------------------------------------------
  [Bootstrap elements]
*/
/*------------------------------------------------------------------
  [Bootstrap grid]
*/
@media (max-width: 575.98px) {
  /* line 5, app/assets/stylesheets/beagle/includes/bootstrap/_grid.scss */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*------------------------------------------------------------------
  [Images]
*/
/* line 5, app/assets/stylesheets/beagle/includes/bootstrap/_images.scss */
.img-rounded {
  border-radius: 4px;
}

/*------------------------------------------------------------------
  [Code]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_code.scss */
pre {
  padding: 20px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  font-size: .9231rem;
  margin: 0 0 9px;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/_code.scss */
pre code {
  white-space: pre-wrap;
}

/*------------------------------------------------------------------
  [Buttons]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 28px;
  border-radius: 2px;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  box-shadow: none;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn:active:focus {
  outline: none;
}

/* line 19, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary, .btn-light {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #dbdbdb;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus, .btn-light:focus, .btn-light.focus {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #dbdbdb;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary:hover, .btn-secondary.hover, .btn-light:hover, .btn-light.hover {
  color: #404040;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-color: #bababa;
}

/* line 39, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary.active:not([disabled]):not(.disabled), .show > .btn-secondary.dropdown-toggle, .btn-light:active, .btn-light.active, .btn-light:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
  color: #272727;
  background-color: #e3e3e3;
  border-color: #bababa;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .btn-secondary:not([disabled]):not(.disabled):active:hover, .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary.focus:not([disabled]):not(.disabled):active, .btn-secondary.active:not([disabled]):not(.disabled):hover, .btn-secondary.active:not([disabled]):not(.disabled):focus, .btn-secondary.active.focus:not([disabled]):not(.disabled), .show > .btn-secondary.dropdown-toggle:hover, .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle.focus, .btn-light:active:hover, .btn-light:active:focus, .btn-light.focus:active, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .btn-light:not([disabled]):not(.disabled):active:hover, .btn-light:not([disabled]):not(.disabled):active:focus, .btn-light.focus:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled):hover, .btn-light.active:not([disabled]):not(.disabled):focus, .btn-light.active.focus:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle:hover, .show > .btn-light.dropdown-toggle:focus, .show > .btn-light.dropdown-toggle.focus {
  color: #272727;
  background-color: #e3e3e3;
  border-color: #bababa;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
}

/* line 59, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-image: none;
}

/* line 65, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-light.disabled, .btn-light[disabled], fieldset[disabled] .btn-light {
  color: #404040;
}

/* line 70, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary.focus[disabled], .btn-secondary[disabled]:active, .btn-secondary.active[disabled], fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active, .btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled], .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light.focus[disabled], .btn-light[disabled]:active, .btn-light.active[disabled], fieldset[disabled] .btn-light, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus, fieldset[disabled] .btn-light:active, fieldset[disabled] .btn-light.active {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #dbdbdb;
  box-shadow: none;
}

/* line 81, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary.disabled .icon, .btn-secondary.disabled:hover .icon, .btn-secondary.disabled:focus .icon, .btn-secondary.disabled.focus .icon, .btn-secondary.disabled:active .icon, .btn-secondary.disabled.active .icon, .btn-secondary[disabled] .icon, .btn-secondary[disabled]:hover .icon, .btn-secondary[disabled]:focus .icon, .btn-secondary.focus[disabled] .icon, .btn-secondary[disabled]:active .icon, .btn-secondary.active[disabled] .icon, fieldset[disabled] .btn-secondary .icon, fieldset[disabled] .btn-secondary:hover .icon, fieldset[disabled] .btn-secondary:focus .icon, fieldset[disabled] .btn-secondary.focus .icon, fieldset[disabled] .btn-secondary:active .icon, fieldset[disabled] .btn-secondary.active .icon, .btn-light.disabled .icon, .btn-light.disabled:hover .icon, .btn-light.disabled:focus .icon, .btn-light.disabled.focus .icon, .btn-light.disabled:active .icon, .btn-light.disabled.active .icon, .btn-light[disabled] .icon, .btn-light[disabled]:hover .icon, .btn-light[disabled]:focus .icon, .btn-light.focus[disabled] .icon, .btn-light[disabled]:active .icon, .btn-light.active[disabled] .icon, fieldset[disabled] .btn-light .icon, fieldset[disabled] .btn-light:hover .icon, fieldset[disabled] .btn-light:focus .icon, fieldset[disabled] .btn-light.focus .icon, fieldset[disabled] .btn-light:active .icon, fieldset[disabled] .btn-light.active .icon {
  color: #404040;
}

/* line 88, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary .icon, .btn-light .icon {
  color: #646464;
}

/* line 94, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary:active .icon, .btn-light:active .icon {
  color: #4a4a4a;
}

/* line 99, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-secondary .badge, .btn-light .badge {
  color: #FFFFFF;
  background-color: #404040;
}

/* line 106, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #502379;
  border-color: #502379;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #361851;
  background-color: #552581;
  border-color: #552581;
  border-bottom-color: #361851;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary.active:not([disabled]):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #361851;
  background-color: #401c61;
  border-color: #401c61;
  border-top-color: #241036;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary:active .icon, .btn-primary.active .icon, .btn-primary:not([disabled]):not(.disabled):active .icon, .btn-primary.active:not([disabled]):not(.disabled) .icon, .show > .btn-primary.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary:not([disabled]):not(.disabled):active:hover, .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary.focus:not([disabled]):not(.disabled):active, .btn-primary.active:not([disabled]):not(.disabled):hover, .btn-primary.active:not([disabled]):not(.disabled):focus, .btn-primary.active.focus:not([disabled]):not(.disabled), .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #401c61;
  border-color: #401c61;
  border-top-color: #241036;
  box-shadow: inset 0 2px 0 #361851;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover .icon, .btn-primary:active:focus .icon, .btn-primary.focus:active .icon, .btn-primary.active:hover .icon, .btn-primary.active:focus .icon, .btn-primary.active.focus .icon, .btn-primary:not([disabled]):not(.disabled):active:hover .icon, .btn-primary:not([disabled]):not(.disabled):active:focus .icon, .btn-primary.focus:not([disabled]):not(.disabled):active .icon, .btn-primary.active:not([disabled]):not(.disabled):hover .icon, .btn-primary.active:not([disabled]):not(.disabled):focus .icon, .btn-primary.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-primary.dropdown-toggle:hover .icon, .show > .btn-primary.dropdown-toggle:focus .icon, .show > .btn-primary.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary.active:not([disabled]):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #502379;
  border-color: #502379;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #502379;
  background-color: #FFFFFF;
}

/* line 110, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-info {
  color: #FFFFFF;
  background-color: #82D0F4;
  border-color: #82D0F4;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #82D0F4;
  border-color: #82D0F4;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #53bef0;
  background-color: #8bd4f5;
  border-color: #8bd4f5;
  border-bottom-color: #53bef0;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .btn-info:not([disabled]):not(.disabled):active, .btn-info.active:not([disabled]):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #53bef0;
  background-color: #66c5f2;
  border-color: #66c5f2;
  border-top-color: #32b2ed;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info:active .icon, .btn-info.active .icon, .btn-info:not([disabled]):not(.disabled):active .icon, .btn-info.active:not([disabled]):not(.disabled) .icon, .show > .btn-info.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .btn-info:not([disabled]):not(.disabled):active:hover, .btn-info:not([disabled]):not(.disabled):active:focus, .btn-info.focus:not([disabled]):not(.disabled):active, .btn-info.active:not([disabled]):not(.disabled):hover, .btn-info.active:not([disabled]):not(.disabled):focus, .btn-info.active.focus:not([disabled]):not(.disabled), .show > .btn-info.dropdown-toggle:hover, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #66c5f2;
  border-color: #66c5f2;
  border-top-color: #32b2ed;
  box-shadow: inset 0 2px 0 #53bef0;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover .icon, .btn-info:active:focus .icon, .btn-info.focus:active .icon, .btn-info.active:hover .icon, .btn-info.active:focus .icon, .btn-info.active.focus .icon, .btn-info:not([disabled]):not(.disabled):active:hover .icon, .btn-info:not([disabled]):not(.disabled):active:focus .icon, .btn-info.focus:not([disabled]):not(.disabled):active .icon, .btn-info.active:not([disabled]):not(.disabled):hover .icon, .btn-info.active:not([disabled]):not(.disabled):focus .icon, .btn-info.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-info.dropdown-toggle:hover .icon, .show > .btn-info.dropdown-toggle:focus .icon, .show > .btn-info.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .btn-info:not([disabled]):not(.disabled):active, .btn-info.active:not([disabled]):not(.disabled), .show > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #82D0F4;
  border-color: #82D0F4;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #82D0F4;
  background-color: #FFFFFF;
}

/* line 114, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #E63E12;
  border-color: #E63E12;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #E63E12;
  border-color: #E63E12;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #b7310e;
  background-color: #ed4215;
  border-color: #ed4215;
  border-bottom-color: #b7310e;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .btn-danger:not([disabled]):not(.disabled):active, .btn-danger.active:not([disabled]):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #b7310e;
  background-color: #ca3610;
  border-color: #ca3610;
  border-top-color: #96280c;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger:active .icon, .btn-danger.active .icon, .btn-danger:not([disabled]):not(.disabled):active .icon, .btn-danger.active:not([disabled]):not(.disabled) .icon, .show > .btn-danger.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .btn-danger:not([disabled]):not(.disabled):active:hover, .btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger.focus:not([disabled]):not(.disabled):active, .btn-danger.active:not([disabled]):not(.disabled):hover, .btn-danger.active:not([disabled]):not(.disabled):focus, .btn-danger.active.focus:not([disabled]):not(.disabled), .show > .btn-danger.dropdown-toggle:hover, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #ca3610;
  border-color: #ca3610;
  border-top-color: #96280c;
  box-shadow: inset 0 2px 0 #b7310e;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover .icon, .btn-danger:active:focus .icon, .btn-danger.focus:active .icon, .btn-danger.active:hover .icon, .btn-danger.active:focus .icon, .btn-danger.active.focus .icon, .btn-danger:not([disabled]):not(.disabled):active:hover .icon, .btn-danger:not([disabled]):not(.disabled):active:focus .icon, .btn-danger.focus:not([disabled]):not(.disabled):active .icon, .btn-danger.active:not([disabled]):not(.disabled):hover .icon, .btn-danger.active:not([disabled]):not(.disabled):focus .icon, .btn-danger.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-danger.dropdown-toggle:hover .icon, .show > .btn-danger.dropdown-toggle:focus .icon, .show > .btn-danger.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .btn-danger:not([disabled]):not(.disabled):active, .btn-danger.active:not([disabled]):not(.disabled), .show > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #E63E12;
  border-color: #E63E12;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #E63E12;
  background-color: #FFFFFF;
}

/* line 118, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-warning {
  color: #FFFFFF;
  background-color: #FDC220;
  border-color: #FDC220;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #FFFFFF;
  background-color: #FDC220;
  border-color: #FDC220;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #e8ab02;
  background-color: #fdc52a;
  border-color: #fdc52a;
  border-bottom-color: #e8ab02;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .btn-warning:not([disabled]):not(.disabled):active, .btn-warning.active:not([disabled]):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #e8ab02;
  background-color: #fcb902;
  border-color: #fcb902;
  border-top-color: #c59102;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning:active .icon, .btn-warning.active .icon, .btn-warning:not([disabled]):not(.disabled):active .icon, .btn-warning.active:not([disabled]):not(.disabled) .icon, .show > .btn-warning.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .btn-warning:not([disabled]):not(.disabled):active:hover, .btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning.focus:not([disabled]):not(.disabled):active, .btn-warning.active:not([disabled]):not(.disabled):hover, .btn-warning.active:not([disabled]):not(.disabled):focus, .btn-warning.active.focus:not([disabled]):not(.disabled), .show > .btn-warning.dropdown-toggle:hover, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #fcb902;
  border-color: #fcb902;
  border-top-color: #c59102;
  box-shadow: inset 0 2px 0 #e8ab02;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover .icon, .btn-warning:active:focus .icon, .btn-warning.focus:active .icon, .btn-warning.active:hover .icon, .btn-warning.active:focus .icon, .btn-warning.active.focus .icon, .btn-warning:not([disabled]):not(.disabled):active:hover .icon, .btn-warning:not([disabled]):not(.disabled):active:focus .icon, .btn-warning.focus:not([disabled]):not(.disabled):active .icon, .btn-warning.active:not([disabled]):not(.disabled):hover .icon, .btn-warning.active:not([disabled]):not(.disabled):focus .icon, .btn-warning.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-warning.dropdown-toggle:hover .icon, .show > .btn-warning.dropdown-toggle:focus .icon, .show > .btn-warning.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .btn-warning:not([disabled]):not(.disabled):active, .btn-warning.active:not([disabled]):not(.disabled), .show > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #FDC220;
  border-color: #FDC220;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #FDC220;
  background-color: #FFFFFF;
}

/* line 122, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-success {
  color: #FFFFFF;
  background-color: #1BBE6F;
  border-color: #1BBE6F;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #1BBE6F;
  border-color: #1BBE6F;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #159155;
  background-color: #1cc774;
  border-color: #1cc774;
  border-bottom-color: #159155;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .btn-success:not([disabled]):not(.disabled):active, .btn-success.active:not([disabled]):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #159155;
  background-color: #17a35f;
  border-color: #17a35f;
  border-top-color: #107243;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success:active .icon, .btn-success.active .icon, .btn-success:not([disabled]):not(.disabled):active .icon, .btn-success.active:not([disabled]):not(.disabled) .icon, .show > .btn-success.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .btn-success:not([disabled]):not(.disabled):active:hover, .btn-success:not([disabled]):not(.disabled):active:focus, .btn-success.focus:not([disabled]):not(.disabled):active, .btn-success.active:not([disabled]):not(.disabled):hover, .btn-success.active:not([disabled]):not(.disabled):focus, .btn-success.active.focus:not([disabled]):not(.disabled), .show > .btn-success.dropdown-toggle:hover, .show > .btn-success.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #17a35f;
  border-color: #17a35f;
  border-top-color: #107243;
  box-shadow: inset 0 2px 0 #159155;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover .icon, .btn-success:active:focus .icon, .btn-success.focus:active .icon, .btn-success.active:hover .icon, .btn-success.active:focus .icon, .btn-success.active.focus .icon, .btn-success:not([disabled]):not(.disabled):active:hover .icon, .btn-success:not([disabled]):not(.disabled):active:focus .icon, .btn-success.focus:not([disabled]):not(.disabled):active .icon, .btn-success.active:not([disabled]):not(.disabled):hover .icon, .btn-success.active:not([disabled]):not(.disabled):focus .icon, .btn-success.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-success.dropdown-toggle:hover .icon, .show > .btn-success.dropdown-toggle:focus .icon, .show > .btn-success.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .btn-success:not([disabled]):not(.disabled):active, .btn-success.active:not([disabled]):not(.disabled), .show > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #1BBE6F;
  border-color: #1BBE6F;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #1BBE6F;
  background-color: #FFFFFF;
}

/* line 126, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-light {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light:hover, .btn-light.hover {
  color: #404040;
  box-shadow: inset 0 -1px 0 #e6e6e6;
  background-color: white;
  border-color: white;
  border-bottom-color: #e6e6e6;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light:active, .btn-light.active, .btn-light:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #404040;
  box-shadow: inset 0 2px 0 #e6e6e6;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  border-top-color: #d4d4d4;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light:active .icon, .btn-light.active .icon, .btn-light:not([disabled]):not(.disabled):active .icon, .btn-light.active:not([disabled]):not(.disabled) .icon, .show > .btn-light.dropdown-toggle .icon {
  color: #404040;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light:active:hover, .btn-light:active:focus, .btn-light.focus:active, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .btn-light:not([disabled]):not(.disabled):active:hover, .btn-light:not([disabled]):not(.disabled):active:focus, .btn-light.focus:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled):hover, .btn-light.active:not([disabled]):not(.disabled):focus, .btn-light.active.focus:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle:hover, .show > .btn-light.dropdown-toggle:focus, .show > .btn-light.dropdown-toggle.focus {
  color: #404040;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  border-top-color: #d4d4d4;
  box-shadow: inset 0 2px 0 #e6e6e6;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light:active:hover .icon, .btn-light:active:focus .icon, .btn-light.focus:active .icon, .btn-light.active:hover .icon, .btn-light.active:focus .icon, .btn-light.active.focus .icon, .btn-light:not([disabled]):not(.disabled):active:hover .icon, .btn-light:not([disabled]):not(.disabled):active:focus .icon, .btn-light.focus:not([disabled]):not(.disabled):active .icon, .btn-light.active:not([disabled]):not(.disabled):hover .icon, .btn-light.active:not([disabled]):not(.disabled):focus .icon, .btn-light.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-light.dropdown-toggle:hover .icon, .show > .btn-light.dropdown-toggle:focus .icon, .show > .btn-light.dropdown-toggle.focus .icon {
  color: #404040;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light:active, .btn-light.active, .btn-light:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled], .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light.focus[disabled], .btn-light[disabled]:active, .btn-light.active[disabled], fieldset[disabled] .btn-light, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus, fieldset[disabled] .btn-light:active, fieldset[disabled] .btn-light.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #404040;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-light .badge {
  color: #FFFFFF;
  background-color: #404040;
}

/* line 130, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-dark {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark:hover, .btn-dark.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #232323;
  background-color: #424141;
  border-color: #424141;
  border-bottom-color: #232323;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark:active, .btn-dark.active, .btn-dark:not([disabled]):not(.disabled):active, .btn-dark.active:not([disabled]):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #232323;
  background-color: #2e2d2d;
  border-color: #2e2d2d;
  border-top-color: #111111;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark:active .icon, .btn-dark.active .icon, .btn-dark:not([disabled]):not(.disabled):active .icon, .btn-dark.active:not([disabled]):not(.disabled) .icon, .show > .btn-dark.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark.focus:active, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .btn-dark:not([disabled]):not(.disabled):active:hover, .btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark.focus:not([disabled]):not(.disabled):active, .btn-dark.active:not([disabled]):not(.disabled):hover, .btn-dark.active:not([disabled]):not(.disabled):focus, .btn-dark.active.focus:not([disabled]):not(.disabled), .show > .btn-dark.dropdown-toggle:hover, .show > .btn-dark.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #2e2d2d;
  border-color: #2e2d2d;
  border-top-color: #111111;
  box-shadow: inset 0 2px 0 #232323;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark:active:hover .icon, .btn-dark:active:focus .icon, .btn-dark.focus:active .icon, .btn-dark.active:hover .icon, .btn-dark.active:focus .icon, .btn-dark.active.focus .icon, .btn-dark:not([disabled]):not(.disabled):active:hover .icon, .btn-dark:not([disabled]):not(.disabled):active:focus .icon, .btn-dark.focus:not([disabled]):not(.disabled):active .icon, .btn-dark.active:not([disabled]):not(.disabled):hover .icon, .btn-dark.active:not([disabled]):not(.disabled):focus .icon, .btn-dark.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-dark.dropdown-toggle:hover .icon, .show > .btn-dark.dropdown-toggle:focus .icon, .show > .btn-dark.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark:active, .btn-dark.active, .btn-dark:not([disabled]):not(.disabled):active, .btn-dark.active:not([disabled]):not(.disabled), .show > .btn-dark.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark.focus[disabled], .btn-dark[disabled]:active, .btn-dark.active[disabled], fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dark .badge {
  color: #3d3c3c;
  background-color: #FFFFFF;
}

/* line 135, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-xs {
  padding: 0 6px;
  font-size: 0.8462rem;
  line-height: 18px;
  border-radius: 1px;
}

/* line 139, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0 8px;
  font-size: 1rem;
  line-height: 22px;
  border-radius: 2px;
}

/* line 143, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0 12px;
  font-size: 1.1538rem;
  line-height: 38px;
  border-radius: 3px;
  font-weight: 500;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-xl {
  padding: 0 12px;
  font-size: 1.1538rem;
  line-height: 43px;
  border-radius: 3px;
  font-weight: 500;
}

/* line 154, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-rounded {
  border-radius: 15px;
}

/* line 157, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-rounded.btn-xs {
  border-radius: 10px;
}

/* line 161, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-rounded.btn-sm, .btn-group-sm > .btn-rounded.btn {
  border-radius: 12px;
}

/* line 165, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-rounded.btn-lg, .btn-group-lg > .btn-rounded.btn {
  border-radius: 20px;
}

/* line 171, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-hspace {
  margin-right: 5px;
}

/* line 175, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-vspace {
  margin-bottom: 5px;
}

/* line 179, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-space {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 185, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-facebook .icon {
  color: #5d82d1;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-facebook:active .icon, .btn-facebook.active .icon, .show > .btn-facebook.dropdown-toggle .icon {
  color: #5d82d1;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-facebook:active:hover .icon, .btn-facebook:active:focus .icon, .btn-facebook.focus:active .icon, .btn-facebook.active:hover .icon, .btn-facebook.active:focus .icon, .btn-facebook.active.focus .icon, .show > .btn-facebook.dropdown-toggle:hover .icon, .show > .btn-facebook.dropdown-toggle:focus .icon, .show > .btn-facebook.dropdown-toggle.focus .icon {
  color: #5d82d1;
}

/* line 186, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-twitter .icon {
  color: #50bff5;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-twitter:active .icon, .btn-twitter.active .icon, .show > .btn-twitter.dropdown-toggle .icon {
  color: #50bff5;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-twitter:active:hover .icon, .btn-twitter:active:focus .icon, .btn-twitter.focus:active .icon, .btn-twitter.active:hover .icon, .btn-twitter.active:focus .icon, .btn-twitter.active.focus .icon, .show > .btn-twitter.dropdown-toggle:hover .icon, .show > .btn-twitter.dropdown-toggle:focus .icon, .show > .btn-twitter.dropdown-toggle.focus .icon {
  color: #50bff5;
}

/* line 187, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-google-plus .icon {
  color: #eb5e4c;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-google-plus:active .icon, .btn-google-plus.active .icon, .show > .btn-google-plus.dropdown-toggle .icon {
  color: #eb5e4c;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-google-plus:active:hover .icon, .btn-google-plus:active:focus .icon, .btn-google-plus.focus:active .icon, .btn-google-plus.active:hover .icon, .btn-google-plus.active:focus .icon, .btn-google-plus.active.focus .icon, .show > .btn-google-plus.dropdown-toggle:hover .icon, .show > .btn-google-plus.dropdown-toggle:focus .icon, .show > .btn-google-plus.dropdown-toggle.focus .icon {
  color: #eb5e4c;
}

/* line 188, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-dribbble .icon {
  color: #f7659c;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dribbble:active .icon, .btn-dribbble.active .icon, .show > .btn-dribbble.dropdown-toggle .icon {
  color: #f7659c;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dribbble:active:hover .icon, .btn-dribbble:active:focus .icon, .btn-dribbble.focus:active .icon, .btn-dribbble.active:hover .icon, .btn-dribbble.active:focus .icon, .btn-dribbble.active.focus .icon, .show > .btn-dribbble.dropdown-toggle:hover .icon, .show > .btn-dribbble.dropdown-toggle:focus .icon, .show > .btn-dribbble.dropdown-toggle.focus .icon {
  color: #f7659c;
}

/* line 189, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-flickr .icon {
  color: #0063dc;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-flickr:active .icon, .btn-flickr.active .icon, .show > .btn-flickr.dropdown-toggle .icon {
  color: #0063dc;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-flickr:active:hover .icon, .btn-flickr:active:focus .icon, .btn-flickr.focus:active .icon, .btn-flickr.active:hover .icon, .btn-flickr.active:focus .icon, .btn-flickr.active.focus .icon, .show > .btn-flickr.dropdown-toggle:hover .icon, .show > .btn-flickr.dropdown-toggle:focus .icon, .show > .btn-flickr.dropdown-toggle.focus .icon {
  color: #0063dc;
}

/* line 190, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-linkedin .icon {
  color: #238cc8;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-linkedin:active .icon, .btn-linkedin.active .icon, .show > .btn-linkedin.dropdown-toggle .icon {
  color: #238cc8;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-linkedin:active:hover .icon, .btn-linkedin:active:focus .icon, .btn-linkedin.focus:active .icon, .btn-linkedin.active:hover .icon, .btn-linkedin.active:focus .icon, .btn-linkedin.active.focus .icon, .show > .btn-linkedin.dropdown-toggle:hover .icon, .show > .btn-linkedin.dropdown-toggle:focus .icon, .show > .btn-linkedin.dropdown-toggle.focus .icon {
  color: #238cc8;
}

/* line 191, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-youtube .icon {
  color: #ef4e41;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-youtube:active .icon, .btn-youtube.active .icon, .show > .btn-youtube.dropdown-toggle .icon {
  color: #ef4e41;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-youtube:active:hover .icon, .btn-youtube:active:focus .icon, .btn-youtube.focus:active .icon, .btn-youtube.active:hover .icon, .btn-youtube.active:focus .icon, .btn-youtube.active.focus .icon, .show > .btn-youtube.dropdown-toggle:hover .icon, .show > .btn-youtube.dropdown-toggle:focus .icon, .show > .btn-youtube.dropdown-toggle.focus .icon {
  color: #ef4e41;
}

/* line 192, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-pinterest .icon {
  color: #e13138;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-pinterest:active .icon, .btn-pinterest.active .icon, .show > .btn-pinterest.dropdown-toggle .icon {
  color: #e13138;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-pinterest:active:hover .icon, .btn-pinterest:active:focus .icon, .btn-pinterest.focus:active .icon, .btn-pinterest.active:hover .icon, .btn-pinterest.active:focus .icon, .btn-pinterest.active.focus .icon, .show > .btn-pinterest.dropdown-toggle:hover .icon, .show > .btn-pinterest.dropdown-toggle:focus .icon, .show > .btn-pinterest.dropdown-toggle.focus .icon {
  color: #e13138;
}

/* line 193, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-github .icon {
  color: #333;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-github:active .icon, .btn-github.active .icon, .show > .btn-github.dropdown-toggle .icon {
  color: #333;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-github:active:hover .icon, .btn-github:active:focus .icon, .btn-github.focus:active .icon, .btn-github.active:hover .icon, .btn-github.active:focus .icon, .btn-github.active.focus .icon, .show > .btn-github.dropdown-toggle:hover .icon, .show > .btn-github.dropdown-toggle:focus .icon, .show > .btn-github.dropdown-toggle.focus .icon {
  color: #333;
}

/* line 194, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-tumblr .icon {
  color: #426d9b;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-tumblr:active .icon, .btn-tumblr.active .icon, .show > .btn-tumblr.dropdown-toggle .icon {
  color: #426d9b;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-tumblr:active:hover .icon, .btn-tumblr:active:focus .icon, .btn-tumblr.focus:active .icon, .btn-tumblr.active:hover .icon, .btn-tumblr.active:focus .icon, .btn-tumblr.active.focus .icon, .show > .btn-tumblr.dropdown-toggle:hover .icon, .show > .btn-tumblr.dropdown-toggle:focus .icon, .show > .btn-tumblr.dropdown-toggle.focus .icon {
  color: #426d9b;
}

/* line 195, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-dropbox .icon {
  color: #007EE5;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dropbox:active .icon, .btn-dropbox.active .icon, .show > .btn-dropbox.dropdown-toggle .icon {
  color: #007EE5;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-dropbox:active:hover .icon, .btn-dropbox:active:focus .icon, .btn-dropbox.focus:active .icon, .btn-dropbox.active:hover .icon, .btn-dropbox.active:focus .icon, .btn-dropbox.active.focus .icon, .show > .btn-dropbox.dropdown-toggle:hover .icon, .show > .btn-dropbox.dropdown-toggle:focus .icon, .show > .btn-dropbox.dropdown-toggle.focus .icon {
  color: #007EE5;
}

/* line 196, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-evernote .icon {
  color: #2DBE60;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-evernote:active .icon, .btn-evernote.active .icon, .show > .btn-evernote.dropdown-toggle .icon {
  color: #2DBE60;
}

/* line 148, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-evernote:active:hover .icon, .btn-evernote:active:focus .icon, .btn-evernote.focus:active .icon, .btn-evernote.active:hover .icon, .btn-evernote.active:focus .icon, .btn-evernote.active.focus .icon, .show > .btn-evernote.dropdown-toggle:hover .icon, .show > .btn-evernote.dropdown-toggle:focus .icon, .show > .btn-evernote.dropdown-toggle.focus .icon {
  color: #2DBE60;
}

/* line 199, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-social {
  min-width: 31px;
  padding: 0 8px;
}

/* line 203, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-social .icon {
  font-size: 1.308rem;
}

/* line 208, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-facebook {
  color: #FFFFFF;
  background-color: #5d82d1;
  border-color: #5d82d1;
}

/* line 208, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-facebook .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook:focus, .btn-color.btn-facebook.focus {
  color: #FFFFFF;
  background-color: #5d82d1;
  border-color: #5d82d1;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook:hover, .btn-color.btn-facebook.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #3864c3;
  background-color: #6588d3;
  border-color: #6588d3;
  border-bottom-color: #3864c3;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook:active, .btn-color.btn-facebook.active, .btn-color.btn-facebook:not([disabled]):not(.disabled):active, .btn-color.btn-facebook.active:not([disabled]):not(.disabled), .show > .btn-color.btn-facebook.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #3864c3;
  background-color: #4570ca;
  border-color: #4570ca;
  border-top-color: #3056a8;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook:active .icon, .btn-color.btn-facebook.active .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled):active .icon, .btn-color.btn-facebook.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-facebook.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook:active:hover, .btn-color.btn-facebook:active:focus, .btn-color.btn-facebook.focus:active, .btn-color.btn-facebook.active:hover, .btn-color.btn-facebook.active:focus, .btn-color.btn-facebook.active.focus, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:hover, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:focus, .btn-color.btn-facebook.focus:not([disabled]):not(.disabled):active, .btn-color.btn-facebook.active:not([disabled]):not(.disabled):hover, .btn-color.btn-facebook.active:not([disabled]):not(.disabled):focus, .btn-color.btn-facebook.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-facebook.dropdown-toggle:hover, .show > .btn-color.btn-facebook.dropdown-toggle:focus, .show > .btn-color.btn-facebook.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #4570ca;
  border-color: #4570ca;
  border-top-color: #3056a8;
  box-shadow: inset 0 2px 0 #3864c3;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook:active:hover .icon, .btn-color.btn-facebook:active:focus .icon, .btn-color.btn-facebook.focus:active .icon, .btn-color.btn-facebook.active:hover .icon, .btn-color.btn-facebook.active:focus .icon, .btn-color.btn-facebook.active.focus .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-facebook:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-facebook.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-facebook.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-facebook.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-facebook.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-facebook.dropdown-toggle:hover .icon, .show > .btn-color.btn-facebook.dropdown-toggle:focus .icon, .show > .btn-color.btn-facebook.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook:active, .btn-color.btn-facebook.active, .btn-color.btn-facebook:not([disabled]):not(.disabled):active, .btn-color.btn-facebook.active:not([disabled]):not(.disabled), .show > .btn-color.btn-facebook.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook.disabled, .btn-color.btn-facebook.disabled:hover, .btn-color.btn-facebook.disabled:focus, .btn-color.btn-facebook.disabled.focus, .btn-color.btn-facebook.disabled:active, .btn-color.btn-facebook.disabled.active, .btn-color.btn-facebook[disabled], .btn-color.btn-facebook[disabled]:hover, .btn-color.btn-facebook[disabled]:focus, .btn-color.btn-facebook.focus[disabled], .btn-color.btn-facebook[disabled]:active, .btn-color.btn-facebook.active[disabled], fieldset[disabled] .btn-color.btn-facebook, fieldset[disabled] .btn-color.btn-facebook:hover, fieldset[disabled] .btn-color.btn-facebook:focus, fieldset[disabled] .btn-color.btn-facebook.focus, fieldset[disabled] .btn-color.btn-facebook:active, fieldset[disabled] .btn-color.btn-facebook.active {
  background-color: #5d82d1;
  border-color: #5d82d1;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-facebook .badge {
  color: #5d82d1;
  background-color: #FFFFFF;
}

/* line 209, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-twitter {
  color: #FFFFFF;
  background-color: #50bff5;
  border-color: #50bff5;
}

/* line 209, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-twitter .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter:focus, .btn-color.btn-twitter.focus {
  color: #FFFFFF;
  background-color: #50bff5;
  border-color: #50bff5;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter:hover, .btn-color.btn-twitter.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #20adf2;
  background-color: #5ac3f6;
  border-color: #5ac3f6;
  border-bottom-color: #20adf2;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter:active, .btn-color.btn-twitter.active, .btn-color.btn-twitter:not([disabled]):not(.disabled):active, .btn-color.btn-twitter.active:not([disabled]):not(.disabled), .show > .btn-color.btn-twitter.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #20adf2;
  background-color: #33b4f3;
  border-color: #33b4f3;
  border-top-color: #0d9ce1;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter:active .icon, .btn-color.btn-twitter.active .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled):active .icon, .btn-color.btn-twitter.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-twitter.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter:active:hover, .btn-color.btn-twitter:active:focus, .btn-color.btn-twitter.focus:active, .btn-color.btn-twitter.active:hover, .btn-color.btn-twitter.active:focus, .btn-color.btn-twitter.active.focus, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:hover, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:focus, .btn-color.btn-twitter.focus:not([disabled]):not(.disabled):active, .btn-color.btn-twitter.active:not([disabled]):not(.disabled):hover, .btn-color.btn-twitter.active:not([disabled]):not(.disabled):focus, .btn-color.btn-twitter.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-twitter.dropdown-toggle:hover, .show > .btn-color.btn-twitter.dropdown-toggle:focus, .show > .btn-color.btn-twitter.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #33b4f3;
  border-color: #33b4f3;
  border-top-color: #0d9ce1;
  box-shadow: inset 0 2px 0 #20adf2;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter:active:hover .icon, .btn-color.btn-twitter:active:focus .icon, .btn-color.btn-twitter.focus:active .icon, .btn-color.btn-twitter.active:hover .icon, .btn-color.btn-twitter.active:focus .icon, .btn-color.btn-twitter.active.focus .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-twitter:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-twitter.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-twitter.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-twitter.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-twitter.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-twitter.dropdown-toggle:hover .icon, .show > .btn-color.btn-twitter.dropdown-toggle:focus .icon, .show > .btn-color.btn-twitter.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter:active, .btn-color.btn-twitter.active, .btn-color.btn-twitter:not([disabled]):not(.disabled):active, .btn-color.btn-twitter.active:not([disabled]):not(.disabled), .show > .btn-color.btn-twitter.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter.disabled, .btn-color.btn-twitter.disabled:hover, .btn-color.btn-twitter.disabled:focus, .btn-color.btn-twitter.disabled.focus, .btn-color.btn-twitter.disabled:active, .btn-color.btn-twitter.disabled.active, .btn-color.btn-twitter[disabled], .btn-color.btn-twitter[disabled]:hover, .btn-color.btn-twitter[disabled]:focus, .btn-color.btn-twitter.focus[disabled], .btn-color.btn-twitter[disabled]:active, .btn-color.btn-twitter.active[disabled], fieldset[disabled] .btn-color.btn-twitter, fieldset[disabled] .btn-color.btn-twitter:hover, fieldset[disabled] .btn-color.btn-twitter:focus, fieldset[disabled] .btn-color.btn-twitter.focus, fieldset[disabled] .btn-color.btn-twitter:active, fieldset[disabled] .btn-color.btn-twitter.active {
  background-color: #50bff5;
  border-color: #50bff5;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-twitter .badge {
  color: #50bff5;
  background-color: #FFFFFF;
}

/* line 210, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-google-plus {
  color: #FFFFFF;
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}

/* line 210, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-google-plus .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus:focus, .btn-color.btn-google-plus.focus {
  color: #FFFFFF;
  background-color: #eb5e4c;
  border-color: #eb5e4c;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus:hover, .btn-color.btn-google-plus.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #e6351e;
  background-color: #ec6655;
  border-color: #ec6655;
  border-bottom-color: #e6351e;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus:active, .btn-color.btn-google-plus.active, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active, .btn-color.btn-google-plus.active:not([disabled]):not(.disabled), .show > .btn-color.btn-google-plus.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #e6351e;
  background-color: #e84530;
  border-color: #e84530;
  border-top-color: #ca2b17;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus:active .icon, .btn-color.btn-google-plus.active .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-google-plus.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-google-plus.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus:active:hover, .btn-color.btn-google-plus:active:focus, .btn-color.btn-google-plus.focus:active, .btn-color.btn-google-plus.active:hover, .btn-color.btn-google-plus.active:focus, .btn-color.btn-google-plus.active.focus, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:hover, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:focus, .btn-color.btn-google-plus.focus:not([disabled]):not(.disabled):active, .btn-color.btn-google-plus.active:not([disabled]):not(.disabled):hover, .btn-color.btn-google-plus.active:not([disabled]):not(.disabled):focus, .btn-color.btn-google-plus.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-google-plus.dropdown-toggle:hover, .show > .btn-color.btn-google-plus.dropdown-toggle:focus, .show > .btn-color.btn-google-plus.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #e84530;
  border-color: #e84530;
  border-top-color: #ca2b17;
  box-shadow: inset 0 2px 0 #e6351e;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus:active:hover .icon, .btn-color.btn-google-plus:active:focus .icon, .btn-color.btn-google-plus.focus:active .icon, .btn-color.btn-google-plus.active:hover .icon, .btn-color.btn-google-plus.active:focus .icon, .btn-color.btn-google-plus.active.focus .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-google-plus.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-google-plus.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-google-plus.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-google-plus.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-google-plus.dropdown-toggle:hover .icon, .show > .btn-color.btn-google-plus.dropdown-toggle:focus .icon, .show > .btn-color.btn-google-plus.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus:active, .btn-color.btn-google-plus.active, .btn-color.btn-google-plus:not([disabled]):not(.disabled):active, .btn-color.btn-google-plus.active:not([disabled]):not(.disabled), .show > .btn-color.btn-google-plus.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus.disabled, .btn-color.btn-google-plus.disabled:hover, .btn-color.btn-google-plus.disabled:focus, .btn-color.btn-google-plus.disabled.focus, .btn-color.btn-google-plus.disabled:active, .btn-color.btn-google-plus.disabled.active, .btn-color.btn-google-plus[disabled], .btn-color.btn-google-plus[disabled]:hover, .btn-color.btn-google-plus[disabled]:focus, .btn-color.btn-google-plus.focus[disabled], .btn-color.btn-google-plus[disabled]:active, .btn-color.btn-google-plus.active[disabled], fieldset[disabled] .btn-color.btn-google-plus, fieldset[disabled] .btn-color.btn-google-plus:hover, fieldset[disabled] .btn-color.btn-google-plus:focus, fieldset[disabled] .btn-color.btn-google-plus.focus, fieldset[disabled] .btn-color.btn-google-plus:active, fieldset[disabled] .btn-color.btn-google-plus.active {
  background-color: #eb5e4c;
  border-color: #eb5e4c;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-google-plus .badge {
  color: #eb5e4c;
  background-color: #FFFFFF;
}

/* line 211, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-dribbble {
  color: #FFFFFF;
  background-color: #f7659c;
  border-color: #f7659c;
}

/* line 211, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-dribbble .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble:focus, .btn-color.btn-dribbble.focus {
  color: #FFFFFF;
  background-color: #f7659c;
  border-color: #f7659c;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble:hover, .btn-color.btn-dribbble.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #f4357d;
  background-color: #f86fa2;
  border-color: #f86fa2;
  border-bottom-color: #f4357d;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble:active, .btn-color.btn-dribbble.active, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active, .btn-color.btn-dribbble.active:not([disabled]):not(.disabled), .show > .btn-color.btn-dribbble.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #f4357d;
  background-color: #f54889;
  border-color: #f54889;
  border-top-color: #f31367;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble:active .icon, .btn-color.btn-dribbble.active .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active .icon, .btn-color.btn-dribbble.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-dribbble.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble:active:hover, .btn-color.btn-dribbble:active:focus, .btn-color.btn-dribbble.focus:active, .btn-color.btn-dribbble.active:hover, .btn-color.btn-dribbble.active:focus, .btn-color.btn-dribbble.active.focus, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:hover, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:focus, .btn-color.btn-dribbble.focus:not([disabled]):not(.disabled):active, .btn-color.btn-dribbble.active:not([disabled]):not(.disabled):hover, .btn-color.btn-dribbble.active:not([disabled]):not(.disabled):focus, .btn-color.btn-dribbble.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-dribbble.dropdown-toggle:hover, .show > .btn-color.btn-dribbble.dropdown-toggle:focus, .show > .btn-color.btn-dribbble.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #f54889;
  border-color: #f54889;
  border-top-color: #f31367;
  box-shadow: inset 0 2px 0 #f4357d;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble:active:hover .icon, .btn-color.btn-dribbble:active:focus .icon, .btn-color.btn-dribbble.focus:active .icon, .btn-color.btn-dribbble.active:hover .icon, .btn-color.btn-dribbble.active:focus .icon, .btn-color.btn-dribbble.active.focus .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-dribbble.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-dribbble.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-dribbble.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-dribbble.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-dribbble.dropdown-toggle:hover .icon, .show > .btn-color.btn-dribbble.dropdown-toggle:focus .icon, .show > .btn-color.btn-dribbble.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble:active, .btn-color.btn-dribbble.active, .btn-color.btn-dribbble:not([disabled]):not(.disabled):active, .btn-color.btn-dribbble.active:not([disabled]):not(.disabled), .show > .btn-color.btn-dribbble.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble.disabled, .btn-color.btn-dribbble.disabled:hover, .btn-color.btn-dribbble.disabled:focus, .btn-color.btn-dribbble.disabled.focus, .btn-color.btn-dribbble.disabled:active, .btn-color.btn-dribbble.disabled.active, .btn-color.btn-dribbble[disabled], .btn-color.btn-dribbble[disabled]:hover, .btn-color.btn-dribbble[disabled]:focus, .btn-color.btn-dribbble.focus[disabled], .btn-color.btn-dribbble[disabled]:active, .btn-color.btn-dribbble.active[disabled], fieldset[disabled] .btn-color.btn-dribbble, fieldset[disabled] .btn-color.btn-dribbble:hover, fieldset[disabled] .btn-color.btn-dribbble:focus, fieldset[disabled] .btn-color.btn-dribbble.focus, fieldset[disabled] .btn-color.btn-dribbble:active, fieldset[disabled] .btn-color.btn-dribbble.active {
  background-color: #f7659c;
  border-color: #f7659c;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dribbble .badge {
  color: #f7659c;
  background-color: #FFFFFF;
}

/* line 212, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-flickr {
  color: #FFFFFF;
  background-color: #0063dc;
  border-color: #0063dc;
}

/* line 212, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-flickr .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr:focus, .btn-color.btn-flickr.focus {
  color: #FFFFFF;
  background-color: #0063dc;
  border-color: #0063dc;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr:hover, .btn-color.btn-flickr.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #004ca9;
  background-color: #0068e6;
  border-color: #0068e6;
  border-bottom-color: #004ca9;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr:active, .btn-color.btn-flickr.active, .btn-color.btn-flickr:not([disabled]):not(.disabled):active, .btn-color.btn-flickr.active:not([disabled]):not(.disabled), .show > .btn-color.btn-flickr.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #004ca9;
  background-color: #0055bd;
  border-color: #0055bd;
  border-top-color: #003c85;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr:active .icon, .btn-color.btn-flickr.active .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled):active .icon, .btn-color.btn-flickr.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-flickr.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr:active:hover, .btn-color.btn-flickr:active:focus, .btn-color.btn-flickr.focus:active, .btn-color.btn-flickr.active:hover, .btn-color.btn-flickr.active:focus, .btn-color.btn-flickr.active.focus, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:hover, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:focus, .btn-color.btn-flickr.focus:not([disabled]):not(.disabled):active, .btn-color.btn-flickr.active:not([disabled]):not(.disabled):hover, .btn-color.btn-flickr.active:not([disabled]):not(.disabled):focus, .btn-color.btn-flickr.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-flickr.dropdown-toggle:hover, .show > .btn-color.btn-flickr.dropdown-toggle:focus, .show > .btn-color.btn-flickr.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #0055bd;
  border-color: #0055bd;
  border-top-color: #003c85;
  box-shadow: inset 0 2px 0 #004ca9;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr:active:hover .icon, .btn-color.btn-flickr:active:focus .icon, .btn-color.btn-flickr.focus:active .icon, .btn-color.btn-flickr.active:hover .icon, .btn-color.btn-flickr.active:focus .icon, .btn-color.btn-flickr.active.focus .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-flickr:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-flickr.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-flickr.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-flickr.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-flickr.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-flickr.dropdown-toggle:hover .icon, .show > .btn-color.btn-flickr.dropdown-toggle:focus .icon, .show > .btn-color.btn-flickr.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr:active, .btn-color.btn-flickr.active, .btn-color.btn-flickr:not([disabled]):not(.disabled):active, .btn-color.btn-flickr.active:not([disabled]):not(.disabled), .show > .btn-color.btn-flickr.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr.disabled, .btn-color.btn-flickr.disabled:hover, .btn-color.btn-flickr.disabled:focus, .btn-color.btn-flickr.disabled.focus, .btn-color.btn-flickr.disabled:active, .btn-color.btn-flickr.disabled.active, .btn-color.btn-flickr[disabled], .btn-color.btn-flickr[disabled]:hover, .btn-color.btn-flickr[disabled]:focus, .btn-color.btn-flickr.focus[disabled], .btn-color.btn-flickr[disabled]:active, .btn-color.btn-flickr.active[disabled], fieldset[disabled] .btn-color.btn-flickr, fieldset[disabled] .btn-color.btn-flickr:hover, fieldset[disabled] .btn-color.btn-flickr:focus, fieldset[disabled] .btn-color.btn-flickr.focus, fieldset[disabled] .btn-color.btn-flickr:active, fieldset[disabled] .btn-color.btn-flickr.active {
  background-color: #0063dc;
  border-color: #0063dc;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-flickr .badge {
  color: #0063dc;
  background-color: #FFFFFF;
}

/* line 213, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-linkedin {
  color: #FFFFFF;
  background-color: #238cc8;
  border-color: #238cc8;
}

/* line 213, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-linkedin .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin:focus, .btn-color.btn-linkedin.focus {
  color: #FFFFFF;
  background-color: #238cc8;
  border-color: #238cc8;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin:hover, .btn-color.btn-linkedin.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #1b6e9d;
  background-color: #2592d1;
  border-color: #2592d1;
  border-bottom-color: #1b6e9d;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin:active, .btn-color.btn-linkedin.active, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active, .btn-color.btn-linkedin.active:not([disabled]):not(.disabled), .show > .btn-color.btn-linkedin.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #1b6e9d;
  background-color: #1e7aae;
  border-color: #1e7aae;
  border-top-color: #16587e;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin:active .icon, .btn-color.btn-linkedin.active .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active .icon, .btn-color.btn-linkedin.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-linkedin.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin:active:hover, .btn-color.btn-linkedin:active:focus, .btn-color.btn-linkedin.focus:active, .btn-color.btn-linkedin.active:hover, .btn-color.btn-linkedin.active:focus, .btn-color.btn-linkedin.active.focus, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:hover, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:focus, .btn-color.btn-linkedin.focus:not([disabled]):not(.disabled):active, .btn-color.btn-linkedin.active:not([disabled]):not(.disabled):hover, .btn-color.btn-linkedin.active:not([disabled]):not(.disabled):focus, .btn-color.btn-linkedin.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-linkedin.dropdown-toggle:hover, .show > .btn-color.btn-linkedin.dropdown-toggle:focus, .show > .btn-color.btn-linkedin.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #1e7aae;
  border-color: #1e7aae;
  border-top-color: #16587e;
  box-shadow: inset 0 2px 0 #1b6e9d;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin:active:hover .icon, .btn-color.btn-linkedin:active:focus .icon, .btn-color.btn-linkedin.focus:active .icon, .btn-color.btn-linkedin.active:hover .icon, .btn-color.btn-linkedin.active:focus .icon, .btn-color.btn-linkedin.active.focus .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-linkedin.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-linkedin.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-linkedin.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-linkedin.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-linkedin.dropdown-toggle:hover .icon, .show > .btn-color.btn-linkedin.dropdown-toggle:focus .icon, .show > .btn-color.btn-linkedin.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin:active, .btn-color.btn-linkedin.active, .btn-color.btn-linkedin:not([disabled]):not(.disabled):active, .btn-color.btn-linkedin.active:not([disabled]):not(.disabled), .show > .btn-color.btn-linkedin.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin.disabled, .btn-color.btn-linkedin.disabled:hover, .btn-color.btn-linkedin.disabled:focus, .btn-color.btn-linkedin.disabled.focus, .btn-color.btn-linkedin.disabled:active, .btn-color.btn-linkedin.disabled.active, .btn-color.btn-linkedin[disabled], .btn-color.btn-linkedin[disabled]:hover, .btn-color.btn-linkedin[disabled]:focus, .btn-color.btn-linkedin.focus[disabled], .btn-color.btn-linkedin[disabled]:active, .btn-color.btn-linkedin.active[disabled], fieldset[disabled] .btn-color.btn-linkedin, fieldset[disabled] .btn-color.btn-linkedin:hover, fieldset[disabled] .btn-color.btn-linkedin:focus, fieldset[disabled] .btn-color.btn-linkedin.focus, fieldset[disabled] .btn-color.btn-linkedin:active, fieldset[disabled] .btn-color.btn-linkedin.active {
  background-color: #238cc8;
  border-color: #238cc8;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-linkedin .badge {
  color: #238cc8;
  background-color: #FFFFFF;
}

/* line 214, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-youtube {
  color: #FFFFFF;
  background-color: #ef4e41;
  border-color: #ef4e41;
}

/* line 214, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-youtube .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube:focus, .btn-color.btn-youtube.focus {
  color: #FFFFFF;
  background-color: #ef4e41;
  border-color: #ef4e41;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube:hover, .btn-color.btn-youtube.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #e92414;
  background-color: #f0574a;
  border-color: #f0574a;
  border-bottom-color: #e92414;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube:active, .btn-color.btn-youtube.active, .btn-color.btn-youtube:not([disabled]):not(.disabled):active, .btn-color.btn-youtube.active:not([disabled]):not(.disabled), .show > .btn-color.btn-youtube.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #e92414;
  background-color: #ed3425;
  border-color: #ed3425;
  border-top-color: #c81f11;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube:active .icon, .btn-color.btn-youtube.active .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled):active .icon, .btn-color.btn-youtube.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-youtube.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube:active:hover, .btn-color.btn-youtube:active:focus, .btn-color.btn-youtube.focus:active, .btn-color.btn-youtube.active:hover, .btn-color.btn-youtube.active:focus, .btn-color.btn-youtube.active.focus, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:hover, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:focus, .btn-color.btn-youtube.focus:not([disabled]):not(.disabled):active, .btn-color.btn-youtube.active:not([disabled]):not(.disabled):hover, .btn-color.btn-youtube.active:not([disabled]):not(.disabled):focus, .btn-color.btn-youtube.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-youtube.dropdown-toggle:hover, .show > .btn-color.btn-youtube.dropdown-toggle:focus, .show > .btn-color.btn-youtube.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #ed3425;
  border-color: #ed3425;
  border-top-color: #c81f11;
  box-shadow: inset 0 2px 0 #e92414;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube:active:hover .icon, .btn-color.btn-youtube:active:focus .icon, .btn-color.btn-youtube.focus:active .icon, .btn-color.btn-youtube.active:hover .icon, .btn-color.btn-youtube.active:focus .icon, .btn-color.btn-youtube.active.focus .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-youtube:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-youtube.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-youtube.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-youtube.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-youtube.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-youtube.dropdown-toggle:hover .icon, .show > .btn-color.btn-youtube.dropdown-toggle:focus .icon, .show > .btn-color.btn-youtube.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube:active, .btn-color.btn-youtube.active, .btn-color.btn-youtube:not([disabled]):not(.disabled):active, .btn-color.btn-youtube.active:not([disabled]):not(.disabled), .show > .btn-color.btn-youtube.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube.disabled, .btn-color.btn-youtube.disabled:hover, .btn-color.btn-youtube.disabled:focus, .btn-color.btn-youtube.disabled.focus, .btn-color.btn-youtube.disabled:active, .btn-color.btn-youtube.disabled.active, .btn-color.btn-youtube[disabled], .btn-color.btn-youtube[disabled]:hover, .btn-color.btn-youtube[disabled]:focus, .btn-color.btn-youtube.focus[disabled], .btn-color.btn-youtube[disabled]:active, .btn-color.btn-youtube.active[disabled], fieldset[disabled] .btn-color.btn-youtube, fieldset[disabled] .btn-color.btn-youtube:hover, fieldset[disabled] .btn-color.btn-youtube:focus, fieldset[disabled] .btn-color.btn-youtube.focus, fieldset[disabled] .btn-color.btn-youtube:active, fieldset[disabled] .btn-color.btn-youtube.active {
  background-color: #ef4e41;
  border-color: #ef4e41;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-youtube .badge {
  color: #ef4e41;
  background-color: #FFFFFF;
}

/* line 215, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-pinterest {
  color: #FFFFFF;
  background-color: #e13138;
  border-color: #e13138;
}

/* line 215, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-pinterest .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest:focus, .btn-color.btn-pinterest.focus {
  color: #FFFFFF;
  background-color: #e13138;
  border-color: #e13138;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest:hover, .btn-color.btn-pinterest.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #c31c23;
  background-color: #e23a41;
  border-color: #e23a41;
  border-bottom-color: #c31c23;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest:active, .btn-color.btn-pinterest.active, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active, .btn-color.btn-pinterest.active:not([disabled]):not(.disabled), .show > .btn-color.btn-pinterest.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #c31c23;
  background-color: #d41f26;
  border-color: #d41f26;
  border-top-color: #a3181d;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest:active .icon, .btn-color.btn-pinterest.active .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active .icon, .btn-color.btn-pinterest.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-pinterest.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest:active:hover, .btn-color.btn-pinterest:active:focus, .btn-color.btn-pinterest.focus:active, .btn-color.btn-pinterest.active:hover, .btn-color.btn-pinterest.active:focus, .btn-color.btn-pinterest.active.focus, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:hover, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:focus, .btn-color.btn-pinterest.focus:not([disabled]):not(.disabled):active, .btn-color.btn-pinterest.active:not([disabled]):not(.disabled):hover, .btn-color.btn-pinterest.active:not([disabled]):not(.disabled):focus, .btn-color.btn-pinterest.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-pinterest.dropdown-toggle:hover, .show > .btn-color.btn-pinterest.dropdown-toggle:focus, .show > .btn-color.btn-pinterest.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #d41f26;
  border-color: #d41f26;
  border-top-color: #a3181d;
  box-shadow: inset 0 2px 0 #c31c23;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest:active:hover .icon, .btn-color.btn-pinterest:active:focus .icon, .btn-color.btn-pinterest.focus:active .icon, .btn-color.btn-pinterest.active:hover .icon, .btn-color.btn-pinterest.active:focus .icon, .btn-color.btn-pinterest.active.focus .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-pinterest.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-pinterest.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-pinterest.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-pinterest.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-pinterest.dropdown-toggle:hover .icon, .show > .btn-color.btn-pinterest.dropdown-toggle:focus .icon, .show > .btn-color.btn-pinterest.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest:active, .btn-color.btn-pinterest.active, .btn-color.btn-pinterest:not([disabled]):not(.disabled):active, .btn-color.btn-pinterest.active:not([disabled]):not(.disabled), .show > .btn-color.btn-pinterest.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest.disabled, .btn-color.btn-pinterest.disabled:hover, .btn-color.btn-pinterest.disabled:focus, .btn-color.btn-pinterest.disabled.focus, .btn-color.btn-pinterest.disabled:active, .btn-color.btn-pinterest.disabled.active, .btn-color.btn-pinterest[disabled], .btn-color.btn-pinterest[disabled]:hover, .btn-color.btn-pinterest[disabled]:focus, .btn-color.btn-pinterest.focus[disabled], .btn-color.btn-pinterest[disabled]:active, .btn-color.btn-pinterest.active[disabled], fieldset[disabled] .btn-color.btn-pinterest, fieldset[disabled] .btn-color.btn-pinterest:hover, fieldset[disabled] .btn-color.btn-pinterest:focus, fieldset[disabled] .btn-color.btn-pinterest.focus, fieldset[disabled] .btn-color.btn-pinterest:active, fieldset[disabled] .btn-color.btn-pinterest.active {
  background-color: #e13138;
  border-color: #e13138;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-pinterest .badge {
  color: #e13138;
  background-color: #FFFFFF;
}

/* line 216, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-github {
  color: #FFFFFF;
  background-color: #333;
  border-color: #333;
}

/* line 216, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-github .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github:focus, .btn-color.btn-github.focus {
  color: #FFFFFF;
  background-color: #333;
  border-color: #333;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github:hover, .btn-color.btn-github.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #1a1a1a;
  background-color: #383838;
  border-color: #383838;
  border-bottom-color: #1a1a1a;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github:active, .btn-color.btn-github.active, .btn-color.btn-github:not([disabled]):not(.disabled):active, .btn-color.btn-github.active:not([disabled]):not(.disabled), .show > .btn-color.btn-github.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #1a1a1a;
  background-color: #242424;
  border-color: #242424;
  border-top-color: #080808;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github:active .icon, .btn-color.btn-github.active .icon, .btn-color.btn-github:not([disabled]):not(.disabled):active .icon, .btn-color.btn-github.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-github.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github:active:hover, .btn-color.btn-github:active:focus, .btn-color.btn-github.focus:active, .btn-color.btn-github.active:hover, .btn-color.btn-github.active:focus, .btn-color.btn-github.active.focus, .btn-color.btn-github:not([disabled]):not(.disabled):active:hover, .btn-color.btn-github:not([disabled]):not(.disabled):active:focus, .btn-color.btn-github.focus:not([disabled]):not(.disabled):active, .btn-color.btn-github.active:not([disabled]):not(.disabled):hover, .btn-color.btn-github.active:not([disabled]):not(.disabled):focus, .btn-color.btn-github.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-github.dropdown-toggle:hover, .show > .btn-color.btn-github.dropdown-toggle:focus, .show > .btn-color.btn-github.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #242424;
  border-color: #242424;
  border-top-color: #080808;
  box-shadow: inset 0 2px 0 #1a1a1a;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github:active:hover .icon, .btn-color.btn-github:active:focus .icon, .btn-color.btn-github.focus:active .icon, .btn-color.btn-github.active:hover .icon, .btn-color.btn-github.active:focus .icon, .btn-color.btn-github.active.focus .icon, .btn-color.btn-github:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-github:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-github.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-github.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-github.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-github.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-github.dropdown-toggle:hover .icon, .show > .btn-color.btn-github.dropdown-toggle:focus .icon, .show > .btn-color.btn-github.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github:active, .btn-color.btn-github.active, .btn-color.btn-github:not([disabled]):not(.disabled):active, .btn-color.btn-github.active:not([disabled]):not(.disabled), .show > .btn-color.btn-github.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github.disabled, .btn-color.btn-github.disabled:hover, .btn-color.btn-github.disabled:focus, .btn-color.btn-github.disabled.focus, .btn-color.btn-github.disabled:active, .btn-color.btn-github.disabled.active, .btn-color.btn-github[disabled], .btn-color.btn-github[disabled]:hover, .btn-color.btn-github[disabled]:focus, .btn-color.btn-github.focus[disabled], .btn-color.btn-github[disabled]:active, .btn-color.btn-github.active[disabled], fieldset[disabled] .btn-color.btn-github, fieldset[disabled] .btn-color.btn-github:hover, fieldset[disabled] .btn-color.btn-github:focus, fieldset[disabled] .btn-color.btn-github.focus, fieldset[disabled] .btn-color.btn-github:active, fieldset[disabled] .btn-color.btn-github.active {
  background-color: #333;
  border-color: #333;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-github .badge {
  color: #333;
  background-color: #FFFFFF;
}

/* line 217, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-tumblr {
  color: #FFFFFF;
  background-color: #426d9b;
  border-color: #426d9b;
}

/* line 217, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-tumblr .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr:focus, .btn-color.btn-tumblr.focus {
  color: #FFFFFF;
  background-color: #426d9b;
  border-color: #426d9b;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr:hover, .btn-color.btn-tumblr.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #335477;
  background-color: #4572a2;
  border-color: #4572a2;
  border-bottom-color: #335477;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr:active, .btn-color.btn-tumblr.active, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active, .btn-color.btn-tumblr.active:not([disabled]):not(.disabled), .show > .btn-color.btn-tumblr.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #335477;
  background-color: #395e86;
  border-color: #395e86;
  border-top-color: #28425e;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr:active .icon, .btn-color.btn-tumblr.active .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active .icon, .btn-color.btn-tumblr.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-tumblr.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr:active:hover, .btn-color.btn-tumblr:active:focus, .btn-color.btn-tumblr.focus:active, .btn-color.btn-tumblr.active:hover, .btn-color.btn-tumblr.active:focus, .btn-color.btn-tumblr.active.focus, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:hover, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:focus, .btn-color.btn-tumblr.focus:not([disabled]):not(.disabled):active, .btn-color.btn-tumblr.active:not([disabled]):not(.disabled):hover, .btn-color.btn-tumblr.active:not([disabled]):not(.disabled):focus, .btn-color.btn-tumblr.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-tumblr.dropdown-toggle:hover, .show > .btn-color.btn-tumblr.dropdown-toggle:focus, .show > .btn-color.btn-tumblr.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #395e86;
  border-color: #395e86;
  border-top-color: #28425e;
  box-shadow: inset 0 2px 0 #335477;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr:active:hover .icon, .btn-color.btn-tumblr:active:focus .icon, .btn-color.btn-tumblr.focus:active .icon, .btn-color.btn-tumblr.active:hover .icon, .btn-color.btn-tumblr.active:focus .icon, .btn-color.btn-tumblr.active.focus .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-tumblr.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-tumblr.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-tumblr.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-tumblr.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-tumblr.dropdown-toggle:hover .icon, .show > .btn-color.btn-tumblr.dropdown-toggle:focus .icon, .show > .btn-color.btn-tumblr.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr:active, .btn-color.btn-tumblr.active, .btn-color.btn-tumblr:not([disabled]):not(.disabled):active, .btn-color.btn-tumblr.active:not([disabled]):not(.disabled), .show > .btn-color.btn-tumblr.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr.disabled, .btn-color.btn-tumblr.disabled:hover, .btn-color.btn-tumblr.disabled:focus, .btn-color.btn-tumblr.disabled.focus, .btn-color.btn-tumblr.disabled:active, .btn-color.btn-tumblr.disabled.active, .btn-color.btn-tumblr[disabled], .btn-color.btn-tumblr[disabled]:hover, .btn-color.btn-tumblr[disabled]:focus, .btn-color.btn-tumblr.focus[disabled], .btn-color.btn-tumblr[disabled]:active, .btn-color.btn-tumblr.active[disabled], fieldset[disabled] .btn-color.btn-tumblr, fieldset[disabled] .btn-color.btn-tumblr:hover, fieldset[disabled] .btn-color.btn-tumblr:focus, fieldset[disabled] .btn-color.btn-tumblr.focus, fieldset[disabled] .btn-color.btn-tumblr:active, fieldset[disabled] .btn-color.btn-tumblr.active {
  background-color: #426d9b;
  border-color: #426d9b;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-tumblr .badge {
  color: #426d9b;
  background-color: #FFFFFF;
}

/* line 218, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-dropbox {
  color: #FFFFFF;
  background-color: #007EE5;
  border-color: #007EE5;
}

/* line 218, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-dropbox .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox:focus, .btn-color.btn-dropbox.focus {
  color: #FFFFFF;
  background-color: #007EE5;
  border-color: #007EE5;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox:hover, .btn-color.btn-dropbox.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #0062b2;
  background-color: #0084ef;
  border-color: #0084ef;
  border-bottom-color: #0062b2;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox:active, .btn-color.btn-dropbox.active, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active, .btn-color.btn-dropbox.active:not([disabled]):not(.disabled), .show > .btn-color.btn-dropbox.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #0062b2;
  background-color: #006dc6;
  border-color: #006dc6;
  border-top-color: #004e8e;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox:active .icon, .btn-color.btn-dropbox.active .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active .icon, .btn-color.btn-dropbox.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-dropbox.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox:active:hover, .btn-color.btn-dropbox:active:focus, .btn-color.btn-dropbox.focus:active, .btn-color.btn-dropbox.active:hover, .btn-color.btn-dropbox.active:focus, .btn-color.btn-dropbox.active.focus, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:hover, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:focus, .btn-color.btn-dropbox.focus:not([disabled]):not(.disabled):active, .btn-color.btn-dropbox.active:not([disabled]):not(.disabled):hover, .btn-color.btn-dropbox.active:not([disabled]):not(.disabled):focus, .btn-color.btn-dropbox.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-dropbox.dropdown-toggle:hover, .show > .btn-color.btn-dropbox.dropdown-toggle:focus, .show > .btn-color.btn-dropbox.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #006dc6;
  border-color: #006dc6;
  border-top-color: #004e8e;
  box-shadow: inset 0 2px 0 #0062b2;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox:active:hover .icon, .btn-color.btn-dropbox:active:focus .icon, .btn-color.btn-dropbox.focus:active .icon, .btn-color.btn-dropbox.active:hover .icon, .btn-color.btn-dropbox.active:focus .icon, .btn-color.btn-dropbox.active.focus .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-dropbox.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-dropbox.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-dropbox.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-dropbox.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-dropbox.dropdown-toggle:hover .icon, .show > .btn-color.btn-dropbox.dropdown-toggle:focus .icon, .show > .btn-color.btn-dropbox.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox:active, .btn-color.btn-dropbox.active, .btn-color.btn-dropbox:not([disabled]):not(.disabled):active, .btn-color.btn-dropbox.active:not([disabled]):not(.disabled), .show > .btn-color.btn-dropbox.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox.disabled, .btn-color.btn-dropbox.disabled:hover, .btn-color.btn-dropbox.disabled:focus, .btn-color.btn-dropbox.disabled.focus, .btn-color.btn-dropbox.disabled:active, .btn-color.btn-dropbox.disabled.active, .btn-color.btn-dropbox[disabled], .btn-color.btn-dropbox[disabled]:hover, .btn-color.btn-dropbox[disabled]:focus, .btn-color.btn-dropbox.focus[disabled], .btn-color.btn-dropbox[disabled]:active, .btn-color.btn-dropbox.active[disabled], fieldset[disabled] .btn-color.btn-dropbox, fieldset[disabled] .btn-color.btn-dropbox:hover, fieldset[disabled] .btn-color.btn-dropbox:focus, fieldset[disabled] .btn-color.btn-dropbox.focus, fieldset[disabled] .btn-color.btn-dropbox:active, fieldset[disabled] .btn-color.btn-dropbox.active {
  background-color: #007EE5;
  border-color: #007EE5;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-dropbox .badge {
  color: #007EE5;
  background-color: #FFFFFF;
}

/* line 219, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-evernote {
  color: #FFFFFF;
  background-color: #2DBE60;
  border-color: #2DBE60;
}

/* line 219, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-color.btn-evernote .icon {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote:focus, .btn-color.btn-evernote.focus {
  color: #FFFFFF;
  background-color: #2DBE60;
  border-color: #2DBE60;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote:hover, .btn-color.btn-evernote.hover {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 #23954b;
  background-color: #2fc664;
  border-color: #2fc664;
  border-bottom-color: #23954b;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote:active, .btn-color.btn-evernote.active, .btn-color.btn-evernote:not([disabled]):not(.disabled):active, .btn-color.btn-evernote.active:not([disabled]):not(.disabled), .show > .btn-color.btn-evernote.dropdown-toggle {
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 #23954b;
  background-color: #27a553;
  border-color: #27a553;
  border-top-color: #1c783d;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote:active .icon, .btn-color.btn-evernote.active .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled):active .icon, .btn-color.btn-evernote.active:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-evernote.dropdown-toggle .icon {
  color: #FFFFFF;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote:active:hover, .btn-color.btn-evernote:active:focus, .btn-color.btn-evernote.focus:active, .btn-color.btn-evernote.active:hover, .btn-color.btn-evernote.active:focus, .btn-color.btn-evernote.active.focus, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:hover, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:focus, .btn-color.btn-evernote.focus:not([disabled]):not(.disabled):active, .btn-color.btn-evernote.active:not([disabled]):not(.disabled):hover, .btn-color.btn-evernote.active:not([disabled]):not(.disabled):focus, .btn-color.btn-evernote.active.focus:not([disabled]):not(.disabled), .show > .btn-color.btn-evernote.dropdown-toggle:hover, .show > .btn-color.btn-evernote.dropdown-toggle:focus, .show > .btn-color.btn-evernote.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #27a553;
  border-color: #27a553;
  border-top-color: #1c783d;
  box-shadow: inset 0 2px 0 #23954b;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote:active:hover .icon, .btn-color.btn-evernote:active:focus .icon, .btn-color.btn-evernote.focus:active .icon, .btn-color.btn-evernote.active:hover .icon, .btn-color.btn-evernote.active:focus .icon, .btn-color.btn-evernote.active.focus .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:hover .icon, .btn-color.btn-evernote:not([disabled]):not(.disabled):active:focus .icon, .btn-color.btn-evernote.focus:not([disabled]):not(.disabled):active .icon, .btn-color.btn-evernote.active:not([disabled]):not(.disabled):hover .icon, .btn-color.btn-evernote.active:not([disabled]):not(.disabled):focus .icon, .btn-color.btn-evernote.active.focus:not([disabled]):not(.disabled) .icon, .show > .btn-color.btn-evernote.dropdown-toggle:hover .icon, .show > .btn-color.btn-evernote.dropdown-toggle:focus .icon, .show > .btn-color.btn-evernote.dropdown-toggle.focus .icon {
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote:active, .btn-color.btn-evernote.active, .btn-color.btn-evernote:not([disabled]):not(.disabled):active, .btn-color.btn-evernote.active:not([disabled]):not(.disabled), .show > .btn-color.btn-evernote.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote.disabled, .btn-color.btn-evernote.disabled:hover, .btn-color.btn-evernote.disabled:focus, .btn-color.btn-evernote.disabled.focus, .btn-color.btn-evernote.disabled:active, .btn-color.btn-evernote.disabled.active, .btn-color.btn-evernote[disabled], .btn-color.btn-evernote[disabled]:hover, .btn-color.btn-evernote[disabled]:focus, .btn-color.btn-evernote.focus[disabled], .btn-color.btn-evernote[disabled]:active, .btn-color.btn-evernote.active[disabled], fieldset[disabled] .btn-color.btn-evernote, fieldset[disabled] .btn-color.btn-evernote:hover, fieldset[disabled] .btn-color.btn-evernote:focus, fieldset[disabled] .btn-color.btn-evernote.focus, fieldset[disabled] .btn-color.btn-evernote:active, fieldset[disabled] .btn-color.btn-evernote.active {
  background-color: #2DBE60;
  border-color: #2DBE60;
  color: #FFFFFF;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-color.btn-evernote .badge {
  color: #2DBE60;
  background-color: #FFFFFF;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn .icon {
  font-size: 1.231rem;
  line-height: 15px;
  vertical-align: middle;
}

/* line 229, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn .icon.icon-left {
  margin-right: 4px;
}

/* line 233, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn .icon.icon-right {
  margin-left: 1px;
}

/* line 237, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn .icon.fa {
  font-size: 1.154rem;
}

/* line 242, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn.btn-lg .icon, .btn-group-lg > .btn .icon {
  font-size: 1.615rem;
  line-height: 20px;
}

/* line 247, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn.btn-sm .icon, .btn-group-sm > .btn .icon {
  font-size: 1.154rem;
  line-height: 15px;
}

/* line 252, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn.btn-xs .icon {
  font-size: 1.077rem;
  line-height: 14px;
}

/* line 261, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-group .btn.dropdown-toggle.btn-primary, .btn-group .btn.dropdown-toggle.btn-success, .btn-group .btn.dropdown-toggle.btn-warning, .btn-group .btn.dropdown-toggle.btn-danger {
  border-right-color: transparent;
}

/* line 267, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-group .btn.dropdown-toggle.btn-primary:hover, .btn-group .btn.dropdown-toggle.btn-success:hover, .btn-group .btn.dropdown-toggle.btn-warning:hover, .btn-group .btn.dropdown-toggle.btn-danger:hover {
  border-right-color: transparent;
}

/* line 272, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn.dropdown-toggle .mdi-chevron-down,
.btn.dropdown-toggle .mdi-chevron-up {
  font-size: 1.385rem;
  vertical-align: middle;
  line-height: 17px;
}

/* line 279, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn.dropdown-toggle .icon-dropdown {
  font-size: 1.385rem;
  line-height: 17px;
  margin-left: 6px;
}

/* line 284, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn.dropdown-toggle .icon-dropdown-left {
  margin-left: 0;
  margin-right: 6px;
}

/* line 292, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-big {
  padding: 10px 13px;
  text-align: center;
  line-height: 13px;
  min-width: 62px;
}

/* line 298, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-big > .icon {
  display: block;
  font-size: 2rem;
  line-height: 20px;
  margin-bottom: 7px;
}

/* line 309, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-outline.btn-primary {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-primary:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 229, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-primary:hover + .btn {
  border-left-color: transparent;
}

/* line 234, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active {
  background-color: #FFFFFF;
  color: #5f99f5;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 243, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-primary:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 313, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-outline.btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-secondary:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 229, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-secondary:hover + .btn {
  border-left-color: transparent;
}

/* line 234, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active {
  background-color: #FFFFFF;
  color: #d9d9d9;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 243, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-secondary:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 317, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-outline.btn-success {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-success:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 229, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-success:hover + .btn {
  border-left-color: transparent;
}

/* line 234, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-success:active, .btn-outline.btn-success.active {
  background-color: #FFFFFF;
  color: #37b358;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 243, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-success:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 321, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-outline.btn-warning {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-warning:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 229, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-warning:hover + .btn {
  border-left-color: transparent;
}

/* line 234, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active {
  background-color: #FFFFFF;
  color: #f6c163;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 243, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-warning:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 325, app/assets/stylesheets/beagle/includes/bootstrap/_buttons.scss */
.btn-outline.btn-danger {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-danger:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 229, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-danger:hover + .btn {
  border-left-color: transparent;
}

/* line 234, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active {
  background-color: #FFFFFF;
  color: #eb6357;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 243, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-outline.btn-danger:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn.btn-secondary:hover + .btn, .btn-group > .btn.btn-secondary.active + .btn, .input-group-btn > .btn.btn-secondary:hover + .btn, .input-group-btn > .btn.btn-secondary.active + .btn, .input-group-prepend > .btn.btn-secondary:hover + .btn, .input-group-prepend > .btn.btn-secondary.active + .btn, .input-group-append > .btn.btn-secondary:hover + .btn, .input-group-append > .btn.btn-secondary.active + .btn {
  border-left-color: #bababa;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn.btn-primary, .input-group-btn > .btn.btn-primary, .input-group-prepend > .btn.btn-primary, .input-group-append > .btn.btn-primary {
  border-left-color: #3e1b5d;
  border-right-color: #3e1b5d;
}

/* line 160, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-primary:hover, .btn-group > .btn.btn-primary:active, .btn-group > .btn.btn-primary.active, .input-group-btn > .btn.btn-primary:hover, .input-group-btn > .btn.btn-primary:active, .input-group-btn > .btn.btn-primary.active, .input-group-prepend > .btn.btn-primary:hover, .input-group-prepend > .btn.btn-primary:active, .input-group-prepend > .btn.btn-primary.active, .input-group-append > .btn.btn-primary:hover, .input-group-append > .btn.btn-primary:active, .input-group-append > .btn.btn-primary.active {
  border-left-color: #2e1446;
  border-right-color: #2e1446;
  border-bottom-color: transparent;
}

/* line 168, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-primary.active, .btn-group > .btn.btn-primary:active, .input-group-btn > .btn.btn-primary.active, .input-group-btn > .btn.btn-primary:active, .input-group-prepend > .btn.btn-primary.active, .input-group-prepend > .btn.btn-primary:active, .input-group-append > .btn.btn-primary.active, .input-group-append > .btn.btn-primary:active {
  box-shadow: inset 0 2px 0 #361851;
}

/* line 173, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-primary:hover + .btn, .btn-group > .btn.btn-primary:active + .btn, .btn-group > .btn.btn-primary.active + .btn, .input-group-btn > .btn.btn-primary:hover + .btn, .input-group-btn > .btn.btn-primary:active + .btn, .input-group-btn > .btn.btn-primary.active + .btn, .input-group-prepend > .btn.btn-primary:hover + .btn, .input-group-prepend > .btn.btn-primary:active + .btn, .input-group-prepend > .btn.btn-primary.active + .btn, .input-group-append > .btn.btn-primary:hover + .btn, .input-group-append > .btn.btn-primary:active + .btn, .input-group-append > .btn.btn-primary.active + .btn {
  border-left-color: #2e1446;
}

/* line 179, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-primary:first-child, .input-group-btn > .btn.btn-primary:first-child, .input-group-prepend > .btn.btn-primary:first-child, .input-group-append > .btn.btn-primary:first-child {
  border-left-color: transparent;
}

/* line 183, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-primary:last-child, .input-group-btn > .btn.btn-primary:last-child, .input-group-prepend > .btn.btn-primary:last-child, .input-group-append > .btn.btn-primary:last-child {
  border-right-color: transparent;
}

/* line 16, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn.btn-success, .input-group-btn > .btn.btn-success, .input-group-prepend > .btn.btn-success, .input-group-append > .btn.btn-success {
  border-left-color: #179f5d;
  border-right-color: #179f5d;
}

/* line 160, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-success:hover, .btn-group > .btn.btn-success:active, .btn-group > .btn.btn-success.active, .input-group-btn > .btn.btn-success:hover, .input-group-btn > .btn.btn-success:active, .input-group-btn > .btn.btn-success.active, .input-group-prepend > .btn.btn-success:hover, .input-group-prepend > .btn.btn-success:active, .input-group-prepend > .btn.btn-success.active, .input-group-append > .btn.btn-success:hover, .input-group-append > .btn.btn-success:active, .input-group-append > .btn.btn-success.active {
  border-left-color: #13844d;
  border-right-color: #13844d;
  border-bottom-color: transparent;
}

/* line 168, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-success.active, .btn-group > .btn.btn-success:active, .input-group-btn > .btn.btn-success.active, .input-group-btn > .btn.btn-success:active, .input-group-prepend > .btn.btn-success.active, .input-group-prepend > .btn.btn-success:active, .input-group-append > .btn.btn-success.active, .input-group-append > .btn.btn-success:active {
  box-shadow: inset 0 2px 0 #159155;
}

/* line 173, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-success:hover + .btn, .btn-group > .btn.btn-success:active + .btn, .btn-group > .btn.btn-success.active + .btn, .input-group-btn > .btn.btn-success:hover + .btn, .input-group-btn > .btn.btn-success:active + .btn, .input-group-btn > .btn.btn-success.active + .btn, .input-group-prepend > .btn.btn-success:hover + .btn, .input-group-prepend > .btn.btn-success:active + .btn, .input-group-prepend > .btn.btn-success.active + .btn, .input-group-append > .btn.btn-success:hover + .btn, .input-group-append > .btn.btn-success:active + .btn, .input-group-append > .btn.btn-success.active + .btn {
  border-left-color: #13844d;
}

/* line 179, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-success:first-child, .input-group-btn > .btn.btn-success:first-child, .input-group-prepend > .btn.btn-success:first-child, .input-group-append > .btn.btn-success:first-child {
  border-left-color: transparent;
}

/* line 183, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-success:last-child, .input-group-btn > .btn.btn-success:last-child, .input-group-prepend > .btn.btn-success:last-child, .input-group-append > .btn.btn-success:last-child {
  border-right-color: transparent;
}

/* line 20, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn.btn-warning, .input-group-btn > .btn.btn-warning, .input-group-prepend > .btn.btn-warning, .input-group-append > .btn.btn-warning {
  border-left-color: #f7b602;
  border-right-color: #f7b602;
}

/* line 160, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-warning:hover, .btn-group > .btn.btn-warning:active, .btn-group > .btn.btn-warning.active, .input-group-btn > .btn.btn-warning:hover, .input-group-btn > .btn.btn-warning:active, .input-group-btn > .btn.btn-warning.active, .input-group-prepend > .btn.btn-warning:hover, .input-group-prepend > .btn.btn-warning:active, .input-group-prepend > .btn.btn-warning.active, .input-group-append > .btn.btn-warning:hover, .input-group-append > .btn.btn-warning:active, .input-group-append > .btn.btn-warning.active {
  border-left-color: #d99f02;
  border-right-color: #d99f02;
  border-bottom-color: transparent;
}

/* line 168, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-warning.active, .btn-group > .btn.btn-warning:active, .input-group-btn > .btn.btn-warning.active, .input-group-btn > .btn.btn-warning:active, .input-group-prepend > .btn.btn-warning.active, .input-group-prepend > .btn.btn-warning:active, .input-group-append > .btn.btn-warning.active, .input-group-append > .btn.btn-warning:active {
  box-shadow: inset 0 2px 0 #e8ab02;
}

/* line 173, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-warning:hover + .btn, .btn-group > .btn.btn-warning:active + .btn, .btn-group > .btn.btn-warning.active + .btn, .input-group-btn > .btn.btn-warning:hover + .btn, .input-group-btn > .btn.btn-warning:active + .btn, .input-group-btn > .btn.btn-warning.active + .btn, .input-group-prepend > .btn.btn-warning:hover + .btn, .input-group-prepend > .btn.btn-warning:active + .btn, .input-group-prepend > .btn.btn-warning.active + .btn, .input-group-append > .btn.btn-warning:hover + .btn, .input-group-append > .btn.btn-warning:active + .btn, .input-group-append > .btn.btn-warning.active + .btn {
  border-left-color: #d99f02;
}

/* line 179, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-warning:first-child, .input-group-btn > .btn.btn-warning:first-child, .input-group-prepend > .btn.btn-warning:first-child, .input-group-append > .btn.btn-warning:first-child {
  border-left-color: transparent;
}

/* line 183, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-warning:last-child, .input-group-btn > .btn.btn-warning:last-child, .input-group-prepend > .btn.btn-warning:last-child, .input-group-append > .btn.btn-warning:last-child {
  border-right-color: transparent;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn.btn-danger, .input-group-btn > .btn.btn-danger, .input-group-prepend > .btn.btn-danger, .input-group-append > .btn.btn-danger {
  border-left-color: #c5350f;
  border-right-color: #c5350f;
}

/* line 160, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-danger:hover, .btn-group > .btn.btn-danger:active, .btn-group > .btn.btn-danger.active, .input-group-btn > .btn.btn-danger:hover, .input-group-btn > .btn.btn-danger:active, .input-group-btn > .btn.btn-danger.active, .input-group-prepend > .btn.btn-danger:hover, .input-group-prepend > .btn.btn-danger:active, .input-group-prepend > .btn.btn-danger.active, .input-group-append > .btn.btn-danger:hover, .input-group-append > .btn.btn-danger:active, .input-group-append > .btn.btn-danger.active {
  border-left-color: #a92d0d;
  border-right-color: #a92d0d;
  border-bottom-color: transparent;
}

/* line 168, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-danger.active, .btn-group > .btn.btn-danger:active, .input-group-btn > .btn.btn-danger.active, .input-group-btn > .btn.btn-danger:active, .input-group-prepend > .btn.btn-danger.active, .input-group-prepend > .btn.btn-danger:active, .input-group-append > .btn.btn-danger.active, .input-group-append > .btn.btn-danger:active {
  box-shadow: inset 0 2px 0 #b7310e;
}

/* line 173, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-danger:hover + .btn, .btn-group > .btn.btn-danger:active + .btn, .btn-group > .btn.btn-danger.active + .btn, .input-group-btn > .btn.btn-danger:hover + .btn, .input-group-btn > .btn.btn-danger:active + .btn, .input-group-btn > .btn.btn-danger.active + .btn, .input-group-prepend > .btn.btn-danger:hover + .btn, .input-group-prepend > .btn.btn-danger:active + .btn, .input-group-prepend > .btn.btn-danger.active + .btn, .input-group-append > .btn.btn-danger:hover + .btn, .input-group-append > .btn.btn-danger:active + .btn, .input-group-append > .btn.btn-danger.active + .btn {
  border-left-color: #a92d0d;
}

/* line 179, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-danger:first-child, .input-group-btn > .btn.btn-danger:first-child, .input-group-prepend > .btn.btn-danger:first-child, .input-group-append > .btn.btn-danger:first-child {
  border-left-color: transparent;
}

/* line 183, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group > .btn.btn-danger:last-child, .input-group-btn > .btn.btn-danger:last-child, .input-group-prepend > .btn.btn-danger:last-child, .input-group-append > .btn.btn-danger:last-child {
  border-right-color: transparent;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn:last-of-type:not(.btn-secondary), .input-group-btn > .btn:last-of-type:not(.btn-secondary), .input-group-prepend > .btn:last-of-type:not(.btn-secondary), .input-group-append > .btn:last-of-type:not(.btn-secondary) {
  border-right-color: transparent;
}

/* line 31, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn:last-of-type:not(.btn-secondary):hover, .input-group-btn > .btn:last-of-type:not(.btn-secondary):hover, .input-group-prepend > .btn:last-of-type:not(.btn-secondary):hover, .input-group-append > .btn:last-of-type:not(.btn-secondary):hover {
  border-right-color: transparent;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group > .btn + .dropdown-toggle, .input-group-btn > .btn + .dropdown-toggle, .input-group-prepend > .btn + .dropdown-toggle, .input-group-append > .btn + .dropdown-toggle {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 42, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group:first-child, .input-group-btn:first-child, .input-group-prepend:first-child, .input-group-append:first-child {
  border-right-color: transparent;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group:last-child, .input-group-btn:last-child, .input-group-prepend:last-child, .input-group-append:last-child {
  border-right-color: transparent;
}

/* line 59, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group.open > .btn.btn-primary:hover, .btn-group.open > .btn.btn-success:hover, .btn-group.open > .btn.btn-warning:hover, .btn-group.open > .btn.btn-danger:hover, .input-group-btn.open > .btn.btn-primary:hover, .input-group-btn.open > .btn.btn-success:hover, .input-group-btn.open > .btn.btn-warning:hover, .input-group-btn.open > .btn.btn-danger:hover, .input-group-prepend.open > .btn.btn-primary:hover, .input-group-prepend.open > .btn.btn-success:hover, .input-group-prepend.open > .btn.btn-warning:hover, .input-group-prepend.open > .btn.btn-danger:hover, .input-group-append.open > .btn.btn-primary:hover, .input-group-append.open > .btn.btn-success:hover, .input-group-append.open > .btn.btn-warning:hover, .input-group-append.open > .btn.btn-danger:hover {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 64, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group.open > .btn + .btn-primary, .btn-group.open > .btn + .btn-success, .btn-group.open > .btn + .btn-warning, .btn-group.open > .btn + .btn-danger, .input-group-btn.open > .btn + .btn-primary, .input-group-btn.open > .btn + .btn-success, .input-group-btn.open > .btn + .btn-warning, .input-group-btn.open > .btn + .btn-danger, .input-group-prepend.open > .btn + .btn-primary, .input-group-prepend.open > .btn + .btn-success, .input-group-prepend.open > .btn + .btn-warning, .input-group-prepend.open > .btn + .btn-danger, .input-group-append.open > .btn + .btn-primary, .input-group-append.open > .btn + .btn-success, .input-group-append.open > .btn + .btn-warning, .input-group-append.open > .btn + .btn-danger {
  border-left-color: rgba(0, 0, 0, 0.15);
}

/* line 77, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 83, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-justified .btn,
.btn-group-justified .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 88, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
  width: 100%;
}

/* line 91, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
  left: auto;
}

/* line 96, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-justified > .btn {
  border-right-width: 0;
}

/* line 99, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-justified > .btn:last-child {
  border-right-width: 1px;
}

/* line 112, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-vertical > .btn.btn-secondary:hover, .btn-group-vertical > .btn.btn-secondary:focus {
  box-shadow: none;
}

/* line 117, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-vertical > .btn.btn-secondary:active, .btn-group-vertical > .btn.btn-secondary.active {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
}

/* line 123, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-vertical > .btn.btn-primary {
  border-top-color: #3e1b5d;
  border-bottom-color: #3e1b5d;
}

/* line 193, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-primary:hover, .btn-group-vertical > .btn.btn-primary:active, .btn-group-vertical > .btn.btn-primary.active {
  box-shadow: none;
  border-top-color: #2e1446;
  border-bottom-color: #2e1446;
}

/* line 201, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-primary:first-child {
  border-top-color: transparent;
}

/* line 205, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-primary:last-child {
  border-bottom-color: transparent;
}

/* line 209, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-primary:active, .btn-group-vertical > .btn.btn-primary.active {
  box-shadow: inset 0 1px 0 #2e1446;
  border-top-color: #2e1446;
  border-bottom-color: #2e1446;
}

/* line 127, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-vertical > .btn.btn-success {
  border-top-color: #179f5d;
  border-bottom-color: #179f5d;
}

/* line 193, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-success:hover, .btn-group-vertical > .btn.btn-success:active, .btn-group-vertical > .btn.btn-success.active {
  box-shadow: none;
  border-top-color: #13844d;
  border-bottom-color: #13844d;
}

/* line 201, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-success:first-child {
  border-top-color: transparent;
}

/* line 205, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-success:last-child {
  border-bottom-color: transparent;
}

/* line 209, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-success:active, .btn-group-vertical > .btn.btn-success.active {
  box-shadow: inset 0 1px 0 #13844d;
  border-top-color: #13844d;
  border-bottom-color: #13844d;
}

/* line 131, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-vertical > .btn.btn-warning {
  border-top-color: #f7b602;
  border-bottom-color: #f7b602;
}

/* line 193, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-warning:hover, .btn-group-vertical > .btn.btn-warning:active, .btn-group-vertical > .btn.btn-warning.active {
  box-shadow: none;
  border-top-color: #d99f02;
  border-bottom-color: #d99f02;
}

/* line 201, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-warning:first-child {
  border-top-color: transparent;
}

/* line 205, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-warning:last-child {
  border-bottom-color: transparent;
}

/* line 209, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-warning:active, .btn-group-vertical > .btn.btn-warning.active {
  box-shadow: inset 0 1px 0 #d99f02;
  border-top-color: #d99f02;
  border-bottom-color: #d99f02;
}

/* line 135, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.btn-group-vertical > .btn.btn-danger {
  border-top-color: #c5350f;
  border-bottom-color: #c5350f;
}

/* line 193, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-danger:hover, .btn-group-vertical > .btn.btn-danger:active, .btn-group-vertical > .btn.btn-danger.active {
  box-shadow: none;
  border-top-color: #a92d0d;
  border-bottom-color: #a92d0d;
}

/* line 201, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-danger:first-child {
  border-top-color: transparent;
}

/* line 205, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-danger:last-child {
  border-bottom-color: transparent;
}

/* line 209, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
.btn-group-vertical > .btn.btn-danger:active, .btn-group-vertical > .btn.btn-danger.active {
  box-shadow: inset 0 1px 0 #a92d0d;
  border-top-color: #a92d0d;
  border-bottom-color: #a92d0d;
}

/* line 146, app/assets/stylesheets/beagle/includes/bootstrap/_button-group.scss */
.input-group-btn > .btn + .dropdown-toggle, .input-group-prepend > .btn + .dropdown-toggle, .input-group-append > .btn + .dropdown-toggle {
  padding-left: 9px;
  padding-right: 9px;
}

/*Breadcrumbs*/
/* line 3, app/assets/stylesheets/beagle/includes/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  background-color: whitesmoke;
  margin-bottom: 18px;
  padding: 7px 20px 6px;
  line-height: 16px;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/_breadcrumbs.scss */
.breadcrumb .icon {
  font-size: 1.231rem;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  color: #4d4d4d;
}

/* line 20, app/assets/stylesheets/beagle/includes/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #4d4d4d;
}

/*------------------------------------------------------------------
  [Cards]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card {
  background-color: #FFFFFF;
  margin-bottom: 25px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  border-width: 0;
  border-radius: 3px;
  display: block;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-group .card {
  box-shadow: none;
}

/* line 16, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card th {
  border-top: 0;
  vertical-align: middle;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card.border-primary, .card.border-secondary, .card.border-success, .card.border-info, .card.border-warning, .card.border-danger, .card.border-light, .card.border-dark {
  border-width: 1px;
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card .list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 39, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-body {
  padding: 8px 20px 20px;
  border-radius: 0 0 3px 3px;
}

/* line 43, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-body .card-title {
  margin-bottom: 20px;
  margin-top: 7px;
}

/* line 48, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-body .card-text-no-title {
  margin-top: 15px;
}

/* line 54, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-body .blockquote p {
  margin-bottom: 25px;
  margin-top: 30px;
}

/* line 61, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-nav-tabs {
  border-radius: 2px 2px 0 0;
}

/* line 66, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header {
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5384rem;
  margin: 0 1.538rem;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  background-color: transparent;
}

/* line 77, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header .tools {
  float: right;
  font-size: 0;
}

/* line 81, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header .tools > a {
  display: inline-block;
}

/* line 85, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header .tools .icon {
  display: inline-block;
  font-size: 1.538rem;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #bababa;
  min-width: 1.538rem;
  text-align: center;
}

/* line 95, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header .tools .icon + .icon {
  margin-left: 2px;
}

/* line 99, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header .tools .icon:hover {
  color: #a6a6a6;
}

/* line 107, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: 0;
}

/* line 115, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-subtitle {
  display: block;
  font-size: 1rem;
  color: #707070;
  margin-top: 0;
  margin-bottom: 0.4615rem;
}

/* line 124, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header-divider {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 1.538rem 8px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.2307rem;
}

/* line 131, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header-divider .card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-flat {
  border: none;
  box-shadow: none;
}

/* line 144, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border {
  box-shadow: none;
  border: 1px solid #d4d4d4;
}

/* line 152, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-contrast .card-header {
  margin: 0;
  padding: 20px 20px 11px;
}

/* line 156, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-contrast .card-header.card-header-featured {
  padding-bottom: 17px;
}

/* line 161, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-contrast .card-footer {
  margin: 0;
  padding: 20px 20px 17px;
}

/* line 166, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-contrast .card-body {
  padding-top: 16px;
}

/* line 172, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-header-contrast, .card-footer-contrast {
  background-color: whitesmoke;
}

/* line 177, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-body-contrast {
  background-color: whitesmoke;
}

/* line 182, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color {
  border-top: 3px solid #c9c9c9;
}

/* line 187, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color-primary {
  border-top-color: #502379;
}

/* line 192, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color-info {
  border-top-color: #82D0F4;
}

/* line 197, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color-danger {
  border-top-color: #E63E12;
}

/* line 202, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color-warning {
  border-top-color: #FDC220;
}

/* line 207, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color-success {
  border-top-color: #1BBE6F;
}

/* line 212, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color-light {
  border-top-color: #FFFFFF;
}

/* line 217, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-border-color-dark {
  border-top-color: #3d3c3c;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full .card-header {
  margin: 0;
  padding-left: 1.538rem;
  padding-right: 1.538rem;
}

/* line 229, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full .card-header .card-title {
  border-width: 0;
}

/* line 238, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-color .card-header {
  color: #FFFFFF;
  padding: 27px 20px 15px;
  margin: 0;
}

/* line 243, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-color .card-header .card-subtitle, .card-full-color .card-header .icon {
  color: #FFFFFF;
}

/* line 248, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-color .card-body {
  padding: 20px;
}

/* line 254, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-color.card-full-light .card-header {
  color: #404040;
}

/* line 257, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-color.card-full-light .card-header .card-subtitle, .card-full-color.card-full-light .card-header .icon {
  color: #404040;
}

/* line 265, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-primary {
  background-color: #5f99f5;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-primary .card-header-contrast {
  background-color: #6da2f6;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-primary .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-primary .tools .icon:hover {
  color: #4287f3;
}

/* line 269, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-success {
  background-color: #37b358;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-success .card-header-contrast {
  background-color: #3bbf5e;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-success .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-success .tools .icon:hover {
  color: #309c4c;
}

/* line 273, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-info {
  background-color: #6ba4ff;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-info .card-header-contrast {
  background-color: #7aadff;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-info .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-info .tools .icon:hover {
  color: #4c91ff;
}

/* line 277, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-warning {
  background-color: #f6c163;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-warning .card-header-contrast {
  background-color: #f7c771;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-warning .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-warning .tools .icon:hover {
  color: #f4b646;
}

/* line 281, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-danger {
  background-color: #eb6357;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-danger .card-header-contrast {
  background-color: #ed7065;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-danger .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-danger .tools .icon:hover {
  color: #e84a3c;
}

/* line 285, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-light {
  background-color: #ffffff;
  color: #404040;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-light .card-header-contrast {
  background-color: white;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-light .tools .icon {
  color: #404040;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-light .tools .icon:hover {
  color: #f0f0f0;
}

/* line 289, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-dark {
  background-color: #eb6357;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-dark .card-header-contrast {
  background-color: #ed7065;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-dark .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-dark .tools .icon:hover {
  color: #e84a3c;
}

/* line 293, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full {
  background-color: #bdbdbd;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full .card-header-contrast {
  background-color: #c4c4c4;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full .tools .icon:hover {
  color: #adadad;
}

/* line 297, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-full-dark {
  background-color: #333333;
  color: #FFFFFF;
}

/* line 6, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-dark .card-header-contrast {
  background-color: #3b3b3b;
  padding: 20px 20px 15px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-dark .tools .icon {
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_cards.scss */
.card-full-dark .tools .icon:hover {
  color: #242424;
}

/* line 304, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-table .card-body {
  padding: 0;
}

/* line 312, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-fullwidth .card-header {
  margin: 0;
  padding-left: 1.538rem;
  padding-right: 1.538rem;
}

/* line 318, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-fullwidth .card-body {
  padding-top: 16px;
}

/* line 323, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-footer {
  border: unset;
}

/* line 326, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-footer small {
  font-size: 0.8462rem;
}

/* line 333, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-deck .card,
.card-group .card {
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  /* line 340, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
  .card-group .card {
    display: flex;
    flex-direction: column;
  }
}

/* line 348, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-columns {
  margin-bottom: 25px;
}

/* line 352, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-img-overlay {
  overflow: hidden;
}

/* line 355, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-img-overlay.card-img-overlay-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

/* line 363, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-img-overlay .card-title {
  font-size: 30px;
  margin-bottom: 40px;
}

/* line 368, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-img-overlay p {
  font-size: 18px;
}

/* line 372, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
.card-img-overlay .btn {
  margin-top: 55px;
  background-color: rgba(0, 0, 0, 0.07);
  color: #FFFFFF;
  border: 1px solid #d8d8d8;
}

@media (max-width: 576px) {
  /* line 380, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
  .card-img-overlay .card-title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 2px;
  }
  /* line 386, app/assets/stylesheets/beagle/includes/bootstrap/_cards.scss */
  .card-img-overlay p {
    font-size: 13px;
    line-height: 1.2;
  }
}

/*------------------------------------------------------------------
  [Dropdown menu]
*/
/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-toggle:after {
  display: none;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-showcase {
  margin: 0;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-showcase .showcase {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 6px;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 7px 0px;
  min-width: 185px;
  line-height: 18px;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu > .dropdown-item {
  font-weight: 400;
  color: #504e4e;
  padding: 8px 20px;
}

/* line 38, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu > .dropdown-item .icon {
  font-size: 1.231rem;
  line-height: normal;
  vertical-align: middle;
  margin-right: 8px;
  color: dimgray;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu > .dropdown-item:focus, .dropdown-menu > .dropdown-item:active {
  background-color: transparent;
  color: #504e4e;
}

/* line 51, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu > .dropdown-item:hover {
  background-color: whitesmoke;
}

/* line 57, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu .btn-group .btn {
  font-size: 1.231rem;
  color: dimgray;
  padding: 0 20px;
}

/* line 65, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu .dropdown-divider {
  margin: 6px 0;
  border-color: #e3e3e3;
}

/* line 72, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-header {
  padding: 5px 20px 1px;
  font-weight: 600;
  color: #c2c1c1;
  cursor: default;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-tools {
  text-align: center;
}

/* line 85, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu-primary {
  border-color: transparent;
  background-color: #5f99f5;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu > .dropdown-item {
  color: #FFFFFF;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu > .dropdown-item:focus, .dropdown-menu-primary.dropdown-menu > .dropdown-item:active {
  color: #FFFFFF;
}

/* line 16, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu > .dropdown-item:hover {
  background-color: #478af4;
  color: #FFFFFF;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu > .dropdown-item .icon {
  color: #FFFFFF;
}

/* line 30, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #b5d0fa;
  border-width: 2px;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn.active {
  background-color: #FFFFFF;
  color: #5f99f5;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary.dropdown-menu .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 64, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-primary .dropdown-divider {
  border-color: #478af4;
}

/* line 89, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu-success {
  border-color: transparent;
  background-color: #37b358;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu > .dropdown-item {
  color: #FFFFFF;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu > .dropdown-item:focus, .dropdown-menu-success.dropdown-menu > .dropdown-item:active {
  color: #FFFFFF;
}

/* line 16, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu > .dropdown-item:hover {
  background-color: #319f4e;
  color: #FFFFFF;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu > .dropdown-item .icon {
  color: #FFFFFF;
}

/* line 30, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #72d48c;
  border-width: 2px;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn.active {
  background-color: #FFFFFF;
  color: #37b358;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success.dropdown-menu .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 64, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-success .dropdown-divider {
  border-color: #319f4e;
}

/* line 93, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu-warning {
  border-color: transparent;
  background-color: #f6c163;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu > .dropdown-item {
  color: #FFFFFF;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu > .dropdown-item:focus, .dropdown-menu-warning.dropdown-menu > .dropdown-item:active {
  color: #FFFFFF;
}

/* line 16, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu > .dropdown-item:hover {
  background-color: #f5b74b;
  color: #FFFFFF;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu > .dropdown-item .icon {
  color: #FFFFFF;
}

/* line 30, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #fbe3ba;
  border-width: 2px;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn.active {
  background-color: #FFFFFF;
  color: #f6c163;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning.dropdown-menu .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 64, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-warning .dropdown-divider {
  border-color: #f5b74b;
}

/* line 97, app/assets/stylesheets/beagle/includes/bootstrap/_dropdowns.scss */
.dropdown-menu-danger {
  border-color: transparent;
  background-color: #eb6357;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu > .dropdown-item {
  color: #FFFFFF;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu > .dropdown-item:focus, .dropdown-menu-danger.dropdown-menu > .dropdown-item:active {
  color: #FFFFFF;
}

/* line 16, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu > .dropdown-item:hover {
  background-color: #e84e40;
  color: #FFFFFF;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu > .dropdown-item .icon {
  color: #FFFFFF;
}

/* line 30, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #f5afa9;
  border-width: 2px;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:hover {
  border-color: #FFFFFF;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:active, .dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn.active {
  background-color: #FFFFFF;
  color: #eb6357;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger.dropdown-menu .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 64, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_dropdown.scss */
.dropdown-menu-danger .dropdown-divider {
  border-color: #e84e40;
}

/*------------------------------------------------------------------
  [Collapse cards style]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion {
  margin-bottom: 40px;
  padding: 0;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card {
  margin: 0;
  padding: 0;
  border-radius: 3px;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card + .card {
  margin-top: .384rem;
}

/* line 18, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card-header {
  padding: 0;
  margin: 0;
  border-radius: 3px;
}

/* line 23, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card-header button {
  font-size: 1.385rem;
  font-weight: 300;
  padding: 1.385rem 1.692rem;
  display: block;
  color: #502379;
  width: 100%;
  color: #404040;
  background-color: transparent;
  text-align: left;
}

/* line 34, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card-header button.btn {
  box-shadow: none;
  border: 0;
}

/* line 39, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card-header button .icon {
  transition: transform 200ms ease-in-out;
  font-size: 1.923rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 10px;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card-header button[aria-expanded='true'] {
  color: #502379;
}

/* line 52, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card-header button[aria-expanded='true'] .icon {
  transform: rotate(90deg);
}

/* line 59, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion .card-body {
  padding: 0 1.538rem 1.538rem 1.538rem;
  border-top: 0;
  line-height: 22px;
  border-radius: 0 0 3px 3px;
}

/* line 74, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion-color .card .card-header button {
  color: #FFFFFF;
}

/* line 77, app/assets/stylesheets/beagle/includes/bootstrap/_collapse.scss */
.accordion-color .card .card-header button[aria-expanded='true'] {
  color: #FFFFFF;
}

/* line 3, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.form-check {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-left: 0;
}

/* line 10, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.form-check .form-check-input {
  position: relative;
  margin-right: .5em;
  margin-left: 0;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control {
  min-height: 1.7rem;
  min-width: 1.7rem;
  margin-top: 0.1875rem;
  margin-bottom: 1.1105rem;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: static;
  display: inline-block;
  line-height: 1.7;
}

/* line 29, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-label:before, .custom-control-label:after {
  top: 0;
  left: 0;
}

/* line 38, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::after {
  color: #502379;
}

/* line 42, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #502379;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-color::after {
  background-color: #502379;
  color: #FFFFFF;
  border-radius: 3px;
}

/* line 51, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-color::after {
  border-radius: 50%;
}

/* line 62, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label:before {
  content: "";
  width: 1.699rem;
  height: 1.699rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 0;
}

/* line 72, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f26b";
  font-size: 1.5452rem;
  font-family: "Material Icons";
  margin: 0 0;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}

/* line 88, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label:before {
  content: "";
  border: 1px solid #d5d8de;
  width: 1.77592rem;
  height: 1.77592rem;
  margin: 0 0;
}

/* line 97, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f26d";
  width: 1.77592rem;
  height: 1.77592rem;
  margin: 0 0;
  font-size: 1rem;
  font-family: "Material Icons";
  text-align: center;
  line-height: 1.8;
}

/* line 110, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio-icon {
  padding: 7px 0;
  width: 52px;
  height: 52px;
}

/* line 115, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio-icon .custom-control-label::after, .custom-radio-icon .custom-control-label::before {
  display: none;
}

/* line 119, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio-icon .custom-control-label {
  cursor: pointer;
  margin: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #d5d8de;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  vertical-align: middle;
  color: gray;
}

/* line 132, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio-icon .custom-control-label:hover {
  border-color: #b8bdc8;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio-icon input[type="radio"]:checked + .custom-control-label {
  border-color: #502379;
  color: #502379;
  background-color: #FFFFFF;
}

/* line 145, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio-icon input[type="radio"]:checked + .custom-control-label i {
  color: #502379;
}

/* line 152, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-radio-icon input[type="radio"]:focus + .custom-control-label {
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control-feedback:valid, .form-control-feedback.is-valid, .was-validated .col-form-label:valid,
.col-form-label.is-valid, .was-validated .form-check-label:valid,
.form-check-label.is-valid, .was-validated .custom-control:valid,
.custom-control.is-valid {
  color: #404040;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #1BBE6F;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #1BBE6F;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 30, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: none;
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::after, .custom-control-input.is-valid ~ .custom-control-label::after {
  color: #1BBE6F;
}

/* line 45, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #FFFFFF;
  border-color: #1BBE6F;
  color: #1BBE6F;
}

/* line 58, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:checked:valid ~ .custom-control-color::after, .custom-control-input.is-valid:checked ~ .custom-control-color::after {
  background-color: #1BBE6F;
  color: #FFFFFF;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control-feedback:invalid, .form-control-feedback.is-invalid, .was-validated .col-form-label:invalid,
.col-form-label.is-invalid, .was-validated .form-check-label:invalid,
.form-check-label.is-invalid, .was-validated .custom-control:invalid,
.custom-control.is-invalid {
  color: #404040;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #E63E12;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #E63E12;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 30, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: none;
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::after, .custom-control-input.is-invalid ~ .custom-control-label::after {
  color: #E63E12;
}

/* line 45, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #FFFFFF;
  border-color: #E63E12;
  color: #E63E12;
}

/* line 58, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:checked:invalid ~ .custom-control-color::after, .custom-control-input.is-invalid:checked ~ .custom-control-color::after {
  background-color: #E63E12;
  color: #FFFFFF;
}

/* line 162, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-sm {
  min-width: 1.38462rem;
  min-height: 1.38462rem;
}

/* line 170, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-sm .custom-control-input ~ .custom-control-label::before {
  width: 1.38462rem;
  height: 1.38462rem;
}

/* line 178, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-control-sm .custom-control-input:checked ~ .custom-control-label::after {
  width: 1.38462rem;
  height: 1.38462rem;
  font-size: 15px;
  right: 0;
  line-height: 1.2;
  vertical-align: top;
}

/* line 194, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.be-addon .dropdown-toggle:after {
  display: inline-block;
}

/* line 201, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-select {
  border-radius: 0;
}

/* line 204, app/assets/stylesheets/beagle/includes/bootstrap/_custom-forms.scss */
.custom-select:focus {
  box-shadow: 0 0 0 transparent;
}

/*------------------------------------------------------------------
  [Tabs]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs {
  background-color: #FFFFFF;
  border-bottom: 2px solid #ebebeb;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item {
  margin-bottom: -2px;
  margin-right: 2px;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link {
  padding: 11px 20px;
  margin-right: 0;
  min-width: 60px;
  text-align: center;
  border-radius: 0;
  color: #404040;
  border-width: 0;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link .icon {
  font-size: 1.538rem;
  vertical-align: middle;
  margin: 0 6px;
  line-height: 17px;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link:hover {
  background: transparent;
  color: #502379;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link:active {
  background-color: transparent;
}

/* line 37, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link.active {
  background: transparent;
  border-bottom: 2px solid #502379;
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link.active .icon {
  color: #555;
}

/* line 45, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link.active:hover, .nav-tabs > li.nav-item a.nav-link.active:focus {
  color: #404040;
}

/* line 50, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs > li.nav-item a.nav-link.disabled {
  color: #878787;
}

/* line 57, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs-classic {
  background-color: transparent;
  border-bottom: 0;
}

/* line 61, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs-classic > li.nav-item {
  margin-bottom: 0;
  margin-right: 0;
}

/* line 65, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs-classic > li.nav-item a.nav-link {
  border-bottom: 0;
}

/* line 68, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.nav-tabs-classic > li.nav-item a.nav-link.active {
  background-color: #FFFFFF;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

/* line 73, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-left .nav-tabs-classic > li.nav-item a.nav-link.active {
  border-radius: 3px 0 0 3px;
}

/* line 84, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-left .nav-tabs, .tab-right .nav-tabs {
  float: left;
  flex-direction: column;
}

/* line 88, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-left .nav-tabs > li.nav-item, .tab-right .nav-tabs > li.nav-item {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}

/* line 93, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-left .nav-tabs > li.nav-item > a.nav-link, .tab-right .nav-tabs > li.nav-item > a.nav-link {
  text-align: left;
  min-width: 38px;
  padding: 14px 12px;
}

/* line 101, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-left .tab-content, .tab-right .tab-content {
  overflow: auto;
}

/* line 106, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-content {
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 0 0 3px 3px;
}

/* line 117, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-content .tab-pane h1:first-child, .tab-content .tab-pane h2:first-child, .tab-content .tab-pane h3:first-child, .tab-content .tab-pane h4:first-child, .tab-content .tab-pane h5:first-child, .tab-content .tab-pane h6:first-child {
  margin-top: 5px;
}

/* line 123, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-content .card {
  box-shadow: unset;
}

/* line 126, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-content .card .card-header {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 131, app/assets/stylesheets/beagle/includes/bootstrap/_tabs.scss */
.tab-content .card .card-body {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-primary > li.nav-item a.nav-link:hover, .nav-tabs-primary > li.nav-item a.nav-link:focus {
  color: #502379;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-primary > li.nav-item a.nav-link.active {
  border-bottom: 2px solid #502379;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-primary.nav-tabs-classic > li.nav-item a.nav-link.active {
  border-bottom: 0;
  background-color: #502379;
  color: #FFFFFF;
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-primary.nav-tabs-classic + .tab-content {
  background-color: #502379;
  color: #FFFFFF;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-success > li.nav-item a.nav-link:hover, .nav-tabs-success > li.nav-item a.nav-link:focus {
  color: #1BBE6F;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-success > li.nav-item a.nav-link.active {
  border-bottom: 2px solid #1BBE6F;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-success.nav-tabs-classic > li.nav-item a.nav-link.active {
  border-bottom: 0;
  background-color: #1BBE6F;
  color: #FFFFFF;
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-success.nav-tabs-classic + .tab-content {
  background-color: #1BBE6F;
  color: #FFFFFF;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-warning > li.nav-item a.nav-link:hover, .nav-tabs-warning > li.nav-item a.nav-link:focus {
  color: #FDC220;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-warning > li.nav-item a.nav-link.active {
  border-bottom: 2px solid #FDC220;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-warning.nav-tabs-classic > li.nav-item a.nav-link.active {
  border-bottom: 0;
  background-color: #FDC220;
  color: #FFFFFF;
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-warning.nav-tabs-classic + .tab-content {
  background-color: #FDC220;
  color: #FFFFFF;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-danger > li.nav-item a.nav-link:hover, .nav-tabs-danger > li.nav-item a.nav-link:focus {
  color: #E63E12;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-danger > li.nav-item a.nav-link.active {
  border-bottom: 2px solid #E63E12;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-danger.nav-tabs-classic > li.nav-item a.nav-link.active {
  border-bottom: 0;
  background-color: #E63E12;
  color: #FFFFFF;
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tabs.scss */
.nav-tabs-danger.nav-tabs-classic + .tab-content {
  background-color: #E63E12;
  color: #FFFFFF;
}

/*------------------------------------------------------------------
  [Tooltips]
*/
/* line 5, app/assets/stylesheets/beagle/includes/bootstrap/_tooltip.scss */
.tooltip {
  font-size: 0.952rem;
  line-height: 1.5;
}

/*------------------------------------------------------------------
  [Modals]
*/
/* line 5, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: #FFFFFF;
  color: #404040;
  border: none;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-header {
  border: 0;
  padding: 19px;
}

/* line 18, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
  display: block;
  margin: 0;
}

/* line 23, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-header .close {
  font-size: 1.538rem;
  opacity: 0.4;
  text-shadow: none;
  margin-top: -17px;
}

/* line 29, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-header .close:hover {
  opacity: 0.8;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-header .close:focus {
  outline: none;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-body {
  padding: 10px 20px 20px;
}

/* line 46, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-body .row:last-child .form-group {
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-main-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: normal;
  font-size: 3.846rem;
}

/* line 62, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-footer {
  padding: 20px;
  border: none;
}

/* line 66, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-footer > :not(:first-child) {
  margin-left: 4px;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-footer > :not(:last-child) {
  margin-right: 4px;
}

/* line 73, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-open .modal {
  padding: 0 !important;
}

/* line 81, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .modal-header {
  padding: 19px;
}

/* line 85, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .modal-content {
  color: #FFFFFF;
  background-color: transparent;
}

/* line 89, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .modal-content .close {
  color: #FFFFFF;
  line-height: 40px;
  opacity: 0.6;
}

/* line 94, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .modal-content .close:hover {
  opacity: 1;
}

/* line 99, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .modal-content .modal-footer {
  border: none;
}

/* line 104, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .btn-secondary {
  border-width: 2px;
  border-color: transparent;
}

/* line 110, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .btn-primary,
.modal-full-color .btn-success,
.modal-full-color .btn-warning,
.modal-full-color .btn-danger {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}

/* line 118, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .btn-primary:focus,
.modal-full-color .btn-success:focus,
.modal-full-color .btn-warning:focus,
.modal-full-color .btn-danger:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 123, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .btn-primary:hover, .modal-full-color .btn-primary .hover,
.modal-full-color .btn-success:hover,
.modal-full-color .btn-success .hover,
.modal-full-color .btn-warning:hover,
.modal-full-color .btn-warning .hover,
.modal-full-color .btn-danger:hover,
.modal-full-color .btn-danger .hover {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 129, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.modal-full-color .btn-primary:not([disabled]):not(.disabled):active, .modal-full-color .btn-primary.active:not([disabled]):not(.disabled), .modal-full-color .btn-primary.active, .modal-full-color .btn-primary:active,
.modal-full-color .btn-success:not([disabled]):not(.disabled):active,
.modal-full-color .btn-success.active:not([disabled]):not(.disabled),
.modal-full-color .btn-success.active,
.modal-full-color .btn-success:active,
.modal-full-color .btn-warning:not([disabled]):not(.disabled):active,
.modal-full-color .btn-warning.active:not([disabled]):not(.disabled),
.modal-full-color .btn-warning.active,
.modal-full-color .btn-warning:active,
.modal-full-color .btn-danger:not([disabled]):not(.disabled):active,
.modal-full-color .btn-danger.active:not([disabled]):not(.disabled),
.modal-full-color .btn-danger.active,
.modal-full-color .btn-danger:active {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-success .modal-header {
  background-color: #37b358;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-success .modal-body, .modal-full-color-success .modal-footer {
  background-color: #37b358;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-success .btn-secondary {
  color: #37b358;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-success .btn-secondary:active {
  color: #37b358;
}

/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-primary .modal-header {
  background-color: #5f99f5;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-primary .modal-body, .modal-full-color-primary .modal-footer {
  background-color: #5f99f5;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-primary .btn-secondary {
  color: #5f99f5;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-primary .btn-secondary:active {
  color: #5f99f5;
}

/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-warning .modal-header {
  background-color: #f6c163;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-warning .modal-body, .modal-full-color-warning .modal-footer {
  background-color: #f6c163;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-warning .btn-secondary {
  color: #f6c163;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-warning .btn-secondary:active {
  color: #f6c163;
}

/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-danger .modal-header {
  background-color: #eb6357;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-danger .modal-body, .modal-full-color-danger .modal-footer {
  background-color: #eb6357;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-danger .btn-secondary {
  color: #eb6357;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-danger .btn-secondary:active {
  color: #eb6357;
}

/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-dark .modal-header {
  background-color: #3d3c3c;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-dark .modal-body, .modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-dark .btn-secondary {
  color: #3d3c3c;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.modal-full-color-dark .btn-secondary:active {
  color: #3d3c3c;
}

/* line 163, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.full-width {
  width: 90%;
  max-width: none;
}

@media (max-width: 767.98px) {
  /* line 163, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
  .full-width {
    width: 100%;
  }
}

/* line 171, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.full-width.modal-container {
  width: 100%;
}

@media (max-width: 767.98px) {
  /* line 171, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
  .full-width.modal-container {
    width: 100%;
  }
}

/* line 178, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.full-width.modal-container .modal-content {
  width: 81%;
}

@media (max-width: 767.98px) {
  /* line 178, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
  .full-width.modal-container .modal-content {
    width: 100%;
  }
}

/* line 187, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.full-width .modal-content {
  width: 100%;
  max-width: none;
}

/* line 197, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.custom-width .modal-dialog {
  width: 700px;
  max-width: none;
}

/* line 203, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.custom-width .modal-content {
  width: 700px;
  max-width: none;
}

@media (max-width: 767.98px) {
  /* line 210, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
  .custom-width .modal-content, .custom-width .modal-dialog, .custom-width .modal-header {
    width: 100% !important;
  }
}

/* line 221, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.colored-header .modal-content .modal-header {
  background-color: #e6e6e6;
  color: #FFFFFF;
  padding: 30px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 228, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.colored-header .modal-content .modal-header .modal-title {
  font-size: 1.538rem;
}

/* line 232, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.colored-header .modal-content .modal-header .close {
  color: rgba(0, 0, 0, 0.7);
  margin-top: -13px;
}

/* line 237, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.colored-header .modal-content .modal-body {
  padding: 35px 20px 20px;
  background-color: #FFFFFF;
  color: #404040;
}

/* line 242, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.colored-header .modal-content .modal-footer {
  background-color: #FFFFFF;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.colored-header-success .modal-content .modal-header {
  background-color: #37b358;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.colored-header-primary .modal-content .modal-header {
  background-color: #5f99f5;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.colored-header-warning .modal-content .modal-header {
  background-color: #f6c163;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.colored-header-danger .modal-content .modal-header {
  background-color: #eb6357;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_modals.scss */
.colored-header-dark .modal-content .modal-header {
  background-color: #3d3c3c;
}

@media (max-width: 767.98px) {
  /* line 269, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
  .modal-dialog {
    margin: 0 auto;
  }
}

/* line 274, app/assets/stylesheets/beagle/includes/bootstrap/_modals.scss */
.be-modal-open {
  overflow-x: visible;
}

/*------------------------------------------------------------------
  [Alerts]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert {
  padding: 0;
  position: relative;
  line-height: 25px;
  border-width: 0;
  margin-bottom: 18px;
  color: #FFFFFF;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert .icon {
  width: 55px;
  font-size: 1.846rem;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  display: table-cell;
  cursor: default;
  padding-top: 1px;
}

/* line 23, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert .icon span {
  width: 25px;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert .close {
  position: absolute;
  font-size: 1.538rem;
  right: 1.385rem;
  text-shadow: none;
  padding: 1.5388rem 0;
  opacity: .2;
}

/* line 37, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert .message {
  display: table-cell;
  padding: 1.385rem 2.1542rem 1.385rem 0.231rem;
  border-left-width: 0;
}

@media (max-width: 575.98px) {
  /* line 37, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
  .alert .message {
    padding: 1.385rem 2.539rem 1.385rem 0.231rem;
  }
}

/* line 47, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert .message > p,
.alert .message > ul {
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert .message > p + p {
  margin-top: 5px;
}

/* line 58, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-primary {
  background-color: #4d2275;
}

/* line 62, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-success {
  background-color: #1aba6c;
}

/* line 66, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-info {
  background-color: #7dcef4;
}

/* line 70, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fdc11b;
}

/* line 74, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #e13d12;
}

/* line 78, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-light {
  background-color: #FFFFFF;
  outline: 1px solid rgba(115, 115, 115, 0.08);
  color: #404040;
}

/* line 83, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-light > .icon {
  color: #737373;
}

/* line 87, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-light.alert-contrast > .icon {
  background-color: rgba(115, 115, 115, 0.08);
}

/* line 92, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-dark {
  background-color: #9e9e9e;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-primary .close {
  color: #020102;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-primary .close:hover {
  opacity: 0.5;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-success .close {
  color: #083821;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-success .close:hover {
  opacity: 0.5;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-info .close {
  color: #1291cb;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-info .close:hover {
  opacity: 0.5;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-warning .close {
  color: #836001;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-warning .close:hover {
  opacity: 0.5;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-danger .close {
  color: #581807;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-dismissible.alert-danger .close:hover {
  opacity: 0.5;
}

/* line 119, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-dismissible.alert-light .close {
  color: #404040;
  opacity: 0.35;
}

/* line 123, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-dismissible.alert-light .close:hover {
  opacity: 0.5;
}

/* line 130, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-dismissible.alert-dark .close {
  color: #404040;
  opacity: 0.35;
}

/* line 134, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-dismissible.alert-dark .close:hover {
  opacity: 0.5;
}

/* line 141, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-contrast {
  padding: 0;
  position: relative;
}

/* line 145, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-contrast > .icon {
  display: table-cell;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.08);
}

/* line 153, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-contrast > .message {
  display: table-cell;
  padding: 1.385rem 1.385rem;
  border-left-width: 0;
}

@media (max-width: 575.98px) {
  /* line 153, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
  .alert-contrast > .message {
    padding: 1.385rem 2.539rem 1.385rem 1.385rem;
  }
}

/* line 164, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon {
  background-color: #FFFFFF;
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
}

/* line 174, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon > .icon {
  position: relative;
  display: table-cell;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}

/* line 182, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon > .icon:after {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-left: 11px solid #FFFFFF;
  -moz-transform: scale(0.9999);
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
}

/* line 191, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon > .message {
  display: table-cell;
  padding: 1.385rem 1.385rem;
  color: #404040;
  border: 1px solid #d4d4d4;
  border-left-width: 0;
}

@media (max-width: 575.98px) {
  /* line 191, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
  .alert-icon > .message {
    padding: 1.385rem 2.539rem 1.385rem 1.385rem;
  }
}

/* line 205, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-dismissible .close {
  color: #404040;
  opacity: 0.35;
}

/* line 209, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-dismissible .close:hover {
  opacity: 0.5;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-primary > .icon {
  background-color: #502379;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-primary > .icon:after {
  border-left-color: #502379;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-success > .icon {
  background-color: #1BBE6F;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-success > .icon:after {
  border-left-color: #1BBE6F;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-info > .icon {
  background-color: #82D0F4;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-info > .icon:after {
  border-left-color: #82D0F4;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-warning > .icon {
  background-color: #FDC220;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-warning > .icon:after {
  border-left-color: #FDC220;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-danger > .icon {
  background-color: #E63E12;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-danger > .icon:after {
  border-left-color: #E63E12;
}

/* line 236, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-light {
  outline-color: #d4d4d4;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-light > .icon {
  background-color: #FFFFFF;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-light > .icon:after {
  border-left-color: #FFFFFF;
}

/* line 240, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-light > .icon {
  border-right: 1px solid #d4d4d4;
}

/* line 243, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-light > .icon:before {
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border: solid transparent;
  border-width: 11px;
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #d4d4d4;
}

/* line 252, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-light > .message {
  border: 0px;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-dark > .icon {
  background-color: #a1a1a1;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-dark > .icon:after {
  border-left-color: #a1a1a1;
}

/* line 266, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon-border.alert-primary .message {
  border-color: #502379;
}

/* line 273, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon-border.alert-success .message {
  border-color: #1BBE6F;
}

/* line 280, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon-border.alert-info .message {
  border-color: #82D0F4;
}

/* line 287, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon-border.alert-warning .message {
  border-color: #FDC220;
}

/* line 294, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon-border.alert-danger .message {
  border-color: #E63E12;
}

/* line 301, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon-border.alert-light .message {
  border-color: #FFFFFF;
}

/* line 308, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon-border.alert-dark .message {
  border-color: #a1a1a1;
}

/* line 314, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-icon-colored {
  border: 1px solid #d4d4d4;
  outline-color: transparent;
}

/* line 318, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-icon-colored > .icon {
  position: relative;
  background-color: #f8f8f8;
  border-width: 0;
}

/* line 323, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-icon-colored > .icon:before {
  border: unset;
}

/* line 327, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-icon-colored > .icon:after {
  border-left-color: #f8f8f8;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -11px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-left: 11px solid #f8f8f8;
  -moz-transform: scale(0.9999);
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
}

/* line 337, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-icon.alert-icon-colored > .message {
  border-width: 0;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-icon-colored.alert-primary > .icon {
  color: #502379;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-icon-colored.alert-success > .icon {
  color: #1BBE6F;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-icon-colored.alert-info > .icon {
  color: #82D0F4;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-icon-colored.alert-warning > .icon {
  color: #FDC220;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-icon-colored.alert-danger > .icon {
  color: #E63E12;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-icon-colored.alert-light > .icon {
  color: #a1a1a1;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-icon.alert-icon-colored.alert-dark > .icon {
  color: #737373;
}

/* line 370, app/assets/stylesheets/beagle/includes/bootstrap/_alerts.scss */
.alert-simple {
  border: 1px solid #d4d4d4;
  background-color: #FFFFFF;
  color: #404040;
  box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-simple.alert-primary > .icon {
  color: #502379;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-simple.alert-success > .icon {
  color: #1BBE6F;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-simple.alert-info > .icon {
  color: #82D0F4;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-simple.alert-warning > .icon {
  color: #FDC220;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-simple.alert-danger > .icon {
  color: #E63E12;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-simple.alert-light > .icon {
  color: #a1a1a1;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_alerts.scss */
.alert-simple.alert-dark > .icon {
  color: #737373;
}

/*------------------------------------------------------------------
  [Tables]
*/
/* line 10, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > thead > tr > th {
  border-bottom-width: 2px;
  font-weight: 700;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > thead > tr > th.actions {
  text-align: center;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > thead.primary > tr > th {
  color: #502379;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > thead.success > tr > th {
  color: #1BBE6F;
}

/* line 43, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > tbody > tr > td {
  font-weight: 400;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > tbody > tr > td > div.actions {
  text-align: right;
  display: flex;
  flex-direction: column;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > tbody > tr > td > div.actions .icon {
  color: #FFFFFF;
  font-size: 1.3846rem;
  line-height: 15px;
}

/* line 60, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table > tbody > tr > td > div.actions .icon:hover {
  color: #e6e6e6;
}

/* line 71, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.be-table-responsive {
  scroller-x: hidden;
}

@media (max-width: 767.98px) {
  /* line 71, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
  .be-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

/* line 87, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table-condensed > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 8px;
}

/* line 101, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table-bordered > thead > tr > th {
  padding: 14px 10px;
}

/* line 113, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table-bordered tbody > tr td:first-child {
  padding-left: 10px;
}

/* line 117, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table-bordered tbody > tr td:last-child {
  padding-right: 10px;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #502379;
  color: #FFFFFF;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #431d65;
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #431d65;
  color: #FFFFFF;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #1BBE6F;
  color: #FFFFFF;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #18a862;
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #18a862;
  color: #FFFFFF;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #82D0F4;
  color: #FFFFFF;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #6bc7f2;
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #6bc7f2;
  color: #FFFFFF;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #FDC220;
  color: #FFFFFF;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #fdbb07;
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fdbb07;
  color: #FFFFFF;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #E63E12;
  color: #FFFFFF;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ce3810;
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_tables.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ce3810;
  color: #FFFFFF;
}

/* line 132, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table-responsive tbody > tr > td {
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (max-width: 767.98px) {
  /* line 140, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
  .table-responsive tbody > tr > td {
    white-space: nowrap;
  }
}

/* line 159, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tr th .custom-control, .table tr td .custom-control {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

/* line 164, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tr th .custom-control .custom-control-indicator, .table tr td .custom-control .custom-control-indicator {
  top: 0;
}

/* line 181, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.user-avatar img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  /* line 181, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
  .table tbody tr td.user-avatar img {
    display: none;
  }
}

/* line 195, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.cell-detail span {
  display: block;
}

/* line 199, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.cell-detail .cell-detail-description {
  display: block;
  font-size: 0.8462rem;
  color: #999999;
}

/* line 208, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.user-info img {
  float: left;
}

/* line 212, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.user-info span {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  /* line 212, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
  .table tbody tr td.user-info span {
    padding-left: 0;
  }
}

/* line 221, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.milestone {
  min-width: 100px;
}

/* line 224, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.milestone span {
  display: block;
  font-size: 0.8462rem;
  color: #999999;
  margin-bottom: 6px;
}

/* line 230, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.milestone span.completed {
  float: right;
}

/* line 235, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.milestone .progress {
  height: 6px;
  background-color: #e6e6e6;
  margin-bottom: 0;
}

/* line 240, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr td.milestone .progress .progress-bar {
  border-radius: 2px;
}

/* line 249, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr.online td:first-child {
  border-left: 3px solid #1BBE6F;
  padding-left: 17px;
}

/* line 257, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr.primary td:first-child {
  border-left: 3px solid #502379;
  padding-left: 17px;
}

/* line 265, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr.info td:first-child {
  border-left: 3px solid #82D0F4;
  padding-left: 17px;
}

/* line 273, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr.success td:first-child {
  border-left: 3px solid #1BBE6F;
  padding-left: 17px;
}

/* line 281, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr.warning td:first-child {
  border-left: 3px solid #FDC220;
  padding-left: 17px;
}

/* line 289, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table tbody tr.danger td:first-child {
  border-left: 3px solid #E63E12;
  padding-left: 17px;
}

/* line 297, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table .number {
  text-align: right;
}

/* line 307, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table.table-borderless thead tr th {
  border-bottom: 2px solid #dee2e6;
}

/* line 317, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.table.table-borderless tbody tr td {
  border-top-width: 0;
}

/* line 327, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.card-table table {
  margin-bottom: 0;
}

/* line 335, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.card-table tr th:first-child, .card-table tr td:first-child {
  padding-left: 20px;
}

/* line 339, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.card-table tr th:last-child, .card-table tr td:last-child {
  padding-right: 20px;
}

/* line 349, app/assets/stylesheets/beagle/includes/bootstrap/_tables.scss */
.card-table thead tr th {
  padding-top: 15px;
  padding-bottom: 10px;
}

/*------------------------------------------------------------------
  [Badges]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_badges.scss */
.badge {
  font-size: .8462rem;
  font-weight: 700;
  line-height: 1.55;
  border: 1px solid #d9d9d9;
}

/* line 11, app/assets/stylesheets/beagle/includes/bootstrap/_badges.scss */
.badge-primary {
  color: #FFFFFF;
  background-color: #502379;
  border: transparent;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/_badges.scss */
.badge-secondary {
  background-color: #FFFFFF;
  color: #404040;
}

/* line 20, app/assets/stylesheets/beagle/includes/bootstrap/_badges.scss */
.badge-success {
  color: #FFFFFF;
  background-color: #1BBE6F;
  border: transparent;
}

/* line 24, app/assets/stylesheets/beagle/includes/bootstrap/_badges.scss */
.badge-info {
  color: #FFFFFF;
  background-color: #82D0F4;
  border: transparent;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/_badges.scss */
.badge-warning {
  color: #FFFFFF;
  background-color: #FDC220;
  border: transparent;
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/_badges.scss */
.badge-danger {
  color: #FFFFFF;
  background-color: #E63E12;
  border: transparent;
}

/* line 5, app/assets/stylesheets/beagle/includes/bootstrap/_popovers.scss */
.popover {
  font-size: 1rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/_popovers.scss */
.popover .popover-header {
  margin: 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  border-bottom-color: #f7f7f7;
  top: -10px;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  background-color: transparent;
  top: -2px;
  margin-left: -10px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  z-index: -1;
}

/*------------------------------------------------------------------
  [List group]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.list-group-item {
  padding: 13px 15px;
}

/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.list-group-item.active .icon {
  color: #FFFFFF !important;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.list-group-item.active .badge {
  background: #FFFFFF;
  color: #502379;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.list-group-item.active + .active {
  border-top: solid 1px #FFFFFF;
}

/* line 22, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.list-group-item .icon {
  margin-right: 18px;
  font-size: 1.231rem;
}

/* line 27, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.list-group-item .text {
  flex: 1 1 auto;
}

/* line 31, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.list-group-item .badge {
  flex: 0 0 auto;
}

/* line 34, app/assets/stylesheets/beagle/includes/bootstrap/_list-group.scss */
.active .list-group-item .badge {
  background: #FFFFFF;
  color: #502379;
}

/*------------------------------------------------------------------
  [Typography]
*/
/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 300;
}

/* line 13, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 21, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 37, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
p {
  margin: 0 0 15px;
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
.lead {
  font-size: 1.616rem;
  line-height: 26px;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
p small,
p .small {
  font-size: .8462rem;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fffffe;
  padding: 0;
}

/* line 61, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
.text-bold {
  font-weight: 500 !important;
}

/* line 82, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
ul,
ol {
  line-height: 20px;
}

/* line 86, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 25px;
}

/* line 96, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
.list-unstyled ul,
.list-unstyled ol {
  padding-left: 40px;
}

/* line 106, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
blockquote, .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 110, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
blockquote p, .blockquote p {
  margin-bottom: 18px;
}

/* line 117, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child, .blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 122, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small, .blockquote footer,
.blockquote small,
.blockquote .small {
  font-size: 1rem;
}

/* line 132, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
.display-heading {
  font-size: 40px;
  font-weight: 100;
  margin: 20px 0 15px;
}

@media (max-width: 767.98px) {
  /* line 132, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
  .display-heading {
    font-size: 32px;
  }
}

/* line 145, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
.display-description {
  font-size: 18px;
  font-weight: 100;
  line-height: 29px;
  margin: 0 0 50px;
}

@media (max-width: 767.98px) {
  /* line 145, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
  .display-description {
    font-size: 15px;
    line-height: 24px;
  }
}

/* line 159, app/assets/stylesheets/beagle/includes/bootstrap/_type.scss */
address {
  line-height: 20px;
}

/*------------------------------------------------------------------
  [Progress bars]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_progress-bars.scss */
.progress {
  height: 22px;
  box-shadow: none;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/_progress-bars.scss */
.progress-bar {
  box-shadow: none;
  line-height: 22px;
  background-color: #502379;
}

/*------------------------------------------------------------------
  [Pagination]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.pagination {
  padding-left: 0;
  border-radius: 2px;
}

/* line 12, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-radius: 2px;
}

/* line 18, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-radius: 2px;
}

/* line 26, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.pagination-rounded .page-item:first-child .page-link {
  border-radius: 50%;
}

/* line 32, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.pagination-rounded .page-item:last-child .page-link {
  border-radius: 50%;
}

/* line 39, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.page-link {
  font-size: 1.077rem;
  line-height: 14px;
  font-weight: 400;
  padding: 0.7692rem 0.9231rem;
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-left: 4px;
}

/* line 50, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.page-link > span {
  line-height: 12px;
}

/* line 58, app/assets/stylesheets/beagle/includes/bootstrap/_pagination.scss */
.pagination-rounded .page-link {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 14px;
}

/*------------------------------------------------------------------
  [Forms]
*/
/* line 4, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control {
  border-width: 1px;
  border-top-color: #bdc0c7;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 1.1538rem;
  transition: none;
  height: 3.692rem;
  -webkit-appearance: none;
}

/* line 15, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control[multiple] {
  padding: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* line 15, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
  .form-control[multiple] {
    padding: 10px 12px;
  }
}

/* line 22, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control[multiple] option {
  padding: 8px 12px;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.col-form-label {
  padding-bottom: 0;
  line-height: 1;
}

@media (max-width: 575.98px) {
  /* line 28, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
  .col-form-label {
    padding-bottom: 8px;
  }
}

/* line 38, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
input.form-control, textarea.form-control {
  -webkit-appearance: none;
}

/* line 43, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
textarea.form-control, select[multiple], select[size] {
  height: auto;
}

/* line 47, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
label {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 8px;
  color: #666666;
}

/* line 56, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 64, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.inputfile + label {
  padding: 0 10px;
  font-size: 1rem;
  line-height: 28px;
  border: 1px solid transparent;
  border-color: #d5d8de;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
}

/* line 74, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.inputfile + label i {
  margin-right: 10px;
}

/* line 83, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control-xs {
  height: 30px;
  font-size: 0.9231rem;
  padding: 6px 9px;
}

/* line 90, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
select.form-control-xs:not([size]):not([multiple]) {
  height: 3.1384rem;
}

/* line 95, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control-sm {
  height: 37px;
  font-size: 1rem;
  padding: 4px 12px;
}

/* line 101, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control-lg {
  height: 57px;
  padding: 12px 14px;
  font-size: 1.385rem;
  font-weight: 300;
  border-radius: 2px;
}

/* line 112, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-group.row {
  margin-bottom: 0;
  padding: 12px 0;
}

/* line 118, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-horizontal .form-group.row .col-form-label {
  text-align: right;
}

/* line 123, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-group.row label {
  white-space: nowrap;
}

/* line 132, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.input-group-prepend .custom-control-label, .input-group-append .custom-control-label {
  position: static;
}

/* line 135, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.input-group-prepend .custom-control-label:before, .input-group-prepend .custom-control-label:after, .input-group-append .custom-control-label:before, .input-group-append .custom-control-label:after {
  left: 0;
}

/* line 141, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.input-group-prepend .custom-control, .input-group-append .custom-control {
  width: 1.77592rem;
  height: 1.77592rem;
}

/* line 146, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.input-group-prepend .input-group-text, .input-group-append .input-group-text {
  padding: 10px 12px;
}

/* line 153, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.input-group-prepend .custom-control, .input-group-append .custom-control {
  margin: 0;
  padding: 0;
}

/* line 160, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.custom-select {
  line-height: 1.2;
  padding: 0.7692rem 1.75rem 0.7692rem 0.75rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 169, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control-success,
.form-control-error {
  padding: 10px 45px 10px 12px;
}

/* line 173, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control-success + span,
.form-control-error + span {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.923rem;
  background-size: 1.846rem 1.846rem;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
}

/* line 193, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control-success.is-valid + span,
.form-control-error.is-valid + span {
  color: #1BBE6F;
}

/* line 199, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-control-success.is-invalid + span,
.form-control-error.is-invalid + span {
  color: #E63E12;
}

/* line 205, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-title {
  font-size: 1.385rem;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.2384rem;
  padding-bottom: 1.031rem;
  margin: 0 0 13px;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  background-color: transparent;
  border-bottom: 1px solid #d9d9d9;
}

/* line 218, app/assets/stylesheets/beagle/includes/bootstrap/_forms.scss */
.form-title .form-subtitle {
  font-size: 1rem;
  color: #707070;
}

/*------------------------------------------------------------------
  [Input Groups]
*/
/* line 8, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search input {
  border: 1px solid #d5d8de;
  border-radius: 0;
  display: block;
  font-size: 1rem;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search input:focus {
  background-color: transparent;
}

/* line 19, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search .input-group-btn {
  position: absolute;
  right: 0;
  display: block;
  width: auto;
  top: 1px;
  right: 1px;
  z-index: 3;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search .input-group-btn button {
  box-shadow: none;
  border: none;
  height: 3.5382rem;
}

/* line 33, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search .input-group-btn button:active {
  background-color: transparent;
  box-shadow: none;
}

/* line 38, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search .input-group-btn button .icon {
  font-size: 1.923rem;
  color: #737373;
}

/* line 45, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search .input-group-btn button:hover .icon {
  color: #5a5a5a;
}

/* line 56, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search.input-group-lg .input-group-btn button {
  height: 2.6922rem;
}

/* line 66, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search.input-group-sm .input-group-btn button {
  height: 0.6205rem;
}

/* line 69, app/assets/stylesheets/beagle/includes/bootstrap/_input-groups.scss */
.input-search.input-group-sm .input-group-btn button .icon {
  font-size: 1.692rem;
}

/*------------------------------------------------------------------
  [Custom pages]
*/
/*------------------------------------------------------------------
  [Login]
*/
/* line 11, app/assets/stylesheets/beagle/includes/pages/_login.scss */
.row.login-tools {
  padding: 15px 0 0;
  margin-bottom: 16px;
}

/* line 18, app/assets/stylesheets/beagle/includes/pages/_login.scss */
.login-forgot-password {
  line-height: 2.1;
  text-align: right;
}

/* line 24, app/assets/stylesheets/beagle/includes/pages/_login.scss */
.login-submit, .row.login-submit {
  padding: 19px 0 0;
  margin-bottom: 1.3842rem;
}

/* line 28, app/assets/stylesheets/beagle/includes/pages/_login.scss */
.login-submit .btn, .row.login-submit .btn {
  width: 100%;
}

/* line 35, app/assets/stylesheets/beagle/includes/pages/_login.scss */
.login-submit > div:first-child, .row.login-submit > div:first-child {
  padding-right: 10px;
}

/* line 39, app/assets/stylesheets/beagle/includes/pages/_login.scss */
.login-submit > div:last-child, .row.login-submit > div:last-child {
  padding-left: 10px;
}

/*------------------------------------------------------------------
  [Error pages]
*/
/* line 6, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error .error-container {
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/beagle/includes/pages/_404.scss */
  .be-error .error-container {
    margin-top: 50px;
  }
}

/* line 15, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error .error-number {
  display: block;
  font-size: 11.54rem;
  font-weight: 700;
  line-height: 240px;
  margin-bottom: 30px;
  max-height: 240px;
}

/* line 23, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error .error-number:after {
  padding-top: 0.25%;
  display: block;
  content: '';
}

@media (max-width: 767.98px) {
  /* line 15, app/assets/stylesheets/beagle/includes/pages/_404.scss */
  .be-error .error-number {
    padding: 20px 0;
    font-size: 6.923rem;
    margin-bottom: 10px;
    line-height: 100px;
  }
}

/* line 37, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error .error-description {
  font-size: 2.308rem;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  /* line 37, app/assets/stylesheets/beagle/includes/pages/_404.scss */
  .be-error .error-description {
    font-size: 1.462rem;
  }
}

/* line 48, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error .error-goback-text {
  font-size: 1.692rem;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  /* line 48, app/assets/stylesheets/beagle/includes/pages/_404.scss */
  .be-error .error-goback-text {
    font-size: 1.15rem;
  }
}

/* line 59, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error .error-goback-button {
  margin-bottom: 30px;
}

/* line 63, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error .error-goback-button .btn {
  min-width: 153px;
  text-align: center;
}

/*------------------------------------------------------------------
  [Page 404]
*/
/* line 77, app/assets/stylesheets/beagle/includes/pages/_404.scss */
.be-error-404 .error-container .error-number {
  background: url(/assets/404-bg-47824c975ac9d6adb1406c5e48b181e9c80446f6b371c24b53825530b6fce096.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 575.98px) {
  /* line 77, app/assets/stylesheets/beagle/includes/pages/_404.scss */
  .be-error-404 .error-container .error-number {
    padding: 0;
    font-size: 5.385rem;
  }
}

@media (max-width: 340px) {
  /* line 77, app/assets/stylesheets/beagle/includes/pages/_404.scss */
  .be-error-404 .error-container .error-number {
    font-size: 3.846rem;
  }
}

@media (max-width: 295px) {
  /* line 77, app/assets/stylesheets/beagle/includes/pages/_404.scss */
  .be-error-404 .error-container .error-number {
    font-size: 3.077rem;
  }
}

/*------------------------------------------------------------------
  [Sign up]
*/
/* line 4, app/assets/stylesheets/beagle/includes/pages/_sign-up.scss */
.splash-container.sign-up {
  max-width: 433px;
  margin: 10px auto;
}

/* line 10, app/assets/stylesheets/beagle/includes/pages/_sign-up.scss */
.splash-container.sign-up .card .card-header {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/beagle/includes/pages/_sign-up.scss */
.signup-password.row {
  padding: 0;
  margin-bottom: 1.3842rem;
}

/* line 24, app/assets/stylesheets/beagle/includes/pages/_sign-up.scss */
.signup-password .btn {
  width: 100%;
}

/* line 31, app/assets/stylesheets/beagle/includes/pages/_sign-up.scss */
.signup-password > div:first-child {
  padding-right: 10px;
}

/* line 35, app/assets/stylesheets/beagle/includes/pages/_sign-up.scss */
.signup-password > div:last-child {
  padding-left: 10px;
}

/*------------------------------------------------------------------
  [Forgot password]
*/
/* line 8, app/assets/stylesheets/beagle/includes/pages/_forgot-password.scss */
.splash-container.forgot-password .card .card-header {
  margin-bottom: 5px;
}

/*------------------------------------------------------------------
  [Gallery]
*/
/* line 6, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}

/* line 11, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo {
  background: #FFFFFF;
}

/* line 14, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img {
  position: relative;
}

/* line 17, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img img {
  width: 100%;
}

/* line 21, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over {
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(80, 35, 121, 0.8);
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  overflow: hidden;
}

/* line 32, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over .info-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  margin-top: -80px;
  transition: margin-top 200ms ease-in-out;
}

/* line 40, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over .info {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 0;
  text-align: center;
  color: #FFFFFF;
  padding: 0 10px;
}

/* line 50, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over .title {
  font-size: 1.38462rem;
  font-weight: 300;
}

/* line 55, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over .description {
  margin: 10px 0 18px;
  line-height: 15px;
}

/* line 62, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over .func a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

/* line 70, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over .func a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 74, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img .over .func a i {
  font-size: 1.385rem;
  color: #FFFFFF;
  line-height: 30px;
}

/* line 85, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img:hover .over {
  opacity: 1;
}

/* line 88, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .img:hover .over .info-wrapper {
  margin-top: 0;
}

/* line 95, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description {
  line-height: 20px;
  display: table;
  width: 100%;
}

/* line 100, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description .icon {
  display: table-cell;
  background-color: #e6e6e6;
  padding: 20px;
  vertical-align: middle;
  width: 20px;
}

/* line 107, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description .icon a {
  color: #4d4d4d;
}

/* line 110, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description .icon a i {
  font-size: 2.308rem;
}

@media (max-width: 575.98px) {
  /* line 110, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item .photo .description .icon a i {
    font-size: 1.538rem;
  }
}

/* line 118, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description .icon a:hover {
  color: #502379;
}

@media (max-width: 575.98px) {
  /* line 100, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item .photo .description .icon {
    padding: 15px;
  }
}

/* line 128, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description .desc {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}

/* line 133, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description .desc h4 {
  margin: 0;
  font-size: 1.385rem;
}

@media (max-width: 575.98px) {
  /* line 133, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item .photo .description .desc h4 {
    font-size: 1.154rem;
  }
}

/* line 142, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item .photo .description .desc span {
  color: #8a8888;
  font-size: .9231rem;
  font-weight: 300;
}

@media (max-width: 575.98px) {
  /* line 128, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item .photo .description .desc {
    padding: 10px;
  }
}

/* line 156, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
.gallery-container .item.w2 {
  width: 50%;
}

@media (max-width: 1199.98px) {
  /* line 161, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item {
    width: 33.333%;
  }
}

@media (max-width: 991.98px) {
  /* line 167, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  /* line 4, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container {
    max-width: 767px;
  }
  /* line 175, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item {
    width: 100%;
    padding: 0;
  }
  /* line 180, app/assets/stylesheets/beagle/includes/pages/_gallery.scss */
  .gallery-container .item.w2 {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.aside-compose {
  text-align: center;
  padding: 20px 25px;
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-inbox-header {
  background-color: #FFFFFF;
  padding: 37px 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 11, app/assets/stylesheets/beagle/includes/pages/_email.scss */
  .email-inbox-header {
    padding: 20px 25px;
  }
}

/* line 21, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-title {
  display: block;
  margin: 3px 0 0;
  font-size: 1.769rem;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  /* line 21, app/assets/stylesheets/beagle/includes/pages/_email.scss */
  .email-title {
    margin-bottom: 10px;
  }
}

/* line 31, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-title .icon {
  font-size: 1.769rem;
  color: #737373;
}

/* line 36, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-title .new-messages {
  font-size: 1rem;
  color: #8d8d8d;
  margin-left: 3px;
}

/* line 44, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters {
  padding: 0 20px 30px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #FFFFFF;
  display: table;
  width: 100%;
}

/* line 53, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters .dropdown-toggle:after {
  display: inline-block;
}

/* line 58, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters > div {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  /* line 58, app/assets/stylesheets/beagle/includes/pages/_email.scss */
  .email-filters > div {
    vertical-align: top;
  }
}

/* line 67, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters .btn-group + .btn-group {
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 67, app/assets/stylesheets/beagle/includes/pages/_email.scss */
  .email-filters .btn-group + .btn-group {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 67, app/assets/stylesheets/beagle/includes/pages/_email.scss */
  .email-filters .btn-group + .btn-group {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 81, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters .be-select-all.custom-checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 1rem 0 0;
}

/* line 87, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters .be-select-all.custom-checkbox .custom-control-label::before {
  margin-right: 18px;
}

/* line 92, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters .email-filters-right {
  text-align: right;
}

/* line 96, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-filters input {
  margin-right: 8px;
}

/* line 102, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-pagination-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 102, app/assets/stylesheets/beagle/includes/pages/_email.scss */
  .email-pagination-indicator {
    margin-right: 0;
  }
}

/* line 115, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-pagination-nav .btn {
  min-width: 30px;
}

/* line 118, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-pagination-nav .btn i {
  font-size: 1.615rem;
  vertical-align: middle;
}

/* line 126, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list {
  background: #FFFFFF;
}

/* line 131, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background-color: #fafafa;
}

/* line 140, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item--unread {
  background-color: #FFFFFF;
}

/* line 143, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item--unread:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  top: -1px;
  bottom: -1px;
  left: 0;
  background-color: #502379;
}

/* line 155, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item--unread .email-list-detail .from, .email-list-item--unread .email-list-detail .date {
  font-weight: 500;
}

/* line 161, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item .icon {
  margin-right: 7px;
  font-size: 1.154rem;
  vertical-align: middle;
  color: #666666;
}

/* line 168, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item .from {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 3px 0;
}

/* line 175, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item .msg {
  margin: 0;
  color: #737373;
}

/* line 180, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-item:hover {
  background-color: #f7f7f7;
}

/* line 186, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-detail, .email-list-actions {
  vertical-align: top;
  display: table-cell;
}

/* line 192, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-actions {
  width: 40px;
}

/* line 195, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-actions .custom-checkbox {
  padding: 0;
  margin-top: -2px;
}

/* line 199, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-actions .custom-checkbox.custom-control {
  margin-bottom: 0;
}

/* line 204, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-actions .favorite {
  display: block;
  padding-top: 5px;
  padding-left: 3px;
  line-height: 15px;
}

/* line 210, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-actions .favorite span {
  font-size: 1.538rem;
  line-height: 17px;
  color: silver;
}

/* line 218, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-actions .favorite:hover span {
  color: #8d8d8d;
}

/* line 225, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-list-actions .favorite.active span {
  color: #FDC220;
}

/* line 234, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head {
  background-color: #FFFFFF;
}

/* line 238, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-title {
  padding: 25px 25px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 1.769rem;
}

/* line 246, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-title .icon {
  color: dimgray;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 31px;
  position: relative;
  top: -1px;
  float: left;
  font-size: 1.538rem;
}

/* line 258, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject {
  padding: 25px 25px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 262, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject .title {
  display: block;
  font-size: 1.769rem;
  font-weight: 300;
  color: #5a5a5a;
}

/* line 269, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject .title > a .icon {
  color: silver;
  font-size: 1.385rem;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 31px;
  position: relative;
  top: -1px;
}

/* line 281, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject .title > a:hover .icon {
  color: #8d8d8d;
}

/* line 288, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject .title > a.active .icon {
  color: #FDC220;
}

/* line 295, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject .icons {
  font-size: 1.538rem;
  float: right;
}

/* line 299, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject .icons .icon {
  color: #737373;
  margin-left: 12px;
  vertical-align: middle;
}

/* line 304, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-subject .icons .icon:hover {
  color: #5a5a5a;
}

/* line 311, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender {
  padding: 13px 25px;
  line-height: 40px;
}

/* line 315, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .avatar {
  float: left;
  margin-right: 10px;
}

/* line 319, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}

/* line 326, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .sender {
  font-size: 1.15rem;
}

/* line 329, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .sender .actions {
  display: inline-block;
  position: relative;
}

/* line 334, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .sender .icon {
  font-size: 1.538rem;
  line-height: 16px;
  color: #5a5a5a;
  margin-left: 7px;
}

/* line 340, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .sender .icon i {
  line-height: 16px;
  vertical-align: middle;
}

/* line 347, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .date {
  float: right;
}

/* line 350, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .date a {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 355, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-head-sender .date .icon {
  font-size: 1.538rem;
}

/* line 363, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-body {
  background-color: #FFFFFF;
  border-top: 1px solid #e6e6e6;
  padding: 30px 28px;
}

/* line 368, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-body p {
  line-height: 25px;
  margin-bottom: 20px;
}

/* line 372, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-body p:last-child {
  margin-bottom: 0;
}

/* line 379, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments {
  background-color: #FFFFFF;
  padding: 25px 28px;
  border-top: 1px solid #e6e6e6;
}

/* line 384, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments .title {
  display: block;
  font-weight: 500;
}

/* line 388, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments .title span {
  font-weight: 400;
}

/* line 393, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

/* line 398, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments ul > li {
  line-height: 23px;
}

/* line 401, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments ul > li a {
  color: #404040;
  font-weight: 500;
}

/* line 405, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments ul > li a:hover {
  color: #502379;
}

/* line 410, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments ul > li span {
  font-weight: 400;
}

/* line 414, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-attachments ul > li .icon {
  vertical-align: middle;
  color: #737373;
  margin-right: 2px;
}

/* line 424, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.compose-title {
  font-weight: 400;
  font-size: 1.769rem;
  height: auto;
  padding: 25px 23px;
  border: 0;
  width: 100%;
  outline: none;
  background-color: #FFFFFF;
}

/* line 434, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.compose-title .icon {
  float: left;
  font-size: 1.538rem;
  margin-right: 15px;
  color: dimgray;
  margin-top: 6px;
}

/* line 443, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-compose-fields {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 30px 20px;
}

/* line 448, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email-compose-fields label {
  padding-top: 15px;
}

/* line 453, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email.editor {
  background-color: #FFFFFF;
  padding: 30px;
}

/* line 457, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email.editor .note-toolbar {
  border: 0;
}

/* line 461, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email.editor .form-group {
  text-align: right;
  margin-top: 15px;
}

/* line 465, app/assets/stylesheets/beagle/includes/pages/_email.scss */
.email.editor .form-group .icon {
  font-size: 1.769rem;
}

/* line 1, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.code-editor {
  height: 100%;
}

/* line 5, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.aside-content .nav {
  display: block;
}

/* line 9, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.aside-content .nav li a {
  display: block;
  position: relative;
}

/* line 14, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.aside-content .nav li a:hover {
  text-decoration: none;
  background-color: #EEEEEE;
}

/* line 19, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.code-editor #console {
  height: 100%;
}

/* line 23, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.code-editor #console .CodeMirror {
  height: 100%;
}

/* line 27, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.codeditor .page-title {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 33, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.codeditor .description {
  color: #888;
}

/* line 37, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .compose {
  margin-top: 10px;
  font-size: 1.077rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 25px;
}

/* line 46, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor + .main-content {
  height: calc(100vh - 61px);
  width: auto;
}

@media (max-width: 767.98px) {
  /* line 46, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor + .main-content {
    height: auto;
  }
}

/* line 54, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .compose .btn {
  width: 100%;
  border: 0;
  border-radius: 3px !important;
  max-width: 180px;
}

/* line 61, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav {
  display: block;
  margin-top: 13px;
  padding: 0;
}

/* line 67, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li {
  margin: 0;
}

/* line 71, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a {
  border-radius: 0;
  color: #555;
  padding: 12px 15px;
}

/* line 77, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.01);
}

/* line 81, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li.active a {
  color: #555;
  background: rgba(0, 0, 0, 0.025);
}

/* line 86, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a .label {
  border-radius: 2px;
}

/* line 90, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a .label.label-default {
  background: #6e6e6e;
}

/* line 94, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a .label.label1 {
  background: #19B698;
}

/* line 98, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a .label.label2 {
  background: #E85647;
}

/* line 102, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a .label.label3 {
  background: #F4A425;
}

/* line 106, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor ul li a span.unsaved {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
  content: '';
  background-color: #502379;
  border-radius: 100%;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 10px;
}

/* line 120, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav ul li a i {
  font-size: 1.077rem;
  width: 24px;
  text-align: center;
}

/* line 126, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.page-aside.codeditor .mail-nav .title {
  color: #888;
  margin: 5px 0 0 0;
  padding: 8px 13px 4px;
  border-bottom: 1px solid #E5E5E5;
}

/*inbox*/
/* line 134, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .head {
  background: #FFF;
  padding: 20px 25px;
}

/* line 139, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .head h3 {
  margin: 9px 0 15px 0;
}

/* line 143, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .head h3 span {
  color: #888;
  font-weight: 300;
  font-size: 1.231rem;
}

/* line 149, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .head input[type="text"] {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) inset;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}

/* line 155, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .head input[type="text"]:focus {
  border-color: #044881;
}

/* line 159, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .filters {
  padding: 9px 20px 10px 20px;
  border-bottom: 1px solid #E5E5E5;
}

/* line 164, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .filters .checkbox {
  margin-right: 8px;
}

/* line 168, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails {
  background: #FFF;
}

/* line 172, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}

/* line 180, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item:nth-child(even) {
  background: rgba(0, 0, 0, 0.015);
}

/* line 184, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item:hover {
  background: rgba(0, 0, 0, 0.035);
}

/* line 188, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item > div {
  vertical-align: top;
  display: table-cell;
}

/* line 193, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item > div:first-child {
  width: 35px;
}

/* line 194, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item > div:first-child > div {
  margin-top: 2px;
}

/* line 195, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .checkbox {
  background-color: #FFF;
}

/* line 197, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item .from {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 3px 0;
}

/* line 203, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item .date i {
  margin-right: 7px;
  font-size: 1.077rem;
}

/* line 204, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.mail-inbox .mails .item .msg {
  font-size: .9231rem;
  margin: 0;
}

/*Message*/
/* line 210, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .head {
  background: #FFF;
  padding: 20px 25px 24px;
}

/* line 215, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .head h3 {
  margin: 9px 0 15px 0;
}

/* line 219, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .head h3 span {
  font-weight: 300;
  font-size: 1.538rem;
  float: right;
}

/* line 225, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .head h3 span a {
  color: #888;
  margin-right: 15px;
}

/* line 230, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .head h4 span {
  font-weight: 100;
  font-size: 1.154rem;
  float: right;
}

/* line 236, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .head h4 span a {
  color: #FEA200;
  margin-right: 10px;
}

/* line 241, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mail {
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  padding: 30px;
  font-size: 2rem;
}

/* line 248, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mail p {
  font-size: 1.154rem;
  font-weight: 100;
}

/* line 253, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}

/* line 261, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item:nth-child(even) {
  background: rgba(0, 0, 0, 0.015);
}

/* line 265, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item:hover {
  background: rgba(0, 0, 0, 0.035);
}

/* line 269, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item > div {
  vertical-align: top;
  display: table-cell;
}

/* line 274, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item > div:first-child {
  width: 35px;
}

/* line 278, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item > div:first-child > div {
  margin-top: 2px;
}

/* line 282, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .checkbox {
  background-color: #FFF;
}

/* line 286, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item .from {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 3px 0;
}

/* line 292, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item .date i {
  margin-right: 7px;
  font-size: 1.077rem;
}

/* line 293, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.message .mails .item .msg {
  font-size: .9231rem;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 299, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .cl-mcont.aside {
    display: block;
  }
  /* line 303, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor {
    display: block;
  }
  /* line 307, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .aside .content {
    display: block;
  }
  /* line 311, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside > div {
    width: 100%;
  }
  /* line 315, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .cl-mcont.aside > .content {
    display: block;
  }
  /* line 319, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor .mail-nav ul li {
    display: block;
  }
  /* line 323, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor .mail-nav {
    margin-top: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
  /* line 330, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor .mail-nav .compose {
    border-top: 1px solid #E5E5E5;
    background: #FCFCFC;
  }
  /* line 335, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor div.content {
    border-bottom: 1px solid #E5E5E5;
  }
  /* line 339, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor .mail-nav.collapse.show {
    display: block;
  }
  /* line 340, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .page-aside.codeditor .mail-nav.collapse {
    display: none;
  }
  /* line 341, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
  .message .mail {
    border-top: 0;
  }
}

/* line 344, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.CodeMirror {
  height: auto;
}

/* line 348, app/assets/stylesheets/beagle/includes/pages/_code-editor.scss */
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}

/* line 1, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promos.row {
  padding: 26px;
}

@media (max-width: 767.98px) {
  /* line 1, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
  .be-booking-promos.row {
    margin: 0;
    padding: 15px 0;
  }
}

/* line 10, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #FFFFFF;
  border-left: 3px solid #502379;
  padding: 23px 30px 26px;
  margin-bottom: 26px;
}

@media (max-width: 575.98px) {
  /* line 10, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
  .be-booking-promo {
    flex-direction: column;
  }
}

/* line 25, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo.be-booking-promo-danger {
  border-left-color: #E63E12;
}

/* line 29, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo.be-booking-promo-warning {
  border-left-color: #FDC220;
}

/* line 33, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo.be-booking-promo-success {
  border-left-color: #1BBE6F;
}

/* line 37, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo.be-booking-promo-soldout {
  border-left-color: #e3e3e3;
}

/* line 40, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo.be-booking-promo-soldout:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 72px 72px 0;
  border-color: transparent;
  border-right-color: #e3e3e3;
}

/* line 54, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo.be-booking-promo-soldout .be-soldout-title {
  position: absolute;
  font-size: .8462rem;
  color: #969696;
  top: 20px;
  right: 5px;
  transform: rotate(45deg);
}

/* line 65, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-desc {
  flex: 0 1 60%;
}

@media (max-width: 575.98px) {
  /* line 65, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
  .be-booking-desc {
    margin-bottom: 20px;
    text-align: center;
  }
}

/* line 74, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-desc-title {
  padding-bottom: 15px;
  font-size: 1.538rem;
  margin: 0 0 13px;
  border-bottom: 1px solid #ebebeb;
}

/* line 81, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-desc-details {
  font-size: 1.077rem;
}

/* line 85, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-price {
  text-align: center;
}

/* line 89, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-amount {
  position: relative;
  margin: 3px 0 19px;
}

/* line 93, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-soldout .be-booking-promo-amount {
  margin-top: 41px;
}

/* line 97, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-amount .currency {
  font-size: 1.154rem;
  line-height: 1;
  vertical-align: top;
}

/* line 103, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-amount .price {
  font-size: 3.154rem;
  line-height: 1;
}

/* line 108, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-amount .frecuency {
  font-size: 1.769rem;
  line-height: 1;
  font-weight: 300;
}

/* line 115, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.btn.be-booking-btn-price {
  padding: 0 21px;
  line-height: 34px;
}

/* line 120, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-big {
  padding: 25px 30px 35px;
  margin-top: -5px;
  margin-bottom: 20px;
}

/* line 125, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-big .be-booking-desc-title {
  font-size: 1.538rem;
  font-weight: 400;
}

/* line 130, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-big .be-promo-big-title {
  position: absolute;
  font-size: 1.462rem;
  color: #FFFFFF;
  top: 13px;
  right: 14px;
}

/* line 138, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-big:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 72px 72px 0;
  border-color: transparent;
}

/* line 3, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-danger .be-booking-desc-title {
  color: #E63E12;
}

/* line 7, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-danger:before {
  border-right-color: #E63E12;
}

/* line 3, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-primary .be-booking-desc-title {
  color: #502379;
}

/* line 7, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-primary:before {
  border-right-color: #502379;
}

/* line 3, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-success .be-booking-desc-title {
  color: #1BBE6F;
}

/* line 7, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-success:before {
  border-right-color: #1BBE6F;
}

/* line 3, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-warning .be-booking-desc-title {
  color: #FDC220;
}

/* line 7, app/assets/stylesheets/beagle/includes/mixins/_booking.scss */
.be-booking-promo-big.be-booking-promo-warning:before {
  border-right-color: #FDC220;
}

/* line 168, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-color {
  color: #FFFFFF;
}

/* line 171, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-color.be-booking-promo-danger {
  background-color: #E63E12;
}

/* line 175, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-color.be-booking-promo-primary {
  background-color: #502379;
}

/* line 179, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-color.be-booking-promo-success {
  background-color: #1BBE6F;
}

/* line 183, app/assets/stylesheets/beagle/includes/pages/_booking.scss */
.be-booking-promo-color.be-booking-promo-warning {
  background-color: #FDC220;
}

/* line 1, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs {
  /* Pretty printing styles. Used with prettify.js. */
  /* Specify class=linenums on a pre to get line numbering */
  /* IE indents via margin-left */
  /* Alternate shading for lines */
}

/* line 9, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav {
  padding: 0;
}

/* line 12, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav .navbar {
  padding: 0;
  font-size: 1rem;
  line-height: 20px;
}

/* line 21, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > .nav-link:hover {
  background-color: #f7f7f7;
}

/* line 25, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > .nav-link.active {
  color: #502379;
}

/* line 28, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > .nav-link.active + ul {
  display: block;
}

/* line 34, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > ul {
  padding: 10px 0;
  display: none;
  background-color: #f2f2f2;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-size: 1rem;
  line-height: 20px;
}

/* line 43, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > ul .nav-link {
  padding: 8px 22px;
}

/* line 46, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > ul .nav-link.active {
  color: #502379;
}

/* line 59, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .main-content {
  background-color: #f2f2f2;
}

/* line 64, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > h1, .docs section > h2 {
  margin-top: 60px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

/* line 71, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > h2, .docs section > .h2 {
  font-size: 37px;
}

/* line 75, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > h3, .docs section > .h3 {
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 29px;
}

/* line 81, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > h4, .docs section > .h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

/* line 87, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > p {
  font-size: 17px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 25px;
}

/* line 94, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > p b, .docs section > p strong {
  font-weight: 400;
}

/* line 99, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > ul, .docs section > ol {
  font-size: 17px;
  font-weight: 300;
  line-height: 33px;
}

/* line 105, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs section > img {
  max-width: 100%;
}

/* line 112, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .gallery-container .item {
  width: 50%;
}

/* line 118, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .prettyprint {
  font-size: 13px;
  line-height: 1.5;
}

/* line 123, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre {
  border: 0;
  padding: 20px;
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .code-panel {
  margin-bottom: 30px;
}

/* line 133, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs .code-panel__heading {
  background: #5A5775;
  color: #cecece;
  font-size: 15px;
  padding: 11px 16px;
}

/* line 140, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre {
  background-color: #4F4A68;
  color: #EDEBE6;
}

/* line 144, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .pln {
  color: #eeeeee;
}

/* line 147, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .str {
  color: #92CF78;
}

/* line 150, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .kwd {
  color: #f386ac;
}

/* line 153, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .com {
  color: #8275E7;
}

/* line 156, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .typ {
  color: #97f6fb;
}

/* line 159, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .lit {
  color: #dcc175;
}

/* line 162, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .pun,
.docs pre .opn,
.docs pre .clo {
  color: #e3e2e0;
}

/* line 167, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .tag {
  color: #f386ac;
}

/* line 170, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .atn {
  color: #1DFDC0;
}

/* line 173, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .atv {
  color: #F2C770;
}

/* line 176, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .dec,
.docs pre .var {
  color: #E86493;
}

/* line 180, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs pre .fun {
  color: #445588;
}

/* line 186, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 188, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs li.L0,
.docs li.L1,
.docs li.L2,
.docs li.L3,
.docs li.L5,
.docs li.L6,
.docs li.L7,
.docs li.L8 {
  list-style-type: none;
}

/* line 198, app/assets/stylesheets/beagle/includes/pages/_documentation.scss */
.docs li.L1,
.docs li.L3,
.docs li.L5,
.docs li.L7,
.docs li.L9 {
  background: #eee;
}

/*------------------------------------------------------------------
  [dataTables]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
table.dataTable {
  margin: 0 !important;
  border-collapse: collapse !important;
}

/* line 10, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  font-size: 1.538rem;
  bottom: .5rem;
}

/* line 22, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper {
  flex-flow: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

/* line 28, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper div.dataTables_info {
  color: #616161;
  padding-top: 5px;
}

/* line 35, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
  justify-content: flex-end;
}

/* line 41, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
  font-size: 1rem;
  color: #616161;
}

/* line 47, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper div.dataTables_length label {
  justify-content: flex-start;
}

/* line 50, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper div.dataTables_length label select.form-control-sm {
  height: 37px;
  padding: 2px;
  margin: 0 5px;
}

/* line 57, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper div.dataTables_filter label {
  justify-content: flex-end;
}

/* line 60, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
div.dataTables_wrapper div.dataTables_filter label select {
  padding: 2px;
}

/* line 66, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
.be-datatable-header {
  border-bottom: 1px solid #dee2e6;
  margin: 2px 0 0;
  padding: 15px 10px 22px;
}

/* line 75, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
.be-datatable-header .dt-buttons .btn embed {
  outline: none;
}

/* line 82, app/assets/stylesheets/beagle/includes/plugins/_datatables.scss */
.be-datatable-footer {
  margin: 0;
  padding: 15px 3px 13px;
  background-color: #f7f7f7;
  border-top: 1px solid #dee2e6;
}

/*------------------------------------------------------------------
  [Bootstrap dateTime Picker]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker {
  padding: 4px 12px;
}

/* line 7, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker.input-group {
  padding: 4px 0;
}

/* line 13, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker .input-group-append > button {
  padding: 0 13px;
  font-size: 1.846rem;
  line-height: 23px;
}

/* line 18, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker .input-group-append > button > i {
  vertical-align: middle;
}

/* line 28, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker.input-group-sm .input-group-append > button {
  font-size: 1.538rem;
  line-height: 21px;
  padding: 0 11px;
}

/* line 40, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker.input-group-lg .input-group-append > button {
  padding: 0 15px;
}

/* line 47, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table {
  border-collapse: separate;
  border-spacing: 7px 2px;
}

/* line 55, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table thead tr th {
  padding: 10px 4px 8px;
}

/* line 58, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table thead tr th.prev, .datetimepicker table thead tr th.next {
  padding: 0;
}

/* line 61, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table thead tr th.prev > .icon, .datetimepicker table thead tr th.next > .icon {
  font-size: 1.615rem;
}

/* line 65, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table thead tr th.prev:hover, .datetimepicker table thead tr th.next:hover {
  background-color: transparent;
  color: #502379;
}

/* line 71, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table thead tr th.switch {
  font-weight: 600;
  font-size: 1.077rem;
}

/* line 75, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table thead tr th.switch:hover {
  background-color: transparent;
  color: #5a5a5a;
}

/* line 81, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table thead tr th.dow {
  font-weight: 400;
  font-size: 1.077rem;
  padding-top: 10px;
}

/* line 94, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td {
  line-height: 31px;
  padding: 0 8px;
}

/* line 98, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td.day {
  border-radius: 50%;
  color: #737373;
}

/* line 102, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td.day.old, .datetimepicker table tbody tr td.day.new {
  color: #b3b3b3;
}

/* line 106, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td.day.active {
  background: #502379;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 111, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td.day.active:hover {
  background: #361851;
}

/* line 117, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td .year, .datetimepicker table tbody tr td .month, .datetimepicker table tbody tr td .hour, .datetimepicker table tbody tr td .minute {
  color: #737373;
}

/* line 120, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td .year.old, .datetimepicker table tbody tr td .year.new, .datetimepicker table tbody tr td .month.old, .datetimepicker table tbody tr td .month.new, .datetimepicker table tbody tr td .hour.old, .datetimepicker table tbody tr td .hour.new, .datetimepicker table tbody tr td .minute.old, .datetimepicker table tbody tr td .minute.new {
  color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td .year.active, .datetimepicker table tbody tr td .month.active, .datetimepicker table tbody tr td .hour.active, .datetimepicker table tbody tr td .minute.active {
  background: #502379;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 129, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td .year.active:hover, .datetimepicker table tbody tr td .month.active:hover, .datetimepicker table tbody tr td .hour.active:hover, .datetimepicker table tbody tr td .minute.active:hover {
  background: #361851;
}

/* line 137, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker table tbody tr td fieldset legend {
  font-size: 1.308rem;
  font-weight: 400;
  color: #5a5a5a;
  margin-bottom: 5px;
}

/* line 150, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}

/* line 155, app/assets/stylesheets/beagle/includes/plugins/_datetimepicker.scss */
.datetimepicker.dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

/*------------------------------------------------------------------
  [DropZone]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone {
  position: relative;
  border: 2px dashed #c3c3c3;
  padding: 70px 60px 80px;
  background: transparent;
}

/* line 10, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .icon {
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .icon span {
  font-size: 4.615rem;
  color: #696767;
}

/* line 26, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone h2 {
  margin-bottom: 30px;
  font-size: 3.077rem;
  font-weight: 300;
}

/* line 32, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .note {
  font-size: 1.231rem;
}

/* line 40, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .dz-preview.dz-file-preview .dz-image, form.dropzone .dz-preview.dz-image-preview .dz-image {
  border: 3px solid #502379;
  border-radius: 3px;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 49, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .dz-preview.dz-file-preview.dz-error .dz-image, form.dropzone .dz-preview.dz-image-preview.dz-error .dz-image {
  border-color: #E63E12;
}

/* line 52, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .dz-preview.dz-file-preview.dz-success .dz-image, form.dropzone .dz-preview.dz-image-preview.dz-success .dz-image {
  border-color: #502379;
}

/* line 59, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .dz-preview .dz-details .dz-filename span, form.dropzone .dz-preview .dz-details .dz-size span {
  background: transparent;
}

/* line 64, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
form.dropzone .dz-preview .dz-error-message {
  word-break: break-word;
}

/* line 71, app/assets/stylesheets/beagle/includes/plugins/_dropzone.scss */
.dropzone-mobile-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2, app/assets/stylesheets/beagle/includes/plugins/_flot-chart.scss */
.tooltip-chart {
  display: flex;
}

/* line 5, app/assets/stylesheets/beagle/includes/plugins/_flot-chart.scss */
.tooltip-chart .content-chart {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  border-radius: 3px;
  padding: 5px 12px 5px;
  position: relative;
}

/* line 12, app/assets/stylesheets/beagle/includes/plugins/_flot-chart.scss */
.tooltip-chart .content-chart:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: -5px;
  margin-left: 50%;
  left: -5px;
}

/* line 27, app/assets/stylesheets/beagle/includes/plugins/_flot-chart.scss */
.tooltip-chart .content-chart.arrow-none:before {
  display: none;
}

/* line 32, app/assets/stylesheets/beagle/includes/plugins/_flot-chart.scss */
.tooltip-chart .content-chart span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: -2px;
  text-align: center;
  color: #914fcc;
}

/* line 42, app/assets/stylesheets/beagle/includes/plugins/_flot-chart.scss */
.tooltip-chart .content-chart .label {
  font-size: 11px;
  text-align: center;
}

/* line 46, app/assets/stylesheets/beagle/includes/plugins/_flot-chart.scss */
.tooltip-chart .content-chart .label .label-x, .tooltip-chart .content-chart .label .label-y {
  display: inline-block;
}

/*------------------------------------------------------------------
  [Full calendar]
*/
/* line 6, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-toolbar {
  padding-top: 25px;
  margin-bottom: 30px;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-view-container .fc-event-container .fc-event {
  background: #502379;
  border-color: #3b1a59;
  color: #FFFFFF;
  border-radius: 0;
}

/* line 24, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-view-container .fc-border-separate .fc-today {
  background-color: #f7f7f7;
}

/* line 29, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-view-container .fc-cell-overlay {
  background-color: fade(#502379, 50%);
}

/* line 35, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button {
  color: #404040;
  background: #FFFFFF;
  border-color: #dbdbdb;
  height: auto;
  padding: 10px;
  font-size: 1rem;
  line-height: 28px;
}

/* line 44, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button:focus, .full-calendar .fc-button.focus {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #dbdbdb;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  outline: none;
}

/* line 53, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button:hover, .full-calendar .fc-button.hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-color: #bababa;
}

/* line 59, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button:active, .full-calendar .fc-button.fc-state-active, .full-calendar .fc-button.active, .open > .full-calendar .fc-button.dropdown-toggle {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
  color: #272727;
  background-color: #e3e3e3;
  border-color: #bababa;
}

/* line 68, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button:active:hover, .full-calendar .fc-button:active:focus, .full-calendar .fc-button.focus:active, .full-calendar .fc-button.fc-state-active:hover, .full-calendar .fc-button.fc-state-active:focus, .full-calendar .fc-button.fc-state-active.focus, .full-calendar .fc-button.active:hover, .full-calendar .fc-button.active:focus, .full-calendar .fc-button.active.focus, .open > .full-calendar .fc-button.dropdown-toggle:hover, .open > .full-calendar .fc-button.dropdown-toggle:focus, .open > .full-calendar .fc-button.dropdown-toggle.focus {
  color: #272727;
  background-color: #e3e3e3;
  border-color: #bababa;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
}

/* line 78, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button:active, .full-calendar .fc-button.active, .open > .full-calendar .fc-button.dropdown-toggle {
  background-image: none;
}

/* line 87, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button.disabled, .full-calendar .fc-button.disabled:hover, .full-calendar .fc-button.disabled:focus, .full-calendar .fc-button.disabled.focus, .full-calendar .fc-button.disabled:active, .full-calendar .fc-button.disabled.active, .full-calendar .fc-button[disabled], .full-calendar .fc-button[disabled]:hover, .full-calendar .fc-button[disabled]:focus, .full-calendar .fc-button.focus[disabled], .full-calendar .fc-button[disabled]:active, .full-calendar .fc-button.active[disabled], fieldset[disabled] .full-calendar .fc-button, fieldset[disabled] .full-calendar .fc-button:hover, fieldset[disabled] .full-calendar .fc-button:focus, fieldset[disabled] .full-calendar .fc-button.focus, fieldset[disabled] .full-calendar .fc-button:active, fieldset[disabled] .full-calendar .fc-button.active {
  background-color: #FFFFFF;
  border-color: #dbdbdb;
}

/* line 98, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button.fc-prev-button, .full-calendar .fc-button.fc-next-button {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 106, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-button .fc-icon:after {
  position: static;
  font-weight: 400;
  font-size: 1.615rem;
}

/* line 116, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 121, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.full-calendar .fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media (max-width: 767.98px) {
  /* line 4, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
  .full-calendar {
    max-width: 767px;
  }
  /* line 132, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
  .full-calendar .fc-toolbar .fc-left, .full-calendar .fc-toolbar .fc-center, .full-calendar .fc-toolbar .fc-right {
    text-align: center;
    display: block;
    width: 100%;
  }
  /* line 138, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
  .full-calendar .fc-toolbar .fc-left {
    padding-bottom: 20px;
  }
  /* line 142, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
  .full-calendar .fc-toolbar .fc-center {
    padding: 0;
  }
}

/* line 152, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.fullcalendar-external-events .fc-event {
  margin: 2px 0;
  padding: 5px;
  background: #502379;
  color: #FFFFFF;
  font-size: .85em;
  cursor: pointer;
  display: inline-block;
  border-width: 0;
}

/* line 164, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.fullcalendar-external-events p input {
  margin-top: 15px;
}

/* line 168, app/assets/stylesheets/beagle/includes/plugins/_full-calendar.scss */
.fullcalendar-external-events p label {
  font-weight: 300;
  vertical-align: middle;
}

/*------------------------------------------------------------------
  [Perfect Scrollbar]
*/
/*Perfect Scrollbar*/
/* line 8, app/assets/stylesheets/beagle/includes/plugins/_perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-y-rail {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/beagle/includes/plugins/_perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  right: 0;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 22, app/assets/stylesheets/beagle/includes/plugins/_perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px;
}

/*------------------------------------------------------------------
  [Notifications]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
#gritter-notice-wrapper {
  width: 360px;
  top: 82px;
}

/* line 21, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper {
  background: url("../lib/jquery.gritter/images/gritter-bg.png");
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

/* line 25, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item {
  font-family: 'Open Sans',sans-serif;
  background: transparent;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 34, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-img-container {
  display: table-cell;
  width: 26%;
  vertical-align: middle;
  text-align: center;
  background-color: #302f2f;
}

/* line 41, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-img-container .gritter-image {
  float: none;
}

/* line 46, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content {
  width: auto;
}

/* line 49, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
  padding: 15px 35px 17px 15px;
  color: #d9d9d9;
  width: 267px;
  display: table-cell;
}

/* line 55, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close {
  display: block;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 30px;
  font-size: 0;
  background: transparent;
  text-indent: inherit;
  opacity: 0.4;
}

/* line 67, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:hover, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:hover {
  opacity: 0.8;
}

/* line 71, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:after, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:after {
  content: '\f136';
  font-family: "Material Icons";
  color: #FFFFFF;
  font-size: 1.538rem;
  text-shadow: none;
  line-height: 35px;
  margin-left: 7px;
}

/* line 82, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-title, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-title {
  text-shadow: none;
  font-weight: 300;
  font-size: 1.308rem;
}

/* line 88, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image p, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image p {
  font-size: .9231rem;
  line-height: 19px;
}

/* line 94, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper .gritter-item .gritter-content .gritter-without-image {
  border-left: 0;
}

/* line 100, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.img-rounded {
  border-radius: 0;
}

/* line 105, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.img-rounded .gritter-img-container .gritter-image {
  border-radius: 50%;
}

/* line 111, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.clean {
  background: #FFFFFF;
}

/* line 114, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.clean .gritter-item {
  color: #404040;
}

/* line 117, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.clean .gritter-item .gritter-img-container {
  background-color: #fafafa;
}

/* line 121, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.clean .gritter-item .gritter-content {
  color: #404040;
}

/* line 124, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close {
  opacity: 0.5;
}

/* line 127, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close:after {
  color: #404040;
}

/* line 138, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.color .gritter-item .gritter-content {
  color: #FFFFFF;
}

/* line 141, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close {
  opacity: 0.7;
}

/* line 144, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close:hover {
  opacity: 1;
}

/* line 152, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.primary {
  background: #502379;
}

/* line 153, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.success {
  background: #1BBE6F;
}

/* line 154, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.warning {
  background: #FDC220;
}

/* line 155, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.danger {
  background: #E63E12;
}

/* line 156, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.dark {
  background: #3d3c3c;
}

/* line 159, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.facebook {
  background: #5d82d1;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.facebook .gritter-item .gritter-img-container {
  background-color: #5179ce;
}

/* line 160, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.twitter {
  background: #50bff5;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.twitter .gritter-item .gritter-img-container {
  background-color: #42baf4;
}

/* line 161, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.google-plus {
  background: #eb5e4c;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.google-plus .gritter-item .gritter-img-container {
  background-color: #e9523e;
}

/* line 162, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.dribbble {
  background: #f7659c;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.dribbble .gritter-item .gritter-img-container {
  background-color: #f65693;
}

/* line 163, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.flickr {
  background: #0063dc;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.flickr .gritter-item .gritter-img-container {
  background-color: #005ccd;
}

/* line 164, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.linkedin {
  background: #238cc8;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.linkedin .gritter-item .gritter-img-container {
  background-color: #2183bb;
}

/* line 165, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.youtube {
  background: #ef4e41;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.youtube .gritter-item .gritter-img-container {
  background-color: #ee4133;
}

/* line 166, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.pinterest {
  background: #e13138;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.pinterest .gritter-item .gritter-img-container {
  background-color: #df242b;
}

/* line 167, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.github {
  background: #333;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.github .gritter-item .gritter-img-container {
  background-color: #2b2b2b;
}

/* line 168, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.tumblr {
  background: #426d9b;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_gritter.scss */
.gritter-item-wrapper.tumblr .gritter-item .gritter-img-container {
  background-color: #3d6590;
}

/* line 2, app/assets/stylesheets/beagle/includes/plugins/_multiselect.scss */
.ms-container .ms-selectable {
  background-color: transparent;
}

/* line 7, app/assets/stylesheets/beagle/includes/plugins/_multiselect.scss */
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #502379;
}

/* line 13, app/assets/stylesheets/beagle/includes/plugins/_multiselect.scss */
.ms-container .ms-list {
  background-color: #FFFFFF;
}

/* line 17, app/assets/stylesheets/beagle/includes/plugins/_multiselect.scss */
.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border-color: #502379;
}

/* line 24, app/assets/stylesheets/beagle/includes/plugins/_multiselect.scss */
.ms-container .search-input {
  height: 30px;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------
  [Select2]
*/
/* line 6, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.input-group .select2-container--default {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
}

/* line 12, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border: 0.07692rem solid #d5d8de;
  border-radius: 2px;
}

/* line 16, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--multiple:focus {
  border-color: #4285f4;
  outline: 0;
}

/* line 22, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single {
  height: 3.692rem;
}

/* line 25, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 15px;
  height: 3.53816rem;
  line-height: 3.53816rem;
  font-size: 1.077rem;
  color: #404040;
}

/* line 32, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  right: 25px;
  font-size: 1.538rem;
}

/* line 38, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.5382rem;
  width: 30px;
}

/* line 43, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 51, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\f2f9";
  font-family: "Material Icons";
  font-size: 1.923rem;
  font-weight: normal;
  line-height: 3.5382rem;
  color: #404040;
}

/* line 63, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple {
  min-height: 3.53816rem;
}

/* line 66, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 8px;
  margin-right: 0;
  font-size: 1.538rem;
}

/* line 72, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 12px;
}

/* line 76, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #5a5a5a;
  border-width: 0;
  padding: 4px 6px;
  line-height: 18px;
}

/* line 85, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #666666;
  margin-right: 3px;
}

/* line 89, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #4d4d4d;
}

/* line 94, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: 2rem;
  font-family: Ubuntu, "Ubuntu", "Roboto", Arial, sans-serif;
  font-size: 1.077rem;
  color: #999;
}

/* line 104, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0.07692rem solid #d5d8de;
}

/* line 117, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: "\f2f9";
}

/* line 125, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-results__group {
  font-size: 0.9231rem;
  color: #5a5a5a;
}

/* line 130, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-results__option {
  padding: 10px 6px;
}

/* line 134, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f7f7f7;
}

/* line 138, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #502379;
}

/* line 142, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-dropdown {
  border-width: 0.07692rem;
  border-color: #d5d8de;
}

/* line 146, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-dropdown--above {
  border-radius: 2px 2px 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
}

/* line 151, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-dropdown--below {
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* line 157, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown {
  background-color: #f2f3f4;
  border-bottom: 0.07692rem solid #d5d8de;
}

/* line 161, app/assets/stylesheets/beagle/includes/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-width: 0;
  outline: none;
}

/*------------------------------------------------------------------
  [Slider]
*/
/*Slider*/
/* line 7, app/assets/stylesheets/beagle/includes/plugins/_slider.scss */
.slider.slider-vertical {
  margin-right: 13px;
}

/* line 10, app/assets/stylesheets/beagle/includes/plugins/_slider.scss */
.slider.slider-vertical .slider-handle {
  margin-left: -1px;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_slider.scss */
.slider.slider-horizontal {
  height: 24px;
  max-width: 100%;
}

/* line 19, app/assets/stylesheets/beagle/includes/plugins/_slider.scss */
.slider.slider-horizontal .slider-track {
  height: 8px;
}

/* line 25, app/assets/stylesheets/beagle/includes/plugins/_slider.scss */
.slider-selection {
  background: #502379;
  border: 1px solid #502379;
  box-shadow: none;
}

/* line 31, app/assets/stylesheets/beagle/includes/plugins/_slider.scss */
.slider-track {
  background: #f2f2f2;
  box-shadow: none;
}

/* line 36, app/assets/stylesheets/beagle/includes/plugins/_slider.scss */
.slider-handle {
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  height: 22px;
  width: 22px;
  transition: box-shadow 200ms ease-in-out;
}

/*------------------------------------------------------------------
  [Nestable list]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 1rem;
  line-height: 20px;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item .dd-handle, .dd-list .dd3-item .dd-handle {
  cursor: default;
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  text-decoration: none;
  border: 1px solid #dedede;
  background: #FFFFFF;
}

/* line 33, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item .dd-handle:hover, .dd-list .dd3-item .dd-handle:hover {
  color: #FFFFFF;
  background: #502379;
  border-color: #502379;
}

/* line 40, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item > button, .dd-list .dd3-item > button {
  font-family: "Material Icons";
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 8px 2px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 1.231rem;
  line-height: 1;
  text-align: center;
}

/* line 60, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item > button:before, .dd-list .dd3-item > button:before {
  content: '\f278';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 69, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item > button[data-action="collapse"]:before, .dd-list .dd3-item > button[data-action="collapse"]:before {
  content: '\f273';
}

/* line 74, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item .dd3-content, .dd-list .dd3-item .dd3-content {
  display: block;
  margin: 5px 0;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #dedede;
}

/* line 82, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item .dd3-content:hover, .dd-list .dd3-item .dd3-content:hover {
  background: #FFFFFF;
}

/* line 87, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item .dd3-handle, .dd-list .dd3-item .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: all-scroll;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #502379;
  background: #502379;
  height: 36px;
}

/* line 101, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item .dd3-handle:before, .dd-list .dd3-item .dd3-handle:before {
  content: '=';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #FFFFFF;
  font-size: 1.769rem;
  line-height: 24px;
  font-weight: normal;
}

/* line 116, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item .dd3-handle:hover, .dd-list .dd3-item .dd3-handle:hover {
  background: #5d298d;
  border-color: #5d298d;
}

/* line 125, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd3-item > button {
  margin-left: 35px;
}

/* line 130, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-item, .dd-list .dd-empty, .dd-list .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 1rem;
  line-height: 20px;
}

/* line 140, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-placeholder, .dd-list .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #FFF;
  border: 1px dashed #b3b3b3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 150, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%, #FFFFFF), -webkit-linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%, #FFFFFF);
  background-image: -moz-linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%, #FFFFFF), -moz-linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%, #FFFFFF);
  background-image: linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%, #FFFFFF), linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%, #FFFFFF);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

/* line 166, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-collapsed .dd-list {
  display: none;
}

/* line 171, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

/* line 176, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/* line 180, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list.dd-dragel .dd-handle, .dd-list.dd-dragel .dd3-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/* line 186, app/assets/stylesheets/beagle/includes/plugins/_nestable-lists.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 2, app/assets/stylesheets/beagle/includes/plugins/_mprogress.scss */
.ui-mprogress .deter-bar {
  background: #502379;
}

/* line 5, app/assets/stylesheets/beagle/includes/plugins/_mprogress.scss */
.ui-mprogress .peg {
  box-shadow: 0 0 10px #502379, 0 0 5px #7734b4;
}

/* line 9, app/assets/stylesheets/beagle/includes/plugins/_mprogress.scss */
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg {
  background: #9d63d2;
}

/*------------------------------------------------------------------
  [Parsley]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_parsley.scss */
.parsley-errors-list.filled {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
  position: relative;
  background-color: #eb6357;
  color: #FFFFFF;
}

/* line 12, app/assets/stylesheets/beagle/includes/plugins/_parsley.scss */
.parsley-errors-list.filled:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 7px solid #eb6357;
  -moz-transform: scale(0.9999);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

/* line 21, app/assets/stylesheets/beagle/includes/plugins/_parsley.scss */
.parsley-errors-list.filled > li {
  list-style: none;
}

/*------------------------------------------------------------------
  [Summernote]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame {
  margin-bottom: 0;
  border-width: 0;
  box-shadow: none;
}

/* line 9, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar {
  margin: 0;
  padding-bottom: 5px;
}

/* line 15, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar .btn .fa {
  font-size: 1.077rem;
}

/* line 20, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar > .btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
}

/* line 25, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar > .btn-group .btn-light {
  border-color: #d5d8de;
}

/* line 28, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar > .btn-group .btn-light:hover {
  border-color: #bdbdbd;
}

/* line 32, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar > .btn-group .btn-light:not([disabled]):not(.disabled):active, .note-editor.note-frame .note-toolbar > .btn-group .btn-light.active:not([disabled]):not(.disabled), .show > .note-editor.note-frame .note-toolbar > .btn-group .btn-light.dropdown-toggle {
  border-color: #bababa;
}

/* line 39, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar > .btn-group .btn-light.dropdown-toggle:after {
  display: inline-block;
}

/* line 46, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar > .btn-group .btn-light + .dropdown-menu blockquote {
  padding: 10px 20px;
}

/* line 53, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-toolbar .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px;
}

/* line 59, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-statusbar {
  background-color: #f6f6f6;
}

/* line 62, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-statusbar .note-resizebar {
  height: auto;
  padding-top: 3px;
  padding-bottom: 4px;
}

/* line 69, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-editable {
  border: 1px solid #d5d8de;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 0;
}

/* line 78, app/assets/stylesheets/beagle/includes/plugins/_summernote.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  color: #404040;
}

/*------------------------------------------------------------------
  [Vector Maps]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_vector-maps.scss */
.jvectormap-zoomin,
.jvectormap-zoomout {
  line-height: 11px;
}

/* line 9, app/assets/stylesheets/beagle/includes/plugins/_vector-maps.scss */
.jqvmap-zoomin,
.jqvmap-zoomout {
  width: 30px;
  height: 30px;
  background-color: #d9d9d9;
  color: #7a7a7a;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
  top: auto;
  left: 0;
  bottom: 0;
}

/* line 23, app/assets/stylesheets/beagle/includes/plugins/_vector-maps.scss */
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
  background-color: #c9c9c9;
}

/* line 28, app/assets/stylesheets/beagle/includes/plugins/_vector-maps.scss */
.jqvmap-zoomin {
  left: 43px;
}

/*------------------------------------------------------------------
  [Wizard]
*/
/* line 4, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background-color: #f9f9f9;
  position: relative;
  min-height: 48px;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 20, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard:after {
  clear: both;
}

/* line 23, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

/* line 28, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete {
  cursor: default;
}

/* line 31, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
  background: #f3f4f5;
  color: #468847;
  cursor: default;
}

/* line 36, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}

/* line 39, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #ededed;
  color: #999999;
  font-size: 1.231rem;
  cursor: not-allowed;
}

/* line 51, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}

/* line 61, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #ededed;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}

/* line 71, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete {
  background: #f3f4f5;
  color: #468847;
}

/* line 75, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete:hover {
  background: #e7eff8;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

/* line 82, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}

/* line 85, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.active {
  background: #f1f6fc;
  color: #3a87ad;
  cursor: default;
}

/* line 90, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}

/* line 93, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.active .badge {
  background-color: #3a87ad;
}

/* line 96, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li .badge {
  margin-right: 8px;
}

/* line 99, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li .badge-success {
  background-color: #468847;
}

/* line 102, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}

/* line 106, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}

/* line 118, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: .9231rem;
  margin-right: 8px;
}

/* line 123, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}

/* line 126, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}

/* line 129, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}

/* line 132, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}

/* line 135, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard .step-content {
  border-top: 1px solid #D4D4D4;
  padding: 10px;
  float: left;
  width: 100%;
}

/* line 141, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard .step-content .step-pane {
  display: none;
}

/* line 144, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard .step-content > .active {
  display: block;
}

/* line 147, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard .step-content > .active .btn-group .active {
  display: inline-block;
}

/* line 150, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
  display: none;
}

/* line 153, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
  margin-left: 0;
}

/* line 158, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.block-wizard {
  padding: 0;
}

/* line 162, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #FFFFFF;
}

/* line 169, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard label.col-form-label {
  font-weight: 600;
}

/* line 173, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard .wizard-title {
  margin: 10px 0 0;
}

/* line 177, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions {
  line-height: 48px;
  background: #f7f7f7;
  padding: 0;
  font-size: 0;
}

/* line 183, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn {
  line-height: 48px;
  border-width: 0;
  border-radius: 0;
  vertical-align: top;
  padding: 0 14px;
  box-shadow: none;
  font-weight: 400;
  color: #949494;
}

/* line 193, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn:focus, .fuelux .wizard > .actions .btn:active {
  box-shadow: none;
  border-width: 0;
}

/* line 198, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn:hover {
  background-color: #f7f7f7;
}

/* line 202, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn:first-child {
  border-right: 1px solid #d4d4d4;
}

/* line 206, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn .icon {
  font-size: 1.308rem;
  line-height: 17px;
  position: relative;
  top: -1px;
  color: #949494;
}

/* line 216, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn.btn-previous i {
  margin-right: 5px;
}

/* line 223, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions .btn.btn-next i {
  margin-left: 5px;
}

/* line 232, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps > li {
  height: 48px;
  background-color: #f7f7f7;
}

/* line 236, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps > li .chevron {
  border-left-color: #e0e0e0;
}

/* line 239, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps > li .chevron:before {
  border-left: 14px solid #f7f7f7;
}

/* line 246, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li {
  font-size: 1.154rem;
}

/* line 249, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li:first-child {
  border-radius: 0;
}

/* line 253, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.active {
  background: #FFFFFF;
  color: #502379;
}

/* line 257, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.active .chevron:before {
  -moz-transform: scale(0.9999);
  border-left: 14px solid #FFFFFF;
}

/* line 263, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete {
  color: #FFFFFF;
  background: #502379;
}

/* line 267, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete .chevron {
  border-left-color: #3b1a59;
}

/* line 270, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
  border-left: 14px solid #502379;
}

/* line 275, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete:hover {
  background: #582685;
}

/* line 278, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron {
  border-left-color: #401c61;
}

/* line 281, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
  border-left-color: #582685;
}

/* line 288, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps li .chevron {
  -moz-transform: scale(0.9999);
}

/* line 293, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
  color: #FFFFFF;
  background: #502379;
}

/* line 297, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #502379;
}

/* line 305, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions button {
  font-size: .9231rem;
}

/* line 308, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions button i {
  font-size: .8462rem;
  line-height: 17px;
}

/* line 315, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions button.btn-prev i {
  margin-right: 3px;
}

/* line 322, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard > .actions button.btn-next i {
  margin-left: 3px;
}

/* line 329, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
.fuelux .wizard .step-content {
  padding: 20px 30px;
  clear: both;
  border-top: 1px solid #E2E2E2;
}

@media (max-width: 767px) {
  /* line 338, app/assets/stylesheets/beagle/includes/plugins/_wizard.scss */
  .wizard-row .fuelux {
    position: static;
  }
}

/*------------------------------------------------------------------
  [Calendar Widget]
*/
/* line 6, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker {
  position: relative;
  margin: 10px 0 32px;
}

/* line 10, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  cursor: default;
  line-height: 24px;
  margin: 0 2.3em;
  text-align: center;
  font-weight: 300;
  font-size: 1.385rem;
}

/* line 24, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: -5px;
  width: 1.8em;
  color: #404040;
  font-size: 1.923rem;
}

/* line 32, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  overflow: hidden;
  display: block;
  text-indent: -99999px;
}

/* line 37, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after, .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  cursor: pointer;
  content: "\f2fa";
  font-family: "Material Icons";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  text-indent: 0;
}

/* line 51, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 8px;
}

/* line 55, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 2px;
}

/* line 59, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: "\f2fb";
  right: 2px;
}

/* line 67, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
}

/* line 74, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td:first-child, .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr th:first-child {
  padding-left: 0;
}

/* line 78, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td:last-child, .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr th:last-child {
  padding-right: 0;
}

/* line 84, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar th {
  border: 0;
  padding: 3px;
  text-align: center;
  font-weight: 400;
  color: #404040;
}

/* line 91, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar th span {
  font-size: 1.077rem;
}

/* line 98, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td {
  border: 0;
  padding: 6px 0;
  text-align: center;
}

/* line 103, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a {
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #737373;
  width: 27px;
  height: 27px;
  line-height: 27px;
}

/* line 113, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a:hover {
  color: #404040;
}

/* line 117, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active, .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #e6e6e6;
  border-radius: 50%;
}

/* line 123, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #502379;
  color: #FFFFFF;
}

/* line 131, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td.has-events a {
  position: relative;
  background-color: #aa77d8;
  border-radius: 50%;
}

/* line 140, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-other-month a {
  color: #cccccc;
}

/* line 148, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker.ui-datepicker-6rows {
  margin-bottom: 28px;
}

/* line 155, app/assets/stylesheets/beagle/includes/elements/widgets/_calendar.scss */
.widget-calendar .ui-datepicker.ui-datepicker-6rows table.ui-datepicker-calendar tr td {
  padding: 3px 0;
}

/* line 5, app/assets/stylesheets/beagle/includes/elements/widgets/_map.scss */
.widget.widget-map .map-container > div {
  height: 229px;
}

/*------------------------------------------------------------------
  [Tile widgets]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile {
  padding: 24px 20px;
  margin-bottom: 25px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 11, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .data-info {
  display: table-cell;
  text-align: right;
}

/* line 15, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .data-info .value {
  font-size: 1.693rem;
  font-weight: 300;
}

/* line 20, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .data-info .indicator {
  font-size: 1.923rem;
  margin-right: 7px;
  line-height: 24px;
  vertical-align: middle;
}

/* line 26, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .data-info .indicator-equal {
  color: #502379;
}

/* line 30, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .data-info .indicator-positive {
  color: #1BBE6F;
}

/* line 34, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .data-info .indicator-negative {
  color: #E63E12;
}

/* line 39, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .data-info .desc {
  font-size: 1.077rem;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 48, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile .chart {
  width: 85px;
  min-height: 45px;
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide {
  display: table;
  width: 100%;
}

/* line 60, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

/* line 66, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide .data-info {
  vertical-align: top;
}

/* line 69, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide .data-info .title {
  font-size: 1.231rem;
  line-height: 22px;
  margin-bottom: 2px;
}

/* line 75, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide .data-info .desc {
  color: gray;
  font-size: .9231rem;
}

/* line 81, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide .tile-value {
  text-align: right;
}

/* line 84, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide .tile-value > span {
  display: block;
  padding-right: 10px;
  font-weight: 300;
  font-size: 2.385rem;
}

/* line 92, app/assets/stylesheets/beagle/includes/elements/widgets/_tiles.scss */
.widget.widget-tile.widget-tile-wide .icon {
  float: none;
  line-height: 43px;
  vertical-align: top;
  margin-right: 5px;
}

/*------------------------------------------------------------------
  [User profile widget]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display {
  margin-bottom: 30px;
  border-radius: 2px;
  background-color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-bg {
  max-height: 300px;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-bg img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

@media (max-width: 767.98px) {
  /* line 13, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
  .user-display-bg img {
    min-height: 130px;
  }
}

/* line 23, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-bottom {
  position: relative;
  padding: 11px 20px;
}

/* line 28, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-avatar {
  position: absolute;
  left: 20px;
  top: -50px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

/* line 35, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-avatar img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
}

/* line 43, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-info {
  line-height: 20px;
  padding-left: 130px;
}

/* line 47, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-info .name {
  display: block;
  font-size: 1.385rem;
  font-weight: 500;
  line-height: 22px;
}

/* line 54, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-info .nick {
  line-height: 21px;
  color: #5f5f5f;
}

/* line 60, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-details {
  margin-top: 15px;
}

/* line 63, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-details .title {
  text-transform: uppercase;
  font-size: .9231rem;
  color: #5f5f5f;
}

/* line 69, app/assets/stylesheets/beagle/includes/elements/widgets/_user-profile-display.scss */
.user-display-details .counter {
  font-size: 1.385rem;
}

/*------------------------------------------------------------------
  [User info list widget]
*/
/* line 6, app/assets/stylesheets/beagle/includes/elements/widgets/_user-info-list.scss */
.user-info-list table {
  width: 100%;
  table-layout: fixed;
}

/* line 12, app/assets/stylesheets/beagle/includes/elements/widgets/_user-info-list.scss */
.user-info-list table tr td {
  padding: 12px 0;
}

/* line 15, app/assets/stylesheets/beagle/includes/elements/widgets/_user-info-list.scss */
.user-info-list table tr td.icon {
  width: 33px;
}

/* line 18, app/assets/stylesheets/beagle/includes/elements/widgets/_user-info-list.scss */
.user-info-list table tr td.icon > span {
  font-size: 1.538rem;
  vertical-align: middle;
  margin-bottom: 1px;
}

/* line 25, app/assets/stylesheets/beagle/includes/elements/widgets/_user-info-list.scss */
.user-info-list table tr td.item {
  width: 34%;
}

/*------------------------------------------------------------------
  [User current progress widget]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress {
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress .title {
  display: block;
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress .value {
  display: block;
  text-align: right;
  font-size: 1.385rem;
  padding-top: 18px;
  overflow-wrap: normal;
}

/* line 20, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress .progress {
  height: 10px;
  border-radius: 5px;
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress .progress-bar {
  border-radius: 5px;
}

/* line 30, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress-small {
  margin-bottom: 20px;
}

/* line 33, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress-small .title {
  display: inline-block;
}

/* line 37, app/assets/stylesheets/beagle/includes/elements/widgets/_user-progress.scss */
.user-progress-small .progress {
  margin-top: 5px;
  height: 5px;
}

/*------------------------------------------------------------------
  [User timeline widget]
*/
/* line 4, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline {
  padding: 0;
  margin: 5px 0 15px;
  list-style: none;
  position: relative;
}

/* line 10, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  height: 100%;
  width: 2px;
  background-color: #502379;
}

/* line 20, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline:after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -2px;
  height: 8px;
  width: 8px;
  background-color: #502379;
  border-radius: 50%;
}

/* line 31, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline > li {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-bottom: 27px;
}

/* line 37, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #502379;
}

/* line 51, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline > li.latest:before {
  background-color: #502379;
}

/* line 57, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-date {
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 8px;
}

/* line 63, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-title {
  font-weight: 500;
}

/* line 69, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact .user-timeline-date {
  float: right;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 22px;
}

/* line 76, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact .user-timeline-title {
  font-size: 1.385rem;
  font-weight: 300;
}

/* line 81, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact .user-timeline-description {
  color: #737373;
  margin-top: 4px;
}

/* line 86, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact:before {
  background-color: #f6c163;
}

/* line 90, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact:after {
  background-color: #f6c163;
}

/* line 94, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact > li {
  padding-bottom: 35px;
}

/* line 97, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact > li:last-child {
  padding-bottom: 25px;
}

/* line 101, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact > li:before {
  border: 1px solid #f6c163;
}

/* line 107, app/assets/stylesheets/beagle/includes/elements/widgets/_user-timeline.scss */
.user-timeline-compact > li.latest:before {
  background-color: #f6c163;
}

/* line 7, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control-feedback:valid, .form-control-feedback.is-valid, .was-validated .col-form-label:valid,
.col-form-label.is-valid, .was-validated .form-check-label:valid,
.form-check-label.is-valid, .was-validated .custom-control:valid,
.custom-control.is-valid {
  color: #404040;
}

/* line 14, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #d5d8de;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #d5d8de;
}

/* line 28, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 30, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: none;
}

/* line 41, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::after, .custom-control-input.is-valid ~ .custom-control-label::after {
  color: #d5d8de;
}

/* line 45, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #FFFFFF;
  border-color: #d5d8de;
  color: #d5d8de;
}

/* line 58, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:checked:valid ~ .custom-control-color::after, .custom-control-input.is-valid:checked ~ .custom-control-color::after {
  background-color: #d5d8de;
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/application.scss */
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-top-color: #bdc0c7;
}

/* line 20, app/assets/stylesheets/application.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #666666;
}

/* line 22, app/assets/stylesheets/application.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label:before, .custom-control-input.is-valid ~ .custom-control-label:before {
  background-color: #FFFFFF !important;
  border-color: #d5d8de !important;
}

/* line 26, app/assets/stylesheets/application.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label:after, .custom-control-input.is-valid ~ .custom-control-label:after {
  color: #502379 !important;
}

/* line 34, app/assets/stylesheets/application.scss */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border-color: #d5d8de !important;
  border-top-color: #bdc0c7 !important;
  border-width: 1px !important;
}

/* line 46, app/assets/stylesheets/application.scss */
.was-validated .form-control:invalid ~ .select2-container .select2-selection,
.form-control.is-invalid ~ .select2-container .select2-selection,
.was-validated .custom-select:invalid ~ .select2-container .select2-selection,
.custom-select.is-invalid ~ .select2-container .select2-selection {
  border-color: #E63E12 !important;
}

/* line 53, app/assets/stylesheets/application.scss */
.form-group .datetimepicker.input-group {
  margin: 0px 0px;
  padding: 0px 0px;
}

/* line 60, app/assets/stylesheets/application.scss */
#interview_form .assignment-group {
  display: none;
}

/* line 62, app/assets/stylesheets/application.scss */
#interview_form .assignment-group.active {
  display: block;
}

/* line 68, app/assets/stylesheets/application.scss */
.select2-dropdown.global-search > ul {
  max-height: 400px !important;
}

/* line 70, app/assets/stylesheets/application.scss */
.select2-dropdown.global-search > ul li ul li.select2-results__option {
  padding: 10px 12px;
}

/* line 75, app/assets/stylesheets/application.scss */
.be-top-header .select2-search-container {
  position: relative;
  flex: 1 1 auto;
  display: inline-block;
  height: 60px;
  padding: 10px 25px;
}

/* line 82, app/assets/stylesheets/application.scss */
.be-top-header .select2-search-container .select2-container--default .select2-selection--multiple {
  height: 37px !important;
  min-height: 37px !important;
}

/* line 85, app/assets/stylesheets/application.scss */
.be-top-header .select2-search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px 12px;
}

/* line 87, app/assets/stylesheets/application.scss */
.be-top-header .select2-search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  color: #404040;
}

/* line 89, app/assets/stylesheets/application.scss */
.be-top-header .select2-search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:placeholder {
  color: #666;
}

/* line 96, app/assets/stylesheets/application.scss */
.be-top-header .select2-search-container .select2-container--default + .input-group-btn .more-results {
  display: inline-block;
  margin-top: 5px;
  line-height: 2rem;
  font-family: Ubuntu, "Ubuntu", "Roboto", Arial, sans-serif;
  font-size: 1.077rem;
}

/* line 102, app/assets/stylesheets/application.scss */
.be-top-header .select2-search-container .select2-container--default + .input-group-btn .more-results + .btn {
  margin-top: -5px;
}

/* line 110, app/assets/stylesheets/application.scss */
.form-control-sm .input-search .input-group-btn button {
  height: 35px !important;
}

/* line 114, app/assets/stylesheets/application.scss */
.pricing-table-primary {
  padding: 20px 20px;
}

/* line 117, app/assets/stylesheets/application.scss */
.pricing-table-primary svg path, .pricing-table-primary svg rect, .pricing-table-primary svg polygon {
  fill: #000 !important;
}

/* line 119, app/assets/stylesheets/application.scss */
.pricing-table-primary .pricing-table-features {
  margin-bottom: 15px;
}

/* line 126, app/assets/stylesheets/application.scss */
.pricing-table-primary.pricing-table-color svg path, .pricing-table-primary.pricing-table-color svg rect, .pricing-table-primary.pricing-table-color svg polygon {
  fill: #fff !important;
}

/* line 128, app/assets/stylesheets/application.scss */
.pricing-table-primary.pricing-table-color .btn {
  display: none;
}

/* line 134, app/assets/stylesheets/application.scss */
.form-group.is-invalid .invalid-feedback {
  display: block;
}

/* line 139, app/assets/stylesheets/application.scss */
.table thead th {
  border-top: 0;
}

/* line 143, app/assets/stylesheets/application.scss */
.select-dropdown-icon {
  height: 3.5382rem;
  width: 30px;
  position: absolute;
  top: 27px;
  right: 7px;
}

/* line 149, app/assets/stylesheets/application.scss */
.select-dropdown-icon b {
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 156, app/assets/stylesheets/application.scss */
.select-dropdown-icon b::after {
  content: "\f2f9";
  font-family: "Material Icons";
  font-size: 1.923rem;
  font-weight: normal;
  line-height: 3.5382rem;
  color: #404040;
}

/* line 168, app/assets/stylesheets/application.scss */
.form-inline .select-dropdown-icon {
  top: 12px;
}

/* line 173, app/assets/stylesheets/application.scss */
.form-control-sm + .select-dropdown-icon {
  height: 2.3125rem;
}

/* line 175, app/assets/stylesheets/application.scss */
.form-control-sm + .select-dropdown-icon b::after {
  height: 2.3125rem;
}

/* line 180, app/assets/stylesheets/application.scss */
ul.membership-status {
  padding-left: .5em;
  list-style-position: inside;
}

/* line 184, app/assets/stylesheets/application.scss */
ul.membership-status li:last-child {
  font-weight: bold;
}

/* line 8, app/assets/stylesheets/join_form.scss */
body.join-form {
  font-family: Ubuntu, "Ubuntu", "Roboto", Arial, sans-serif;
  background: white;
  /*
    Start
    */
  /*
    Phone input
    */
  /*
    Form Steps
    */
}

/* line 13, app/assets/stylesheets/join_form.scss */
body.join-form .navbar {
  height: 60px;
  padding: 0 9px;
  background-color: white;
}

/* line 18, app/assets/stylesheets/join_form.scss */
body.join-form .navbar .container-fluid, body.join-form .navbar .container-sm, body.join-form .navbar .container-md, body.join-form .navbar .container-lg, body.join-form .navbar .container-xl {
  padding: 0;
}

/* line 22, app/assets/stylesheets/join_form.scss */
body.join-form .navbar .logo {
  height: 35.7px;
}

/* line 26, app/assets/stylesheets/join_form.scss */
body.join-form .navbar .member-login {
  background-color: #502379;
  color: white;
  padding: .5em .75em;
  font-size: 18px;
}

/* line 34, app/assets/stylesheets/join_form.scss */
body.join-form .btn-volt-white {
  color: #502379;
  background-color: white;
  border-color: #502379;
  border: none;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white:focus, body.join-form .btn-volt-white.focus {
  color: #502379;
  background-color: white;
  border-color: #502379;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white:hover, body.join-form .btn-volt-white.hover {
  color: #502379;
  box-shadow: inset 0 -1px 0 #e6e6e6;
  background-color: white;
  border-color: #552581;
  border-bottom-color: #e6e6e6;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white:active, body.join-form .btn-volt-white.active, body.join-form .btn-volt-white:not([disabled]):not(.disabled):active, body.join-form .btn-volt-white.active:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-white.dropdown-toggle {
  color: #502379;
  box-shadow: inset 0 2px 0 #e6e6e6;
  background-color: #f0f0f0;
  border-color: #401c61;
  border-top-color: #241036;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white:active .icon, body.join-form .btn-volt-white.active .icon, body.join-form .btn-volt-white:not([disabled]):not(.disabled):active .icon, body.join-form .btn-volt-white.active:not([disabled]):not(.disabled) .icon, .show > body.join-form .btn-volt-white.dropdown-toggle .icon {
  color: #502379;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white:active:hover, body.join-form .btn-volt-white:active:focus, body.join-form .btn-volt-white.focus:active, body.join-form .btn-volt-white.active:hover, body.join-form .btn-volt-white.active:focus, body.join-form .btn-volt-white.active.focus, body.join-form .btn-volt-white:not([disabled]):not(.disabled):active:hover, body.join-form .btn-volt-white:not([disabled]):not(.disabled):active:focus, body.join-form .btn-volt-white.focus:not([disabled]):not(.disabled):active, body.join-form .btn-volt-white.active:not([disabled]):not(.disabled):hover, body.join-form .btn-volt-white.active:not([disabled]):not(.disabled):focus, body.join-form .btn-volt-white.active.focus:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-white.dropdown-toggle:hover, .show > body.join-form .btn-volt-white.dropdown-toggle:focus, .show > body.join-form .btn-volt-white.dropdown-toggle.focus {
  color: #502379;
  background-color: #f0f0f0;
  border-color: #401c61;
  border-top-color: #241036;
  box-shadow: inset 0 2px 0 #e6e6e6;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white:active:hover .icon, body.join-form .btn-volt-white:active:focus .icon, body.join-form .btn-volt-white.focus:active .icon, body.join-form .btn-volt-white.active:hover .icon, body.join-form .btn-volt-white.active:focus .icon, body.join-form .btn-volt-white.active.focus .icon, body.join-form .btn-volt-white:not([disabled]):not(.disabled):active:hover .icon, body.join-form .btn-volt-white:not([disabled]):not(.disabled):active:focus .icon, body.join-form .btn-volt-white.focus:not([disabled]):not(.disabled):active .icon, body.join-form .btn-volt-white.active:not([disabled]):not(.disabled):hover .icon, body.join-form .btn-volt-white.active:not([disabled]):not(.disabled):focus .icon, body.join-form .btn-volt-white.active.focus:not([disabled]):not(.disabled) .icon, .show > body.join-form .btn-volt-white.dropdown-toggle:hover .icon, .show > body.join-form .btn-volt-white.dropdown-toggle:focus .icon, .show > body.join-form .btn-volt-white.dropdown-toggle.focus .icon {
  color: #502379;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white:active, body.join-form .btn-volt-white.active, body.join-form .btn-volt-white:not([disabled]):not(.disabled):active, body.join-form .btn-volt-white.active:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-white.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white.disabled, body.join-form .btn-volt-white.disabled:hover, body.join-form .btn-volt-white.disabled:focus, body.join-form .btn-volt-white.disabled.focus, body.join-form .btn-volt-white.disabled:active, body.join-form .btn-volt-white.disabled.active, body.join-form .btn-volt-white[disabled], body.join-form .btn-volt-white[disabled]:hover, body.join-form .btn-volt-white[disabled]:focus, body.join-form .btn-volt-white.focus[disabled], body.join-form .btn-volt-white[disabled]:active, body.join-form .btn-volt-white.active[disabled], fieldset[disabled] body.join-form .btn-volt-white, fieldset[disabled] body.join-form .btn-volt-white:hover, fieldset[disabled] body.join-form .btn-volt-white:focus, fieldset[disabled] body.join-form .btn-volt-white.focus, fieldset[disabled] body.join-form .btn-volt-white:active, fieldset[disabled] body.join-form .btn-volt-white.active {
  background-color: white;
  border-color: #502379;
  color: #502379;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-white .badge {
  color: white;
  background-color: #502379;
}

/* line 38, app/assets/stylesheets/join_form.scss */
body.join-form .btn-volt-white:focus {
  background: #d4d4d4;
}

/* line 43, app/assets/stylesheets/join_form.scss */
body.join-form .btn-volt-purple {
  color: white;
  background-color: #502379;
  border-color: white;
  border: none;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple:focus, body.join-form .btn-volt-purple.focus {
  color: white;
  background-color: #502379;
  border-color: white;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple:hover, body.join-form .btn-volt-purple.hover {
  color: white;
  box-shadow: inset 0 -1px 0 #361851;
  background-color: #552581;
  border-color: white;
  border-bottom-color: #361851;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple:active, body.join-form .btn-volt-purple.active, body.join-form .btn-volt-purple:not([disabled]):not(.disabled):active, body.join-form .btn-volt-purple.active:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-purple.dropdown-toggle {
  color: white;
  box-shadow: inset 0 2px 0 #361851;
  background-color: #401c61;
  border-color: #f0f0f0;
  border-top-color: #d4d4d4;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple:active .icon, body.join-form .btn-volt-purple.active .icon, body.join-form .btn-volt-purple:not([disabled]):not(.disabled):active .icon, body.join-form .btn-volt-purple.active:not([disabled]):not(.disabled) .icon, .show > body.join-form .btn-volt-purple.dropdown-toggle .icon {
  color: white;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple:active:hover, body.join-form .btn-volt-purple:active:focus, body.join-form .btn-volt-purple.focus:active, body.join-form .btn-volt-purple.active:hover, body.join-form .btn-volt-purple.active:focus, body.join-form .btn-volt-purple.active.focus, body.join-form .btn-volt-purple:not([disabled]):not(.disabled):active:hover, body.join-form .btn-volt-purple:not([disabled]):not(.disabled):active:focus, body.join-form .btn-volt-purple.focus:not([disabled]):not(.disabled):active, body.join-form .btn-volt-purple.active:not([disabled]):not(.disabled):hover, body.join-form .btn-volt-purple.active:not([disabled]):not(.disabled):focus, body.join-form .btn-volt-purple.active.focus:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-purple.dropdown-toggle:hover, .show > body.join-form .btn-volt-purple.dropdown-toggle:focus, .show > body.join-form .btn-volt-purple.dropdown-toggle.focus {
  color: white;
  background-color: #401c61;
  border-color: #f0f0f0;
  border-top-color: #d4d4d4;
  box-shadow: inset 0 2px 0 #361851;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple:active:hover .icon, body.join-form .btn-volt-purple:active:focus .icon, body.join-form .btn-volt-purple.focus:active .icon, body.join-form .btn-volt-purple.active:hover .icon, body.join-form .btn-volt-purple.active:focus .icon, body.join-form .btn-volt-purple.active.focus .icon, body.join-form .btn-volt-purple:not([disabled]):not(.disabled):active:hover .icon, body.join-form .btn-volt-purple:not([disabled]):not(.disabled):active:focus .icon, body.join-form .btn-volt-purple.focus:not([disabled]):not(.disabled):active .icon, body.join-form .btn-volt-purple.active:not([disabled]):not(.disabled):hover .icon, body.join-form .btn-volt-purple.active:not([disabled]):not(.disabled):focus .icon, body.join-form .btn-volt-purple.active.focus:not([disabled]):not(.disabled) .icon, .show > body.join-form .btn-volt-purple.dropdown-toggle:hover .icon, .show > body.join-form .btn-volt-purple.dropdown-toggle:focus .icon, .show > body.join-form .btn-volt-purple.dropdown-toggle.focus .icon {
  color: white;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple:active, body.join-form .btn-volt-purple.active, body.join-form .btn-volt-purple:not([disabled]):not(.disabled):active, body.join-form .btn-volt-purple.active:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-purple.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple.disabled, body.join-form .btn-volt-purple.disabled:hover, body.join-form .btn-volt-purple.disabled:focus, body.join-form .btn-volt-purple.disabled.focus, body.join-form .btn-volt-purple.disabled:active, body.join-form .btn-volt-purple.disabled.active, body.join-form .btn-volt-purple[disabled], body.join-form .btn-volt-purple[disabled]:hover, body.join-form .btn-volt-purple[disabled]:focus, body.join-form .btn-volt-purple.focus[disabled], body.join-form .btn-volt-purple[disabled]:active, body.join-form .btn-volt-purple.active[disabled], fieldset[disabled] body.join-form .btn-volt-purple, fieldset[disabled] body.join-form .btn-volt-purple:hover, fieldset[disabled] body.join-form .btn-volt-purple:focus, fieldset[disabled] body.join-form .btn-volt-purple.focus, fieldset[disabled] body.join-form .btn-volt-purple:active, fieldset[disabled] body.join-form .btn-volt-purple.active {
  background-color: #502379;
  border-color: white;
  color: white;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-purple .badge {
  color: #502379;
  background-color: white;
}

/* line 47, app/assets/stylesheets/join_form.scss */
body.join-form .btn-volt-purple:focus {
  background: #241036;
}

/* line 52, app/assets/stylesheets/join_form.scss */
body.join-form .btn-volt-green {
  color: white;
  background-color: #1BBE6F;
  border-color: white;
  border: none;
}

/* line 9, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green:focus, body.join-form .btn-volt-green.focus {
  color: white;
  background-color: #1BBE6F;
  border-color: white;
  outline: none;
}

/* line 17, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green:hover, body.join-form .btn-volt-green.hover {
  color: white;
  box-shadow: inset 0 -1px 0 #159155;
  background-color: #1cc774;
  border-color: white;
  border-bottom-color: #159155;
}

/* line 25, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green:active, body.join-form .btn-volt-green.active, body.join-form .btn-volt-green:not([disabled]):not(.disabled):active, body.join-form .btn-volt-green.active:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-green.dropdown-toggle {
  color: white;
  box-shadow: inset 0 2px 0 #159155;
  background-color: #17a35f;
  border-color: #f0f0f0;
  border-top-color: #d4d4d4;
}

/* line 36, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green:active .icon, body.join-form .btn-volt-green.active .icon, body.join-form .btn-volt-green:not([disabled]):not(.disabled):active .icon, body.join-form .btn-volt-green.active:not([disabled]):not(.disabled) .icon, .show > body.join-form .btn-volt-green.dropdown-toggle .icon {
  color: white;
}

/* line 40, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green:active:hover, body.join-form .btn-volt-green:active:focus, body.join-form .btn-volt-green.focus:active, body.join-form .btn-volt-green.active:hover, body.join-form .btn-volt-green.active:focus, body.join-form .btn-volt-green.active.focus, body.join-form .btn-volt-green:not([disabled]):not(.disabled):active:hover, body.join-form .btn-volt-green:not([disabled]):not(.disabled):active:focus, body.join-form .btn-volt-green.focus:not([disabled]):not(.disabled):active, body.join-form .btn-volt-green.active:not([disabled]):not(.disabled):hover, body.join-form .btn-volt-green.active:not([disabled]):not(.disabled):focus, body.join-form .btn-volt-green.active.focus:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-green.dropdown-toggle:hover, .show > body.join-form .btn-volt-green.dropdown-toggle:focus, .show > body.join-form .btn-volt-green.dropdown-toggle.focus {
  color: white;
  background-color: #17a35f;
  border-color: #f0f0f0;
  border-top-color: #d4d4d4;
  box-shadow: inset 0 2px 0 #159155;
}

/* line 49, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green:active:hover .icon, body.join-form .btn-volt-green:active:focus .icon, body.join-form .btn-volt-green.focus:active .icon, body.join-form .btn-volt-green.active:hover .icon, body.join-form .btn-volt-green.active:focus .icon, body.join-form .btn-volt-green.active.focus .icon, body.join-form .btn-volt-green:not([disabled]):not(.disabled):active:hover .icon, body.join-form .btn-volt-green:not([disabled]):not(.disabled):active:focus .icon, body.join-form .btn-volt-green.focus:not([disabled]):not(.disabled):active .icon, body.join-form .btn-volt-green.active:not([disabled]):not(.disabled):hover .icon, body.join-form .btn-volt-green.active:not([disabled]):not(.disabled):focus .icon, body.join-form .btn-volt-green.active.focus:not([disabled]):not(.disabled) .icon, .show > body.join-form .btn-volt-green.dropdown-toggle:hover .icon, .show > body.join-form .btn-volt-green.dropdown-toggle:focus .icon, .show > body.join-form .btn-volt-green.dropdown-toggle.focus .icon {
  color: white;
}

/* line 55, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green:active, body.join-form .btn-volt-green.active, body.join-form .btn-volt-green:not([disabled]):not(.disabled):active, body.join-form .btn-volt-green.active:not([disabled]):not(.disabled), .show > body.join-form .btn-volt-green.dropdown-toggle {
  background-image: none;
}

/* line 67, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green.disabled, body.join-form .btn-volt-green.disabled:hover, body.join-form .btn-volt-green.disabled:focus, body.join-form .btn-volt-green.disabled.focus, body.join-form .btn-volt-green.disabled:active, body.join-form .btn-volt-green.disabled.active, body.join-form .btn-volt-green[disabled], body.join-form .btn-volt-green[disabled]:hover, body.join-form .btn-volt-green[disabled]:focus, body.join-form .btn-volt-green.focus[disabled], body.join-form .btn-volt-green[disabled]:active, body.join-form .btn-volt-green.active[disabled], fieldset[disabled] body.join-form .btn-volt-green, fieldset[disabled] body.join-form .btn-volt-green:hover, fieldset[disabled] body.join-form .btn-volt-green:focus, fieldset[disabled] body.join-form .btn-volt-green.focus, fieldset[disabled] body.join-form .btn-volt-green:active, fieldset[disabled] body.join-form .btn-volt-green.active {
  background-color: #1BBE6F;
  border-color: white;
  color: white;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/beagle/includes/bootstrap/mixins/_buttons.scss */
body.join-form .btn-volt-green .badge {
  color: #1BBE6F;
  background-color: white;
}

/* line 56, app/assets/stylesheets/join_form.scss */
body.join-form .btn-volt-green:focus {
  background: #107243;
}

/* line 61, app/assets/stylesheets/join_form.scss */
body.join-form .intro {
  font-size: 2rem;
  font-style: italic;
  line-height: 2rem;
  opacity: .8;
}

/* line 69, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper {
  background: white;
  padding: 2rem 0;
}

/* line 74, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-cta-container {
  background: #502379 url(/assets/join_start_background-eea5cf759df9bede86117398e430675ca59a4f0bb33112ef231f7186914472fa.jpg);
  padding: 12rem 0;
  background-size: cover;
  background-position: center bottom;
  min-height: 75vh;
}

@media (max-width: 991px) {
  /* line 74, app/assets/stylesheets/join_form.scss */
  body.join-form .container-wrapper.with-cta-container {
    padding: 6rem 0;
  }
}

/* line 85, app/assets/stylesheets/join_form.scss */
body.join-form .language-select-container form {
  padding: 1rem;
  background: #502379;
}

/* line 90, app/assets/stylesheets/join_form.scss */
body.join-form .cta-container {
  background: #502379;
  color: white;
  padding: 2rem;
}

/* line 95, app/assets/stylesheets/join_form.scss */
body.join-form .cta-container a {
  color: inherit;
  text-decoration: underline;
}

/* line 100, app/assets/stylesheets/join_form.scss */
body.join-form .cta-container .display-4 {
  font-weight: 500;
}

/* line 105, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.about-volt {
  background: #502379;
  color: white;
}

/* line 109, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.about-volt .icon-highlight {
  color: white;
}

/* line 112, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.about-volt .icon-highlight.volt-logo-eu {
  position: relative;
  padding-right: 5px;
  padding-bottom: 5px;
}

/* line 115, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.about-volt .icon-highlight.volt-logo-eu:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/svg/volt-logo-eu-white-02edb1cac095badb8a19491859dfa554674a169952947a48c4ce7df6bb626611.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  min-height: 60px;
  min-width: .8em;
}

/* line 133, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.support-tiers {
  background: #502379;
  background: rgba(80, 35, 121, 0.9);
  color: white;
}

/* line 139, app/assets/stylesheets/join_form.scss */
body.join-form .icon-highlight {
  font-size: 5rem;
  color: white;
}

/* line 144, app/assets/stylesheets/join_form.scss */
body.join-form .mini-headline {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: .5rem;
  background: white;
  color: #502379;
}

/* line 158, app/assets/stylesheets/join_form.scss */
body.join-form #join_form_step_1 .input-group {
  display: flex;
  justify-content: flex-end;
}

/* line 162, app/assets/stylesheets/join_form.scss */
body.join-form #join_form_step_1 .input-group input {
  flex-grow: 1;
  max-width: 100%;
}

/* line 168, app/assets/stylesheets/join_form.scss */
body.join-form #join_form_step_1 input, body.join-form #join_form_step_1 .btn {
  border: none;
  padding: .75rem;
}

/* line 174, app/assets/stylesheets/join_form.scss */
body.join-form .form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
}

/* line 180, app/assets/stylesheets/join_form.scss */
body.join-form .form-check-input {
  position: relative;
  margin-left: 0;
  margin-right: 1rem;
  padding: 0;
  flex-shrink: 0;
}

/* line 188, app/assets/stylesheets/join_form.scss */
body.join-form .form-check-label {
  color: inherit;
}

/* line 192, app/assets/stylesheets/join_form.scss */
body.join-form #member_personal_email {
  padding: .75rem;
}

/* line 199, app/assets/stylesheets/join_form.scss */
body.join-form .intl-tel-input {
  display: block;
}

/* line 202, app/assets/stylesheets/join_form.scss */
body.join-form .intl-tel-input input {
  padding-top: .75rem;
  padding-bottom: .75rem;
  width: 100%;
}

/* line 213, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-header {
  background: #502379;
  color: white;
  padding: 4rem 0;
}

/* line 219, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container {
  display: flex;
  background: rgba(80, 35, 121, 0.2);
  min-height: 75vh;
}

/* line 223, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container input[type=number] {
  max-width: 8rem;
}

/* line 227, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container .tier, body.join-form .container-wrapper.with-form-container > .container > .row > * > form {
  background: white;
  color: inherit;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: .25rem;
}

/* line 234, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container .tier .row, body.join-form .container-wrapper.with-form-container > .container > .row > * > form .row {
  margin: 0;
}

/* line 238, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container .tier label, body.join-form .container-wrapper.with-form-container > .container > .row > * > form label {
  font-size: 1rem;
}

/* line 242, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container .tier label.custom-checkbox, body.join-form .container-wrapper.with-form-container > .container > .row > * > form label.custom-checkbox {
  font-size: 1rem;
}

/* line 246, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container .tier .button-container, body.join-form .container-wrapper.with-form-container > .container > .row > * > form .button-container {
  text-align: right;
}

/* line 251, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container #payment {
  margin-bottom: 2rem;
}

/* line 254, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container #payment .collapse label, body.join-form .container-wrapper.with-form-container #payment .collapsing label {
  font-size: 1rem;
}

/* line 258, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container #payment .form-check-label {
  font-size: 1.5rem;
}

/* line 263, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container #additional-data {
  margin: 2rem 0;
}

/* line 268, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container #consent-checks .form-check, body.join-form .container-wrapper.with-form-container #sepa-information .form-check, body.join-form .container-wrapper.with-form-container #additional-data .form-check {
  align-items: flex-start;
}

/* line 271, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container #consent-checks .form-check .form-check-input, body.join-form .container-wrapper.with-form-container #sepa-information .form-check .form-check-input, body.join-form .container-wrapper.with-form-container #additional-data .form-check .form-check-input {
  margin-top: .25rem;
}

/* line 274, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.with-form-container #consent-checks .form-check .form-check-label, body.join-form .container-wrapper.with-form-container #sepa-information .form-check .form-check-label, body.join-form .container-wrapper.with-form-container #additional-data .form-check .form-check-label {
  font-size: 1rem;
}

/* line 282, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.legal-summary p {
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 287, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.legal-summary h3 {
  font-weight: bold;
}

/* line 292, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.legal-full {
  background: rgba(80, 35, 121, 0.1);
}

/* line 295, app/assets/stylesheets/join_form.scss */
body.join-form .container-wrapper.legal-full .address {
  padding: 1rem;
  background: white;
}

/* line 5, app/assets/stylesheets/teams.scss */
#statistics-date-form {
  display: flex;
  margin-bottom: 2rem;
  justify-content: flex-end;
}

/* line 10, app/assets/stylesheets/teams.scss */
#statistics-date-form .input-group {
  padding: 0;
  margin-right: 1rem;
  margin-bottom: 0;
  width: auto;
}

/* line 17, app/assets/stylesheets/teams.scss */
#statistics-date-form label {
  line-height: 2.5;
  margin-right: .5rem;
  margin-bottom: 0;
}
