@charset "UTF-8";
/*--------------------------------

hermes-dashboard-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'NucleoIcons';
  src: url(/assets/nucleo-icons-f899f8752e6d65c9ac668345d11259b38ab5d5e4642c6cd3422f26ebf2465dc6.eot);
  src: url(/assets/nucleo-icons-f899f8752e6d65c9ac668345d11259b38ab5d5e4642c6cd3422f26ebf2465dc6.eot) format("embedded-opentype"), url(/assets/nucleo-icons-3180896cdbb6e4503702f23f81a4663a12bbe7b9c77b8f20a074211d997bc35f.woff2) format("woff2"), url(/assets/nucleo-icons-daa807b224b6e33498825f800e9fab629c3fcbfd0e9214b02b8c7414ac5ae2c5.woff) format("woff"), url(/assets/nucleo-icons-655956cd73828f64118bbe4bb76815ad151615e02818bdd1b67fd29c69e596b4.ttf) format("truetype"), url(/assets/nucleo-icons-be977573f185fab370212305efdf6e374811be80dcdd62b4e8322837a308d5e7.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------
    base class definition
-------------------------*/
/* line 17, /app/app/assets/stylesheets/nucleo.css */
.ni {
  display: inline-block;
  font: normal normal normal 14px/1 NucleoIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* line 28, /app/app/assets/stylesheets/nucleo.css */
.ni-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /app/app/assets/stylesheets/nucleo.css */
.ni-2x {
  font-size: 2em;
}

/* line 36, /app/app/assets/stylesheets/nucleo.css */
.ni-3x {
  font-size: 3em;
}

/* line 39, /app/app/assets/stylesheets/nucleo.css */
.ni-4x {
  font-size: 4em;
}

/* line 42, /app/app/assets/stylesheets/nucleo.css */
.ni-5x {
  font-size: 5em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
/* line 49, /app/app/assets/stylesheets/nucleo.css */
.ni.square,
.ni.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}

/* line 55, /app/app/assets/stylesheets/nucleo.css */
.ni.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
/* line 61, /app/app/assets/stylesheets/nucleo.css */
.ni-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 66, /app/app/assets/stylesheets/nucleo.css */
.ni-ul > li {
  position: relative;
}

/* line 69, /app/app/assets/stylesheets/nucleo.css */
.ni-ul > li > .ni {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}

/* line 75, /app/app/assets/stylesheets/nucleo.css */
.ni-ul > li > .ni.lg {
  top: 0;
  left: -1.35714286em;
}

/* line 79, /app/app/assets/stylesheets/nucleo.css */
.ni-ul > li > .ni.circle,
.ni-ul > li > .ni.square {
  top: -0.19047619em;
  left: -1.9047619em;
}

/*------------------------
  spinning icons
-------------------------*/
/* line 87, /app/app/assets/stylesheets/nucleo.css */
.ni.spin {
  -webkit-animation: nc-spin 2s infinite linear;
  -moz-animation: nc-spin 2s infinite linear;
  animation: nc-spin 2s infinite linear;
}

@-webkit-keyframes nc-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
/* line 127, /app/app/assets/stylesheets/nucleo.css */
.ni.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 135, /app/app/assets/stylesheets/nucleo.css */
.ni.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 143, /app/app/assets/stylesheets/nucleo.css */
.ni.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 151, /app/app/assets/stylesheets/nucleo.css */
.ni.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 159, /app/app/assets/stylesheets/nucleo.css */
.ni.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
    font icons
-------------------------*/
/* line 171, /app/app/assets/stylesheets/nucleo.css */
.ni-active-40::before {
  content: "\ea02";
}

/* line 175, /app/app/assets/stylesheets/nucleo.css */
.ni-air-baloon::before {
  content: "\ea03";
}

/* line 179, /app/app/assets/stylesheets/nucleo.css */
.ni-album-2::before {
  content: "\ea04";
}

/* line 183, /app/app/assets/stylesheets/nucleo.css */
.ni-align-center::before {
  content: "\ea05";
}

/* line 187, /app/app/assets/stylesheets/nucleo.css */
.ni-align-left-2::before {
  content: "\ea06";
}

/* line 191, /app/app/assets/stylesheets/nucleo.css */
.ni-ambulance::before {
  content: "\ea07";
}

/* line 195, /app/app/assets/stylesheets/nucleo.css */
.ni-app::before {
  content: "\ea08";
}

/* line 199, /app/app/assets/stylesheets/nucleo.css */
.ni-archive-2::before {
  content: "\ea09";
}

/* line 203, /app/app/assets/stylesheets/nucleo.css */
.ni-atom::before {
  content: "\ea0a";
}

/* line 207, /app/app/assets/stylesheets/nucleo.css */
.ni-badge::before {
  content: "\ea0b";
}

/* line 211, /app/app/assets/stylesheets/nucleo.css */
.ni-bag-17::before {
  content: "\ea0c";
}

/* line 215, /app/app/assets/stylesheets/nucleo.css */
.ni-basket::before {
  content: "\ea0d";
}

/* line 219, /app/app/assets/stylesheets/nucleo.css */
.ni-bell-55::before {
  content: "\ea0e";
}

/* line 223, /app/app/assets/stylesheets/nucleo.css */
.ni-bold-down::before {
  content: "\ea0f";
}

/* line 227, /app/app/assets/stylesheets/nucleo.css */
.ni-bold-left::before {
  content: "\ea10";
}

/* line 231, /app/app/assets/stylesheets/nucleo.css */
.ni-bold-right::before {
  content: "\ea11";
}

/* line 235, /app/app/assets/stylesheets/nucleo.css */
.ni-bold-up::before {
  content: "\ea12";
}

/* line 239, /app/app/assets/stylesheets/nucleo.css */
.ni-bold::before {
  content: "\ea13";
}

/* line 243, /app/app/assets/stylesheets/nucleo.css */
.ni-book-bookmark::before {
  content: "\ea14";
}

/* line 247, /app/app/assets/stylesheets/nucleo.css */
.ni-books::before {
  content: "\ea15";
}

/* line 251, /app/app/assets/stylesheets/nucleo.css */
.ni-box-2::before {
  content: "\ea16";
}

/* line 255, /app/app/assets/stylesheets/nucleo.css */
.ni-briefcase-24::before {
  content: "\ea17";
}

/* line 259, /app/app/assets/stylesheets/nucleo.css */
.ni-building::before {
  content: "\ea18";
}

/* line 263, /app/app/assets/stylesheets/nucleo.css */
.ni-bulb-61::before {
  content: "\ea19";
}

/* line 267, /app/app/assets/stylesheets/nucleo.css */
.ni-bullet-list-67::before {
  content: "\ea1a";
}

/* line 271, /app/app/assets/stylesheets/nucleo.css */
.ni-bus-front-12::before {
  content: "\ea1b";
}

/* line 275, /app/app/assets/stylesheets/nucleo.css */
.ni-button-pause::before {
  content: "\ea1c";
}

/* line 279, /app/app/assets/stylesheets/nucleo.css */
.ni-button-play::before {
  content: "\ea1d";
}

/* line 283, /app/app/assets/stylesheets/nucleo.css */
.ni-button-power::before {
  content: "\ea1e";
}

/* line 287, /app/app/assets/stylesheets/nucleo.css */
.ni-calendar-grid-58::before {
  content: "\ea1f";
}

/* line 291, /app/app/assets/stylesheets/nucleo.css */
.ni-camera-compact::before {
  content: "\ea20";
}

/* line 295, /app/app/assets/stylesheets/nucleo.css */
.ni-caps-small::before {
  content: "\ea21";
}

/* line 299, /app/app/assets/stylesheets/nucleo.css */
.ni-cart::before {
  content: "\ea22";
}

/* line 303, /app/app/assets/stylesheets/nucleo.css */
.ni-chart-bar-32::before {
  content: "\ea23";
}

/* line 307, /app/app/assets/stylesheets/nucleo.css */
.ni-chart-pie-35::before {
  content: "\ea24";
}

/* line 311, /app/app/assets/stylesheets/nucleo.css */
.ni-chat-round::before {
  content: "\ea25";
}

/* line 315, /app/app/assets/stylesheets/nucleo.css */
.ni-check-bold::before {
  content: "\ea26";
}

/* line 319, /app/app/assets/stylesheets/nucleo.css */
.ni-circle-08::before {
  content: "\ea27";
}

/* line 323, /app/app/assets/stylesheets/nucleo.css */
.ni-cloud-download-95::before {
  content: "\ea28";
}

/* line 327, /app/app/assets/stylesheets/nucleo.css */
.ni-cloud-upload-96::before {
  content: "\ea29";
}

/* line 331, /app/app/assets/stylesheets/nucleo.css */
.ni-compass-04::before {
  content: "\ea2a";
}

/* line 335, /app/app/assets/stylesheets/nucleo.css */
.ni-controller::before {
  content: "\ea2b";
}

/* line 339, /app/app/assets/stylesheets/nucleo.css */
.ni-credit-card::before {
  content: "\ea2c";
}

/* line 343, /app/app/assets/stylesheets/nucleo.css */
.ni-curved-next::before {
  content: "\ea2d";
}

/* line 347, /app/app/assets/stylesheets/nucleo.css */
.ni-delivery-fast::before {
  content: "\ea2e";
}

/* line 351, /app/app/assets/stylesheets/nucleo.css */
.ni-diamond::before {
  content: "\ea2f";
}

/* line 355, /app/app/assets/stylesheets/nucleo.css */
.ni-email-83::before {
  content: "\ea30";
}

/* line 359, /app/app/assets/stylesheets/nucleo.css */
.ni-fat-add::before {
  content: "\ea31";
}

/* line 363, /app/app/assets/stylesheets/nucleo.css */
.ni-fat-delete::before {
  content: "\ea32";
}

/* line 367, /app/app/assets/stylesheets/nucleo.css */
.ni-fat-remove::before {
  content: "\ea33";
}

/* line 371, /app/app/assets/stylesheets/nucleo.css */
.ni-favourite-28::before {
  content: "\ea34";
}

/* line 375, /app/app/assets/stylesheets/nucleo.css */
.ni-folder-17::before {
  content: "\ea35";
}

/* line 379, /app/app/assets/stylesheets/nucleo.css */
.ni-glasses-2::before {
  content: "\ea36";
}

/* line 383, /app/app/assets/stylesheets/nucleo.css */
.ni-hat-3::before {
  content: "\ea37";
}

/* line 387, /app/app/assets/stylesheets/nucleo.css */
.ni-headphones::before {
  content: "\ea38";
}

/* line 391, /app/app/assets/stylesheets/nucleo.css */
.ni-html5::before {
  content: "\ea39";
}

/* line 395, /app/app/assets/stylesheets/nucleo.css */
.ni-istanbul::before {
  content: "\ea3a";
}

/* line 399, /app/app/assets/stylesheets/nucleo.css */
.ni-key-25::before {
  content: "\ea3b";
}

/* line 403, /app/app/assets/stylesheets/nucleo.css */
.ni-laptop::before {
  content: "\ea3c";
}

/* line 407, /app/app/assets/stylesheets/nucleo.css */
.ni-like-2::before {
  content: "\ea3d";
}

/* line 411, /app/app/assets/stylesheets/nucleo.css */
.ni-lock-circle-open::before {
  content: "\ea3e";
}

/* line 415, /app/app/assets/stylesheets/nucleo.css */
.ni-map-big::before {
  content: "\ea3f";
}

/* line 419, /app/app/assets/stylesheets/nucleo.css */
.ni-mobile-button::before {
  content: "\ea40";
}

/* line 423, /app/app/assets/stylesheets/nucleo.css */
.ni-money-coins::before {
  content: "\ea41";
}

/* line 427, /app/app/assets/stylesheets/nucleo.css */
.ni-note-03::before {
  content: "\ea42";
}

/* line 431, /app/app/assets/stylesheets/nucleo.css */
.ni-notification-70::before {
  content: "\ea43";
}

/* line 435, /app/app/assets/stylesheets/nucleo.css */
.ni-palette::before {
  content: "\ea44";
}

/* line 439, /app/app/assets/stylesheets/nucleo.css */
.ni-paper-diploma::before {
  content: "\ea45";
}

/* line 443, /app/app/assets/stylesheets/nucleo.css */
.ni-pin-3::before {
  content: "\ea46";
}

/* line 447, /app/app/assets/stylesheets/nucleo.css */
.ni-planet::before {
  content: "\ea47";
}

/* line 451, /app/app/assets/stylesheets/nucleo.css */
.ni-ruler-pencil::before {
  content: "\ea48";
}

/* line 455, /app/app/assets/stylesheets/nucleo.css */
.ni-satisfied::before {
  content: "\ea49";
}

/* line 459, /app/app/assets/stylesheets/nucleo.css */
.ni-scissors::before {
  content: "\ea4a";
}

/* line 463, /app/app/assets/stylesheets/nucleo.css */
.ni-send::before {
  content: "\ea4b";
}

/* line 467, /app/app/assets/stylesheets/nucleo.css */
.ni-settings-gear-65::before {
  content: "\ea4c";
}

/* line 471, /app/app/assets/stylesheets/nucleo.css */
.ni-settings::before {
  content: "\ea4d";
}

/* line 475, /app/app/assets/stylesheets/nucleo.css */
.ni-single-02::before {
  content: "\ea4e";
}

/* line 479, /app/app/assets/stylesheets/nucleo.css */
.ni-single-copy-04::before {
  content: "\ea4f";
}

/* line 483, /app/app/assets/stylesheets/nucleo.css */
.ni-sound-wave::before {
  content: "\ea50";
}

/* line 487, /app/app/assets/stylesheets/nucleo.css */
.ni-spaceship::before {
  content: "\ea51";
}

/* line 491, /app/app/assets/stylesheets/nucleo.css */
.ni-square-pin::before {
  content: "\ea52";
}

/* line 495, /app/app/assets/stylesheets/nucleo.css */
.ni-support-16::before {
  content: "\ea53";
}

/* line 499, /app/app/assets/stylesheets/nucleo.css */
.ni-tablet-button::before {
  content: "\ea54";
}

/* line 503, /app/app/assets/stylesheets/nucleo.css */
.ni-tag::before {
  content: "\ea55";
}

/* line 507, /app/app/assets/stylesheets/nucleo.css */
.ni-tie-bow::before {
  content: "\ea56";
}

/* line 511, /app/app/assets/stylesheets/nucleo.css */
.ni-time-alarm::before {
  content: "\ea57";
}

/* line 515, /app/app/assets/stylesheets/nucleo.css */
.ni-trophy::before {
  content: "\ea58";
}

/* line 519, /app/app/assets/stylesheets/nucleo.css */
.ni-tv-2::before {
  content: "\ea59";
}

/* line 523, /app/app/assets/stylesheets/nucleo.css */
.ni-umbrella-13::before {
  content: "\ea5a";
}

/* line 527, /app/app/assets/stylesheets/nucleo.css */
.ni-user-run::before {
  content: "\ea5b";
}

/* line 531, /app/app/assets/stylesheets/nucleo.css */
.ni-vector::before {
  content: "\ea5c";
}

/* line 535, /app/app/assets/stylesheets/nucleo.css */
.ni-watch-time::before {
  content: "\ea5d";
}

/* line 539, /app/app/assets/stylesheets/nucleo.css */
.ni-world::before {
  content: "\ea5e";
}

/* line 543, /app/app/assets/stylesheets/nucleo.css */
.ni-zoom-split-in::before {
  content: "\ea5f";
}

/* line 547, /app/app/assets/stylesheets/nucleo.css */
.ni-collection::before {
  content: "\ea60";
}

/* line 551, /app/app/assets/stylesheets/nucleo.css */
.ni-image::before {
  content: "\ea61";
}

/* line 555, /app/app/assets/stylesheets/nucleo.css */
.ni-shop::before {
  content: "\ea62";
}

/* line 559, /app/app/assets/stylesheets/nucleo.css */
.ni-ungroup::before {
  content: "\ea63";
}

/* line 563, /app/app/assets/stylesheets/nucleo.css */
.ni-world-2::before {
  content: "\ea64";
}

/* line 567, /app/app/assets/stylesheets/nucleo.css */
.ni-ui-04::before {
  content: "\ea65";
}

/* all icon font classes list here */
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, /app/app/assets/stylesheets/fontawesome-all.css */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 19, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-xs {
  font-size: .75em;
}

/* line 27, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sm {
  font-size: .875em;
}

/* line 30, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-1x {
  font-size: 1em;
}

/* line 33, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-2x {
  font-size: 2em;
}

/* line 36, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-3x {
  font-size: 3em;
}

/* line 39, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-4x {
  font-size: 4em;
}

/* line 42, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-5x {
  font-size: 5em;
}

/* line 45, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-6x {
  font-size: 6em;
}

/* line 48, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-7x {
  font-size: 7em;
}

/* line 51, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-8x {
  font-size: 8em;
}

/* line 54, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-9x {
  font-size: 9em;
}

/* line 57, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-10x {
  font-size: 10em;
}

/* line 60, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ul > li {
  position: relative;
}

/* line 71, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pull-left {
  float: left;
}

/* line 86, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pull-right {
  float: right;
}

/* line 89, /app/app/assets/stylesheets/fontawesome-all.css */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 96, /app/app/assets/stylesheets/fontawesome-all.css */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 107, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 127, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 132, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 147, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 152, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 157, /app/app/assets/stylesheets/fontawesome-all.css */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 166, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 174, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 181, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 192, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 195, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 198, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-accusoft:before {
  content: "\f369";
}

/* line 201, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 204, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ad:before {
  content: "\f641";
}

/* line 207, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 210, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 213, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 216, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-adn:before {
  content: "\f170";
}

/* line 219, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-adobe:before {
  content: "\f778";
}

/* line 222, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-adversal:before {
  content: "\f36a";
}

/* line 225, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 228, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 231, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-airbnb:before {
  content: "\f834";
}

/* line 234, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-algolia:before {
  content: "\f36c";
}

/* line 237, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 240, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 243, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 246, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 249, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-alipay:before {
  content: "\f642";
}

/* line 252, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-allergies:before {
  content: "\f461";
}

/* line 255, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 258, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 261, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 264, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 267, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-amilia:before {
  content: "\f36d";
}

/* line 270, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 273, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-android:before {
  content: "\f17b";
}

/* line 276, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 279, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 282, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 285, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 288, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 291, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 294, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 297, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 300, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 303, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angry:before {
  content: "\f556";
}

/* line 306, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 309, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-angular:before {
  content: "\f420";
}

/* line 312, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ankh:before {
  content: "\f644";
}

/* line 315, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-app-store:before {
  content: "\f36f";
}

/* line 318, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 321, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-apper:before {
  content: "\f371";
}

/* line 324, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-apple:before {
  content: "\f179";
}

/* line 327, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 330, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 333, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-archive:before {
  content: "\f187";
}

/* line 336, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-archway:before {
  content: "\f557";
}

/* line 339, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 342, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 345, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 348, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 351, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 354, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 357, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 360, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 363, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 366, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 369, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 372, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 375, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 378, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 381, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 384, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-artstation:before {
  content: "\f77a";
}

/* line 387, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 390, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 393, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 396, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 399, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-atlas:before {
  content: "\f558";
}

/* line 402, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 405, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-atom:before {
  content: "\f5d2";
}

/* line 408, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-audible:before {
  content: "\f373";
}

/* line 411, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 414, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 417, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-avianex:before {
  content: "\f374";
}

/* line 420, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-aviato:before {
  content: "\f421";
}

/* line 423, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-award:before {
  content: "\f559";
}

/* line 426, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-aws:before {
  content: "\f375";
}

/* line 429, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-baby:before {
  content: "\f77c";
}

/* line 432, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 435, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-backspace:before {
  content: "\f55a";
}

/* line 438, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 441, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 444, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bacteria:before {
  content: "\e059";
}

/* line 447, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 450, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bahai:before {
  content: "\f666";
}

/* line 453, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 456, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 459, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 462, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 465, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-band-aid:before {
  content: "\f462";
}

/* line 468, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 471, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 474, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bars:before {
  content: "\f0c9";
}

/* line 477, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 480, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 483, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bath:before {
  content: "\f2cd";
}

/* line 486, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 489, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-battery-full:before {
  content: "\f240";
}

/* line 492, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-battery-half:before {
  content: "\f242";
}

/* line 495, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 498, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 501, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-battle-net:before {
  content: "\f835";
}

/* line 504, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bed:before {
  content: "\f236";
}

/* line 507, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 510, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 513, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 516, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 519, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 522, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 525, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bible:before {
  content: "\f647";
}

/* line 528, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 531, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-biking:before {
  content: "\f84a";
}

/* line 534, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bimobject:before {
  content: "\f378";
}

/* line 537, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 540, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-biohazard:before {
  content: "\f780";
}

/* line 543, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 546, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 549, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 552, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bity:before {
  content: "\f37a";
}

/* line 555, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 558, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 561, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-blender:before {
  content: "\f517";
}

/* line 564, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 567, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-blind:before {
  content: "\f29d";
}

/* line 570, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-blog:before {
  content: "\f781";
}

/* line 573, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-blogger:before {
  content: "\f37c";
}

/* line 576, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 579, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 582, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 585, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bold:before {
  content: "\f032";
}

/* line 588, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 591, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 594, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bone:before {
  content: "\f5d7";
}

/* line 597, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bong:before {
  content: "\f55c";
}

/* line 600, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-book:before {
  content: "\f02d";
}

/* line 603, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 606, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 609, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-book-open:before {
  content: "\f518";
}

/* line 612, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 615, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 618, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 621, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-border-all:before {
  content: "\f84c";
}

/* line 624, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-border-none:before {
  content: "\f850";
}

/* line 627, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-border-style:before {
  content: "\f853";
}

/* line 630, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 633, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-box:before {
  content: "\f466";
}

/* line 636, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-box-open:before {
  content: "\f49e";
}

/* line 639, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 642, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-boxes:before {
  content: "\f468";
}

/* line 645, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-braille:before {
  content: "\f2a1";
}

/* line 648, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-brain:before {
  content: "\f5dc";
}

/* line 651, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 654, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 657, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 660, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 663, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-broom:before {
  content: "\f51a";
}

/* line 666, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-brush:before {
  content: "\f55d";
}

/* line 669, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-btc:before {
  content: "\f15a";
}

/* line 672, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-buffer:before {
  content: "\f837";
}

/* line 675, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bug:before {
  content: "\f188";
}

/* line 678, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 681, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 684, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 687, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-burn:before {
  content: "\f46a";
}

/* line 690, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 693, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bus:before {
  content: "\f207";
}

/* line 696, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 699, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-business-time:before {
  content: "\f64a";
}

/* line 702, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 705, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 708, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 711, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar:before {
  content: "\f133";
}

/* line 714, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 717, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 720, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 723, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 726, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 729, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 732, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 735, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-camera:before {
  content: "\f030";
}

/* line 738, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 741, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-campground:before {
  content: "\f6bb";
}

/* line 744, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 747, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 750, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 753, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-capsules:before {
  content: "\f46b";
}

/* line 756, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-car:before {
  content: "\f1b9";
}

/* line 759, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 762, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 765, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 768, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 771, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 774, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 780, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 783, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 786, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 789, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 792, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 795, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 798, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-carrot:before {
  content: "\f787";
}

/* line 801, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 804, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 807, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cash-register:before {
  content: "\f788";
}

/* line 810, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cat:before {
  content: "\f6be";
}

/* line 813, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 816, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 819, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 822, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 825, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 828, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 831, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 834, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 837, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 840, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 843, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-centercode:before {
  content: "\f380";
}

/* line 846, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-centos:before {
  content: "\f789";
}

/* line 849, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 852, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chair:before {
  content: "\f6c0";
}

/* line 855, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 858, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 861, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 864, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 867, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 870, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chart-line:before {
  content: "\f201";
}

/* line 873, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 876, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-check:before {
  content: "\f00c";
}

/* line 879, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 882, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-check-double:before {
  content: "\f560";
}

/* line 885, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 888, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 891, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess:before {
  content: "\f439";
}

/* line 894, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 897, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 900, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 903, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 906, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 909, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 912, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 915, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 918, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 921, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 924, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 927, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 930, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 933, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 936, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 939, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 942, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 945, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-chromecast:before {
  content: "\f838";
}

/* line 948, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-church:before {
  content: "\f51d";
}

/* line 951, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-circle:before {
  content: "\f111";
}

/* line 954, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 957, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-city:before {
  content: "\f64f";
}

/* line 960, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 963, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-clipboard:before {
  content: "\f328";
}

/* line 966, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 969, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 972, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-clock:before {
  content: "\f017";
}

/* line 975, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 978, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 981, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 984, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 987, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 990, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 993, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 996, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 999, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 1002, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 1005, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1008, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1011, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1014, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1017, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1020, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1023, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-code:before {
  content: "\f121";
}

/* line 1026, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1029, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1032, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1035, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1038, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cog:before {
  content: "\f013";
}

/* line 1041, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cogs:before {
  content: "\f085";
}

/* line 1044, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-coins:before {
  content: "\f51e";
}

/* line 1047, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 1050, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comment:before {
  content: "\f075";
}

/* line 1053, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1056, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1059, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1062, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1065, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1068, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comments:before {
  content: "\f086";
}

/* line 1071, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1074, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1077, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 1080, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-compress:before {
  content: "\f066";
}

/* line 1083, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1086, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1089, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1092, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1095, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1098, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 1101, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cookie:before {
  content: "\f563";
}

/* line 1104, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1107, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1110, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1113, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1116, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1119, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1122, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1125, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1128, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1131, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1134, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1137, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1140, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1143, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1146, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1149, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1152, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1155, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1158, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1161, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1164, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1167, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1170, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-crop:before {
  content: "\f125";
}

/* line 1173, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1176, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cross:before {
  content: "\f654";
}

/* line 1179, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1182, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-crow:before {
  content: "\f520";
}

/* line 1185, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-crown:before {
  content: "\f521";
}

/* line 1188, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1191, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 1194, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1197, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1200, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1203, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1206, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1209, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1212, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1215, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 1218, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1221, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 1224, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1227, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-deezer:before {
  content: "\e077";
}

/* line 1230, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1233, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-democrat:before {
  content: "\f747";
}

/* line 1236, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1239, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1242, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 1245, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1248, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1251, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1254, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dhl:before {
  content: "\f790";
}

/* line 1257, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1260, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1263, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice:before {
  content: "\f522";
}

/* line 1266, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1269, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1272, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1275, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1278, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1281, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1284, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1287, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1290, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1293, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1296, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1299, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1302, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-discord:before {
  content: "\f392";
}

/* line 1305, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-discourse:before {
  content: "\f393";
}

/* line 1308, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-disease:before {
  content: "\f7fa";
}

/* line 1311, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-divide:before {
  content: "\f529";
}

/* line 1314, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dizzy:before {
  content: "\f567";
}

/* line 1317, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dna:before {
  content: "\f471";
}

/* line 1320, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dochub:before {
  content: "\f394";
}

/* line 1323, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-docker:before {
  content: "\f395";
}

/* line 1326, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dog:before {
  content: "\f6d3";
}

/* line 1329, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 1332, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dolly:before {
  content: "\f472";
}

/* line 1335, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 1338, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-donate:before {
  content: "\f4b9";
}

/* line 1341, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 1344, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-door-open:before {
  content: "\f52b";
}

/* line 1347, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 1350, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dove:before {
  content: "\f4ba";
}

/* line 1353, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-download:before {
  content: "\f019";
}

/* line 1356, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 1359, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 1362, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 1365, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 1368, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1371, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 1374, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1377, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-drum:before {
  content: "\f569";
}

/* line 1380, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 1383, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1386, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1389, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 1392, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dumpster:before {
  content: "\f793";
}

/* line 1395, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 1398, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 1401, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-dyalog:before {
  content: "\f399";
}

/* line 1404, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 1407, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 1410, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-edge:before {
  content: "\f282";
}

/* line 1413, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 1416, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-edit:before {
  content: "\f044";
}

/* line 1419, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-egg:before {
  content: "\f7fb";
}

/* line 1422, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-eject:before {
  content: "\f052";
}

/* line 1425, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-elementor:before {
  content: "\f430";
}

/* line 1428, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1431, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1434, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ello:before {
  content: "\f5f1";
}

/* line 1437, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ember:before {
  content: "\f423";
}

/* line 1440, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1443, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1446, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 1449, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 1452, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1455, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-envira:before {
  content: "\f299";
}

/* line 1458, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-equals:before {
  content: "\f52c";
}

/* line 1461, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1464, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1467, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1470, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ethernet:before {
  content: "\f796";
}

/* line 1473, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1476, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1479, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-evernote:before {
  content: "\f839";
}

/* line 1482, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1485, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1488, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1491, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1494, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-expand:before {
  content: "\f065";
}

/* line 1497, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 1500, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1503, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1506, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 1509, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 1512, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 1515, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1518, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1521, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1524, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1527, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1530, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1533, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fan:before {
  content: "\f863";
}

/* line 1536, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1539, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1542, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1545, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-faucet:before {
  content: "\e005";
}

/* line 1548, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1551, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-feather:before {
  content: "\f52d";
}

/* line 1554, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 1557, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fedex:before {
  content: "\f797";
}

/* line 1560, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fedora:before {
  content: "\f798";
}

/* line 1563, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-female:before {
  content: "\f182";
}

/* line 1566, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1569, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-figma:before {
  content: "\f799";
}

/* line 1572, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file:before {
  content: "\f15b";
}

/* line 1575, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1578, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1581, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1584, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1587, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 1590, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 1593, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-download:before {
  content: "\f56d";
}

/* line 1596, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1599, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-export:before {
  content: "\f56e";
}

/* line 1602, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1605, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-import:before {
  content: "\f56f";
}

/* line 1608, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 1611, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1614, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-medical:before {
  content: "\f477";
}

/* line 1617, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 1620, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1623, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1626, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 1629, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-signature:before {
  content: "\f573";
}

/* line 1632, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-upload:before {
  content: "\f574";
}

/* line 1635, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1638, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1641, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fill:before {
  content: "\f575";
}

/* line 1644, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 1647, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-film:before {
  content: "\f008";
}

/* line 1650, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1653, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 1656, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 1659, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 1662, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1665, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 1668, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 1671, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1674, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1677, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 1680, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1683, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fish:before {
  content: "\f578";
}

/* line 1686, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 1689, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flag:before {
  content: "\f024";
}

/* line 1692, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1695, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 1698, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1701, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1704, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1707, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-flushed:before {
  content: "\f579";
}

/* line 1710, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fly:before {
  content: "\f417";
}

/* line 1713, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 1716, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 1719, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1722, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 1725, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-font:before {
  content: "\f031";
}

/* line 1728, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 1731, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1734, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 1737, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1740, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1743, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1746, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1749, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1752, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1755, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1758, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 1761, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1764, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 1767, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1770, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-frog:before {
  content: "\f52e";
}

/* line 1773, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-frown:before {
  content: "\f119";
}

/* line 1776, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 1779, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1782, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 1785, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1788, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1791, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1794, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1797, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 1800, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1803, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1806, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1809, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1812, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gg:before {
  content: "\f260";
}

/* line 1815, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1818, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 1821, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 1824, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gifts:before {
  content: "\f79c";
}

/* line 1827, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 1830, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-git-alt:before {
  content: "\f841";
}

/* line 1833, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1836, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-github:before {
  content: "\f09b";
}

/* line 1839, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1842, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 1845, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1848, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1851, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gitter:before {
  content: "\f426";
}

/* line 1854, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 1857, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 1860, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1863, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1866, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-glasses:before {
  content: "\f530";
}

/* line 1869, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1872, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1875, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1878, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 1881, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 1884, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 1887, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 1890, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1893, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1896, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1899, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1902, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 1905, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1908, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google-pay:before {
  content: "\e079";
}

/* line 1911, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1914, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 1917, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 1920, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 1923, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1926, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gopuram:before {
  content: "\f664";
}

/* line 1929, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1932, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1935, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1938, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-greater-than:before {
  content: "\f531";
}

/* line 1941, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 1944, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grimace:before {
  content: "\f57f";
}

/* line 1947, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin:before {
  content: "\f580";
}

/* line 1950, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 1953, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 1956, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1959, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 1962, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 1965, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 1968, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 1971, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 1974, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 1977, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1980, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1983, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 1986, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 1989, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 1992, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1995, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 1998, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 2001, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 2004, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 2007, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 2010, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 2013, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 2016, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 2019, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2022, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2025, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2028, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2031, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 2034, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 2037, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 2040, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 2043, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 2046, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 2049, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 2052, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2055, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 2058, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 2061, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 2064, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 2067, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 2070, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2073, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2076, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2079, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 2082, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2085, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2088, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 2091, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 2094, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 2097, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 2100, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 2103, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 2106, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 2109, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2112, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 2115, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 2118, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 2121, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 2124, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 2127, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 2130, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 2133, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 2136, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-heading:before {
  content: "\f1dc";
}

/* line 2139, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 2142, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 2145, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-headset:before {
  content: "\f590";
}

/* line 2148, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-heart:before {
  content: "\f004";
}

/* line 2151, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 2154, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2157, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-helicopter:before {
  content: "\f533";
}

/* line 2160, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-highlighter:before {
  content: "\f591";
}

/* line 2163, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 2166, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 2169, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hips:before {
  content: "\f452";
}

/* line 2172, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 2175, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-history:before {
  content: "\f1da";
}

/* line 2178, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 2181, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 2184, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-home:before {
  content: "\f015";
}

/* line 2187, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hooli:before {
  content: "\f427";
}

/* line 2190, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hornbill:before {
  content: "\f592";
}

/* line 2193, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-horse:before {
  content: "\f6f0";
}

/* line 2196, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 2199, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 2202, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 2205, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 2208, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 2211, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 2214, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 2217, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hotel:before {
  content: "\f594";
}

/* line 2220, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 2223, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2226, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2229, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2232, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2235, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 2238, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-house-user:before {
  content: "\e065";
}

/* line 2241, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2244, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 2247, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 2250, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 2253, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2256, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 2259, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 2262, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-icons:before {
  content: "\f86d";
}

/* line 2265, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2268, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2271, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 2274, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ideal:before {
  content: "\e013";
}

/* line 2277, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 2280, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-image:before {
  content: "\f03e";
}

/* line 2283, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-images:before {
  content: "\f302";
}

/* line 2286, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2289, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 2292, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 2295, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-industry:before {
  content: "\f275";
}

/* line 2298, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-infinity:before {
  content: "\f534";
}

/* line 2301, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-info:before {
  content: "\f129";
}

/* line 2304, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 2307, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 2310, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 2313, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-intercom:before {
  content: "\f7af";
}

/* line 2316, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2319, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-invision:before {
  content: "\f7b0";
}

/* line 2322, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2325, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-italic:before {
  content: "\f033";
}

/* line 2328, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 2331, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 2334, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 2337, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-java:before {
  content: "\f4e4";
}

/* line 2340, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-jedi:before {
  content: "\f669";
}

/* line 2343, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 2346, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 2349, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-jira:before {
  content: "\f7b1";
}

/* line 2352, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-joget:before {
  content: "\f3b7";
}

/* line 2355, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-joint:before {
  content: "\f595";
}

/* line 2358, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 2361, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 2364, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-js:before {
  content: "\f3b8";
}

/* line 2367, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 2370, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 2373, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 2376, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 2379, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-key:before {
  content: "\f084";
}

/* line 2382, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 2385, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 2388, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 2391, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-khanda:before {
  content: "\f66d";
}

/* line 2394, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 2397, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2400, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kiss:before {
  content: "\f596";
}

/* line 2403, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 2406, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 2409, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 2412, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-korvue:before {
  content: "\f42f";
}

/* line 2415, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-landmark:before {
  content: "\f66f";
}

/* line 2418, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 2421, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 2424, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 2427, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 2430, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 2433, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 2436, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2439, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2442, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laugh:before {
  content: "\f599";
}

/* line 2445, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 2448, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 2451, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 2454, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 2457, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 2460, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2463, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lemon:before {
  content: "\f094";
}

/* line 2466, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-less:before {
  content: "\f41d";
}

/* line 2469, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-less-than:before {
  content: "\f536";
}

/* line 2472, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 2475, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 2478, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 2481, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 2484, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 2487, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-line:before {
  content: "\f3c0";
}

/* line 2490, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-link:before {
  content: "\f0c1";
}

/* line 2493, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 2496, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 2499, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2502, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 2505, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 2508, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-list:before {
  content: "\f03a";
}

/* line 2511, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 2514, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 2517, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 2520, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 2523, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lock:before {
  content: "\f023";
}

/* line 2526, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 2529, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2532, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2535, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2538, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2541, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2544, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 2547, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lungs:before {
  content: "\f604";
}

/* line 2550, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 2553, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 2556, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-magento:before {
  content: "\f3c4";
}

/* line 2559, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 2562, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 2565, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 2568, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 2571, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-male:before {
  content: "\f183";
}

/* line 2574, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 2577, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-map:before {
  content: "\f279";
}

/* line 2580, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 2583, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2586, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 2589, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2592, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2595, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2598, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-markdown:before {
  content: "\f60f";
}

/* line 2601, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-marker:before {
  content: "\f5a1";
}

/* line 2604, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mars:before {
  content: "\f222";
}

/* line 2607, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2610, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2613, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2616, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2619, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mask:before {
  content: "\f6fa";
}

/* line 2622, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 2625, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 2628, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 2631, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-medal:before {
  content: "\f5a2";
}

/* line 2634, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 2637, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-medium:before {
  content: "\f23a";
}

/* line 2640, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 2643, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 2646, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 2649, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2652, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 2655, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-meh:before {
  content: "\f11a";
}

/* line 2658, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 2661, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2664, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-memory:before {
  content: "\f538";
}

/* line 2667, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 2670, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-menorah:before {
  content: "\f676";
}

/* line 2673, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 2676, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-meteor:before {
  content: "\f753";
}

/* line 2679, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microblog:before {
  content: "\e01a";
}

/* line 2682, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2685, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 2688, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 2691, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2694, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 2697, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microscope:before {
  content: "\f610";
}

/* line 2700, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 2703, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-minus:before {
  content: "\f068";
}

/* line 2706, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 2709, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 2712, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 2715, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mix:before {
  content: "\f3cb";
}

/* line 2718, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2721, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mixer:before {
  content: "\e056";
}

/* line 2724, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 2727, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mobile:before {
  content: "\f10b";
}

/* line 2730, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 2733, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-modx:before {
  content: "\f285";
}

/* line 2736, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-monero:before {
  content: "\f3d0";
}

/* line 2739, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 2742, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2745, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 2748, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2751, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-money-check:before {
  content: "\f53c";
}

/* line 2754, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 2757, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-monument:before {
  content: "\f5a6";
}

/* line 2760, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-moon:before {
  content: "\f186";
}

/* line 2763, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2766, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mosque:before {
  content: "\f678";
}

/* line 2769, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2772, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 2775, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 2778, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2781, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 2784, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-music:before {
  content: "\f001";
}

/* line 2787, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-napster:before {
  content: "\f3d2";
}

/* line 2790, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-neos:before {
  content: "\f612";
}

/* line 2793, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 2796, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2799, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 2802, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 2805, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-node:before {
  content: "\f419";
}

/* line 2808, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 2811, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 2814, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 2817, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-npm:before {
  content: "\f3d4";
}

/* line 2820, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 2823, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 2826, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 2829, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2832, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2835, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2838, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-oil-can:before {
  content: "\f613";
}

/* line 2841, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-old-republic:before {
  content: "\f510";
}

/* line 2844, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-om:before {
  content: "\f679";
}

/* line 2847, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2850, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 2853, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 2856, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2859, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 2862, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-osi:before {
  content: "\f41a";
}

/* line 2865, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-otter:before {
  content: "\f700";
}

/* line 2868, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-outdent:before {
  content: "\f03b";
}

/* line 2871, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-page4:before {
  content: "\f3d7";
}

/* line 2874, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 2877, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pager:before {
  content: "\f815";
}

/* line 2880, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2883, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 2886, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-palette:before {
  content: "\f53f";
}

/* line 2889, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 2892, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pallet:before {
  content: "\f482";
}

/* line 2895, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2898, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 2901, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 2904, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2907, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-parking:before {
  content: "\f540";
}

/* line 2910, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-passport:before {
  content: "\f5ab";
}

/* line 2913, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 2916, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paste:before {
  content: "\f0ea";
}

/* line 2919, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 2922, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 2925, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2928, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 2931, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2934, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-peace:before {
  content: "\f67c";
}

/* line 2937, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pen:before {
  content: "\f304";
}

/* line 2940, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 2943, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 2946, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 2949, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 2952, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 2955, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2958, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 2961, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 2964, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 2967, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 2970, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-percent:before {
  content: "\f295";
}

/* line 2973, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-percentage:before {
  content: "\f541";
}

/* line 2976, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-periscope:before {
  content: "\f3da";
}

/* line 2979, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-person-booth:before {
  content: "\f756";
}

/* line 2982, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 2985, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 2988, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 2991, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phone:before {
  content: "\f095";
}

/* line 2994, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 2997, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 3000, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 3003, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 3006, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 3009, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 3012, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-php:before {
  content: "\f457";
}

/* line 3015, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 3018, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 3021, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 3024, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 3027, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 3030, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 3033, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pills:before {
  content: "\f484";
}

/* line 3036, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 3039, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 3042, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 3045, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 3048, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 3051, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plane:before {
  content: "\f072";
}

/* line 3054, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 3057, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 3060, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 3063, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-play:before {
  content: "\f04b";
}

/* line 3066, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 3069, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-playstation:before {
  content: "\f3df";
}

/* line 3072, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 3075, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plus:before {
  content: "\f067";
}

/* line 3078, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 3081, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 3084, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 3087, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-poll:before {
  content: "\f681";
}

/* line 3090, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-poll-h:before {
  content: "\f682";
}

/* line 3093, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-poo:before {
  content: "\f2fe";
}

/* line 3096, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 3099, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-poop:before {
  content: "\f619";
}

/* line 3102, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 3105, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 3108, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 3111, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pray:before {
  content: "\f683";
}

/* line 3114, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 3117, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 3120, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 3123, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3126, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-print:before {
  content: "\f02f";
}

/* line 3129, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-procedures:before {
  content: "\f487";
}

/* line 3132, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 3135, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 3138, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 3141, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 3144, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 3147, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 3150, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-python:before {
  content: "\f3e2";
}

/* line 3153, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 3156, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 3159, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-question:before {
  content: "\f128";
}

/* line 3162, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 3165, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-quidditch:before {
  content: "\f458";
}

/* line 3168, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-quinscape:before {
  content: "\f459";
}

/* line 3171, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-quora:before {
  content: "\f2c4";
}

/* line 3174, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 3177, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 3180, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-quran:before {
  content: "\f687";
}

/* line 3183, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 3186, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 3189, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 3192, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 3195, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-random:before {
  content: "\f074";
}

/* line 3198, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3201, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3204, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-react:before {
  content: "\f41b";
}

/* line 3207, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 3210, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-readme:before {
  content: "\f4d5";
}

/* line 3213, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 3216, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-receipt:before {
  content: "\f543";
}

/* line 3219, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 3222, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 3225, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 3228, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 3231, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 3234, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 3237, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 3240, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-redo:before {
  content: "\f01e";
}

/* line 3243, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 3246, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 3249, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 3252, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 3255, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-reply:before {
  content: "\f3e5";
}

/* line 3258, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-reply-all:before {
  content: "\f122";
}

/* line 3261, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 3264, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-republican:before {
  content: "\f75e";
}

/* line 3267, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 3270, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 3273, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 3276, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 3279, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rev:before {
  content: "\f5b2";
}

/* line 3282, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 3285, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ring:before {
  content: "\f70b";
}

/* line 3288, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-road:before {
  content: "\f018";
}

/* line 3291, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-robot:before {
  content: "\f544";
}

/* line 3294, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 3297, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 3300, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 3303, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-route:before {
  content: "\f4d7";
}

/* line 3306, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rss:before {
  content: "\f09e";
}

/* line 3309, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 3312, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 3315, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ruler:before {
  content: "\f545";
}

/* line 3318, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 3321, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 3324, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 3327, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-running:before {
  content: "\f70c";
}

/* line 3330, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 3333, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-rust:before {
  content: "\e07a";
}

/* line 3336, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 3339, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 3342, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-safari:before {
  content: "\f267";
}

/* line 3345, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 3348, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sass:before {
  content: "\f41e";
}

/* line 3351, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 3354, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 3357, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-save:before {
  content: "\f0c7";
}

/* line 3360, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 3363, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-school:before {
  content: "\f549";
}

/* line 3366, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 3369, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 3372, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-scroll:before {
  content: "\f70e";
}

/* line 3375, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 3378, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-search:before {
  content: "\f002";
}

/* line 3381, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 3384, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-search-location:before {
  content: "\f689";
}

/* line 3387, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 3390, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 3393, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 3396, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 3399, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 3402, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 3405, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-server:before {
  content: "\f233";
}

/* line 3408, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 3411, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shapes:before {
  content: "\f61f";
}

/* line 3414, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-share:before {
  content: "\f064";
}

/* line 3417, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 3420, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 3423, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 3426, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 3429, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 3432, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 3435, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 3438, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 3441, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 3444, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 3447, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shopify:before {
  content: "\e057";
}

/* line 3450, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 3453, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 3456, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 3459, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 3462, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shower:before {
  content: "\f2cc";
}

/* line 3465, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 3468, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sign:before {
  content: "\f4d9";
}

/* line 3471, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3474, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 3477, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3480, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-signal:before {
  content: "\f012";
}

/* line 3483, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-signature:before {
  content: "\f5b7";
}

/* line 3486, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 3489, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 3492, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sink:before {
  content: "\e06d";
}

/* line 3495, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 3498, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 3501, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sith:before {
  content: "\f512";
}

/* line 3504, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-skating:before {
  content: "\f7c5";
}

/* line 3507, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 3510, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 3513, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3516, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-skull:before {
  content: "\f54c";
}

/* line 3519, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 3522, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 3525, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 3528, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-slack:before {
  content: "\f198";
}

/* line 3531, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 3534, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-slash:before {
  content: "\f715";
}

/* line 3537, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 3540, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 3543, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 3546, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-smile:before {
  content: "\f118";
}

/* line 3549, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 3552, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 3555, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-smog:before {
  content: "\f75f";
}

/* line 3558, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-smoking:before {
  content: "\f48d";
}

/* line 3561, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 3564, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sms:before {
  content: "\f7cd";
}

/* line 3567, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 3570, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3573, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 3576, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 3579, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 3582, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 3585, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 3588, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-soap:before {
  content: "\e06e";
}

/* line 3591, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-socks:before {
  content: "\f696";
}

/* line 3594, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 3597, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort:before {
  content: "\f0dc";
}

/* line 3600, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3603, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3606, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3609, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3612, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 3615, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3618, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 3621, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3624, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 3627, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 3630, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3633, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 3636, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3639, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 3642, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 3645, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 3648, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-spa:before {
  content: "\f5bb";
}

/* line 3651, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 3654, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 3657, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 3660, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-spell-check:before {
  content: "\f891";
}

/* line 3663, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-spider:before {
  content: "\f717";
}

/* line 3666, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 3669, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 3672, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 3675, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 3678, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 3681, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-square-full:before {
  content: "\f45c";
}

/* line 3684, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 3687, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 3690, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 3693, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 3696, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stackpath:before {
  content: "\f842";
}

/* line 3699, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 3702, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-star:before {
  content: "\f005";
}

/* line 3705, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 3708, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 3711, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 3714, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 3717, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 3720, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 3723, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 3726, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 3729, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 3732, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 3735, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 3738, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 3741, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 3744, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 3747, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 3750, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 3753, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 3756, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 3759, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-store:before {
  content: "\f54e";
}

/* line 3762, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 3765, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 3768, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-store-slash:before {
  content: "\e071";
}

/* line 3771, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-strava:before {
  content: "\f428";
}

/* line 3774, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stream:before {
  content: "\f550";
}

/* line 3777, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 3780, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 3783, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stripe:before {
  content: "\f429";
}

/* line 3786, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 3789, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 3792, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 3795, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 3798, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3801, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 3804, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-subway:before {
  content: "\f239";
}

/* line 3807, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 3810, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3813, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sun:before {
  content: "\f185";
}

/* line 3816, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3819, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 3822, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-supple:before {
  content: "\f3f9";
}

/* line 3825, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 3828, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-suse:before {
  content: "\f7d6";
}

/* line 3831, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 3834, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-swift:before {
  content: "\f8e1";
}

/* line 3837, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 3840, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 3843, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-symfony:before {
  content: "\f83d";
}

/* line 3846, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 3849, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sync:before {
  content: "\f021";
}

/* line 3852, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 3855, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-syringe:before {
  content: "\f48e";
}

/* line 3858, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 3861, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 3864, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 3867, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 3870, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tablets:before {
  content: "\f490";
}

/* line 3873, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3876, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 3879, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 3882, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tape:before {
  content: "\f4db";
}

/* line 3885, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 3888, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 3891, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 3894, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-teeth:before {
  content: "\f62e";
}

/* line 3897, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 3900, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 3903, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 3906, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 3909, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 3912, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3915, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 3918, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 3921, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 3924, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 3927, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-th:before {
  content: "\f00a";
}

/* line 3930, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 3933, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 3936, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 3939, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 3942, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 3945, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 3948, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thermometer:before {
  content: "\f491";
}

/* line 3951, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3954, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 3957, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 3960, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3963, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3966, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 3969, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 3972, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 3975, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 3978, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 3981, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 3984, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-times:before {
  content: "\f00d";
}

/* line 3987, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 3990, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tint:before {
  content: "\f043";
}

/* line 3993, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 3996, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tired:before {
  content: "\f5c8";
}

/* line 3999, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4002, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4005, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 4008, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 4011, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 4014, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-toolbox:before {
  content: "\f552";
}

/* line 4017, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tools:before {
  content: "\f7d9";
}

/* line 4020, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 4023, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-torah:before {
  content: "\f6a0";
}

/* line 4026, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 4029, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tractor:before {
  content: "\f722";
}

/* line 4032, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 4035, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4038, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 4041, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trailer:before {
  content: "\e041";
}

/* line 4044, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-train:before {
  content: "\f238";
}

/* line 4047, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tram:before {
  content: "\f7da";
}

/* line 4050, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-transgender:before {
  content: "\f224";
}

/* line 4053, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4056, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4059, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 4062, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 4065, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 4068, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4071, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trello:before {
  content: "\f181";
}

/* line 4074, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4077, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 4080, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4083, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 4086, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 4089, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 4092, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 4095, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tshirt:before {
  content: "\f553";
}

/* line 4098, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4101, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4104, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4107, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-tv:before {
  content: "\f26c";
}

/* line 4110, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4113, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 4116, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4119, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-typo3:before {
  content: "\f42b";
}

/* line 4122, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-uber:before {
  content: "\f402";
}

/* line 4125, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 4128, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-uikit:before {
  content: "\f403";
}

/* line 4131, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 4134, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4137, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 4140, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4143, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-undo:before {
  content: "\f0e2";
}

/* line 4146, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 4149, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 4152, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-unity:before {
  content: "\e049";
}

/* line 4155, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4158, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-university:before {
  content: "\f19c";
}

/* line 4161, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-unlink:before {
  content: "\f127";
}

/* line 4164, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4167, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4170, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 4173, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-untappd:before {
  content: "\f405";
}

/* line 4176, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-upload:before {
  content: "\f093";
}

/* line 4179, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ups:before {
  content: "\f7e0";
}

/* line 4182, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-usb:before {
  content: "\f287";
}

/* line 4185, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user:before {
  content: "\f007";
}

/* line 4188, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-alt:before {
  content: "\f406";
}

/* line 4191, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4194, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 4197, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 4200, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4203, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 4206, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 4209, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 4212, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-friends:before {
  content: "\f500";
}

/* line 4215, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 4218, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-injured:before {
  content: "\f728";
}

/* line 4221, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-lock:before {
  content: "\f502";
}

/* line 4224, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4227, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-minus:before {
  content: "\f503";
}

/* line 4230, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 4233, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 4236, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4239, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4242, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-shield:before {
  content: "\f505";
}

/* line 4245, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-slash:before {
  content: "\f506";
}

/* line 4248, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-tag:before {
  content: "\f507";
}

/* line 4251, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-tie:before {
  content: "\f508";
}

/* line 4254, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-user-times:before {
  content: "\f235";
}

/* line 4257, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-users:before {
  content: "\f0c0";
}

/* line 4260, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-users-cog:before {
  content: "\f509";
}

/* line 4263, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-users-slash:before {
  content: "\e073";
}

/* line 4266, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-usps:before {
  content: "\f7e1";
}

/* line 4269, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 4272, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4275, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 4278, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vaadin:before {
  content: "\f408";
}

/* line 4281, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 4284, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-venus:before {
  content: "\f221";
}

/* line 4287, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4290, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4293, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4296, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4299, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4302, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vial:before {
  content: "\f492";
}

/* line 4305, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vials:before {
  content: "\f493";
}

/* line 4308, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-viber:before {
  content: "\f409";
}

/* line 4311, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-video:before {
  content: "\f03d";
}

/* line 4314, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 4317, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 4320, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 4323, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4326, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 4329, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4332, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-virus:before {
  content: "\e074";
}

/* line 4335, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 4338, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-viruses:before {
  content: "\e076";
}

/* line 4341, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vk:before {
  content: "\f189";
}

/* line 4344, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vnv:before {
  content: "\f40b";
}

/* line 4347, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-voicemail:before {
  content: "\f897";
}

/* line 4350, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 4353, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4356, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 4359, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4362, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4365, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 4368, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 4371, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 4374, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-walking:before {
  content: "\f554";
}

/* line 4377, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wallet:before {
  content: "\f555";
}

/* line 4380, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-warehouse:before {
  content: "\f494";
}

/* line 4383, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-water:before {
  content: "\f773";
}

/* line 4386, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 4389, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-waze:before {
  content: "\f83f";
}

/* line 4392, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 4395, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4398, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-weight:before {
  content: "\f496";
}

/* line 4401, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 4404, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 4407, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4410, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 4413, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4416, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 4419, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4422, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4425, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wind:before {
  content: "\f72e";
}

/* line 4428, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-window-close:before {
  content: "\f410";
}

/* line 4431, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4434, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4437, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4440, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 4443, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 4446, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 4449, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4452, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wix:before {
  content: "\f5cf";
}

/* line 4455, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4458, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4461, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-won-sign:before {
  content: "\f159";
}

/* line 4464, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4467, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 4470, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4473, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4476, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4479, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 4482, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4485, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-x-ray:before {
  content: "\f497";
}

/* line 4488, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-xbox:before {
  content: "\f412";
}

/* line 4491, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-xing:before {
  content: "\f168";
}

/* line 4494, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4497, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 4500, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4503, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yammer:before {
  content: "\f840";
}

/* line 4506, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yandex:before {
  content: "\f413";
}

/* line 4509, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 4512, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 4515, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4518, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 4521, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 4524, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4527, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 4530, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 4533, /app/app/assets/stylesheets/fontawesome-all.css */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4536, /app/app/assets/stylesheets/fontawesome-all.css */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4546, /app/app/assets/stylesheets/fontawesome-all.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-383b27615172c150f3cb85a97d4825d45eaa8b442b781e9e8351e7e834b8706d.eot);
  src: url(/assets/fa-brands-400-383b27615172c150f3cb85a97d4825d45eaa8b442b781e9e8351e7e834b8706d.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400-1c87d2b26de7d55c66037916bbb4cba6c791da0e2adfa378332678ff13e12d9d.woff2) format("woff2"), url(/assets/fa-brands-400-e01029f3278fc6270cd31a5fe753cbda694fbb777ee30e8f6a13909087178988.woff) format("woff"), url(/assets/fa-brands-400-07504680f886659b0f0d8539ae5c01324b88f30387609687c2f2a0050928bddf.ttf) format("truetype"), url(/assets/fa-brands-400-04f0731aad93ec9ec5bfa9a855fee15812207e4be30ab1c035cc2186478ad369.svg#fontawesome) format("svg");
}
/* line 4561, /app/app/assets/stylesheets/fontawesome-all.css */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-c4f72714221008f5bdfcc90821ccd835cce9524c7ec99ad5d947488930fe1623.eot);
  src: url(/assets/fa-regular-400-c4f72714221008f5bdfcc90821ccd835cce9524c7ec99ad5d947488930fe1623.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400-245818b22d1ec4892fcb722437e32888e97f63a0316bd22aaf9f44cde01f4c91.woff2) format("woff2"), url(/assets/fa-regular-400-2fa36d869db5e0d8a752bd4a3b1db35d25655e179a31de6ba33e4568017e66f9.woff) format("woff"), url(/assets/fa-regular-400-a5e1580acc1d3fbd2d2045b2a85bdb8291c475939e9cb48003afc502499b3f2e.ttf) format("truetype"), url(/assets/fa-regular-400-40da3caf3048c4eff8a1a5780cbb89c5dec3e7972850ba9dc3df0beb0721ba05.svg#fontawesome) format("svg");
}
/* line 4572, /app/app/assets/stylesheets/fontawesome-all.css */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-5c44f9d868c55913ca587e0399fc6df18f157c544a0b366ae544a83d32f057d5.eot);
  src: url(/assets/fa-solid-900-5c44f9d868c55913ca587e0399fc6df18f157c544a0b366ae544a83d32f057d5.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900-cfe3b7382e477059da11be2099914b94f0e2a4f08240c60542c376957b8d9658.woff2) format("woff2"), url(/assets/fa-solid-900-c704d9e677b72859d29ddd73a2a63e3b15b5a4db903cff64b3c29a059e180871.woff) format("woff"), url(/assets/fa-solid-900-af849952e881b92cf7206540a91c5feefe23ff5910af83097cbb2eaff614ba20.ttf) format("truetype"), url(/assets/fa-solid-900-f6352459b430cbd356d1bf5e76fa3cb0e00348863dee7fefb38d1058caae9afb.svg#fontawesome) format("svg");
}
/* line 4583, /app/app/assets/stylesheets/fontawesome-all.css */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 1, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

/* line 12, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

/* line 15, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

/* line 21, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 24, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

/* line 29, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 32, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

/* line 37, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

/* line 46, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

/* line 52, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

/* line 55, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

/* line 63, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

/* line 72, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

/* line 78, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 82, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

/* line 86, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

/* line 89, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

/* line 92, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

/* line 99, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

/* line 104, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 107, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 114, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 121, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 127, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 131, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

/* line 137, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

/* line 140, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

/* line 145, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

/* line 150, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

/* line 154, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

/* line 158, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

/* line 162, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

/* line 167, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

/* line 185, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

/* line 188, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

/* line 191, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

/* line 194, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

/* line 197, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

/* line 200, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

/* line 203, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

/* line 208, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

/* line 213, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

/* line 217, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

/* line 223, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

/* line 229, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

/* line 234, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

/* line 240, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

/* line 246, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

/* line 250, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

/* line 254, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-no-transition {
  transition: none !important;
}

/* line 258, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

/* line 273, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup:focus {
  outline: none;
}

/* line 276, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 280, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 293, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

/* line 304, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

/* line 307, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 310, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 314, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

/* line 329, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

/* line 336, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 339, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

/* line 347, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

/* line 350, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

/* line 358, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

/* line 361, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

/* line 369, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

/* line 372, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 375, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled:focus {
  outline: none;
}

/* line 378, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 382, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

/* line 391, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 403, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

/* line 409, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

/* line 414, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

/* line 436, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

/* line 441, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 445, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-close::-moz-focus-inner {
  border: 0;
}

/* line 449, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

/* line 464, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

/* line 473, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

/* line 486, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 492, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 499, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

/* line 502, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

/* line 505, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

/* line 511, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

/* line 515, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-range input {
  width: 80%;
}

/* line 518, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 524, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 532, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

/* line 537, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

/* line 545, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

/* line 550, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

/* line 559, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

/* line 566, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

/* line 571, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

/* line 577, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

/* line 583, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

/* line 594, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

/* line 609, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 627, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

/* line 632, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

/* line 636, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 640, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

/* line 649, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 653, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 657, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 661, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

/* line 665, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 669, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 673, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.5s;
  animation: swal2-animate-i-mark 0.5s;
}

/* line 677, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 681, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 685, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.8s;
  animation: swal2-animate-i-mark 0.8s;
}

/* line 689, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 693, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 697, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-question-mark 0.8s;
  animation: swal2-animate-question-mark 0.8s;
}

/* line 701, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

/* line 705, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 712, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 719, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 726, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 737, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

/* line 746, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

/* line 754, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 760, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 766, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

/* line 770, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

/* line 774, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 779, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

/* line 788, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 792, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 803, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

/* line 806, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

/* line 810, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

/* line 813, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

/* line 822, /app/app/assets/stylesheets/sweetalert2.css */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

/* line 826, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

/* line 831, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

/* line 836, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-noanimation {
  transition: none;
}

/* line 840, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 848, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

/* line 852, /app/app/assets/stylesheets/sweetalert2.css */
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
/* line 1308, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 1311, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-height-auto {
  height: auto !important;
}

/* line 1314, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

/* line 1318, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

/* line 1321, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  /* line 1325, /app/app/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  /* line 1328, /app/app/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  /* line 1331, /app/app/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
/* line 1335, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

/* line 1342, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1349, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 1355, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 1361, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

/* line 1368, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1375, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 1382, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 1388, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1395, /app/app/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 1, /app/app/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /app/app/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /app/app/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /app/app/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, /app/app/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /app/app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /app/app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /app/app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /app/app/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /app/app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /app/app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /app/app/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, /app/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, /app/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, /app/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, /app/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, /app/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, /app/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, /app/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, /app/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, /app/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, /app/app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, /app/app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, /app/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/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, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, /app/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, /app/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * 
 * Super simple wysiwyg editor v0.8.18
 * https://summernote.org
 * 
 * 
 * Copyright 2013- Alan Hong. and other contributors
 * summernote may be freely distributed under the MIT license.
 * 
 * Date: 2020-05-20T18:09Z
 * 
 */
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/summernote-e0e54acda6f6686e8bcae9d1c35be16aec516d38aac6c369b15d0ca81b9f067e.eot);
  src: url(/assets/summernote-e0e54acda6f6686e8bcae9d1c35be16aec516d38aac6c369b15d0ca81b9f067e.eot?#iefix) format("embedded-opentype"), url(/assets/summernote-6ae62bbeee0313336393d901d055b0749978abde25234397942609fef4521c1f.woff2) format("woff2"), url(/assets/summernote-ad20bd13f091371ecf28930028092ace4b62ec5a259b8c959b6d8f9d7d405d25.woff) format("woff"), url(/assets/summernote-bc06998a0259b2a4be40fd043e21324ff9092011bae8ca0d963bb633edcd30e1.ttf) format("truetype");
}
/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
[class^=note-icon]:before, [class*=" note-icon"]:before {
  display: inline-block;
  font-family: summernote;
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-fw {
  text-align: center;
  width: 1.25em;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-pull-left {
  float: left;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-pull-right {
  float: right;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon.note-icon-pull-left {
  margin-right: .3em;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon.note-icon-pull-right {
  margin-left: .3em;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-align::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-align-center::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-align-indent::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-align-justify::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-align-left::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-align-outdent::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-align-right::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-down::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-left::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-right::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-up::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-alt::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-h::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-v::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-bold::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-caret::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-chain-broken::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-circle::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-close::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-code::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-col-after::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-col-before::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-col-remove::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-eraser::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-float-left::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-float-none::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-float-right::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-font::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-frame::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-italic::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-link::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-magic::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-menu-check::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-minus::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-orderedlist::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-pencil::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-picture::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-question::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-redo::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-rollback::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-row-above::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-row-below::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-row-remove::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-special-character::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-square::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-strikethrough::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-subscript::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-summernote::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-superscript::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-table::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-text-height::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-trash::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-underline::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-undo::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-unorderedlist::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-icon-video::before {
  content: "";
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor {
  position: relative;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable {
  outline: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame, .note-editor.note-airframe {
  border: 1px solid #00000032;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable, .note-editor.note-airframe.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable, .note-editor.note-airframe.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area, .note-editor.note-airframe .note-editing-area {
  overflow: hidden;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  background-color: #8080801d;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-codable, .note-editor.note-airframe .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen .note-resizebar, .note-editor.note-airframe.fullscreen .note-resizebar {
  display: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output, .note-editor.note-airframe .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output:empty, .note-editor.note-airframe .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .pull-right, .note-editor.note-airframe .note-status-output .pull-right {
  float: right !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-muted, .note-editor.note-airframe .note-status-output .text-muted {
  color: #777;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-primary, .note-editor.note-airframe .note-status-output .text-primary {
  color: #286090;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-success, .note-editor.note-airframe .note-status-output .text-success {
  color: #3c763d;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-info, .note-editor.note-airframe .note-status-output .text-info {
  color: #31708f;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-warning, .note-editor.note-airframe .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-danger, .note-editor.note-airframe .note-status-output .text-danger {
  color: #a94442;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert, .note-editor.note-airframe .note-status-output .alert {
  margin: -7px 0 0 0;
  padding: 7px 10px 2px 10px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert .note-icon, .note-editor.note-airframe .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-success, .note-editor.note-airframe .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-info, .note-editor.note-airframe .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-warning, .note-editor.note-airframe .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-danger, .note-editor.note-airframe .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
  background-color: #8080801d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #00000032;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar .note-resizebar, .note-editor.note-airframe .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #00000032;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar, .note-editor.note-airframe .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-placeholder, .note-editor.note-airframe .note-placeholder {
  padding: 10px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-airframe {
  border: 0;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover.popover {
  display: none;
  max-width: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-toolbar {
  position: relative;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content, .note-editor .note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 337px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
  min-width: 160px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all .2s;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-modal .note-modal-form {
  margin: 0;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  /* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
  .note-modal .note-image-input {
    height: auto;
  }
}
/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-toolbar {
  background: #8080801d;
}

/* line 13, /app/app/assets/stylesheets/summernote-bs4.css */
.note-btn-group .note-btn {
  border-color: #00000032;
  padding: .28rem .65rem;
  font-size: 13px;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 25, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 35, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 39, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 44, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 48, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 52, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 56, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 60, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 69, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 73, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 76, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 87, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 94, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 99, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 103, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 107, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 111, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 114, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 117, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 121, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 124, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 127, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 130, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 134, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 140, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 158, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 170, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 174, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 178, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 194, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 210, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 214, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 218, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 223, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

/* line 229, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 233, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 237, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 240, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 243, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 248, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 261, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 264, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 267, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 272, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 276, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 282, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 285, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 291, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 295, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 298, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 301, /app/app/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 304, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 320, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 328, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 331, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 336, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 339, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 342, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 363, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 366, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 373, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 396, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 400, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 403, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 408, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

/* line 423, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 433, /app/app/assets/stylesheets/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

/* line 448, /app/app/assets/stylesheets/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 452, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

/* line 465, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 468, /app/app/assets/stylesheets/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 492, /app/app/assets/stylesheets/flatpickr.css */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 496, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 521, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 538, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 541, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 547, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 571, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 576, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 581, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

/* line 587, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 592, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 597, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 609, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 614, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 619, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 622, /app/app/assets/stylesheets/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 625, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 628, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 633, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 638, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 648, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 658, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 664, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 679, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 684, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 693, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 696, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 699, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 702, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 705, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 725, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 728, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 732, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 736, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 752, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 759, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 765, /app/app/assets/stylesheets/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* required styles */
/* line 3, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 17, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container {
  overflow: hidden;
}

/* line 20, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
/* line 29, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
/* line 33, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
/* line 37, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 42, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
/* line 48, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

/* line 58, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

/* line 62, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

/* line 68, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 72, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

/* line 75, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

/* line 78, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

/* line 82, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 85, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
/* line 93, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 97, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-pane {
  z-index: 400;
}

/* line 99, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 100, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 101, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 102, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 103, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-pane {
  z-index: 650;
}

/* line 104, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-pane {
  z-index: 700;
}

/* line 106, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 107, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 109, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 113, /app/app/assets/stylesheets/leaflet.scss */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
/* line 122, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* line 128, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 134, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-top {
  top: 0;
}

/* line 137, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-right {
  right: 0;
}

/* line 140, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bottom {
  bottom: 0;
}

/* line 143, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-left {
  left: 0;
}

/* line 146, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control {
  float: left;
  clear: both;
}

/* line 150, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-right .leaflet-control {
  float: right;
}

/* line 153, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 156, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 159, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 162, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
/* line 169, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

/* line 172, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 178, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 181, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 186, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

/* line 189, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 194, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* line 201, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
/* line 208, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-interactive {
  cursor: pointer;
}

/* line 211, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 216, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 220, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

/* line 224, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
/* line 234, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

/* line 242, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
/* line 252, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

/* line 256, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container a {
  color: #0078A8;
}

/* line 259, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 262, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
/* line 269, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
/* line 276, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 280, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

/* line 292, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 298, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

/* line 301, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 305, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 310, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 316, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 321, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 325, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
/* line 332, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

/* line 338, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
/* line 345, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

/* line 350, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-toggle {
  background-image: url(/assets/layers-1dbbe9d028e292f36fcba8f8b3a28d5e8932754fc2215b9ac69e4cdecf5107c6.png);
  width: 36px;
  height: 36px;
}

/* line 355, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/assets/layers-2x-066daca850d8ffbef007af00b06eac0015728dee279c51f3cb6c716df7c42edf.png);
  background-size: 26px 26px;
}

/* line 359, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 363, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 367, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 371, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

/* line 376, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

/* line 381, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 386, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers label {
  display: block;
}

/* line 389, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
/* line 396, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-default-icon-path {
  background-image: url(/assets/marker-icon-574c3a5cca85f4114085b6841596d62f00d7c892c7b03f28cbfa301deb1dc437.png);
}

/* attribution and scale controls */
/* line 403, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(124, 122, 122, 0.7);
  margin: 0;
}

/* line 408, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

/* line 413, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 416, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

/* line 419, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 423, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 426, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 429, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

/* line 443, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

/* line 448, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* line 452, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* line 457, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
/* line 466, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

/* line 471, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

/* line 476, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

/* line 480, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content p {
  margin: 18px 0;
}

/* line 483, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

/* line 492, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 504, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 510, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* line 525, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

/* line 528, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 534, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

/* line 537, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

/* line 544, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 548, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
/* line 558, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
/* line 566, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* line 581, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

/* line 585, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
/* line 598, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

/* line 601, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-top {
  margin-top: -6px;
}

/* line 604, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

/* line 609, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

/* line 614, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

/* line 620, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-left {
  margin-left: -6px;
}

/* line 623, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-right {
  margin-left: 6px;
}

/* line 626, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

/* line 631, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

/* line 636, /app/app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* line 1, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-section {
  position: relative;
}

/* line 5, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar {
  margin-top: 12px;
}

/* line 9, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar-top {
  margin-top: 0;
}

/* line 13, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}

/* line 17, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}

/* line 21, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar a {
  background-image: url(/assets/images/spritesheet-a8978a1d3d21d8ee6f16cce342ff67fc47c4241f52161f05baf88f15e1058199.png);
  background-image: linear-gradient(transparent, transparent), url(/assets/images/spritesheet-7077bae968047180921324df351d95fe2f021cdaefa01e20645162402f767da4.svg);
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-clip: padding-box;
}

/* line 29, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url(/assets/images/spritesheet-2x-fa2c95e0610f3787c879645e42b86ad010c305f8312e116841730d00d4ab72b7.png);
  background-image: linear-gradient(transparent, transparent), url(/assets/images/spritesheet-7077bae968047180921324df351d95fe2f021cdaefa01e20645162402f767da4.svg);
}

/* line 34, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}

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

/* line 51, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px;
  top: 0;
  white-space: nowrap;
}

/* line 62, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-actions {
  left: 32px;
}

/* line 66, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}

/* line 71, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-right .leaflet-draw-actions {
  right: 32px;
  left: auto;
}

/* line 76, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions li {
  display: inline-block;
}

/* line 80, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions li:first-child a {
  border-left: 0;
}

/* line 84, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 89, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 94, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 99, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}

/* line 111, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-actions a {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

/* line 117, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions-bottom {
  margin-top: 0;
}

/* line 121, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions-top {
  margin-top: 1px;
}

/* line 125, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

/* line 131, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions a:hover {
  background-color: #a0a098;
}

/* line 135, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}

/* line 140, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}

/* line 144, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: 0 -1px;
}

/* line 148, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}

/* line 152, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -29px -1px;
}

/* line 156, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}

/* line 160, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -60px -1px;
}

/* line 164, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}

/* line 168, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -90px -1px;
}

/* line 172, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}

/* line 176, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -120px -1px;
}

/* line 180, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -273px -2px;
}

/* line 184, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -271px -1px;
}

/* line 188, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}

/* line 192, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -150px -1px;
}

/* line 196, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}

/* line 200, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -180px -1px;
}

/* line 204, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}

/* line 208, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -210px -1px;
}

/* line 212, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}

/* line 216, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px -2px;
}

/* line 220, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}

/* line 225, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}

/* line 242, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}

/* line 253, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-error-draw-tooltip {
  background-color: #f2dede;
  border: 1px solid #e6b6bd;
  color: #b94a48;
}

/* line 259, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-error-draw-tooltip:before {
  border-right-color: #e6b6bd;
}

/* line 263, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-tooltip-single {
  margin-top: -12px;
}

/* line 267, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}

/* line 271, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: .6;
  position: absolute;
  width: 5px;
  height: 5px;
}

/* line 279, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-edit-marker-selected {
  background-color: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: content-box;
}

/* line 287, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-edit-move {
  cursor: move;
}

/* line 291, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-edit-resize {
  cursor: pointer;
}

/* line 295, /app/app/assets/stylesheets/leaflet.draw.scss */
.leaflet-oldie .leaflet-draw-toolbar {
  border: 1px solid #999;
}

/*!

=========================================================
* Argon Dashboard - v1.2.0
=========================================================

* Product Page: https://www.creative-tim.com/product/argon-dashboard
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md)

* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
/* line 19, /app/app/assets/stylesheets/argon.css */
:root {
  --blue: #5e72e4;
  --indigo: #5603ad;
  --purple: #8965e0;
  --pink: #f3a4b5;
  --red: #f5365c;
  --orange: #fb6340;
  --yellow: #ffd600;
  --green: #2dce89;
  --teal: #11cdef;
  --cyan: #2bffc6;
  --white: #fff;
  --gray: #8898aa;
  --gray-dark: #32325d;
  --light: #ced4da;
  --lighter: #e9ecef;
  --primary: #5e72e4;
  --secondary: #f7fafc;
  --success: #2dce89;
  --info: #11cdef;
  --warning: #fb6340;
  --danger: #f5365c;
  --light: #adb5bd;
  --dark: #212529;
  --default: #172b4d;
  --white: #fff;
  --neutral: #fff;
  --darker: black;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Open Sans, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* line 57, /app/app/assets/stylesheets/argon.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 64, /app/app/assets/stylesheets/argon.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 73, /app/app/assets/stylesheets/argon.css */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 87, /app/app/assets/stylesheets/argon.css */
body {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #f8f9fe;
}

/* line 102, /app/app/assets/stylesheets/argon.css */
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 107, /app/app/assets/stylesheets/argon.css */
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

/* line 115, /app/app/assets/stylesheets/argon.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 126, /app/app/assets/stylesheets/argon.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, /app/app/assets/stylesheets/argon.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

/* line 145, /app/app/assets/stylesheets/argon.css */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 153, /app/app/assets/stylesheets/argon.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 161, /app/app/assets/stylesheets/argon.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 169, /app/app/assets/stylesheets/argon.css */
dt {
  font-weight: 600;
}

/* line 174, /app/app/assets/stylesheets/argon.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 180, /app/app/assets/stylesheets/argon.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 185, /app/app/assets/stylesheets/argon.css */
b,
strong {
  font-weight: bolder;
}

/* line 191, /app/app/assets/stylesheets/argon.css */
small {
  font-size: 80%;
}

/* line 196, /app/app/assets/stylesheets/argon.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 207, /app/app/assets/stylesheets/argon.css */
sub {
  bottom: -.25em;
}

/* line 212, /app/app/assets/stylesheets/argon.css */
sup {
  top: -.5em;
}

/* line 217, /app/app/assets/stylesheets/argon.css */
a {
  text-decoration: none;
  color: #5e72e4;
  background-color: transparent;
}

/* line 224, /app/app/assets/stylesheets/argon.css */
a:hover {
  text-decoration: none;
  color: #233dd2;
}

/* line 231, /app/app/assets/stylesheets/argon.css */
a:not([href]) {
  text-decoration: none;
  color: inherit;
}

/* line 237, /app/app/assets/stylesheets/argon.css */
a:not([href]):hover {
  text-decoration: none;
  color: inherit;
}

/* line 244, /app/app/assets/stylesheets/argon.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

/* line 253, /app/app/assets/stylesheets/argon.css */
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 261, /app/app/assets/stylesheets/argon.css */
figure {
  margin: 0 0 1rem;
}

/* line 266, /app/app/assets/stylesheets/argon.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 273, /app/app/assets/stylesheets/argon.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 280, /app/app/assets/stylesheets/argon.css */
table {
  border-collapse: collapse;
}

/* line 285, /app/app/assets/stylesheets/argon.css */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #8898aa;
}

/* line 297, /app/app/assets/stylesheets/argon.css */
th {
  text-align: inherit;
}

/* line 302, /app/app/assets/stylesheets/argon.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 309, /app/app/assets/stylesheets/argon.css */
button {
  border-radius: 0;
}

/* line 314, /app/app/assets/stylesheets/argon.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 320, /app/app/assets/stylesheets/argon.css */
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 333, /app/app/assets/stylesheets/argon.css */
button,
input {
  overflow: visible;
}

/* line 339, /app/app/assets/stylesheets/argon.css */
button,
select {
  text-transform: none;
}

/* line 345, /app/app/assets/stylesheets/argon.css */
select {
  word-wrap: normal;
}

/* line 350, /app/app/assets/stylesheets/argon.css */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/* line 358, /app/app/assets/stylesheets/argon.css */
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

/* line 366, /app/app/assets/stylesheets/argon.css */
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 376, /app/app/assets/stylesheets/argon.css */
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

/* line 383, /app/app/assets/stylesheets/argon.css */
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

/* line 391, /app/app/assets/stylesheets/argon.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, /app/app/assets/stylesheets/argon.css */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 407, /app/app/assets/stylesheets/argon.css */
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

@media (max-width: 1200px) {
  /* line 425, /app/app/assets/stylesheets/argon.css */
  legend {
    font-size: calc(1.275rem + .3vw);
  }
}
/* line 431, /app/app/assets/stylesheets/argon.css */
progress {
  vertical-align: baseline;
}

/* line 436, /app/app/assets/stylesheets/argon.css */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 442, /app/app/assets/stylesheets/argon.css */
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, /app/app/assets/stylesheets/argon.css */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 454, /app/app/assets/stylesheets/argon.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 461, /app/app/assets/stylesheets/argon.css */
output {
  display: inline-block;
}

/* line 466, /app/app/assets/stylesheets/argon.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 473, /app/app/assets/stylesheets/argon.css */
template {
  display: none;
}

/* line 478, /app/app/assets/stylesheets/argon.css */
[hidden] {
  display: none !important;
}

/* line 483, /app/app/assets/stylesheets/argon.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #32325d;
}

/* line 505, /app/app/assets/stylesheets/argon.css */
h1,
.h1 {
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  /* line 512, /app/app/assets/stylesheets/argon.css */
  h1,
  .h1 {
    font-size: calc(1.2875rem + .45vw);
  }
}
/* line 519, /app/app/assets/stylesheets/argon.css */
h2,
.h2 {
  font-size: 1.25rem;
}

/* line 525, /app/app/assets/stylesheets/argon.css */
h3,
.h3 {
  font-size: 1.0625rem;
}

/* line 531, /app/app/assets/stylesheets/argon.css */
h4,
.h4 {
  font-size: .9375rem;
}

/* line 537, /app/app/assets/stylesheets/argon.css */
h5,
.h5 {
  font-size: .8125rem;
}

/* line 543, /app/app/assets/stylesheets/argon.css */
h6,
.h6 {
  font-size: .625rem;
}

/* line 549, /app/app/assets/stylesheets/argon.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 555, /app/app/assets/stylesheets/argon.css */
.display-1 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 563, /app/app/assets/stylesheets/argon.css */
  .display-1 {
    font-size: calc(1.455rem + 2.46vw);
  }
}
/* line 569, /app/app/assets/stylesheets/argon.css */
.display-2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 577, /app/app/assets/stylesheets/argon.css */
  .display-2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
/* line 583, /app/app/assets/stylesheets/argon.css */
.display-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 591, /app/app/assets/stylesheets/argon.css */
  .display-3 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
/* line 597, /app/app/assets/stylesheets/argon.css */
.display-4 {
  font-size: 1.6275rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 605, /app/app/assets/stylesheets/argon.css */
  .display-4 {
    font-size: calc(1.28775rem + .453vw);
  }
}
/* line 611, /app/app/assets/stylesheets/argon.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 620, /app/app/assets/stylesheets/argon.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 627, /app/app/assets/stylesheets/argon.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 635, /app/app/assets/stylesheets/argon.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 642, /app/app/assets/stylesheets/argon.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 649, /app/app/assets/stylesheets/argon.css */
.list-inline-item {
  display: inline-block;
}

/* line 653, /app/app/assets/stylesheets/argon.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 658, /app/app/assets/stylesheets/argon.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 665, /app/app/assets/stylesheets/argon.css */
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 672, /app/app/assets/stylesheets/argon.css */
.blockquote-footer {
  font-size: 80%;
  display: block;
  color: #8898aa;
}

/* line 680, /app/app/assets/stylesheets/argon.css */
.blockquote-footer::before {
  content: '\2014\00A0';
}

/* line 685, /app/app/assets/stylesheets/argon.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 691, /app/app/assets/stylesheets/argon.css */
.img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: .25rem;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  background-color: #f8f9fe;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 703, /app/app/assets/stylesheets/argon.css */
.figure {
  display: inline-block;
}

/* line 708, /app/app/assets/stylesheets/argon.css */
.figure-img {
  line-height: 1;
  margin-bottom: .5rem;
}

/* line 715, /app/app/assets/stylesheets/argon.css */
.figure-caption {
  font-size: 90%;
  color: #8898aa;
}

/* line 722, /app/app/assets/stylesheets/argon.css */
code {
  font-size: 87.5%;
  word-wrap: break-word;
  color: #f3a4b5;
}

/* line 730, /app/app/assets/stylesheets/argon.css */
a > code {
  color: inherit;
}

/* line 735, /app/app/assets/stylesheets/argon.css */
kbd {
  font-size: 87.5%;
  padding: .2rem .4rem;
  color: #fff;
  border-radius: .25rem;
  background-color: #212529;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 746, /app/app/assets/stylesheets/argon.css */
kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
}

/* line 756, /app/app/assets/stylesheets/argon.css */
pre {
  font-size: 87.5%;
  display: block;
  color: #212529;
}

/* line 764, /app/app/assets/stylesheets/argon.css */
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}

/* line 773, /app/app/assets/stylesheets/argon.css */
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

/* line 780, /app/app/assets/stylesheets/argon.css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 790, /app/app/assets/stylesheets/argon.css */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 797, /app/app/assets/stylesheets/argon.css */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 804, /app/app/assets/stylesheets/argon.css */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 811, /app/app/assets/stylesheets/argon.css */
  .container {
    max-width: 1140px;
  }
}
/* line 817, /app/app/assets/stylesheets/argon.css */
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 832, /app/app/assets/stylesheets/argon.css */
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 841, /app/app/assets/stylesheets/argon.css */
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 851, /app/app/assets/stylesheets/argon.css */
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 862, /app/app/assets/stylesheets/argon.css */
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
/* line 872, /app/app/assets/stylesheets/argon.css */
.row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

/* line 882, /app/app/assets/stylesheets/argon.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 887, /app/app/assets/stylesheets/argon.css */
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 894, /app/app/assets/stylesheets/argon.css */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 972, /app/app/assets/stylesheets/argon.css */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 980, /app/app/assets/stylesheets/argon.css */
.row-cols-1 > * {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 987, /app/app/assets/stylesheets/argon.css */
.row-cols-2 > * {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 994, /app/app/assets/stylesheets/argon.css */
.row-cols-3 > * {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 1001, /app/app/assets/stylesheets/argon.css */
.row-cols-4 > * {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 1008, /app/app/assets/stylesheets/argon.css */
.row-cols-5 > * {
  max-width: 20%;
  flex: 0 0 20%;
}

/* line 1015, /app/app/assets/stylesheets/argon.css */
.row-cols-6 > * {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 1022, /app/app/assets/stylesheets/argon.css */
.col-auto {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

/* line 1030, /app/app/assets/stylesheets/argon.css */
.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

/* line 1037, /app/app/assets/stylesheets/argon.css */
.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 1044, /app/app/assets/stylesheets/argon.css */
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 1051, /app/app/assets/stylesheets/argon.css */
.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 1058, /app/app/assets/stylesheets/argon.css */
.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

/* line 1065, /app/app/assets/stylesheets/argon.css */
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 1072, /app/app/assets/stylesheets/argon.css */
.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

/* line 1079, /app/app/assets/stylesheets/argon.css */
.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

/* line 1086, /app/app/assets/stylesheets/argon.css */
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

/* line 1093, /app/app/assets/stylesheets/argon.css */
.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

/* line 1100, /app/app/assets/stylesheets/argon.css */
.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

/* line 1107, /app/app/assets/stylesheets/argon.css */
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 1114, /app/app/assets/stylesheets/argon.css */
.order-first {
  order: -1;
}

/* line 1119, /app/app/assets/stylesheets/argon.css */
.order-last {
  order: 13;
}

/* line 1124, /app/app/assets/stylesheets/argon.css */
.order-0 {
  order: 0;
}

/* line 1129, /app/app/assets/stylesheets/argon.css */
.order-1 {
  order: 1;
}

/* line 1134, /app/app/assets/stylesheets/argon.css */
.order-2 {
  order: 2;
}

/* line 1139, /app/app/assets/stylesheets/argon.css */
.order-3 {
  order: 3;
}

/* line 1144, /app/app/assets/stylesheets/argon.css */
.order-4 {
  order: 4;
}

/* line 1149, /app/app/assets/stylesheets/argon.css */
.order-5 {
  order: 5;
}

/* line 1154, /app/app/assets/stylesheets/argon.css */
.order-6 {
  order: 6;
}

/* line 1159, /app/app/assets/stylesheets/argon.css */
.order-7 {
  order: 7;
}

/* line 1164, /app/app/assets/stylesheets/argon.css */
.order-8 {
  order: 8;
}

/* line 1169, /app/app/assets/stylesheets/argon.css */
.order-9 {
  order: 9;
}

/* line 1174, /app/app/assets/stylesheets/argon.css */
.order-10 {
  order: 10;
}

/* line 1179, /app/app/assets/stylesheets/argon.css */
.order-11 {
  order: 11;
}

/* line 1184, /app/app/assets/stylesheets/argon.css */
.order-12 {
  order: 12;
}

/* line 1189, /app/app/assets/stylesheets/argon.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 1194, /app/app/assets/stylesheets/argon.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 1199, /app/app/assets/stylesheets/argon.css */
.offset-3 {
  margin-left: 25%;
}

/* line 1204, /app/app/assets/stylesheets/argon.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 1209, /app/app/assets/stylesheets/argon.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 1214, /app/app/assets/stylesheets/argon.css */
.offset-6 {
  margin-left: 50%;
}

/* line 1219, /app/app/assets/stylesheets/argon.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 1224, /app/app/assets/stylesheets/argon.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 1229, /app/app/assets/stylesheets/argon.css */
.offset-9 {
  margin-left: 75%;
}

/* line 1234, /app/app/assets/stylesheets/argon.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 1239, /app/app/assets/stylesheets/argon.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 1246, /app/app/assets/stylesheets/argon.css */
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 1253, /app/app/assets/stylesheets/argon.css */
  .row-cols-sm-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 1259, /app/app/assets/stylesheets/argon.css */
  .row-cols-sm-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 1265, /app/app/assets/stylesheets/argon.css */
  .row-cols-sm-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 1271, /app/app/assets/stylesheets/argon.css */
  .row-cols-sm-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 1277, /app/app/assets/stylesheets/argon.css */
  .row-cols-sm-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  /* line 1283, /app/app/assets/stylesheets/argon.css */
  .row-cols-sm-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 1289, /app/app/assets/stylesheets/argon.css */
  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }

  /* line 1296, /app/app/assets/stylesheets/argon.css */
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 1302, /app/app/assets/stylesheets/argon.css */
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 1308, /app/app/assets/stylesheets/argon.css */
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 1314, /app/app/assets/stylesheets/argon.css */
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 1320, /app/app/assets/stylesheets/argon.css */
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 1326, /app/app/assets/stylesheets/argon.css */
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 1332, /app/app/assets/stylesheets/argon.css */
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 1338, /app/app/assets/stylesheets/argon.css */
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 1344, /app/app/assets/stylesheets/argon.css */
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 1350, /app/app/assets/stylesheets/argon.css */
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 1356, /app/app/assets/stylesheets/argon.css */
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 1362, /app/app/assets/stylesheets/argon.css */
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 1368, /app/app/assets/stylesheets/argon.css */
  .order-sm-first {
    order: -1;
  }

  /* line 1372, /app/app/assets/stylesheets/argon.css */
  .order-sm-last {
    order: 13;
  }

  /* line 1376, /app/app/assets/stylesheets/argon.css */
  .order-sm-0 {
    order: 0;
  }

  /* line 1380, /app/app/assets/stylesheets/argon.css */
  .order-sm-1 {
    order: 1;
  }

  /* line 1384, /app/app/assets/stylesheets/argon.css */
  .order-sm-2 {
    order: 2;
  }

  /* line 1388, /app/app/assets/stylesheets/argon.css */
  .order-sm-3 {
    order: 3;
  }

  /* line 1392, /app/app/assets/stylesheets/argon.css */
  .order-sm-4 {
    order: 4;
  }

  /* line 1396, /app/app/assets/stylesheets/argon.css */
  .order-sm-5 {
    order: 5;
  }

  /* line 1400, /app/app/assets/stylesheets/argon.css */
  .order-sm-6 {
    order: 6;
  }

  /* line 1404, /app/app/assets/stylesheets/argon.css */
  .order-sm-7 {
    order: 7;
  }

  /* line 1408, /app/app/assets/stylesheets/argon.css */
  .order-sm-8 {
    order: 8;
  }

  /* line 1412, /app/app/assets/stylesheets/argon.css */
  .order-sm-9 {
    order: 9;
  }

  /* line 1416, /app/app/assets/stylesheets/argon.css */
  .order-sm-10 {
    order: 10;
  }

  /* line 1420, /app/app/assets/stylesheets/argon.css */
  .order-sm-11 {
    order: 11;
  }

  /* line 1424, /app/app/assets/stylesheets/argon.css */
  .order-sm-12 {
    order: 12;
  }

  /* line 1428, /app/app/assets/stylesheets/argon.css */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 1432, /app/app/assets/stylesheets/argon.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 1436, /app/app/assets/stylesheets/argon.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 1440, /app/app/assets/stylesheets/argon.css */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 1444, /app/app/assets/stylesheets/argon.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 1448, /app/app/assets/stylesheets/argon.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 1452, /app/app/assets/stylesheets/argon.css */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 1456, /app/app/assets/stylesheets/argon.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 1460, /app/app/assets/stylesheets/argon.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 1464, /app/app/assets/stylesheets/argon.css */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 1468, /app/app/assets/stylesheets/argon.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 1472, /app/app/assets/stylesheets/argon.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 1480, /app/app/assets/stylesheets/argon.css */
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 1487, /app/app/assets/stylesheets/argon.css */
  .row-cols-md-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 1493, /app/app/assets/stylesheets/argon.css */
  .row-cols-md-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 1499, /app/app/assets/stylesheets/argon.css */
  .row-cols-md-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 1505, /app/app/assets/stylesheets/argon.css */
  .row-cols-md-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 1511, /app/app/assets/stylesheets/argon.css */
  .row-cols-md-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  /* line 1517, /app/app/assets/stylesheets/argon.css */
  .row-cols-md-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 1523, /app/app/assets/stylesheets/argon.css */
  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }

  /* line 1530, /app/app/assets/stylesheets/argon.css */
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 1536, /app/app/assets/stylesheets/argon.css */
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 1542, /app/app/assets/stylesheets/argon.css */
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 1548, /app/app/assets/stylesheets/argon.css */
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 1554, /app/app/assets/stylesheets/argon.css */
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 1560, /app/app/assets/stylesheets/argon.css */
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 1566, /app/app/assets/stylesheets/argon.css */
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 1572, /app/app/assets/stylesheets/argon.css */
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 1578, /app/app/assets/stylesheets/argon.css */
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 1584, /app/app/assets/stylesheets/argon.css */
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 1590, /app/app/assets/stylesheets/argon.css */
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 1596, /app/app/assets/stylesheets/argon.css */
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 1602, /app/app/assets/stylesheets/argon.css */
  .order-md-first {
    order: -1;
  }

  /* line 1606, /app/app/assets/stylesheets/argon.css */
  .order-md-last {
    order: 13;
  }

  /* line 1610, /app/app/assets/stylesheets/argon.css */
  .order-md-0 {
    order: 0;
  }

  /* line 1614, /app/app/assets/stylesheets/argon.css */
  .order-md-1 {
    order: 1;
  }

  /* line 1618, /app/app/assets/stylesheets/argon.css */
  .order-md-2 {
    order: 2;
  }

  /* line 1622, /app/app/assets/stylesheets/argon.css */
  .order-md-3 {
    order: 3;
  }

  /* line 1626, /app/app/assets/stylesheets/argon.css */
  .order-md-4 {
    order: 4;
  }

  /* line 1630, /app/app/assets/stylesheets/argon.css */
  .order-md-5 {
    order: 5;
  }

  /* line 1634, /app/app/assets/stylesheets/argon.css */
  .order-md-6 {
    order: 6;
  }

  /* line 1638, /app/app/assets/stylesheets/argon.css */
  .order-md-7 {
    order: 7;
  }

  /* line 1642, /app/app/assets/stylesheets/argon.css */
  .order-md-8 {
    order: 8;
  }

  /* line 1646, /app/app/assets/stylesheets/argon.css */
  .order-md-9 {
    order: 9;
  }

  /* line 1650, /app/app/assets/stylesheets/argon.css */
  .order-md-10 {
    order: 10;
  }

  /* line 1654, /app/app/assets/stylesheets/argon.css */
  .order-md-11 {
    order: 11;
  }

  /* line 1658, /app/app/assets/stylesheets/argon.css */
  .order-md-12 {
    order: 12;
  }

  /* line 1662, /app/app/assets/stylesheets/argon.css */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1666, /app/app/assets/stylesheets/argon.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 1670, /app/app/assets/stylesheets/argon.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 1674, /app/app/assets/stylesheets/argon.css */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1678, /app/app/assets/stylesheets/argon.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 1682, /app/app/assets/stylesheets/argon.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 1686, /app/app/assets/stylesheets/argon.css */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1690, /app/app/assets/stylesheets/argon.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 1694, /app/app/assets/stylesheets/argon.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 1698, /app/app/assets/stylesheets/argon.css */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1702, /app/app/assets/stylesheets/argon.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 1706, /app/app/assets/stylesheets/argon.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 1714, /app/app/assets/stylesheets/argon.css */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 1721, /app/app/assets/stylesheets/argon.css */
  .row-cols-lg-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 1727, /app/app/assets/stylesheets/argon.css */
  .row-cols-lg-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 1733, /app/app/assets/stylesheets/argon.css */
  .row-cols-lg-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 1739, /app/app/assets/stylesheets/argon.css */
  .row-cols-lg-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 1745, /app/app/assets/stylesheets/argon.css */
  .row-cols-lg-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  /* line 1751, /app/app/assets/stylesheets/argon.css */
  .row-cols-lg-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 1757, /app/app/assets/stylesheets/argon.css */
  .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }

  /* line 1764, /app/app/assets/stylesheets/argon.css */
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 1770, /app/app/assets/stylesheets/argon.css */
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 1776, /app/app/assets/stylesheets/argon.css */
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 1782, /app/app/assets/stylesheets/argon.css */
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 1788, /app/app/assets/stylesheets/argon.css */
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 1794, /app/app/assets/stylesheets/argon.css */
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 1800, /app/app/assets/stylesheets/argon.css */
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 1806, /app/app/assets/stylesheets/argon.css */
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 1812, /app/app/assets/stylesheets/argon.css */
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 1818, /app/app/assets/stylesheets/argon.css */
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 1824, /app/app/assets/stylesheets/argon.css */
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 1830, /app/app/assets/stylesheets/argon.css */
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 1836, /app/app/assets/stylesheets/argon.css */
  .order-lg-first {
    order: -1;
  }

  /* line 1840, /app/app/assets/stylesheets/argon.css */
  .order-lg-last {
    order: 13;
  }

  /* line 1844, /app/app/assets/stylesheets/argon.css */
  .order-lg-0 {
    order: 0;
  }

  /* line 1848, /app/app/assets/stylesheets/argon.css */
  .order-lg-1 {
    order: 1;
  }

  /* line 1852, /app/app/assets/stylesheets/argon.css */
  .order-lg-2 {
    order: 2;
  }

  /* line 1856, /app/app/assets/stylesheets/argon.css */
  .order-lg-3 {
    order: 3;
  }

  /* line 1860, /app/app/assets/stylesheets/argon.css */
  .order-lg-4 {
    order: 4;
  }

  /* line 1864, /app/app/assets/stylesheets/argon.css */
  .order-lg-5 {
    order: 5;
  }

  /* line 1868, /app/app/assets/stylesheets/argon.css */
  .order-lg-6 {
    order: 6;
  }

  /* line 1872, /app/app/assets/stylesheets/argon.css */
  .order-lg-7 {
    order: 7;
  }

  /* line 1876, /app/app/assets/stylesheets/argon.css */
  .order-lg-8 {
    order: 8;
  }

  /* line 1880, /app/app/assets/stylesheets/argon.css */
  .order-lg-9 {
    order: 9;
  }

  /* line 1884, /app/app/assets/stylesheets/argon.css */
  .order-lg-10 {
    order: 10;
  }

  /* line 1888, /app/app/assets/stylesheets/argon.css */
  .order-lg-11 {
    order: 11;
  }

  /* line 1892, /app/app/assets/stylesheets/argon.css */
  .order-lg-12 {
    order: 12;
  }

  /* line 1896, /app/app/assets/stylesheets/argon.css */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1900, /app/app/assets/stylesheets/argon.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 1904, /app/app/assets/stylesheets/argon.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 1908, /app/app/assets/stylesheets/argon.css */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1912, /app/app/assets/stylesheets/argon.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 1916, /app/app/assets/stylesheets/argon.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 1920, /app/app/assets/stylesheets/argon.css */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1924, /app/app/assets/stylesheets/argon.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 1928, /app/app/assets/stylesheets/argon.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 1932, /app/app/assets/stylesheets/argon.css */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1936, /app/app/assets/stylesheets/argon.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 1940, /app/app/assets/stylesheets/argon.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 1948, /app/app/assets/stylesheets/argon.css */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 1955, /app/app/assets/stylesheets/argon.css */
  .row-cols-xl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 1961, /app/app/assets/stylesheets/argon.css */
  .row-cols-xl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 1967, /app/app/assets/stylesheets/argon.css */
  .row-cols-xl-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 1973, /app/app/assets/stylesheets/argon.css */
  .row-cols-xl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 1979, /app/app/assets/stylesheets/argon.css */
  .row-cols-xl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  /* line 1985, /app/app/assets/stylesheets/argon.css */
  .row-cols-xl-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 1991, /app/app/assets/stylesheets/argon.css */
  .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }

  /* line 1998, /app/app/assets/stylesheets/argon.css */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 2004, /app/app/assets/stylesheets/argon.css */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 2010, /app/app/assets/stylesheets/argon.css */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 2016, /app/app/assets/stylesheets/argon.css */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 2022, /app/app/assets/stylesheets/argon.css */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 2028, /app/app/assets/stylesheets/argon.css */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 2034, /app/app/assets/stylesheets/argon.css */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 2040, /app/app/assets/stylesheets/argon.css */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 2046, /app/app/assets/stylesheets/argon.css */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 2052, /app/app/assets/stylesheets/argon.css */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 2058, /app/app/assets/stylesheets/argon.css */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 2064, /app/app/assets/stylesheets/argon.css */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 2070, /app/app/assets/stylesheets/argon.css */
  .order-xl-first {
    order: -1;
  }

  /* line 2074, /app/app/assets/stylesheets/argon.css */
  .order-xl-last {
    order: 13;
  }

  /* line 2078, /app/app/assets/stylesheets/argon.css */
  .order-xl-0 {
    order: 0;
  }

  /* line 2082, /app/app/assets/stylesheets/argon.css */
  .order-xl-1 {
    order: 1;
  }

  /* line 2086, /app/app/assets/stylesheets/argon.css */
  .order-xl-2 {
    order: 2;
  }

  /* line 2090, /app/app/assets/stylesheets/argon.css */
  .order-xl-3 {
    order: 3;
  }

  /* line 2094, /app/app/assets/stylesheets/argon.css */
  .order-xl-4 {
    order: 4;
  }

  /* line 2098, /app/app/assets/stylesheets/argon.css */
  .order-xl-5 {
    order: 5;
  }

  /* line 2102, /app/app/assets/stylesheets/argon.css */
  .order-xl-6 {
    order: 6;
  }

  /* line 2106, /app/app/assets/stylesheets/argon.css */
  .order-xl-7 {
    order: 7;
  }

  /* line 2110, /app/app/assets/stylesheets/argon.css */
  .order-xl-8 {
    order: 8;
  }

  /* line 2114, /app/app/assets/stylesheets/argon.css */
  .order-xl-9 {
    order: 9;
  }

  /* line 2118, /app/app/assets/stylesheets/argon.css */
  .order-xl-10 {
    order: 10;
  }

  /* line 2122, /app/app/assets/stylesheets/argon.css */
  .order-xl-11 {
    order: 11;
  }

  /* line 2126, /app/app/assets/stylesheets/argon.css */
  .order-xl-12 {
    order: 12;
  }

  /* line 2130, /app/app/assets/stylesheets/argon.css */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 2134, /app/app/assets/stylesheets/argon.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 2138, /app/app/assets/stylesheets/argon.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 2142, /app/app/assets/stylesheets/argon.css */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 2146, /app/app/assets/stylesheets/argon.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 2150, /app/app/assets/stylesheets/argon.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 2154, /app/app/assets/stylesheets/argon.css */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 2158, /app/app/assets/stylesheets/argon.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 2162, /app/app/assets/stylesheets/argon.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 2166, /app/app/assets/stylesheets/argon.css */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 2170, /app/app/assets/stylesheets/argon.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 2174, /app/app/assets/stylesheets/argon.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* line 2180, /app/app/assets/stylesheets/argon.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #525f7f;
  background-color: transparent;
}

/* line 2188, /app/app/assets/stylesheets/argon.css */
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 2197, /app/app/assets/stylesheets/argon.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 2203, /app/app/assets/stylesheets/argon.css */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 2208, /app/app/assets/stylesheets/argon.css */
.table-sm th,
.table-sm td {
  padding: .5rem;
}

/* line 2214, /app/app/assets/stylesheets/argon.css */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 2218, /app/app/assets/stylesheets/argon.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

/* line 2223, /app/app/assets/stylesheets/argon.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 2229, /app/app/assets/stylesheets/argon.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 2237, /app/app/assets/stylesheets/argon.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(246, 249, 252, 0.3);
}

/* line 2242, /app/app/assets/stylesheets/argon.css */
.table-hover tbody tr:hover {
  color: #525f7f;
  background-color: #f6f9fc;
}

/* line 2248, /app/app/assets/stylesheets/argon.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d2d8f7;
}

/* line 2255, /app/app/assets/stylesheets/argon.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #abb6f1;
}

/* line 2263, /app/app/assets/stylesheets/argon.css */
.table-hover .table-primary:hover {
  background-color: #bcc5f3;
}

/* line 2267, /app/app/assets/stylesheets/argon.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bcc5f3;
}

/* line 2273, /app/app/assets/stylesheets/argon.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fdfefe;
}

/* line 2280, /app/app/assets/stylesheets/argon.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fbfcfd;
}

/* line 2288, /app/app/assets/stylesheets/argon.css */
.table-hover .table-secondary:hover {
  background-color: #ecf6f6;
}

/* line 2292, /app/app/assets/stylesheets/argon.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ecf6f6;
}

/* line 2298, /app/app/assets/stylesheets/argon.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4f1de;
}

/* line 2305, /app/app/assets/stylesheets/argon.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #92e6c2;
}

/* line 2313, /app/app/assets/stylesheets/argon.css */
.table-hover .table-success:hover {
  background-color: #afecd2;
}

/* line 2317, /app/app/assets/stylesheets/argon.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #afecd2;
}

/* line 2323, /app/app/assets/stylesheets/argon.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcf1fb;
}

/* line 2330, /app/app/assets/stylesheets/argon.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #83e5f7;
}

/* line 2338, /app/app/assets/stylesheets/argon.css */
.table-hover .table-info:hover {
  background-color: #a4ecfa;
}

/* line 2342, /app/app/assets/stylesheets/argon.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a4ecfa;
}

/* line 2348, /app/app/assets/stylesheets/argon.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fed3ca;
}

/* line 2355, /app/app/assets/stylesheets/argon.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdae9c;
}

/* line 2363, /app/app/assets/stylesheets/argon.css */
.table-hover .table-warning:hover {
  background-color: #febeb1;
}

/* line 2367, /app/app/assets/stylesheets/argon.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #febeb1;
}

/* line 2373, /app/app/assets/stylesheets/argon.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc7d1;
}

/* line 2380, /app/app/assets/stylesheets/argon.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fa96aa;
}

/* line 2388, /app/app/assets/stylesheets/argon.css */
.table-hover .table-danger:hover {
  background-color: #fbafbd;
}

/* line 2392, /app/app/assets/stylesheets/argon.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbafbd;
}

/* line 2398, /app/app/assets/stylesheets/argon.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #e8eaed;
}

/* line 2405, /app/app/assets/stylesheets/argon.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #d4d9dd;
}

/* line 2413, /app/app/assets/stylesheets/argon.css */
.table-hover .table-light:hover {
  background-color: #dadde2;
}

/* line 2417, /app/app/assets/stylesheets/argon.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #dadde2;
}

/* line 2423, /app/app/assets/stylesheets/argon.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}

/* line 2430, /app/app/assets/stylesheets/argon.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90;
}

/* line 2438, /app/app/assets/stylesheets/argon.css */
.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

/* line 2442, /app/app/assets/stylesheets/argon.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

/* line 2448, /app/app/assets/stylesheets/argon.css */
.table-default,
.table-default > th,
.table-default > td {
  background-color: #bec4cd;
}

/* line 2455, /app/app/assets/stylesheets/argon.css */
.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #8691a2;
}

/* line 2463, /app/app/assets/stylesheets/argon.css */
.table-hover .table-default:hover {
  background-color: #b0b7c2;
}

/* line 2467, /app/app/assets/stylesheets/argon.css */
.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
  background-color: #b0b7c2;
}

/* line 2473, /app/app/assets/stylesheets/argon.css */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 2480, /app/app/assets/stylesheets/argon.css */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 2488, /app/app/assets/stylesheets/argon.css */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 2492, /app/app/assets/stylesheets/argon.css */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 2498, /app/app/assets/stylesheets/argon.css */
.table-neutral,
.table-neutral > th,
.table-neutral > td {
  background-color: white;
}

/* line 2505, /app/app/assets/stylesheets/argon.css */
.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody + tbody {
  border-color: white;
}

/* line 2513, /app/app/assets/stylesheets/argon.css */
.table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}

/* line 2517, /app/app/assets/stylesheets/argon.css */
.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}

/* line 2523, /app/app/assets/stylesheets/argon.css */
.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #b8b8b8;
}

/* line 2530, /app/app/assets/stylesheets/argon.css */
.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody + tbody {
  border-color: #7a7a7a;
}

/* line 2538, /app/app/assets/stylesheets/argon.css */
.table-hover .table-darker:hover {
  background-color: #ababab;
}

/* line 2542, /app/app/assets/stylesheets/argon.css */
.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th {
  background-color: #ababab;
}

/* line 2548, /app/app/assets/stylesheets/argon.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f6f9fc;
}

/* line 2555, /app/app/assets/stylesheets/argon.css */
.table-hover .table-active:hover {
  background-color: #e3ecf6;
}

/* line 2559, /app/app/assets/stylesheets/argon.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e3ecf6;
}

/* line 2565, /app/app/assets/stylesheets/argon.css */
.table .thead-dark th {
  color: #f8f9fe;
  border-color: #1f3a68;
  background-color: #172b4d;
}

/* line 2572, /app/app/assets/stylesheets/argon.css */
.table .thead-light th {
  color: #8898aa;
  border-color: #e9ecef;
  background-color: #f6f9fc;
}

/* line 2579, /app/app/assets/stylesheets/argon.css */
.table-dark {
  color: #f8f9fe;
  background-color: #172b4d;
}

/* line 2584, /app/app/assets/stylesheets/argon.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #1f3a68;
}

/* line 2590, /app/app/assets/stylesheets/argon.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 2594, /app/app/assets/stylesheets/argon.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2598, /app/app/assets/stylesheets/argon.css */
.table-dark.table-hover tbody tr:hover {
  color: #f8f9fe;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 2606, /app/app/assets/stylesheets/argon.css */
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  /* line 2615, /app/app/assets/stylesheets/argon.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 2623, /app/app/assets/stylesheets/argon.css */
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  /* line 2632, /app/app/assets/stylesheets/argon.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 2640, /app/app/assets/stylesheets/argon.css */
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  /* line 2649, /app/app/assets/stylesheets/argon.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 2657, /app/app/assets/stylesheets/argon.css */
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  /* line 2666, /app/app/assets/stylesheets/argon.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 2672, /app/app/assets/stylesheets/argon.css */
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 2681, /app/app/assets/stylesheets/argon.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2686, /app/app/assets/stylesheets/argon.css */
.form-control {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem .75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 2709, /app/app/assets/stylesheets/argon.css */
  .form-control {
    transition: none;
  }
}
/* line 2714, /app/app/assets/stylesheets/argon.css */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 2719, /app/app/assets/stylesheets/argon.css */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8898aa;
}

/* line 2724, /app/app/assets/stylesheets/argon.css */
.form-control:focus {
  color: #8898aa;
  border-color: #5e72e4;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 2732, /app/app/assets/stylesheets/argon.css */
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2737, /app/app/assets/stylesheets/argon.css */
.form-control::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2742, /app/app/assets/stylesheets/argon.css */
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

/* line 2749, /app/app/assets/stylesheets/argon.css */
select.form-control:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 2755, /app/app/assets/stylesheets/argon.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2763, /app/app/assets/stylesheets/argon.css */
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: calc(.625rem + 1px);
  padding-bottom: calc(.625rem + 1px);
}

/* line 2773, /app/app/assets/stylesheets/argon.css */
.col-form-label-lg {
  font-size: .875rem;
  line-height: 1.5;
  padding-top: calc(.875rem + 1px);
  padding-bottom: calc(.875rem + 1px);
}

/* line 2782, /app/app/assets/stylesheets/argon.css */
.col-form-label-sm {
  font-size: .75rem;
  line-height: 1.5;
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
}

/* line 2791, /app/app/assets/stylesheets/argon.css */
.form-control-plaintext {
  font-size: .875rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: .625rem 0;
  color: #525f7f;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
}

/* line 2807, /app/app/assets/stylesheets/argon.css */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2814, /app/app/assets/stylesheets/argon.css */
.form-control-sm {
  font-size: .75rem;
  line-height: 1.5;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 2825, /app/app/assets/stylesheets/argon.css */
.form-control-lg {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(1.5em + 1.75rem + 2px);
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 2836, /app/app/assets/stylesheets/argon.css */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 2842, /app/app/assets/stylesheets/argon.css */
textarea.form-control {
  height: auto;
}

/* line 2847, /app/app/assets/stylesheets/argon.css */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 2852, /app/app/assets/stylesheets/argon.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 2859, /app/app/assets/stylesheets/argon.css */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 2868, /app/app/assets/stylesheets/argon.css */
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2875, /app/app/assets/stylesheets/argon.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2884, /app/app/assets/stylesheets/argon.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 2891, /app/app/assets/stylesheets/argon.css */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #8898aa;
}

/* line 2897, /app/app/assets/stylesheets/argon.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2902, /app/app/assets/stylesheets/argon.css */
.form-check-inline {
  display: inline-flex;
  margin-right: .75rem;
  padding-left: 0;
  align-items: center;
}

/* line 2911, /app/app/assets/stylesheets/argon.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 2920, /app/app/assets/stylesheets/argon.css */
.valid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #2dce89;
}

/* line 2932, /app/app/assets/stylesheets/argon.css */
.valid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(45, 206, 137, 0.8);
}

/* line 2952, /app/app/assets/stylesheets/argon.css */
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #2dce89;
}

/* line 2960, /app/app/assets/stylesheets/argon.css */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #2dce89;
}

/* line 2968, /app/app/assets/stylesheets/argon.css */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2982, /app/app/assets/stylesheets/argon.css */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #2dce89;
}

/* line 2988, /app/app/assets/stylesheets/argon.css */
.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 2996, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #2dce89;
}

/* line 3001, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #93e7c3;
}

/* line 3008, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 3016, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #54daa1;
}

/* line 3023, /app/app/assets/stylesheets/argon.css */
.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 1px #f8f9fe, 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 3029, /app/app/assets/stylesheets/argon.css */
.custom-file-input {
  width: 60% !important;
  margin: 8px !important;
  opacity: 1 !important;
}

/* line 3036, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2dce89;
}

/* line 3041, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 3046, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 3053, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 3058, /app/app/assets/stylesheets/argon.css */
.custom-file-input:focus {
  outline: none;
}

/* line 3063, /app/app/assets/stylesheets/argon.css */
.invalid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #fb6340;
}

/* line 3075, /app/app/assets/stylesheets/argon.css */
.invalid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(251, 99, 64, 0.8);
}

/* line 3095, /app/app/assets/stylesheets/argon.css */
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #fb6340;
}

/* line 3103, /app/app/assets/stylesheets/argon.css */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #fb6340;
}

/* line 3111, /app/app/assets/stylesheets/argon.css */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 3125, /app/app/assets/stylesheets/argon.css */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #fb6340;
}

/* line 3131, /app/app/assets/stylesheets/argon.css */
.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 3139, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #fb6340;
}

/* line 3144, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fec9bd;
}

/* line 3151, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 3159, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fc8c72;
}

/* line 3166, /app/app/assets/stylesheets/argon.css */
.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 1px #f8f9fe, 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 3172, /app/app/assets/stylesheets/argon.css */
.custom-file-input {
  width: 60% !important;
  margin: 8px !important;
  opacity: 1 !important;
}

/* line 3179, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fb6340;
}

/* line 3184, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 3189, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 3196, /app/app/assets/stylesheets/argon.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 3201, /app/app/assets/stylesheets/argon.css */
.custom-file-input:focus {
  outline: none;
}

/* line 3206, /app/app/assets/stylesheets/argon.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 3213, /app/app/assets/stylesheets/argon.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 3219, /app/app/assets/stylesheets/argon.css */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }

  /* line 3228, /app/app/assets/stylesheets/argon.css */
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }

  /* line 3238, /app/app/assets/stylesheets/argon.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3246, /app/app/assets/stylesheets/argon.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 3250, /app/app/assets/stylesheets/argon.css */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 3255, /app/app/assets/stylesheets/argon.css */
  .form-inline .form-check {
    display: flex;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }

  /* line 3265, /app/app/assets/stylesheets/argon.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
    flex-shrink: 0;
  }

  /* line 3275, /app/app/assets/stylesheets/argon.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  /* line 3280, /app/app/assets/stylesheets/argon.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 3286, /app/app/assets/stylesheets/argon.css */
.btn {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: .625rem 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #525f7f;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3311, /app/app/assets/stylesheets/argon.css */
  .btn {
    transition: none;
  }
}
/* line 3316, /app/app/assets/stylesheets/argon.css */
.btn:hover {
  text-decoration: none;
  color: #525f7f;
}

/* line 3322, /app/app/assets/stylesheets/argon.css */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 3328, /app/app/assets/stylesheets/argon.css */
.btn.disabled,
.btn:disabled {
  opacity: .65;
  box-shadow: none;
}

/* line 3334, /app/app/assets/stylesheets/argon.css */
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}

/* line 3339, /app/app/assets/stylesheets/argon.css */
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 3345, /app/app/assets/stylesheets/argon.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 3351, /app/app/assets/stylesheets/argon.css */
.btn-primary {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3358, /app/app/assets/stylesheets/argon.css */
.btn-primary:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3364, /app/app/assets/stylesheets/argon.css */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 3369, /app/app/assets/stylesheets/argon.css */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3376, /app/app/assets/stylesheets/argon.css */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #5e72e4;
  background-color: #324cdd;
}

/* line 3384, /app/app/assets/stylesheets/argon.css */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 3391, /app/app/assets/stylesheets/argon.css */
.btn-secondary {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3398, /app/app/assets/stylesheets/argon.css */
.btn-secondary:hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3404, /app/app/assets/stylesheets/argon.css */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 3409, /app/app/assets/stylesheets/argon.css */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3416, /app/app/assets/stylesheets/argon.css */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  border-color: #f7fafc;
  background-color: #d2e3ee;
}

/* line 3424, /app/app/assets/stylesheets/argon.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 3431, /app/app/assets/stylesheets/argon.css */
.btn-success {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3438, /app/app/assets/stylesheets/argon.css */
.btn-success:hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3444, /app/app/assets/stylesheets/argon.css */
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 3449, /app/app/assets/stylesheets/argon.css */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3456, /app/app/assets/stylesheets/argon.css */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #2dce89;
  background-color: #24a46d;
}

/* line 3464, /app/app/assets/stylesheets/argon.css */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 3471, /app/app/assets/stylesheets/argon.css */
.btn-info {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3478, /app/app/assets/stylesheets/argon.css */
.btn-info:hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3484, /app/app/assets/stylesheets/argon.css */
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 3489, /app/app/assets/stylesheets/argon.css */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3496, /app/app/assets/stylesheets/argon.css */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #11cdef;
  background-color: #0da5c0;
}

/* line 3504, /app/app/assets/stylesheets/argon.css */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 3511, /app/app/assets/stylesheets/argon.css */
.btn-warning {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3518, /app/app/assets/stylesheets/argon.css */
.btn-warning:hover {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 3524, /app/app/assets/stylesheets/argon.css */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 3529, /app/app/assets/stylesheets/argon.css */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 3536, /app/app/assets/stylesheets/argon.css */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #fb6340;
  background-color: #fa3a0e;
}

/* line 3544, /app/app/assets/stylesheets/argon.css */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 3551, /app/app/assets/stylesheets/argon.css */
.btn-danger {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3558, /app/app/assets/stylesheets/argon.css */
.btn-danger:hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 3564, /app/app/assets/stylesheets/argon.css */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 3569, /app/app/assets/stylesheets/argon.css */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 3576, /app/app/assets/stylesheets/argon.css */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #f5365c;
  background-color: #ec0c38;
}

/* line 3584, /app/app/assets/stylesheets/argon.css */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 3591, /app/app/assets/stylesheets/argon.css */
.btn-light {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3598, /app/app/assets/stylesheets/argon.css */
.btn-light:hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 3604, /app/app/assets/stylesheets/argon.css */
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 3609, /app/app/assets/stylesheets/argon.css */
.btn-light.disabled,
.btn-light:disabled {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 3616, /app/app/assets/stylesheets/argon.css */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  border-color: #adb5bd;
  background-color: #919ca6;
}

/* line 3624, /app/app/assets/stylesheets/argon.css */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 3631, /app/app/assets/stylesheets/argon.css */
.btn-dark {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3638, /app/app/assets/stylesheets/argon.css */
.btn-dark:hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 3644, /app/app/assets/stylesheets/argon.css */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 3649, /app/app/assets/stylesheets/argon.css */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 3656, /app/app/assets/stylesheets/argon.css */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: #212529;
  background-color: #0a0c0d;
}

/* line 3664, /app/app/assets/stylesheets/argon.css */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 3671, /app/app/assets/stylesheets/argon.css */
.btn-default {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3678, /app/app/assets/stylesheets/argon.css */
.btn-default:hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 3684, /app/app/assets/stylesheets/argon.css */
.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 3689, /app/app/assets/stylesheets/argon.css */
.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 3696, /app/app/assets/stylesheets/argon.css */
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #0b1526;
}

/* line 3704, /app/app/assets/stylesheets/argon.css */
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 3711, /app/app/assets/stylesheets/argon.css */
.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3718, /app/app/assets/stylesheets/argon.css */
.btn-white:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 3724, /app/app/assets/stylesheets/argon.css */
.btn-white:focus,
.btn-white.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3729, /app/app/assets/stylesheets/argon.css */
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3736, /app/app/assets/stylesheets/argon.css */
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

/* line 3744, /app/app/assets/stylesheets/argon.css */
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3751, /app/app/assets/stylesheets/argon.css */
.btn-neutral {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3758, /app/app/assets/stylesheets/argon.css */
.btn-neutral:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 3764, /app/app/assets/stylesheets/argon.css */
.btn-neutral:focus,
.btn-neutral.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3769, /app/app/assets/stylesheets/argon.css */
.btn-neutral.disabled,
.btn-neutral:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3776, /app/app/assets/stylesheets/argon.css */
.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral:not(:disabled):not(.disabled).active,
.show > .btn-neutral.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

/* line 3784, /app/app/assets/stylesheets/argon.css */
.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3791, /app/app/assets/stylesheets/argon.css */
.btn-darker {
  color: #fff;
  border-color: black;
  background-color: black;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 3798, /app/app/assets/stylesheets/argon.css */
.btn-darker:hover {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3804, /app/app/assets/stylesheets/argon.css */
.btn-darker:focus,
.btn-darker.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 3809, /app/app/assets/stylesheets/argon.css */
.btn-darker.disabled,
.btn-darker:disabled {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3816, /app/app/assets/stylesheets/argon.css */
.btn-darker:not(:disabled):not(.disabled):active,
.btn-darker:not(:disabled):not(.disabled).active,
.show > .btn-darker.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3824, /app/app/assets/stylesheets/argon.css */
.btn-darker:not(:disabled):not(.disabled):active:focus,
.btn-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 3831, /app/app/assets/stylesheets/argon.css */
.btn-outline-primary {
  color: #5e72e4;
  border-color: #5e72e4;
  background-color: transparent;
  background-image: none;
}

/* line 3838, /app/app/assets/stylesheets/argon.css */
.btn-outline-primary:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3844, /app/app/assets/stylesheets/argon.css */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 3849, /app/app/assets/stylesheets/argon.css */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #5e72e4;
  background-color: transparent;
}

/* line 3855, /app/app/assets/stylesheets/argon.css */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 3863, /app/app/assets/stylesheets/argon.css */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 3870, /app/app/assets/stylesheets/argon.css */
.btn-outline-secondary {
  color: #f7fafc;
  border-color: #f7fafc;
  background-color: transparent;
  background-image: none;
}

/* line 3877, /app/app/assets/stylesheets/argon.css */
.btn-outline-secondary:hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3883, /app/app/assets/stylesheets/argon.css */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 3888, /app/app/assets/stylesheets/argon.css */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #f7fafc;
  background-color: transparent;
}

/* line 3894, /app/app/assets/stylesheets/argon.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 3902, /app/app/assets/stylesheets/argon.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 3909, /app/app/assets/stylesheets/argon.css */
.btn-outline-success {
  color: #2dce89;
  border-color: #2dce89;
  background-color: transparent;
  background-image: none;
}

/* line 3916, /app/app/assets/stylesheets/argon.css */
.btn-outline-success:hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3922, /app/app/assets/stylesheets/argon.css */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 3927, /app/app/assets/stylesheets/argon.css */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #2dce89;
  background-color: transparent;
}

/* line 3933, /app/app/assets/stylesheets/argon.css */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 3941, /app/app/assets/stylesheets/argon.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 3948, /app/app/assets/stylesheets/argon.css */
.btn-outline-info {
  color: #11cdef;
  border-color: #11cdef;
  background-color: transparent;
  background-image: none;
}

/* line 3955, /app/app/assets/stylesheets/argon.css */
.btn-outline-info:hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3961, /app/app/assets/stylesheets/argon.css */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 3966, /app/app/assets/stylesheets/argon.css */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #11cdef;
  background-color: transparent;
}

/* line 3972, /app/app/assets/stylesheets/argon.css */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 3980, /app/app/assets/stylesheets/argon.css */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 3987, /app/app/assets/stylesheets/argon.css */
.btn-outline-warning {
  color: #fb6340;
  border-color: #fb6340;
  background-color: transparent;
  background-image: none;
}

/* line 3994, /app/app/assets/stylesheets/argon.css */
.btn-outline-warning:hover {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 4000, /app/app/assets/stylesheets/argon.css */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 4005, /app/app/assets/stylesheets/argon.css */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fb6340;
  background-color: transparent;
}

/* line 4011, /app/app/assets/stylesheets/argon.css */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 4019, /app/app/assets/stylesheets/argon.css */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 4026, /app/app/assets/stylesheets/argon.css */
.btn-outline-danger {
  color: #f5365c;
  border-color: #f5365c;
  background-color: transparent;
  background-image: none;
}

/* line 4033, /app/app/assets/stylesheets/argon.css */
.btn-outline-danger:hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 4039, /app/app/assets/stylesheets/argon.css */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 4044, /app/app/assets/stylesheets/argon.css */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f5365c;
  background-color: transparent;
}

/* line 4050, /app/app/assets/stylesheets/argon.css */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 4058, /app/app/assets/stylesheets/argon.css */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 4065, /app/app/assets/stylesheets/argon.css */
.btn-outline-light {
  color: #adb5bd;
  border-color: #adb5bd;
  background-color: transparent;
  background-image: none;
}

/* line 4072, /app/app/assets/stylesheets/argon.css */
.btn-outline-light:hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 4078, /app/app/assets/stylesheets/argon.css */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 4083, /app/app/assets/stylesheets/argon.css */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #adb5bd;
  background-color: transparent;
}

/* line 4089, /app/app/assets/stylesheets/argon.css */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 4097, /app/app/assets/stylesheets/argon.css */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 4104, /app/app/assets/stylesheets/argon.css */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
  background-color: transparent;
  background-image: none;
}

/* line 4111, /app/app/assets/stylesheets/argon.css */
.btn-outline-dark:hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 4117, /app/app/assets/stylesheets/argon.css */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 4122, /app/app/assets/stylesheets/argon.css */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 4128, /app/app/assets/stylesheets/argon.css */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 4136, /app/app/assets/stylesheets/argon.css */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 4143, /app/app/assets/stylesheets/argon.css */
.btn-outline-default {
  color: #172b4d;
  border-color: #172b4d;
  background-color: transparent;
  background-image: none;
}

/* line 4150, /app/app/assets/stylesheets/argon.css */
.btn-outline-default:hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 4156, /app/app/assets/stylesheets/argon.css */
.btn-outline-default:focus,
.btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 4161, /app/app/assets/stylesheets/argon.css */
.btn-outline-default.disabled,
.btn-outline-default:disabled {
  color: #172b4d;
  background-color: transparent;
}

/* line 4167, /app/app/assets/stylesheets/argon.css */
.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 4175, /app/app/assets/stylesheets/argon.css */
.btn-outline-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 4182, /app/app/assets/stylesheets/argon.css */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

/* line 4189, /app/app/assets/stylesheets/argon.css */
.btn-outline-white:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 4195, /app/app/assets/stylesheets/argon.css */
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 4200, /app/app/assets/stylesheets/argon.css */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 4206, /app/app/assets/stylesheets/argon.css */
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 4214, /app/app/assets/stylesheets/argon.css */
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 4221, /app/app/assets/stylesheets/argon.css */
.btn-outline-neutral {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

/* line 4228, /app/app/assets/stylesheets/argon.css */
.btn-outline-neutral:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 4234, /app/app/assets/stylesheets/argon.css */
.btn-outline-neutral:focus,
.btn-outline-neutral.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 4239, /app/app/assets/stylesheets/argon.css */
.btn-outline-neutral.disabled,
.btn-outline-neutral:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 4245, /app/app/assets/stylesheets/argon.css */
.btn-outline-neutral:not(:disabled):not(.disabled):active,
.btn-outline-neutral:not(:disabled):not(.disabled).active,
.show > .btn-outline-neutral.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 4253, /app/app/assets/stylesheets/argon.css */
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 4260, /app/app/assets/stylesheets/argon.css */
.btn-outline-darker {
  color: black;
  border-color: black;
  background-color: transparent;
  background-image: none;
}

/* line 4267, /app/app/assets/stylesheets/argon.css */
.btn-outline-darker:hover {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 4273, /app/app/assets/stylesheets/argon.css */
.btn-outline-darker:focus,
.btn-outline-darker.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 4278, /app/app/assets/stylesheets/argon.css */
.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: black;
  background-color: transparent;
}

/* line 4284, /app/app/assets/stylesheets/argon.css */
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 4292, /app/app/assets/stylesheets/argon.css */
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 4299, /app/app/assets/stylesheets/argon.css */
.btn-link {
  font-weight: 400;
  text-decoration: none;
  color: #5e72e4;
}

/* line 4307, /app/app/assets/stylesheets/argon.css */
.btn-link:hover {
  text-decoration: none;
  color: #233dd2;
}

/* line 4313, /app/app/assets/stylesheets/argon.css */
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 4320, /app/app/assets/stylesheets/argon.css */
.btn-link:disabled,
.btn-link.disabled {
  pointer-events: none;
  color: #8898aa;
}

/* line 4328, /app/app/assets/stylesheets/argon.css */
.btn-lg,
.btn-group-lg > .btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 4339, /app/app/assets/stylesheets/argon.css */
.btn-sm,
.btn-group-sm > .btn {
  font-size: .75rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 4350, /app/app/assets/stylesheets/argon.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 4356, /app/app/assets/stylesheets/argon.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 4361, /app/app/assets/stylesheets/argon.css */
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

/* line 4368, /app/app/assets/stylesheets/argon.css */
.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4374, /app/app/assets/stylesheets/argon.css */
  .fade {
    transition: none;
  }
}
/* line 4379, /app/app/assets/stylesheets/argon.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 4384, /app/app/assets/stylesheets/argon.css */
.collapse:not(.show) {
  display: none;
}

/* line 4389, /app/app/assets/stylesheets/argon.css */
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height .3s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4401, /app/app/assets/stylesheets/argon.css */
  .collapsing {
    transition: none;
  }
}
/* line 4407, /app/app/assets/stylesheets/argon.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 4415, /app/app/assets/stylesheets/argon.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 4419, /app/app/assets/stylesheets/argon.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 4433, /app/app/assets/stylesheets/argon.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4438, /app/app/assets/stylesheets/argon.css */
.dropdown-menu {
  font-size: 1rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  list-style: none;
  text-align: left;
  color: #525f7f;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 4466, /app/app/assets/stylesheets/argon.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 4472, /app/app/assets/stylesheets/argon.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 4480, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 4485, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  /* line 4494, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 4499, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  /* line 4508, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 4513, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 4522, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 4527, /app/app/assets/stylesheets/argon.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
/* line 4534, /app/app/assets/stylesheets/argon.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 4543, /app/app/assets/stylesheets/argon.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 4558, /app/app/assets/stylesheets/argon.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4563, /app/app/assets/stylesheets/argon.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 4573, /app/app/assets/stylesheets/argon.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 4588, /app/app/assets/stylesheets/argon.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4593, /app/app/assets/stylesheets/argon.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 4598, /app/app/assets/stylesheets/argon.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 4608, /app/app/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
}

/* line 4618, /app/app/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 4623, /app/app/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 4637, /app/app/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4642, /app/app/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 4647, /app/app/assets/stylesheets/argon.css */
.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 4656, /app/app/assets/stylesheets/argon.css */
.dropdown-divider {
  overflow: hidden;
  height: 0;
  margin: .5rem 0;
  border-top: 1px solid #e9ecef;
}

/* line 4666, /app/app/assets/stylesheets/argon.css */
.dropdown-item {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: .5rem 1rem;
  text-align: inherit;
  white-space: nowrap;
  color: #212529;
  border: 0;
  background-color: transparent;
}

/* line 4683, /app/app/assets/stylesheets/argon.css */
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f6f9fc;
}

/* line 4691, /app/app/assets/stylesheets/argon.css */
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #16181b;
  background-color: transparent;
}

/* line 4699, /app/app/assets/stylesheets/argon.css */
.dropdown-item.disabled,
.dropdown-item:disabled {
  pointer-events: none;
  color: #8898aa;
  background-color: transparent;
}

/* line 4708, /app/app/assets/stylesheets/argon.css */
.dropdown-menu.show {
  display: block;
}

/* line 4713, /app/app/assets/stylesheets/argon.css */
.dropdown-header {
  font-size: .875rem;
  display: block;
  margin-bottom: 0;
  padding: .5rem 1rem;
  white-space: nowrap;
  color: #8898aa;
}

/* line 4727, /app/app/assets/stylesheets/argon.css */
.dropdown-item-text {
  display: block;
  padding: .5rem 1rem;
  color: #212529;
}

/* line 4736, /app/app/assets/stylesheets/argon.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 4745, /app/app/assets/stylesheets/argon.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 4752, /app/app/assets/stylesheets/argon.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 4757, /app/app/assets/stylesheets/argon.css */
.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 4767, /app/app/assets/stylesheets/argon.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 4774, /app/app/assets/stylesheets/argon.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 4779, /app/app/assets/stylesheets/argon.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 4785, /app/app/assets/stylesheets/argon.css */
.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 4792, /app/app/assets/stylesheets/argon.css */
.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 4799, /app/app/assets/stylesheets/argon.css */
.dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

/* line 4804, /app/app/assets/stylesheets/argon.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 4810, /app/app/assets/stylesheets/argon.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 4815, /app/app/assets/stylesheets/argon.css */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 4822, /app/app/assets/stylesheets/argon.css */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 4829, /app/app/assets/stylesheets/argon.css */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 4833, /app/app/assets/stylesheets/argon.css */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 4838, /app/app/assets/stylesheets/argon.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 4845, /app/app/assets/stylesheets/argon.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 4850, /app/app/assets/stylesheets/argon.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 4855, /app/app/assets/stylesheets/argon.css */
.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 4861, /app/app/assets/stylesheets/argon.css */
.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 4868, /app/app/assets/stylesheets/argon.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 4873, /app/app/assets/stylesheets/argon.css */
.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 4885, /app/app/assets/stylesheets/argon.css */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 4896, /app/app/assets/stylesheets/argon.css */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  min-width: 0;
  margin-bottom: 0;
  flex: 1 1;
}

/* line 4908, /app/app/assets/stylesheets/argon.css */
.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 4923, /app/app/assets/stylesheets/argon.css */
.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 4929, /app/app/assets/stylesheets/argon.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 4933, /app/app/assets/stylesheets/argon.css */
.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 4939, /app/app/assets/stylesheets/argon.css */
.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 4945, /app/app/assets/stylesheets/argon.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 4951, /app/app/assets/stylesheets/argon.css */
.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 4957, /app/app/assets/stylesheets/argon.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4963, /app/app/assets/stylesheets/argon.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 4968, /app/app/assets/stylesheets/argon.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 4974, /app/app/assets/stylesheets/argon.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 4979, /app/app/assets/stylesheets/argon.css */
.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 4991, /app/app/assets/stylesheets/argon.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 4996, /app/app/assets/stylesheets/argon.css */
.input-group-append {
  margin-left: -1px;
}

/* line 5001, /app/app/assets/stylesheets/argon.css */
.input-group-text {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: .625rem .75rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  align-items: center;
}

/* line 5022, /app/app/assets/stylesheets/argon.css */
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}

/* line 5028, /app/app/assets/stylesheets/argon.css */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.75rem + 2px);
}

/* line 5034, /app/app/assets/stylesheets/argon.css */
.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 {
  font-size: .875rem;
  line-height: 1.5;
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 5049, /app/app/assets/stylesheets/argon.css */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + .5rem + 2px);
}

/* line 5055, /app/app/assets/stylesheets/argon.css */
.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 {
  font-size: .75rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 5070, /app/app/assets/stylesheets/argon.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 5076, /app/app/assets/stylesheets/argon.css */
.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 5087, /app/app/assets/stylesheets/argon.css */
.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 5098, /app/app/assets/stylesheets/argon.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.75rem;
}

/* line 5108, /app/app/assets/stylesheets/argon.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 5115, /app/app/assets/stylesheets/argon.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 5126, /app/app/assets/stylesheets/argon.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 5133, /app/app/assets/stylesheets/argon.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5137, /app/app/assets/stylesheets/argon.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 5141, /app/app/assets/stylesheets/argon.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 5148, /app/app/assets/stylesheets/argon.css */
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #8898aa;
}

/* line 5153, /app/app/assets/stylesheets/argon.css */
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 5159, /app/app/assets/stylesheets/argon.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 5167, /app/app/assets/stylesheets/argon.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  pointer-events: none;
  border: #dee2e6 solid 1px;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 5185, /app/app/assets/stylesheets/argon.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: no-repeat 50% / 50% 50%;
}

/* line 5201, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 5206, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 5211, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 5218, /app/app/assets/stylesheets/argon.css */
.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 5223, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 5228, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 5233, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 5238, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 5243, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 5248, /app/app/assets/stylesheets/argon.css */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 5252, /app/app/assets/stylesheets/argon.css */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

/* line 5262, /app/app/assets/stylesheets/argon.css */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-3.5rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: .5rem;
  background-color: #dee2e6;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5277, /app/app/assets/stylesheets/argon.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
/* line 5282, /app/app/assets/stylesheets/argon.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.75rem);
  background-color: #fff;
}

/* line 5288, /app/app/assets/stylesheets/argon.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 5293, /app/app/assets/stylesheets/argon.css */
.custom-select {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem 1.75rem .625rem .75rem;
  vertical-align: middle;
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  background: #fff 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='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5317, /app/app/assets/stylesheets/argon.css */
.custom-select:focus {
  border-color: #5e72e4;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 #5e72e4;
}

/* line 5323, /app/app/assets/stylesheets/argon.css */
.custom-select:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 5328, /app/app/assets/stylesheets/argon.css */
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 5336, /app/app/assets/stylesheets/argon.css */
.custom-select:disabled {
  color: #8898aa;
  background-color: #e9ecef;
}

/* line 5341, /app/app/assets/stylesheets/argon.css */
.custom-select::-ms-expand {
  display: none;
}

/* line 5345, /app/app/assets/stylesheets/argon.css */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8898aa;
}

/* line 5351, /app/app/assets/stylesheets/argon.css */
.custom-select-sm {
  font-size: .75rem;
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
}

/* line 5361, /app/app/assets/stylesheets/argon.css */
.custom-select-lg {
  font-size: .875rem;
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: 1rem;
}

/* line 5371, /app/app/assets/stylesheets/argon.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin-bottom: 0;
}

/* line 5382, /app/app/assets/stylesheets/argon.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 5393, /app/app/assets/stylesheets/argon.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5e72e4;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5398, /app/app/assets/stylesheets/argon.css */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 5403, /app/app/assets/stylesheets/argon.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}

/* line 5407, /app/app/assets/stylesheets/argon.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 5412, /app/app/assets/stylesheets/argon.css */
.custom-file-label {
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 5432, /app/app/assets/stylesheets/argon.css */
.custom-file-label::after {
  line-height: 1.5;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: .625rem .75rem;
  content: 'Browse';
  color: #8898aa;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
  background-color: #fff;
}

/* line 5455, /app/app/assets/stylesheets/argon.css */
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5467, /app/app/assets/stylesheets/argon.css */
.custom-range:focus {
  outline: none;
}

/* line 5471, /app/app/assets/stylesheets/argon.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5475, /app/app/assets/stylesheets/argon.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5479, /app/app/assets/stylesheets/argon.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 5483, /app/app/assets/stylesheets/argon.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 5487, /app/app/assets/stylesheets/argon.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5505, /app/app/assets/stylesheets/argon.css */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 5510, /app/app/assets/stylesheets/argon.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #f7f8fe;
}

/* line 5514, /app/app/assets/stylesheets/argon.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 5527, /app/app/assets/stylesheets/argon.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5544, /app/app/assets/stylesheets/argon.css */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 5549, /app/app/assets/stylesheets/argon.css */
.custom-range::-moz-range-thumb:active {
  background-color: #f7f8fe;
}

/* line 5553, /app/app/assets/stylesheets/argon.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 5566, /app/app/assets/stylesheets/argon.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5585, /app/app/assets/stylesheets/argon.css */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 5590, /app/app/assets/stylesheets/argon.css */
.custom-range::-ms-thumb:active {
  background-color: #f7f8fe;
}

/* line 5594, /app/app/assets/stylesheets/argon.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 5607, /app/app/assets/stylesheets/argon.css */
.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 5612, /app/app/assets/stylesheets/argon.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 5619, /app/app/assets/stylesheets/argon.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 5623, /app/app/assets/stylesheets/argon.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 5627, /app/app/assets/stylesheets/argon.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 5631, /app/app/assets/stylesheets/argon.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 5635, /app/app/assets/stylesheets/argon.css */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 5640, /app/app/assets/stylesheets/argon.css */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5648, /app/app/assets/stylesheets/argon.css */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
/* line 5656, /app/app/assets/stylesheets/argon.css */
.nav {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* line 5668, /app/app/assets/stylesheets/argon.css */
.nav-link {
  display: block;
  padding: .25rem .75rem;
}

/* line 5674, /app/app/assets/stylesheets/argon.css */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 5679, /app/app/assets/stylesheets/argon.css */
.nav-link.disabled {
  cursor: default;
  pointer-events: none;
  color: #8898aa;
}

/* line 5687, /app/app/assets/stylesheets/argon.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 5691, /app/app/assets/stylesheets/argon.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 5695, /app/app/assets/stylesheets/argon.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 5701, /app/app/assets/stylesheets/argon.css */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 5706, /app/app/assets/stylesheets/argon.css */
.nav-tabs .nav-link.disabled {
  color: #8898aa;
  border-color: transparent;
  background-color: transparent;
}

/* line 5712, /app/app/assets/stylesheets/argon.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #525f7f;
  border-color: #dee2e6 #dee2e6 #f8f9fe;
  background-color: #f8f9fe;
}

/* line 5719, /app/app/assets/stylesheets/argon.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5727, /app/app/assets/stylesheets/argon.css */
.nav-pills .nav-link {
  border-radius: .375rem;
}

/* line 5732, /app/app/assets/stylesheets/argon.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

/* line 5739, /app/app/assets/stylesheets/argon.css */
.nav-fill .nav-item {
  text-align: center;
  flex: 1 1 auto;
}

/* line 5746, /app/app/assets/stylesheets/argon.css */
.nav-justified .nav-item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 5754, /app/app/assets/stylesheets/argon.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5759, /app/app/assets/stylesheets/argon.css */
.tab-content > .active {
  display: block;
}

/* line 5764, /app/app/assets/stylesheets/argon.css */
.navbar {
  position: relative;
  display: flex;
  padding: 1rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 5776, /app/app/assets/stylesheets/argon.css */
.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 5790, /app/app/assets/stylesheets/argon.css */
.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: .0625rem;
  padding-bottom: .0625rem;
  white-space: nowrap;
}

/* line 5803, /app/app/assets/stylesheets/argon.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 5809, /app/app/assets/stylesheets/argon.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 5819, /app/app/assets/stylesheets/argon.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 5824, /app/app/assets/stylesheets/argon.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 5831, /app/app/assets/stylesheets/argon.css */
.navbar-text {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 5839, /app/app/assets/stylesheets/argon.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 5846, /app/app/assets/stylesheets/argon.css */
.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem .75rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: transparent;
}

/* line 5857, /app/app/assets/stylesheets/argon.css */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 5863, /app/app/assets/stylesheets/argon.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 5879, /app/app/assets/stylesheets/argon.css */
  .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 5893, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 5898, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  /* line 5902, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 5906, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 5911, /app/app/assets/stylesheets/argon.css */
  .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 5920, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 5926, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 5934, /app/app/assets/stylesheets/argon.css */
  .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 5948, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 5953, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  /* line 5957, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 5961, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 5966, /app/app/assets/stylesheets/argon.css */
  .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 5975, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 5981, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 5989, /app/app/assets/stylesheets/argon.css */
  .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 6003, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 6008, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  /* line 6012, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 6016, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 6021, /app/app/assets/stylesheets/argon.css */
  .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 6030, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 6036, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 6044, /app/app/assets/stylesheets/argon.css */
  .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 6058, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 6063, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  /* line 6067, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 6071, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 6076, /app/app/assets/stylesheets/argon.css */
  .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 6085, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 6091, /app/app/assets/stylesheets/argon.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 6097, /app/app/assets/stylesheets/argon.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 6102, /app/app/assets/stylesheets/argon.css */
.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 6112, /app/app/assets/stylesheets/argon.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 6116, /app/app/assets/stylesheets/argon.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6120, /app/app/assets/stylesheets/argon.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 6125, /app/app/assets/stylesheets/argon.css */
.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 6134, /app/app/assets/stylesheets/argon.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 6140, /app/app/assets/stylesheets/argon.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 6145, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6149, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6155, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}

/* line 6159, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 6164, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 6169, /app/app/assets/stylesheets/argon.css */
.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 6177, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}

/* line 6183, /app/app/assets/stylesheets/argon.css */
.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(0, 0, 0, 0.6)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6188, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 6192, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6196, /app/app/assets/stylesheets/argon.css */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6202, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.65);
}

/* line 6206, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 6212, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

/* line 6216, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 6221, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 6226, /app/app/assets/stylesheets/argon.css */
.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: rgba(255, 255, 255, 0.65);
}

/* line 6234, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: transparent;
}

/* line 6240, /app/app/assets/stylesheets/argon.css */
.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(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6245, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}

/* line 6249, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.65);
}

/* line 6253, /app/app/assets/stylesheets/argon.css */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 6259, /app/app/assets/stylesheets/argon.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

/* line 6275, /app/app/assets/stylesheets/argon.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 6280, /app/app/assets/stylesheets/argon.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 6285, /app/app/assets/stylesheets/argon.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 6291, /app/app/assets/stylesheets/argon.css */
.card-body {
  min-height: 1px;
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 6299, /app/app/assets/stylesheets/argon.css */
.card-title {
  margin-bottom: 1.25rem;
}

/* line 6304, /app/app/assets/stylesheets/argon.css */
.card-subtitle {
  margin-top: -.625rem;
  margin-bottom: 0;
}

/* line 6310, /app/app/assets/stylesheets/argon.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6315, /app/app/assets/stylesheets/argon.css */
.card-link:hover {
  text-decoration: none;
}

/* line 6320, /app/app/assets/stylesheets/argon.css */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 6325, /app/app/assets/stylesheets/argon.css */
.card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/* line 6333, /app/app/assets/stylesheets/argon.css */
.card-header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

/* line 6337, /app/app/assets/stylesheets/argon.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 6342, /app/app/assets/stylesheets/argon.css */
.card-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/* line 6349, /app/app/assets/stylesheets/argon.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

/* line 6354, /app/app/assets/stylesheets/argon.css */
.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1.25rem;
  margin-left: -.75rem;
  border-bottom: 0;
}

/* line 6363, /app/app/assets/stylesheets/argon.css */
.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 6369, /app/app/assets/stylesheets/argon.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 6380, /app/app/assets/stylesheets/argon.css */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
  flex-shrink: 0;
}

/* line 6389, /app/app/assets/stylesheets/argon.css */
.card-img,
.card-img-top {
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}

/* line 6396, /app/app/assets/stylesheets/argon.css */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.375rem - 1px);
  border-bottom-left-radius: calc(.375rem - 1px);
}

/* line 6403, /app/app/assets/stylesheets/argon.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6410, /app/app/assets/stylesheets/argon.css */
  .card-deck {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-flow: row wrap;
  }

  /* line 6419, /app/app/assets/stylesheets/argon.css */
  .card-deck .card {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    flex: 1 0;
  }
}
/* line 6429, /app/app/assets/stylesheets/argon.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6436, /app/app/assets/stylesheets/argon.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  /* line 6442, /app/app/assets/stylesheets/argon.css */
  .card-group > .card {
    margin-bottom: 0;
    flex: 1 0;
  }

  /* line 6448, /app/app/assets/stylesheets/argon.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 6454, /app/app/assets/stylesheets/argon.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 6459, /app/app/assets/stylesheets/argon.css */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 6464, /app/app/assets/stylesheets/argon.css */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 6469, /app/app/assets/stylesheets/argon.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 6474, /app/app/assets/stylesheets/argon.css */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 6479, /app/app/assets/stylesheets/argon.css */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
/* line 6486, /app/app/assets/stylesheets/argon.css */
.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  /* line 6493, /app/app/assets/stylesheets/argon.css */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 6500, /app/app/assets/stylesheets/argon.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 6508, /app/app/assets/stylesheets/argon.css */
.accordion > .card {
  overflow: hidden;
}

/* line 6512, /app/app/assets/stylesheets/argon.css */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6518, /app/app/assets/stylesheets/argon.css */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6523, /app/app/assets/stylesheets/argon.css */
.accordion > .card > .card-header {
  margin-bottom: -1px;
  border-radius: 0;
}

/* line 6530, /app/app/assets/stylesheets/argon.css */
.breadcrumb {
  display: flex;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  border-radius: .375rem;
  background-color: #e9ecef;
  flex-wrap: wrap;
}

/* line 6545, /app/app/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 6549, /app/app/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  content: '/';
  color: #8898aa;
}

/* line 6560, /app/app/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6565, /app/app/assets/stylesheets/argon.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 6570, /app/app/assets/stylesheets/argon.css */
.breadcrumb-item.active {
  color: #8898aa;
}

/* line 6575, /app/app/assets/stylesheets/argon.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .375rem;
}

/* line 6586, /app/app/assets/stylesheets/argon.css */
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: .5rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

/* line 6601, /app/app/assets/stylesheets/argon.css */
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

/* line 6611, /app/app/assets/stylesheets/argon.css */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

/* line 6619, /app/app/assets/stylesheets/argon.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 6627, /app/app/assets/stylesheets/argon.css */
.page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 6633, /app/app/assets/stylesheets/argon.css */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 6642, /app/app/assets/stylesheets/argon.css */
.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #fff;
}

/* line 6652, /app/app/assets/stylesheets/argon.css */
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .75rem 1.5rem;
}

/* line 6660, /app/app/assets/stylesheets/argon.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .4375rem;
  border-bottom-left-radius: .4375rem;
}

/* line 6666, /app/app/assets/stylesheets/argon.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .4375rem;
  border-bottom-right-radius: .4375rem;
}

/* line 6672, /app/app/assets/stylesheets/argon.css */
.pagination-sm .page-link {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
}

/* line 6680, /app/app/assets/stylesheets/argon.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6686, /app/app/assets/stylesheets/argon.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6692, /app/app/assets/stylesheets/argon.css */
.badge {
  font-size: 66%;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: .35rem .375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .375rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6711, /app/app/assets/stylesheets/argon.css */
  .badge {
    transition: none;
  }
}
/* line 6716, /app/app/assets/stylesheets/argon.css */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 6721, /app/app/assets/stylesheets/argon.css */
.badge:empty {
  display: none;
}

/* line 6726, /app/app/assets/stylesheets/argon.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6732, /app/app/assets/stylesheets/argon.css */
.badge-pill {
  padding-right: .875em;
  padding-left: .875em;
  border-radius: 10rem;
}

/* line 6740, /app/app/assets/stylesheets/argon.css */
.badge-primary {
  color: #2643e9;
  background-color: #eaecfb;
}

/* line 6745, /app/app/assets/stylesheets/argon.css */
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #2a44db;
}

/* line 6754, /app/app/assets/stylesheets/argon.css */
.badge-secondary {
  color: #cfe3f1;
  background-color: white;
}

/* line 6759, /app/app/assets/stylesheets/argon.css */
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #cadeeb;
}

/* line 6768, /app/app/assets/stylesheets/argon.css */
.badge-success {
  color: #1aae6f;
  background-color: #b0eed3;
}

/* line 6773, /app/app/assets/stylesheets/argon.css */
.badge-success[href]:hover,
.badge-success[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #229c68;
}

/* line 6782, /app/app/assets/stylesheets/argon.css */
.badge-info {
  color: #03acca;
  background-color: #aaedf9;
}

/* line 6787, /app/app/assets/stylesheets/argon.css */
.badge-info[href]:hover,
.badge-info[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0c9cb7;
}

/* line 6796, /app/app/assets/stylesheets/argon.css */
.badge-warning {
  color: #ff3709;
  background-color: #fee6e0;
}

/* line 6801, /app/app/assets/stylesheets/argon.css */
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f93305;
}

/* line 6810, /app/app/assets/stylesheets/argon.css */
.badge-danger {
  color: #f80031;
  background-color: #fdd1da;
}

/* line 6815, /app/app/assets/stylesheets/argon.css */
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #e30b36;
}

/* line 6824, /app/app/assets/stylesheets/argon.css */
.badge-light {
  color: #879cb0;
  background-color: white;
}

/* line 6829, /app/app/assets/stylesheets/argon.css */
.badge-light[href]:hover,
.badge-light[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #8b96a2;
}

/* line 6838, /app/app/assets/stylesheets/argon.css */
.badge-dark {
  color: #090c0e;
  background-color: #6a7783;
}

/* line 6843, /app/app/assets/stylesheets/argon.css */
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #060607;
}

/* line 6852, /app/app/assets/stylesheets/argon.css */
.badge-default {
  color: #091428;
  background-color: #4172c6;
}

/* line 6857, /app/app/assets/stylesheets/argon.css */
.badge-default[href]:hover,
.badge-default[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #09111e;
}

/* line 6866, /app/app/assets/stylesheets/argon.css */
.badge-white {
  color: #e8e3e3;
  background-color: white;
}

/* line 6871, /app/app/assets/stylesheets/argon.css */
.badge-white[href]:hover,
.badge-white[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #e0e0e0;
}

/* line 6880, /app/app/assets/stylesheets/argon.css */
.badge-neutral {
  color: #e8e3e3;
  background-color: white;
}

/* line 6885, /app/app/assets/stylesheets/argon.css */
.badge-neutral[href]:hover,
.badge-neutral[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #e0e0e0;
}

/* line 6894, /app/app/assets/stylesheets/argon.css */
.badge-darker {
  color: black;
  background-color: #525252;
}

/* line 6899, /app/app/assets/stylesheets/argon.css */
.badge-darker[href]:hover,
.badge-darker[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: black;
}

/* line 6908, /app/app/assets/stylesheets/argon.css */
.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: .4375rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  /* line 6918, /app/app/assets/stylesheets/argon.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 6924, /app/app/assets/stylesheets/argon.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 6932, /app/app/assets/stylesheets/argon.css */
.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: .375rem;
}

/* line 6943, /app/app/assets/stylesheets/argon.css */
.alert-heading {
  color: inherit;
}

/* line 6948, /app/app/assets/stylesheets/argon.css */
.alert-link {
  font-weight: 600;
}

/* line 6953, /app/app/assets/stylesheets/argon.css */
.alert-dismissible {
  padding-right: 4.5rem;
}

/* line 6957, /app/app/assets/stylesheets/argon.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  color: inherit;
}

/* line 6968, /app/app/assets/stylesheets/argon.css */
.alert-primary {
  color: #fff;
  border-color: #7889e8;
  background-color: #7889e8;
}

/* line 6974, /app/app/assets/stylesheets/argon.css */
.alert-primary a {
  font-weight: 600;
  color: #1d32aa;
}

/* line 6980, /app/app/assets/stylesheets/argon.css */
.alert-primary a:hover {
  color: #fff;
}

/* line 6984, /app/app/assets/stylesheets/argon.css */
.alert-primary hr {
  border-top-color: #6276e4;
}

/* line 6988, /app/app/assets/stylesheets/argon.css */
.alert-primary .alert-link {
  color: #324cdd;
}

/* line 6993, /app/app/assets/stylesheets/argon.css */
.alert-secondary {
  color: #212529;
  border-color: #f8fbfc;
  background-color: #f8fbfc;
}

/* line 6999, /app/app/assets/stylesheets/argon.css */
.alert-secondary a {
  font-weight: 600;
  color: #8dbece;
}

/* line 7005, /app/app/assets/stylesheets/argon.css */
.alert-secondary a:hover {
  color: #212529;
}

/* line 7009, /app/app/assets/stylesheets/argon.css */
.alert-secondary hr {
  border-top-color: #e6f1f4;
}

/* line 7013, /app/app/assets/stylesheets/argon.css */
.alert-secondary .alert-link {
  color: #d2e3ee;
}

/* line 7018, /app/app/assets/stylesheets/argon.css */
.alert-success {
  color: #fff;
  border-color: #4fd69c;
  background-color: #4fd69c;
}

/* line 7024, /app/app/assets/stylesheets/argon.css */
.alert-success a {
  font-weight: 600;
  color: #1a724c;
}

/* line 7030, /app/app/assets/stylesheets/argon.css */
.alert-success a:hover {
  color: #fff;
}

/* line 7034, /app/app/assets/stylesheets/argon.css */
.alert-success hr {
  border-top-color: #3ad190;
}

/* line 7038, /app/app/assets/stylesheets/argon.css */
.alert-success .alert-link {
  color: #24a46d;
}

/* line 7043, /app/app/assets/stylesheets/argon.css */
.alert-info {
  color: #fff;
  border-color: #37d5f2;
  background-color: #37d5f2;
}

/* line 7049, /app/app/assets/stylesheets/argon.css */
.alert-info a {
  font-weight: 600;
  color: #097487;
}

/* line 7055, /app/app/assets/stylesheets/argon.css */
.alert-info a:hover {
  color: #fff;
}

/* line 7059, /app/app/assets/stylesheets/argon.css */
.alert-info hr {
  border-top-color: #1fd0f0;
}

/* line 7063, /app/app/assets/stylesheets/argon.css */
.alert-info .alert-link {
  color: #0da5c0;
}

/* line 7068, /app/app/assets/stylesheets/argon.css */
.alert-warning {
  color: #fff;
  border-color: #fc7c5f;
  background-color: #fc7c5f;
}

/* line 7074, /app/app/assets/stylesheets/argon.css */
.alert-warning a {
  font-weight: 600;
  color: #be2604;
}

/* line 7080, /app/app/assets/stylesheets/argon.css */
.alert-warning a:hover {
  color: #fff;
}

/* line 7084, /app/app/assets/stylesheets/argon.css */
.alert-warning hr {
  border-top-color: #fc6846;
}

/* line 7088, /app/app/assets/stylesheets/argon.css */
.alert-warning .alert-link {
  color: #fa3a0e;
}

/* line 7093, /app/app/assets/stylesheets/argon.css */
.alert-danger {
  color: #fff;
  border-color: #f75676;
  background-color: #f75676;
}

/* line 7099, /app/app/assets/stylesheets/argon.css */
.alert-danger a {
  font-weight: 600;
  color: #ac0829;
}

/* line 7105, /app/app/assets/stylesheets/argon.css */
.alert-danger a:hover {
  color: #fff;
}

/* line 7109, /app/app/assets/stylesheets/argon.css */
.alert-danger hr {
  border-top-color: #f63e62;
}

/* line 7113, /app/app/assets/stylesheets/argon.css */
.alert-danger .alert-link {
  color: #ec0c38;
}

/* line 7118, /app/app/assets/stylesheets/argon.css */
.alert-light {
  color: #fff;
  border-color: #bac1c8;
  background-color: #bac1c8;
}

/* line 7124, /app/app/assets/stylesheets/argon.css */
.alert-light a {
  font-weight: 600;
  color: #677582;
}

/* line 7130, /app/app/assets/stylesheets/argon.css */
.alert-light a:hover {
  color: #fff;
}

/* line 7134, /app/app/assets/stylesheets/argon.css */
.alert-light hr {
  border-top-color: #acb4bd;
}

/* line 7138, /app/app/assets/stylesheets/argon.css */
.alert-light .alert-link {
  color: #919ca6;
}

/* line 7143, /app/app/assets/stylesheets/argon.css */
.alert-dark {
  color: #fff;
  border-color: #45484b;
  background-color: #45484b;
}

/* line 7149, /app/app/assets/stylesheets/argon.css */
.alert-dark a {
  font-weight: 600;
  color: black;
}

/* line 7155, /app/app/assets/stylesheets/argon.css */
.alert-dark a:hover {
  color: #fff;
}

/* line 7159, /app/app/assets/stylesheets/argon.css */
.alert-dark hr {
  border-top-color: #393b3e;
}

/* line 7163, /app/app/assets/stylesheets/argon.css */
.alert-dark .alert-link {
  color: #0a0c0d;
}

/* line 7168, /app/app/assets/stylesheets/argon.css */
.alert-default {
  color: #fff;
  border-color: #3c4d69;
  background-color: #3c4d69;
}

/* line 7174, /app/app/assets/stylesheets/argon.css */
.alert-default a {
  font-weight: 600;
  color: #040608;
}

/* line 7180, /app/app/assets/stylesheets/argon.css */
.alert-default a:hover {
  color: #fff;
}

/* line 7184, /app/app/assets/stylesheets/argon.css */
.alert-default hr {
  border-top-color: #334159;
}

/* line 7188, /app/app/assets/stylesheets/argon.css */
.alert-default .alert-link {
  color: #0b1526;
}

/* line 7193, /app/app/assets/stylesheets/argon.css */
.alert-white {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 7199, /app/app/assets/stylesheets/argon.css */
.alert-white a {
  font-weight: 600;
  color: #b3b3b3;
}

/* line 7205, /app/app/assets/stylesheets/argon.css */
.alert-white a:hover {
  color: #212529;
}

/* line 7209, /app/app/assets/stylesheets/argon.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 7213, /app/app/assets/stylesheets/argon.css */
.alert-white .alert-link {
  color: #e6e6e6;
}

/* line 7218, /app/app/assets/stylesheets/argon.css */
.alert-neutral {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 7224, /app/app/assets/stylesheets/argon.css */
.alert-neutral a {
  font-weight: 600;
  color: #b3b3b3;
}

/* line 7230, /app/app/assets/stylesheets/argon.css */
.alert-neutral a:hover {
  color: #212529;
}

/* line 7234, /app/app/assets/stylesheets/argon.css */
.alert-neutral hr {
  border-top-color: #f2f2f2;
}

/* line 7238, /app/app/assets/stylesheets/argon.css */
.alert-neutral .alert-link {
  color: #e6e6e6;
}

/* line 7243, /app/app/assets/stylesheets/argon.css */
.alert-darker {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}

/* line 7249, /app/app/assets/stylesheets/argon.css */
.alert-darker a {
  font-weight: 600;
  color: black;
}

/* line 7255, /app/app/assets/stylesheets/argon.css */
.alert-darker a:hover {
  color: #fff;
}

/* line 7259, /app/app/assets/stylesheets/argon.css */
.alert-darker hr {
  border-top-color: #1c1c1c;
}

/* line 7263, /app/app/assets/stylesheets/argon.css */
.alert-darker .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 7280, /app/app/assets/stylesheets/argon.css */
.progress {
  font-size: .75rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: .375rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 7294, /app/app/assets/stylesheets/argon.css */
.progress-bar {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: width .6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #5e72e4;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7311, /app/app/assets/stylesheets/argon.css */
  .progress-bar {
    transition: none;
  }
}
/* line 7317, /app/app/assets/stylesheets/argon.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 7323, /app/app/assets/stylesheets/argon.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7329, /app/app/assets/stylesheets/argon.css */
  .progress-bar-animated {
    animation: none;
  }
}
/* line 7335, /app/app/assets/stylesheets/argon.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 7342, /app/app/assets/stylesheets/argon.css */
.media-body {
  flex: 1 1;
}

/* line 7347, /app/app/assets/stylesheets/argon.css */
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 7356, /app/app/assets/stylesheets/argon.css */
.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #525f7f;
}

/* line 7364, /app/app/assets/stylesheets/argon.css */
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  text-decoration: none;
  color: #525f7f;
  background-color: #f6f9fc;
}

/* line 7374, /app/app/assets/stylesheets/argon.css */
.list-group-item-action:active {
  color: #525f7f;
  background-color: #e9ecef;
}

/* line 7380, /app/app/assets/stylesheets/argon.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  background-color: #fff;
}

/* line 7391, /app/app/assets/stylesheets/argon.css */
.list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 7396, /app/app/assets/stylesheets/argon.css */
.list-group-item:last-child {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 7401, /app/app/assets/stylesheets/argon.css */
.list-group-item.disabled,
.list-group-item:disabled {
  pointer-events: none;
  color: #8898aa;
  background-color: #fff;
}

/* line 7409, /app/app/assets/stylesheets/argon.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 7417, /app/app/assets/stylesheets/argon.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 7421, /app/app/assets/stylesheets/argon.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 7428, /app/app/assets/stylesheets/argon.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 7432, /app/app/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: .375rem;
}

/* line 7437, /app/app/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: .375rem;
  border-bottom-left-radius: 0;
}

/* line 7442, /app/app/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 7446, /app/app/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 7451, /app/app/assets/stylesheets/argon.css */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 7460, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  /* line 7464, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }

  /* line 7469, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  /* line 7474, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  /* line 7478, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 7483, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  /* line 7493, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }

  /* line 7497, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }

  /* line 7502, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  /* line 7507, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  /* line 7511, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 7516, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  /* line 7526, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  /* line 7530, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }

  /* line 7535, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  /* line 7540, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  /* line 7544, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 7549, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  /* line 7559, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  /* line 7563, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .375rem;
  }

  /* line 7568, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  /* line 7573, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  /* line 7577, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 7582, /app/app/assets/stylesheets/argon.css */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
/* line 7590, /app/app/assets/stylesheets/argon.css */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 7596, /app/app/assets/stylesheets/argon.css */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 7601, /app/app/assets/stylesheets/argon.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 7606, /app/app/assets/stylesheets/argon.css */
.list-group-item-primary {
  color: #313b77;
  background-color: #d2d8f7;
}

/* line 7611, /app/app/assets/stylesheets/argon.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #313b77;
  background-color: #bcc5f3;
}

/* line 7617, /app/app/assets/stylesheets/argon.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #313b77;
  background-color: #313b77;
}

/* line 7624, /app/app/assets/stylesheets/argon.css */
.list-group-item-secondary {
  color: #808283;
  background-color: #fdfefe;
}

/* line 7629, /app/app/assets/stylesheets/argon.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #808283;
  background-color: #ecf6f6;
}

/* line 7635, /app/app/assets/stylesheets/argon.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #808283;
  background-color: #808283;
}

/* line 7642, /app/app/assets/stylesheets/argon.css */
.list-group-item-success {
  color: #176b47;
  background-color: #c4f1de;
}

/* line 7647, /app/app/assets/stylesheets/argon.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #176b47;
  background-color: #afecd2;
}

/* line 7653, /app/app/assets/stylesheets/argon.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #176b47;
  background-color: #176b47;
}

/* line 7660, /app/app/assets/stylesheets/argon.css */
.list-group-item-info {
  color: #096b7c;
  background-color: #bcf1fb;
}

/* line 7665, /app/app/assets/stylesheets/argon.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #096b7c;
  background-color: #a4ecfa;
}

/* line 7671, /app/app/assets/stylesheets/argon.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #096b7c;
  background-color: #096b7c;
}

/* line 7678, /app/app/assets/stylesheets/argon.css */
.list-group-item-warning {
  color: #833321;
  background-color: #fed3ca;
}

/* line 7683, /app/app/assets/stylesheets/argon.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #833321;
  background-color: #febeb1;
}

/* line 7689, /app/app/assets/stylesheets/argon.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #833321;
  background-color: #833321;
}

/* line 7696, /app/app/assets/stylesheets/argon.css */
.list-group-item-danger {
  color: #7f1c30;
  background-color: #fcc7d1;
}

/* line 7701, /app/app/assets/stylesheets/argon.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7f1c30;
  background-color: #fbafbd;
}

/* line 7707, /app/app/assets/stylesheets/argon.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #7f1c30;
  background-color: #7f1c30;
}

/* line 7714, /app/app/assets/stylesheets/argon.css */
.list-group-item-light {
  color: #5a5e62;
  background-color: #e8eaed;
}

/* line 7719, /app/app/assets/stylesheets/argon.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}

/* line 7725, /app/app/assets/stylesheets/argon.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #5a5e62;
  background-color: #5a5e62;
}

/* line 7732, /app/app/assets/stylesheets/argon.css */
.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3;
}

/* line 7737, /app/app/assets/stylesheets/argon.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}

/* line 7743, /app/app/assets/stylesheets/argon.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #111315;
  background-color: #111315;
}

/* line 7750, /app/app/assets/stylesheets/argon.css */
.list-group-item-default {
  color: #0c1628;
  background-color: #bec4cd;
}

/* line 7755, /app/app/assets/stylesheets/argon.css */
.list-group-item-default.list-group-item-action:hover,
.list-group-item-default.list-group-item-action:focus {
  color: #0c1628;
  background-color: #b0b7c2;
}

/* line 7761, /app/app/assets/stylesheets/argon.css */
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  border-color: #0c1628;
  background-color: #0c1628;
}

/* line 7768, /app/app/assets/stylesheets/argon.css */
.list-group-item-white {
  color: #858585;
  background-color: white;
}

/* line 7773, /app/app/assets/stylesheets/argon.css */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 7779, /app/app/assets/stylesheets/argon.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

/* line 7786, /app/app/assets/stylesheets/argon.css */
.list-group-item-neutral {
  color: #858585;
  background-color: white;
}

/* line 7791, /app/app/assets/stylesheets/argon.css */
.list-group-item-neutral.list-group-item-action:hover,
.list-group-item-neutral.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 7797, /app/app/assets/stylesheets/argon.css */
.list-group-item-neutral.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

/* line 7804, /app/app/assets/stylesheets/argon.css */
.list-group-item-darker {
  color: black;
  background-color: #b8b8b8;
}

/* line 7809, /app/app/assets/stylesheets/argon.css */
.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

/* line 7815, /app/app/assets/stylesheets/argon.css */
.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 7822, /app/app/assets/stylesheets/argon.css */
.close {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: .5;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}

@media (max-width: 1200px) {
  /* line 7836, /app/app/assets/stylesheets/argon.css */
  .close {
    font-size: calc(1.275rem + .3vw);
  }
}
/* line 7841, /app/app/assets/stylesheets/argon.css */
.close:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 7847, /app/app/assets/stylesheets/argon.css */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 7853, /app/app/assets/stylesheets/argon.css */
button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 7865, /app/app/assets/stylesheets/argon.css */
a.close.disabled {
  pointer-events: none;
}

/* line 7870, /app/app/assets/stylesheets/argon.css */
.modal-open {
  overflow: hidden;
}

/* line 7874, /app/app/assets/stylesheets/argon.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 7880, /app/app/assets/stylesheets/argon.css */
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
}

/* line 7896, /app/app/assets/stylesheets/argon.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 7905, /app/app/assets/stylesheets/argon.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 7912, /app/app/assets/stylesheets/argon.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 7917, /app/app/assets/stylesheets/argon.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 7921, /app/app/assets/stylesheets/argon.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 7926, /app/app/assets/stylesheets/argon.css */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 7932, /app/app/assets/stylesheets/argon.css */
.modal-dialog-scrollable .modal-content {
  overflow: hidden;
  max-height: calc(100vh - 1rem);
}

/* line 7938, /app/app/assets/stylesheets/argon.css */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 7943, /app/app/assets/stylesheets/argon.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 7948, /app/app/assets/stylesheets/argon.css */
.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - 1rem);
  align-items: center;
}

/* line 7956, /app/app/assets/stylesheets/argon.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: '';
}

/* line 7964, /app/app/assets/stylesheets/argon.css */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

/* line 7972, /app/app/assets/stylesheets/argon.css */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 7976, /app/app/assets/stylesheets/argon.css */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 7981, /app/app/assets/stylesheets/argon.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: .4375rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
}

/* line 8000, /app/app/assets/stylesheets/argon.css */
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 8012, /app/app/assets/stylesheets/argon.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 8016, /app/app/assets/stylesheets/argon.css */
.modal-backdrop.show {
  opacity: .16;
}

/* line 8021, /app/app/assets/stylesheets/argon.css */
.modal-header {
  display: flex;
  padding: 1.25rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: .4375rem;
  border-top-right-radius: .4375rem;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 8034, /app/app/assets/stylesheets/argon.css */
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1.25rem;
}

/* line 8040, /app/app/assets/stylesheets/argon.css */
.modal-title {
  line-height: 1.1;
  margin-bottom: 0;
}

/* line 8047, /app/app/assets/stylesheets/argon.css */
.modal-body {
  position: relative;
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 8056, /app/app/assets/stylesheets/argon.css */
.modal-footer {
  display: flex;
  padding: 1.25rem;
  border-top: 0 solid #e9ecef;
  border-bottom-right-radius: .4375rem;
  border-bottom-left-radius: .4375rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

/* line 8070, /app/app/assets/stylesheets/argon.css */
.modal-footer > * {
  margin: .25rem;
}

/* line 8075, /app/app/assets/stylesheets/argon.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  /* line 8088, /app/app/assets/stylesheets/argon.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 8093, /app/app/assets/stylesheets/argon.css */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 8097, /app/app/assets/stylesheets/argon.css */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 8101, /app/app/assets/stylesheets/argon.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 8105, /app/app/assets/stylesheets/argon.css */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 8109, /app/app/assets/stylesheets/argon.css */
  .modal-content {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
  }

  /* line 8113, /app/app/assets/stylesheets/argon.css */
  .modal-sm {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  /* line 8121, /app/app/assets/stylesheets/argon.css */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 8130, /app/app/assets/stylesheets/argon.css */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 8136, /app/app/assets/stylesheets/argon.css */
.tooltip {
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}

/* line 8166, /app/app/assets/stylesheets/argon.css */
.tooltip.show {
  opacity: .9;
}

/* line 8170, /app/app/assets/stylesheets/argon.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 8179, /app/app/assets/stylesheets/argon.css */
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 8189, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: .4rem 0;
}

/* line 8194, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

/* line 8199, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 8208, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 .4rem;
}

/* line 8213, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 8221, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 8230, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: .4rem 0;
}

/* line 8235, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

/* line 8240, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 8249, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 .4rem;
}

/* line 8254, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 8262, /app/app/assets/stylesheets/argon.css */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 8271, /app/app/assets/stylesheets/argon.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center;
  color: #fff;
  border-radius: .375rem;
  background-color: #000;
}

/* line 8283, /app/app/assets/stylesheets/argon.css */
.popover {
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 276px;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  text-shadow: none;
  line-break: auto;
}

/* line 8319, /app/app/assets/stylesheets/argon.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .4375rem;
}

/* line 8329, /app/app/assets/stylesheets/argon.css */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 8342, /app/app/assets/stylesheets/argon.css */
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: .5rem;
}

/* line 8347, /app/app/assets/stylesheets/argon.css */
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^='top'] > .arrow {
  bottom: calc(-.5rem - 1px);
}

/* line 8352, /app/app/assets/stylesheets/argon.css */
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^='top'] > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: transparent;
}

/* line 8360, /app/app/assets/stylesheets/argon.css */
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^='top'] > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 8369, /app/app/assets/stylesheets/argon.css */
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: .5rem;
}

/* line 8374, /app/app/assets/stylesheets/argon.css */
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^='right'] > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .4375rem 0;
}

/* line 8383, /app/app/assets/stylesheets/argon.css */
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^='right'] > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: transparent;
}

/* line 8391, /app/app/assets/stylesheets/argon.css */
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^='right'] > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 8400, /app/app/assets/stylesheets/argon.css */
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: .5rem;
}

/* line 8405, /app/app/assets/stylesheets/argon.css */
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^='bottom'] > .arrow {
  top: calc(-.5rem - 1px);
}

/* line 8410, /app/app/assets/stylesheets/argon.css */
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^='bottom'] > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: transparent;
}

/* line 8418, /app/app/assets/stylesheets/argon.css */
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^='bottom'] > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 8426, /app/app/assets/stylesheets/argon.css */
.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: -.5rem;
  content: '';
  border-bottom: 1px solid #fff;
}

/* line 8443, /app/app/assets/stylesheets/argon.css */
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: .5rem;
}

/* line 8448, /app/app/assets/stylesheets/argon.css */
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^='left'] > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .4375rem 0;
}

/* line 8457, /app/app/assets/stylesheets/argon.css */
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^='left'] > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: transparent;
}

/* line 8465, /app/app/assets/stylesheets/argon.css */
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^='left'] > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 8474, /app/app/assets/stylesheets/argon.css */
.popover-header {
  font-size: 1rem;
  margin-bottom: 0;
  padding: .5rem .95rem;
  color: #32325d;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(.4375rem - 1px);
  border-top-right-radius: calc(.4375rem - 1px);
  background-color: #fff;
}

/* line 8487, /app/app/assets/stylesheets/argon.css */
.popover-header:empty {
  display: none;
}

/* line 8492, /app/app/assets/stylesheets/argon.css */
.popover-body {
  padding: .5rem .95rem;
  color: #525f7f;
}

/* line 8499, /app/app/assets/stylesheets/argon.css */
.carousel {
  position: relative;
}

/* line 8504, /app/app/assets/stylesheets/argon.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 8509, /app/app/assets/stylesheets/argon.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 8517, /app/app/assets/stylesheets/argon.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

/* line 8525, /app/app/assets/stylesheets/argon.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8542, /app/app/assets/stylesheets/argon.css */
  .carousel-item {
    transition: none;
  }
}
/* line 8548, /app/app/assets/stylesheets/argon.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 8555, /app/app/assets/stylesheets/argon.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 8561, /app/app/assets/stylesheets/argon.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 8567, /app/app/assets/stylesheets/argon.css */
.carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
  opacity: 0;
}

/* line 8575, /app/app/assets/stylesheets/argon.css */
.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 8584, /app/app/assets/stylesheets/argon.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  transition: opacity 0s .6s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8595, /app/app/assets/stylesheets/argon.css */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
/* line 8602, /app/app/assets/stylesheets/argon.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  transition: opacity .15s ease;
  text-align: center;
  opacity: .5;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8625, /app/app/assets/stylesheets/argon.css */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 8631, /app/app/assets/stylesheets/argon.css */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  text-decoration: none;
  opacity: .9;
  color: #fff;
  outline: 0;
}

/* line 8643, /app/app/assets/stylesheets/argon.css */
.carousel-control-prev {
  left: 0;
}

/* line 8648, /app/app/assets/stylesheets/argon.css */
.carousel-control-next {
  right: 0;
}

/* line 8653, /app/app/assets/stylesheets/argon.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 8664, /app/app/assets/stylesheets/argon.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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 8669, /app/app/assets/stylesheets/argon.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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 8674, /app/app/assets/stylesheets/argon.css */
.carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

/* line 8692, /app/app/assets/stylesheets/argon.css */
.carousel-indicators li {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  transition: opacity .6s ease;
  text-indent: -999px;
  opacity: .5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
  background-clip: padding-box;
  flex: 0 1 auto;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8714, /app/app/assets/stylesheets/argon.css */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 8719, /app/app/assets/stylesheets/argon.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 8724, /app/app/assets/stylesheets/argon.css */
.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

/* line 8740, /app/app/assets/stylesheets/argon.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 8745, /app/app/assets/stylesheets/argon.css */
.align-top {
  vertical-align: top !important;
}

/* line 8750, /app/app/assets/stylesheets/argon.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 8755, /app/app/assets/stylesheets/argon.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 8760, /app/app/assets/stylesheets/argon.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8765, /app/app/assets/stylesheets/argon.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 8770, /app/app/assets/stylesheets/argon.css */
.bg-primary {
  background-color: #5e72e4 !important;
}

/* line 8775, /app/app/assets/stylesheets/argon.css */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #324cdd !important;
}

/* line 8783, /app/app/assets/stylesheets/argon.css */
.bg-secondary {
  background-color: #f7fafc !important;
}

/* line 8788, /app/app/assets/stylesheets/argon.css */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d2e3ee !important;
}

/* line 8796, /app/app/assets/stylesheets/argon.css */
.bg-success {
  background-color: #2dce89 !important;
}

/* line 8801, /app/app/assets/stylesheets/argon.css */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #24a46d !important;
}

/* line 8809, /app/app/assets/stylesheets/argon.css */
.bg-info {
  background-color: #11cdef !important;
}

/* line 8814, /app/app/assets/stylesheets/argon.css */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0da5c0 !important;
}

/* line 8822, /app/app/assets/stylesheets/argon.css */
.bg-warning {
  background-color: #fb6340 !important;
}

/* line 8827, /app/app/assets/stylesheets/argon.css */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fa3a0e !important;
}

/* line 8835, /app/app/assets/stylesheets/argon.css */
.bg-danger {
  background-color: #f5365c !important;
}

/* line 8840, /app/app/assets/stylesheets/argon.css */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ec0c38 !important;
}

/* line 8848, /app/app/assets/stylesheets/argon.css */
.bg-light {
  background-color: #adb5bd !important;
}

/* line 8853, /app/app/assets/stylesheets/argon.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #919ca6 !important;
}

/* line 8861, /app/app/assets/stylesheets/argon.css */
.bg-dark {
  background-color: #212529 !important;
}

/* line 8866, /app/app/assets/stylesheets/argon.css */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important;
}

/* line 8874, /app/app/assets/stylesheets/argon.css */
.bg-default {
  background-color: #172b4d !important;
}

/* line 8879, /app/app/assets/stylesheets/argon.css */
a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #0b1526 !important;
}

/* line 8887, /app/app/assets/stylesheets/argon.css */
.bg-white {
  background-color: #fff !important;
}

/* line 8892, /app/app/assets/stylesheets/argon.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 8900, /app/app/assets/stylesheets/argon.css */
.bg-neutral {
  background-color: #fff !important;
}

/* line 8905, /app/app/assets/stylesheets/argon.css */
a.bg-neutral:hover,
a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: #e6e6e6 !important;
}

/* line 8913, /app/app/assets/stylesheets/argon.css */
.bg-darker {
  background-color: black !important;
}

/* line 8918, /app/app/assets/stylesheets/argon.css */
a.bg-darker:hover,
a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
  background-color: black !important;
}

/* line 8926, /app/app/assets/stylesheets/argon.css */
.bg-white {
  background-color: #fff !important;
}

/* line 8931, /app/app/assets/stylesheets/argon.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 8936, /app/app/assets/stylesheets/argon.css */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 8941, /app/app/assets/stylesheets/argon.css */
.border-top {
  border-top: 1px solid #e9ecef !important;
}

/* line 8946, /app/app/assets/stylesheets/argon.css */
.border-right {
  border-right: 1px solid #e9ecef !important;
}

/* line 8951, /app/app/assets/stylesheets/argon.css */
.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

/* line 8956, /app/app/assets/stylesheets/argon.css */
.border-left {
  border-left: 1px solid #e9ecef !important;
}

/* line 8961, /app/app/assets/stylesheets/argon.css */
.border-0 {
  border: 0 !important;
}

/* line 8966, /app/app/assets/stylesheets/argon.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 8971, /app/app/assets/stylesheets/argon.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 8976, /app/app/assets/stylesheets/argon.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 8981, /app/app/assets/stylesheets/argon.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 8986, /app/app/assets/stylesheets/argon.css */
.border-primary {
  border-color: #5e72e4 !important;
}

/* line 8991, /app/app/assets/stylesheets/argon.css */
.border-secondary {
  border-color: #f7fafc !important;
}

/* line 8996, /app/app/assets/stylesheets/argon.css */
.border-success {
  border-color: #2dce89 !important;
}

/* line 9001, /app/app/assets/stylesheets/argon.css */
.border-info {
  border-color: #11cdef !important;
}

/* line 9006, /app/app/assets/stylesheets/argon.css */
.border-warning {
  border-color: #fb6340 !important;
}

/* line 9011, /app/app/assets/stylesheets/argon.css */
.border-danger {
  border-color: #f5365c !important;
}

/* line 9016, /app/app/assets/stylesheets/argon.css */
.border-light {
  border-color: #adb5bd !important;
}

/* line 9021, /app/app/assets/stylesheets/argon.css */
.border-dark {
  border-color: #212529 !important;
}

/* line 9026, /app/app/assets/stylesheets/argon.css */
.border-default {
  border-color: #172b4d !important;
}

/* line 9031, /app/app/assets/stylesheets/argon.css */
.border-white {
  border-color: #fff !important;
}

/* line 9036, /app/app/assets/stylesheets/argon.css */
.border-neutral {
  border-color: #fff !important;
}

/* line 9041, /app/app/assets/stylesheets/argon.css */
.border-darker {
  border-color: black !important;
}

/* line 9046, /app/app/assets/stylesheets/argon.css */
.border-white {
  border-color: #fff !important;
}

/* line 9051, /app/app/assets/stylesheets/argon.css */
.rounded-sm {
  border-radius: .25rem !important;
}

/* line 9056, /app/app/assets/stylesheets/argon.css */
.rounded {
  border-radius: .375rem !important;
}

/* line 9061, /app/app/assets/stylesheets/argon.css */
.rounded-top {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important;
}

/* line 9067, /app/app/assets/stylesheets/argon.css */
.rounded-right {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

/* line 9073, /app/app/assets/stylesheets/argon.css */
.rounded-bottom {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

/* line 9079, /app/app/assets/stylesheets/argon.css */
.rounded-left {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

/* line 9085, /app/app/assets/stylesheets/argon.css */
.rounded-lg {
  border-radius: .4375rem !important;
}

/* line 9090, /app/app/assets/stylesheets/argon.css */
.rounded-circle,
.avatar.rounded-circle img {
  border-radius: 50% !important;
}

/* line 9096, /app/app/assets/stylesheets/argon.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 9101, /app/app/assets/stylesheets/argon.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 9106, /app/app/assets/stylesheets/argon.css */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* line 9114, /app/app/assets/stylesheets/argon.css */
.d-none {
  display: none !important;
}

/* line 9119, /app/app/assets/stylesheets/argon.css */
.d-inline {
  display: inline !important;
}

/* line 9124, /app/app/assets/stylesheets/argon.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 9129, /app/app/assets/stylesheets/argon.css */
.d-block {
  display: block !important;
}

/* line 9134, /app/app/assets/stylesheets/argon.css */
.d-table {
  display: table !important;
}

/* line 9139, /app/app/assets/stylesheets/argon.css */
.d-table-row {
  display: table-row !important;
}

/* line 9144, /app/app/assets/stylesheets/argon.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 9149, /app/app/assets/stylesheets/argon.css */
.d-flex {
  display: flex !important;
}

/* line 9154, /app/app/assets/stylesheets/argon.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 9161, /app/app/assets/stylesheets/argon.css */
  .d-sm-none {
    display: none !important;
  }

  /* line 9165, /app/app/assets/stylesheets/argon.css */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 9169, /app/app/assets/stylesheets/argon.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 9173, /app/app/assets/stylesheets/argon.css */
  .d-sm-block {
    display: block !important;
  }

  /* line 9177, /app/app/assets/stylesheets/argon.css */
  .d-sm-table {
    display: table !important;
  }

  /* line 9181, /app/app/assets/stylesheets/argon.css */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 9185, /app/app/assets/stylesheets/argon.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 9189, /app/app/assets/stylesheets/argon.css */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 9193, /app/app/assets/stylesheets/argon.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 9201, /app/app/assets/stylesheets/argon.css */
  .d-md-none {
    display: none !important;
  }

  /* line 9205, /app/app/assets/stylesheets/argon.css */
  .d-md-inline {
    display: inline !important;
  }

  /* line 9209, /app/app/assets/stylesheets/argon.css */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 9213, /app/app/assets/stylesheets/argon.css */
  .d-md-block {
    display: block !important;
  }

  /* line 9217, /app/app/assets/stylesheets/argon.css */
  .d-md-table {
    display: table !important;
  }

  /* line 9221, /app/app/assets/stylesheets/argon.css */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 9225, /app/app/assets/stylesheets/argon.css */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 9229, /app/app/assets/stylesheets/argon.css */
  .d-md-flex {
    display: flex !important;
  }

  /* line 9233, /app/app/assets/stylesheets/argon.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 9241, /app/app/assets/stylesheets/argon.css */
  .d-lg-none {
    display: none !important;
  }

  /* line 9245, /app/app/assets/stylesheets/argon.css */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 9249, /app/app/assets/stylesheets/argon.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 9253, /app/app/assets/stylesheets/argon.css */
  .d-lg-block {
    display: block !important;
  }

  /* line 9257, /app/app/assets/stylesheets/argon.css */
  .d-lg-table {
    display: table !important;
  }

  /* line 9261, /app/app/assets/stylesheets/argon.css */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 9265, /app/app/assets/stylesheets/argon.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 9269, /app/app/assets/stylesheets/argon.css */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 9273, /app/app/assets/stylesheets/argon.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 9281, /app/app/assets/stylesheets/argon.css */
  .d-xl-none {
    display: none !important;
  }

  /* line 9285, /app/app/assets/stylesheets/argon.css */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 9289, /app/app/assets/stylesheets/argon.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 9293, /app/app/assets/stylesheets/argon.css */
  .d-xl-block {
    display: block !important;
  }

  /* line 9297, /app/app/assets/stylesheets/argon.css */
  .d-xl-table {
    display: table !important;
  }

  /* line 9301, /app/app/assets/stylesheets/argon.css */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 9305, /app/app/assets/stylesheets/argon.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 9309, /app/app/assets/stylesheets/argon.css */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 9313, /app/app/assets/stylesheets/argon.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 9321, /app/app/assets/stylesheets/argon.css */
  .d-print-none {
    display: none !important;
  }

  /* line 9325, /app/app/assets/stylesheets/argon.css */
  .d-print-inline {
    display: inline !important;
  }

  /* line 9329, /app/app/assets/stylesheets/argon.css */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 9333, /app/app/assets/stylesheets/argon.css */
  .d-print-block {
    display: block !important;
  }

  /* line 9337, /app/app/assets/stylesheets/argon.css */
  .d-print-table {
    display: table !important;
  }

  /* line 9341, /app/app/assets/stylesheets/argon.css */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 9345, /app/app/assets/stylesheets/argon.css */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 9349, /app/app/assets/stylesheets/argon.css */
  .d-print-flex {
    display: flex !important;
  }

  /* line 9353, /app/app/assets/stylesheets/argon.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 9359, /app/app/assets/stylesheets/argon.css */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

/* line 9369, /app/app/assets/stylesheets/argon.css */
.embed-responsive::before {
  display: block;
  content: '';
}

/* line 9375, /app/app/assets/stylesheets/argon.css */
.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 9392, /app/app/assets/stylesheets/argon.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 9397, /app/app/assets/stylesheets/argon.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 9402, /app/app/assets/stylesheets/argon.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 9407, /app/app/assets/stylesheets/argon.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 9412, /app/app/assets/stylesheets/argon.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 9417, /app/app/assets/stylesheets/argon.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 9422, /app/app/assets/stylesheets/argon.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 9427, /app/app/assets/stylesheets/argon.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 9432, /app/app/assets/stylesheets/argon.css */
.flex-row {
  flex-direction: row !important;
}

/* line 9437, /app/app/assets/stylesheets/argon.css */
.flex-column {
  flex-direction: column !important;
}

/* line 9442, /app/app/assets/stylesheets/argon.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 9447, /app/app/assets/stylesheets/argon.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 9452, /app/app/assets/stylesheets/argon.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 9457, /app/app/assets/stylesheets/argon.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 9462, /app/app/assets/stylesheets/argon.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 9467, /app/app/assets/stylesheets/argon.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 9472, /app/app/assets/stylesheets/argon.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 9477, /app/app/assets/stylesheets/argon.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 9482, /app/app/assets/stylesheets/argon.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 9487, /app/app/assets/stylesheets/argon.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 9492, /app/app/assets/stylesheets/argon.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 9497, /app/app/assets/stylesheets/argon.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 9502, /app/app/assets/stylesheets/argon.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 9507, /app/app/assets/stylesheets/argon.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 9512, /app/app/assets/stylesheets/argon.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 9517, /app/app/assets/stylesheets/argon.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 9522, /app/app/assets/stylesheets/argon.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 9527, /app/app/assets/stylesheets/argon.css */
.align-items-center {
  align-items: center !important;
}

/* line 9532, /app/app/assets/stylesheets/argon.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 9537, /app/app/assets/stylesheets/argon.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 9542, /app/app/assets/stylesheets/argon.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 9547, /app/app/assets/stylesheets/argon.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 9552, /app/app/assets/stylesheets/argon.css */
.align-content-center {
  align-content: center !important;
}

/* line 9557, /app/app/assets/stylesheets/argon.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 9562, /app/app/assets/stylesheets/argon.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 9567, /app/app/assets/stylesheets/argon.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 9572, /app/app/assets/stylesheets/argon.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 9577, /app/app/assets/stylesheets/argon.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 9582, /app/app/assets/stylesheets/argon.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 9587, /app/app/assets/stylesheets/argon.css */
.align-self-center {
  align-self: center !important;
}

/* line 9592, /app/app/assets/stylesheets/argon.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 9597, /app/app/assets/stylesheets/argon.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 9604, /app/app/assets/stylesheets/argon.css */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 9608, /app/app/assets/stylesheets/argon.css */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 9612, /app/app/assets/stylesheets/argon.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 9616, /app/app/assets/stylesheets/argon.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 9620, /app/app/assets/stylesheets/argon.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 9624, /app/app/assets/stylesheets/argon.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 9628, /app/app/assets/stylesheets/argon.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 9632, /app/app/assets/stylesheets/argon.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 9636, /app/app/assets/stylesheets/argon.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 9640, /app/app/assets/stylesheets/argon.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 9644, /app/app/assets/stylesheets/argon.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 9648, /app/app/assets/stylesheets/argon.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 9652, /app/app/assets/stylesheets/argon.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 9656, /app/app/assets/stylesheets/argon.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 9660, /app/app/assets/stylesheets/argon.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 9664, /app/app/assets/stylesheets/argon.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 9668, /app/app/assets/stylesheets/argon.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 9672, /app/app/assets/stylesheets/argon.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 9676, /app/app/assets/stylesheets/argon.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 9680, /app/app/assets/stylesheets/argon.css */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 9684, /app/app/assets/stylesheets/argon.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 9688, /app/app/assets/stylesheets/argon.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 9692, /app/app/assets/stylesheets/argon.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 9696, /app/app/assets/stylesheets/argon.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 9700, /app/app/assets/stylesheets/argon.css */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 9704, /app/app/assets/stylesheets/argon.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 9708, /app/app/assets/stylesheets/argon.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 9712, /app/app/assets/stylesheets/argon.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 9716, /app/app/assets/stylesheets/argon.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 9720, /app/app/assets/stylesheets/argon.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 9724, /app/app/assets/stylesheets/argon.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 9728, /app/app/assets/stylesheets/argon.css */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 9732, /app/app/assets/stylesheets/argon.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 9736, /app/app/assets/stylesheets/argon.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 9744, /app/app/assets/stylesheets/argon.css */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 9748, /app/app/assets/stylesheets/argon.css */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 9752, /app/app/assets/stylesheets/argon.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 9756, /app/app/assets/stylesheets/argon.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 9760, /app/app/assets/stylesheets/argon.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 9764, /app/app/assets/stylesheets/argon.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 9768, /app/app/assets/stylesheets/argon.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 9772, /app/app/assets/stylesheets/argon.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 9776, /app/app/assets/stylesheets/argon.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 9780, /app/app/assets/stylesheets/argon.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 9784, /app/app/assets/stylesheets/argon.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 9788, /app/app/assets/stylesheets/argon.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 9792, /app/app/assets/stylesheets/argon.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 9796, /app/app/assets/stylesheets/argon.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 9800, /app/app/assets/stylesheets/argon.css */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 9804, /app/app/assets/stylesheets/argon.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 9808, /app/app/assets/stylesheets/argon.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 9812, /app/app/assets/stylesheets/argon.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 9816, /app/app/assets/stylesheets/argon.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 9820, /app/app/assets/stylesheets/argon.css */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 9824, /app/app/assets/stylesheets/argon.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 9828, /app/app/assets/stylesheets/argon.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 9832, /app/app/assets/stylesheets/argon.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 9836, /app/app/assets/stylesheets/argon.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 9840, /app/app/assets/stylesheets/argon.css */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 9844, /app/app/assets/stylesheets/argon.css */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 9848, /app/app/assets/stylesheets/argon.css */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 9852, /app/app/assets/stylesheets/argon.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 9856, /app/app/assets/stylesheets/argon.css */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 9860, /app/app/assets/stylesheets/argon.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 9864, /app/app/assets/stylesheets/argon.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 9868, /app/app/assets/stylesheets/argon.css */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 9872, /app/app/assets/stylesheets/argon.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 9876, /app/app/assets/stylesheets/argon.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 9884, /app/app/assets/stylesheets/argon.css */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 9888, /app/app/assets/stylesheets/argon.css */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 9892, /app/app/assets/stylesheets/argon.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 9896, /app/app/assets/stylesheets/argon.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 9900, /app/app/assets/stylesheets/argon.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 9904, /app/app/assets/stylesheets/argon.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 9908, /app/app/assets/stylesheets/argon.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 9912, /app/app/assets/stylesheets/argon.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 9916, /app/app/assets/stylesheets/argon.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 9920, /app/app/assets/stylesheets/argon.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 9924, /app/app/assets/stylesheets/argon.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 9928, /app/app/assets/stylesheets/argon.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 9932, /app/app/assets/stylesheets/argon.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 9936, /app/app/assets/stylesheets/argon.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 9940, /app/app/assets/stylesheets/argon.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 9944, /app/app/assets/stylesheets/argon.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 9948, /app/app/assets/stylesheets/argon.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 9952, /app/app/assets/stylesheets/argon.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 9956, /app/app/assets/stylesheets/argon.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 9960, /app/app/assets/stylesheets/argon.css */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 9964, /app/app/assets/stylesheets/argon.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 9968, /app/app/assets/stylesheets/argon.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 9972, /app/app/assets/stylesheets/argon.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 9976, /app/app/assets/stylesheets/argon.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 9980, /app/app/assets/stylesheets/argon.css */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 9984, /app/app/assets/stylesheets/argon.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 9988, /app/app/assets/stylesheets/argon.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 9992, /app/app/assets/stylesheets/argon.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 9996, /app/app/assets/stylesheets/argon.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 10000, /app/app/assets/stylesheets/argon.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 10004, /app/app/assets/stylesheets/argon.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 10008, /app/app/assets/stylesheets/argon.css */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 10012, /app/app/assets/stylesheets/argon.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 10016, /app/app/assets/stylesheets/argon.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 10024, /app/app/assets/stylesheets/argon.css */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 10028, /app/app/assets/stylesheets/argon.css */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 10032, /app/app/assets/stylesheets/argon.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 10036, /app/app/assets/stylesheets/argon.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 10040, /app/app/assets/stylesheets/argon.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 10044, /app/app/assets/stylesheets/argon.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 10048, /app/app/assets/stylesheets/argon.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 10052, /app/app/assets/stylesheets/argon.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 10056, /app/app/assets/stylesheets/argon.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 10060, /app/app/assets/stylesheets/argon.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 10064, /app/app/assets/stylesheets/argon.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 10068, /app/app/assets/stylesheets/argon.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 10072, /app/app/assets/stylesheets/argon.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 10076, /app/app/assets/stylesheets/argon.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 10080, /app/app/assets/stylesheets/argon.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 10084, /app/app/assets/stylesheets/argon.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 10088, /app/app/assets/stylesheets/argon.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 10092, /app/app/assets/stylesheets/argon.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 10096, /app/app/assets/stylesheets/argon.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 10100, /app/app/assets/stylesheets/argon.css */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 10104, /app/app/assets/stylesheets/argon.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 10108, /app/app/assets/stylesheets/argon.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 10112, /app/app/assets/stylesheets/argon.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 10116, /app/app/assets/stylesheets/argon.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 10120, /app/app/assets/stylesheets/argon.css */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 10124, /app/app/assets/stylesheets/argon.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 10128, /app/app/assets/stylesheets/argon.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 10132, /app/app/assets/stylesheets/argon.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 10136, /app/app/assets/stylesheets/argon.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 10140, /app/app/assets/stylesheets/argon.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 10144, /app/app/assets/stylesheets/argon.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 10148, /app/app/assets/stylesheets/argon.css */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 10152, /app/app/assets/stylesheets/argon.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 10156, /app/app/assets/stylesheets/argon.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 10162, /app/app/assets/stylesheets/argon.css */
.float-left {
  float: left !important;
}

/* line 10167, /app/app/assets/stylesheets/argon.css */
.float-right {
  float: right !important;
}

/* line 10172, /app/app/assets/stylesheets/argon.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 10179, /app/app/assets/stylesheets/argon.css */
  .float-sm-left {
    float: left !important;
  }

  /* line 10183, /app/app/assets/stylesheets/argon.css */
  .float-sm-right {
    float: right !important;
  }

  /* line 10187, /app/app/assets/stylesheets/argon.css */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 10195, /app/app/assets/stylesheets/argon.css */
  .float-md-left {
    float: left !important;
  }

  /* line 10199, /app/app/assets/stylesheets/argon.css */
  .float-md-right {
    float: right !important;
  }

  /* line 10203, /app/app/assets/stylesheets/argon.css */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 10211, /app/app/assets/stylesheets/argon.css */
  .float-lg-left {
    float: left !important;
  }

  /* line 10215, /app/app/assets/stylesheets/argon.css */
  .float-lg-right {
    float: right !important;
  }

  /* line 10219, /app/app/assets/stylesheets/argon.css */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 10227, /app/app/assets/stylesheets/argon.css */
  .float-xl-left {
    float: left !important;
  }

  /* line 10231, /app/app/assets/stylesheets/argon.css */
  .float-xl-right {
    float: right !important;
  }

  /* line 10235, /app/app/assets/stylesheets/argon.css */
  .float-xl-none {
    float: none !important;
  }
}
/* line 10241, /app/app/assets/stylesheets/argon.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 10246, /app/app/assets/stylesheets/argon.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 10251, /app/app/assets/stylesheets/argon.css */
.position-static {
  position: static !important;
}

/* line 10256, /app/app/assets/stylesheets/argon.css */
.position-relative {
  position: relative !important;
}

/* line 10261, /app/app/assets/stylesheets/argon.css */
.position-absolute {
  position: absolute !important;
}

/* line 10266, /app/app/assets/stylesheets/argon.css */
.position-fixed {
  position: fixed !important;
}

/* line 10271, /app/app/assets/stylesheets/argon.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10277, /app/app/assets/stylesheets/argon.css */
.fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

/* line 10286, /app/app/assets/stylesheets/argon.css */
.fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 10297, /app/app/assets/stylesheets/argon.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}
/* line 10306, /app/app/assets/stylesheets/argon.css */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

/* line 10323, /app/app/assets/stylesheets/argon.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal;
}

/* line 10337, /app/app/assets/stylesheets/argon.css */
.shadow-sm {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 10342, /app/app/assets/stylesheets/argon.css */
.shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 10347, /app/app/assets/stylesheets/argon.css */
.shadow-lg {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 10352, /app/app/assets/stylesheets/argon.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 10357, /app/app/assets/stylesheets/argon.css */
.w-25 {
  width: 25% !important;
}

/* line 10362, /app/app/assets/stylesheets/argon.css */
.w-50 {
  width: 50% !important;
}

/* line 10367, /app/app/assets/stylesheets/argon.css */
.w-75 {
  width: 75% !important;
}

/* line 10372, /app/app/assets/stylesheets/argon.css */
.w-100 {
  width: 100% !important;
}

/* line 10377, /app/app/assets/stylesheets/argon.css */
.w-auto {
  width: auto !important;
}

/* line 10382, /app/app/assets/stylesheets/argon.css */
.h-25 {
  height: 25% !important;
}

/* line 10387, /app/app/assets/stylesheets/argon.css */
.h-50 {
  height: 50% !important;
}

/* line 10392, /app/app/assets/stylesheets/argon.css */
.h-75 {
  height: 75% !important;
}

/* line 10397, /app/app/assets/stylesheets/argon.css */
.h-100 {
  height: 100% !important;
}

/* line 10402, /app/app/assets/stylesheets/argon.css */
.h-auto {
  height: auto !important;
}

/* line 10407, /app/app/assets/stylesheets/argon.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 10412, /app/app/assets/stylesheets/argon.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 10417, /app/app/assets/stylesheets/argon.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 10422, /app/app/assets/stylesheets/argon.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 10427, /app/app/assets/stylesheets/argon.css */
.vw-100 {
  width: 100vw !important;
}

/* line 10432, /app/app/assets/stylesheets/argon.css */
.vh-100 {
  height: 100vh !important;
}

/* line 10437, /app/app/assets/stylesheets/argon.css */
.stretched-link::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}

/* line 10452, /app/app/assets/stylesheets/argon.css */
.m-0 {
  margin: 0 !important;
}

/* line 10457, /app/app/assets/stylesheets/argon.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 10463, /app/app/assets/stylesheets/argon.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 10469, /app/app/assets/stylesheets/argon.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 10475, /app/app/assets/stylesheets/argon.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 10481, /app/app/assets/stylesheets/argon.css */
.m-1 {
  margin: .25rem !important;
}

/* line 10486, /app/app/assets/stylesheets/argon.css */
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}

/* line 10492, /app/app/assets/stylesheets/argon.css */
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

/* line 10498, /app/app/assets/stylesheets/argon.css */
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}

/* line 10504, /app/app/assets/stylesheets/argon.css */
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}

/* line 10510, /app/app/assets/stylesheets/argon.css */
.m-2 {
  margin: .5rem !important;
}

/* line 10515, /app/app/assets/stylesheets/argon.css */
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}

/* line 10521, /app/app/assets/stylesheets/argon.css */
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}

/* line 10527, /app/app/assets/stylesheets/argon.css */
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

/* line 10533, /app/app/assets/stylesheets/argon.css */
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}

/* line 10539, /app/app/assets/stylesheets/argon.css */
.m-3 {
  margin: 1rem !important;
}

/* line 10544, /app/app/assets/stylesheets/argon.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 10550, /app/app/assets/stylesheets/argon.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 10556, /app/app/assets/stylesheets/argon.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 10562, /app/app/assets/stylesheets/argon.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 10568, /app/app/assets/stylesheets/argon.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 10573, /app/app/assets/stylesheets/argon.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 10579, /app/app/assets/stylesheets/argon.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 10585, /app/app/assets/stylesheets/argon.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 10591, /app/app/assets/stylesheets/argon.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 10597, /app/app/assets/stylesheets/argon.css */
.m-5 {
  margin: 3rem !important;
}

/* line 10602, /app/app/assets/stylesheets/argon.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 10608, /app/app/assets/stylesheets/argon.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 10614, /app/app/assets/stylesheets/argon.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 10620, /app/app/assets/stylesheets/argon.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 10626, /app/app/assets/stylesheets/argon.css */
.m--9 {
  margin: -10rem !important;
}

/* line 10631, /app/app/assets/stylesheets/argon.css */
.mt--9,
.my--9 {
  margin-top: -10rem !important;
}

/* line 10637, /app/app/assets/stylesheets/argon.css */
.mr--9,
.mx--9 {
  margin-right: -10rem !important;
}

/* line 10643, /app/app/assets/stylesheets/argon.css */
.mb--9,
.my--9 {
  margin-bottom: -10rem !important;
}

/* line 10649, /app/app/assets/stylesheets/argon.css */
.ml--9,
.mx--9 {
  margin-left: -10rem !important;
}

/* line 10655, /app/app/assets/stylesheets/argon.css */
.m--8 {
  margin: -8rem !important;
}

/* line 10660, /app/app/assets/stylesheets/argon.css */
.mt--8,
.my--8 {
  margin-top: -8rem !important;
}

/* line 10666, /app/app/assets/stylesheets/argon.css */
.mr--8,
.mx--8 {
  margin-right: -8rem !important;
}

/* line 10672, /app/app/assets/stylesheets/argon.css */
.mb--8,
.my--8 {
  margin-bottom: -8rem !important;
}

/* line 10678, /app/app/assets/stylesheets/argon.css */
.ml--8,
.mx--8 {
  margin-left: -8rem !important;
}

/* line 10684, /app/app/assets/stylesheets/argon.css */
.m--7 {
  margin: -6rem !important;
}

/* line 10689, /app/app/assets/stylesheets/argon.css */
.mt--7,
.my--7 {
  margin-top: -6rem !important;
}

/* line 10695, /app/app/assets/stylesheets/argon.css */
.mr--7,
.mx--7 {
  margin-right: -6rem !important;
}

/* line 10701, /app/app/assets/stylesheets/argon.css */
.mb--7,
.my--7 {
  margin-bottom: -6rem !important;
}

/* line 10707, /app/app/assets/stylesheets/argon.css */
.ml--7,
.mx--7 {
  margin-left: -6rem !important;
}

/* line 10713, /app/app/assets/stylesheets/argon.css */
.m--6 {
  margin: -4.5rem !important;
}

/* line 10718, /app/app/assets/stylesheets/argon.css */
.mt--6,
.my--6 {
  margin-top: -4.5rem !important;
}

/* line 10724, /app/app/assets/stylesheets/argon.css */
.mr--6,
.mx--6 {
  margin-right: -4.5rem !important;
}

/* line 10730, /app/app/assets/stylesheets/argon.css */
.mb--6,
.my--6 {
  margin-bottom: -4.5rem !important;
}

/* line 10736, /app/app/assets/stylesheets/argon.css */
.ml--6,
.mx--6 {
  margin-left: -4.5rem !important;
}

/* line 10742, /app/app/assets/stylesheets/argon.css */
.m--5 {
  margin: -3rem !important;
}

/* line 10747, /app/app/assets/stylesheets/argon.css */
.mt--5,
.my--5 {
  margin-top: -3rem !important;
}

/* line 10753, /app/app/assets/stylesheets/argon.css */
.mr--5,
.mx--5 {
  margin-right: -3rem !important;
}

/* line 10759, /app/app/assets/stylesheets/argon.css */
.mb--5,
.my--5 {
  margin-bottom: -3rem !important;
}

/* line 10765, /app/app/assets/stylesheets/argon.css */
.ml--5,
.mx--5 {
  margin-left: -3rem !important;
}

/* line 10771, /app/app/assets/stylesheets/argon.css */
.m--4 {
  margin: -1.5rem !important;
}

/* line 10776, /app/app/assets/stylesheets/argon.css */
.mt--4,
.my--4 {
  margin-top: -1.5rem !important;
}

/* line 10782, /app/app/assets/stylesheets/argon.css */
.mr--4,
.mx--4 {
  margin-right: -1.5rem !important;
}

/* line 10788, /app/app/assets/stylesheets/argon.css */
.mb--4,
.my--4 {
  margin-bottom: -1.5rem !important;
}

/* line 10794, /app/app/assets/stylesheets/argon.css */
.ml--4,
.mx--4 {
  margin-left: -1.5rem !important;
}

/* line 10800, /app/app/assets/stylesheets/argon.css */
.m--3 {
  margin: -1rem !important;
}

/* line 10805, /app/app/assets/stylesheets/argon.css */
.mt--3,
.my--3 {
  margin-top: -1rem !important;
}

/* line 10811, /app/app/assets/stylesheets/argon.css */
.mr--3,
.mx--3 {
  margin-right: -1rem !important;
}

/* line 10817, /app/app/assets/stylesheets/argon.css */
.mb--3,
.my--3 {
  margin-bottom: -1rem !important;
}

/* line 10823, /app/app/assets/stylesheets/argon.css */
.ml--3,
.mx--3 {
  margin-left: -1rem !important;
}

/* line 10829, /app/app/assets/stylesheets/argon.css */
.m--2 {
  margin: -.5rem !important;
}

/* line 10834, /app/app/assets/stylesheets/argon.css */
.mt--2,
.my--2 {
  margin-top: -.5rem !important;
}

/* line 10840, /app/app/assets/stylesheets/argon.css */
.mr--2,
.mx--2 {
  margin-right: -.5rem !important;
}

/* line 10846, /app/app/assets/stylesheets/argon.css */
.mb--2,
.my--2 {
  margin-bottom: -.5rem !important;
}

/* line 10852, /app/app/assets/stylesheets/argon.css */
.ml--2,
.mx--2 {
  margin-left: -.5rem !important;
}

/* line 10858, /app/app/assets/stylesheets/argon.css */
.m--1 {
  margin: -.25rem !important;
}

/* line 10863, /app/app/assets/stylesheets/argon.css */
.mt--1,
.my--1 {
  margin-top: -.25rem !important;
}

/* line 10869, /app/app/assets/stylesheets/argon.css */
.mr--1,
.mx--1 {
  margin-right: -.25rem !important;
}

/* line 10875, /app/app/assets/stylesheets/argon.css */
.mb--1,
.my--1 {
  margin-bottom: -.25rem !important;
}

/* line 10881, /app/app/assets/stylesheets/argon.css */
.ml--1,
.mx--1 {
  margin-left: -.25rem !important;
}

/* line 10887, /app/app/assets/stylesheets/argon.css */
.m-6 {
  margin: 4.5rem !important;
}

/* line 10892, /app/app/assets/stylesheets/argon.css */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 10898, /app/app/assets/stylesheets/argon.css */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 10904, /app/app/assets/stylesheets/argon.css */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 10910, /app/app/assets/stylesheets/argon.css */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 10916, /app/app/assets/stylesheets/argon.css */
.m-7 {
  margin: 6rem !important;
}

/* line 10921, /app/app/assets/stylesheets/argon.css */
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

/* line 10927, /app/app/assets/stylesheets/argon.css */
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

/* line 10933, /app/app/assets/stylesheets/argon.css */
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

/* line 10939, /app/app/assets/stylesheets/argon.css */
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

/* line 10945, /app/app/assets/stylesheets/argon.css */
.m-8 {
  margin: 8rem !important;
}

/* line 10950, /app/app/assets/stylesheets/argon.css */
.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

/* line 10956, /app/app/assets/stylesheets/argon.css */
.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

/* line 10962, /app/app/assets/stylesheets/argon.css */
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

/* line 10968, /app/app/assets/stylesheets/argon.css */
.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

/* line 10974, /app/app/assets/stylesheets/argon.css */
.m-9 {
  margin: 10rem !important;
}

/* line 10979, /app/app/assets/stylesheets/argon.css */
.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

/* line 10985, /app/app/assets/stylesheets/argon.css */
.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

/* line 10991, /app/app/assets/stylesheets/argon.css */
.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

/* line 10997, /app/app/assets/stylesheets/argon.css */
.ml-9,
.mx-9 {
  margin-left: 10rem !important;
}

/* line 11003, /app/app/assets/stylesheets/argon.css */
.p-0 {
  padding: 0 !important;
}

/* line 11008, /app/app/assets/stylesheets/argon.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 11014, /app/app/assets/stylesheets/argon.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 11020, /app/app/assets/stylesheets/argon.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 11026, /app/app/assets/stylesheets/argon.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11032, /app/app/assets/stylesheets/argon.css */
.p-1 {
  padding: .25rem !important;
}

/* line 11037, /app/app/assets/stylesheets/argon.css */
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

/* line 11043, /app/app/assets/stylesheets/argon.css */
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}

/* line 11049, /app/app/assets/stylesheets/argon.css */
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}

/* line 11055, /app/app/assets/stylesheets/argon.css */
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}

/* line 11061, /app/app/assets/stylesheets/argon.css */
.p-2 {
  padding: .5rem !important;
}

/* line 11066, /app/app/assets/stylesheets/argon.css */
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}

/* line 11072, /app/app/assets/stylesheets/argon.css */
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}

/* line 11078, /app/app/assets/stylesheets/argon.css */
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}

/* line 11084, /app/app/assets/stylesheets/argon.css */
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}

/* line 11090, /app/app/assets/stylesheets/argon.css */
.p-3 {
  padding: 1rem !important;
}

/* line 11095, /app/app/assets/stylesheets/argon.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 11101, /app/app/assets/stylesheets/argon.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 11107, /app/app/assets/stylesheets/argon.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 11113, /app/app/assets/stylesheets/argon.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11119, /app/app/assets/stylesheets/argon.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 11124, /app/app/assets/stylesheets/argon.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 11130, /app/app/assets/stylesheets/argon.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 11136, /app/app/assets/stylesheets/argon.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 11142, /app/app/assets/stylesheets/argon.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11148, /app/app/assets/stylesheets/argon.css */
.p-5 {
  padding: 3rem !important;
}

/* line 11153, /app/app/assets/stylesheets/argon.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 11159, /app/app/assets/stylesheets/argon.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 11165, /app/app/assets/stylesheets/argon.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 11171, /app/app/assets/stylesheets/argon.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 11177, /app/app/assets/stylesheets/argon.css */
.p--9 {
  padding: -10rem !important;
}

/* line 11182, /app/app/assets/stylesheets/argon.css */
.pt--9,
.py--9 {
  padding-top: -10rem !important;
}

/* line 11188, /app/app/assets/stylesheets/argon.css */
.pr--9,
.px--9 {
  padding-right: -10rem !important;
}

/* line 11194, /app/app/assets/stylesheets/argon.css */
.pb--9,
.py--9 {
  padding-bottom: -10rem !important;
}

/* line 11200, /app/app/assets/stylesheets/argon.css */
.pl--9,
.px--9 {
  padding-left: -10rem !important;
}

/* line 11206, /app/app/assets/stylesheets/argon.css */
.p--8 {
  padding: -8rem !important;
}

/* line 11211, /app/app/assets/stylesheets/argon.css */
.pt--8,
.py--8 {
  padding-top: -8rem !important;
}

/* line 11217, /app/app/assets/stylesheets/argon.css */
.pr--8,
.px--8 {
  padding-right: -8rem !important;
}

/* line 11223, /app/app/assets/stylesheets/argon.css */
.pb--8,
.py--8 {
  padding-bottom: -8rem !important;
}

/* line 11229, /app/app/assets/stylesheets/argon.css */
.pl--8,
.px--8 {
  padding-left: -8rem !important;
}

/* line 11235, /app/app/assets/stylesheets/argon.css */
.p--7 {
  padding: -6rem !important;
}

/* line 11240, /app/app/assets/stylesheets/argon.css */
.pt--7,
.py--7 {
  padding-top: -6rem !important;
}

/* line 11246, /app/app/assets/stylesheets/argon.css */
.pr--7,
.px--7 {
  padding-right: -6rem !important;
}

/* line 11252, /app/app/assets/stylesheets/argon.css */
.pb--7,
.py--7 {
  padding-bottom: -6rem !important;
}

/* line 11258, /app/app/assets/stylesheets/argon.css */
.pl--7,
.px--7 {
  padding-left: -6rem !important;
}

/* line 11264, /app/app/assets/stylesheets/argon.css */
.p--6 {
  padding: -4.5rem !important;
}

/* line 11269, /app/app/assets/stylesheets/argon.css */
.pt--6,
.py--6 {
  padding-top: -4.5rem !important;
}

/* line 11275, /app/app/assets/stylesheets/argon.css */
.pr--6,
.px--6 {
  padding-right: -4.5rem !important;
}

/* line 11281, /app/app/assets/stylesheets/argon.css */
.pb--6,
.py--6 {
  padding-bottom: -4.5rem !important;
}

/* line 11287, /app/app/assets/stylesheets/argon.css */
.pl--6,
.px--6 {
  padding-left: -4.5rem !important;
}

/* line 11293, /app/app/assets/stylesheets/argon.css */
.p--5 {
  padding: -3rem !important;
}

/* line 11298, /app/app/assets/stylesheets/argon.css */
.pt--5,
.py--5 {
  padding-top: -3rem !important;
}

/* line 11304, /app/app/assets/stylesheets/argon.css */
.pr--5,
.px--5 {
  padding-right: -3rem !important;
}

/* line 11310, /app/app/assets/stylesheets/argon.css */
.pb--5,
.py--5 {
  padding-bottom: -3rem !important;
}

/* line 11316, /app/app/assets/stylesheets/argon.css */
.pl--5,
.px--5 {
  padding-left: -3rem !important;
}

/* line 11322, /app/app/assets/stylesheets/argon.css */
.p--4 {
  padding: -1.5rem !important;
}

/* line 11327, /app/app/assets/stylesheets/argon.css */
.pt--4,
.py--4 {
  padding-top: -1.5rem !important;
}

/* line 11333, /app/app/assets/stylesheets/argon.css */
.pr--4,
.px--4 {
  padding-right: -1.5rem !important;
}

/* line 11339, /app/app/assets/stylesheets/argon.css */
.pb--4,
.py--4 {
  padding-bottom: -1.5rem !important;
}

/* line 11345, /app/app/assets/stylesheets/argon.css */
.pl--4,
.px--4 {
  padding-left: -1.5rem !important;
}

/* line 11351, /app/app/assets/stylesheets/argon.css */
.p--3 {
  padding: -1rem !important;
}

/* line 11356, /app/app/assets/stylesheets/argon.css */
.pt--3,
.py--3 {
  padding-top: -1rem !important;
}

/* line 11362, /app/app/assets/stylesheets/argon.css */
.pr--3,
.px--3 {
  padding-right: -1rem !important;
}

/* line 11368, /app/app/assets/stylesheets/argon.css */
.pb--3,
.py--3 {
  padding-bottom: -1rem !important;
}

/* line 11374, /app/app/assets/stylesheets/argon.css */
.pl--3,
.px--3 {
  padding-left: -1rem !important;
}

/* line 11380, /app/app/assets/stylesheets/argon.css */
.p--2 {
  padding: -.5rem !important;
}

/* line 11385, /app/app/assets/stylesheets/argon.css */
.pt--2,
.py--2 {
  padding-top: -.5rem !important;
}

/* line 11391, /app/app/assets/stylesheets/argon.css */
.pr--2,
.px--2 {
  padding-right: -.5rem !important;
}

/* line 11397, /app/app/assets/stylesheets/argon.css */
.pb--2,
.py--2 {
  padding-bottom: -.5rem !important;
}

/* line 11403, /app/app/assets/stylesheets/argon.css */
.pl--2,
.px--2 {
  padding-left: -.5rem !important;
}

/* line 11409, /app/app/assets/stylesheets/argon.css */
.p--1 {
  padding: -.25rem !important;
}

/* line 11414, /app/app/assets/stylesheets/argon.css */
.pt--1,
.py--1 {
  padding-top: -.25rem !important;
}

/* line 11420, /app/app/assets/stylesheets/argon.css */
.pr--1,
.px--1 {
  padding-right: -.25rem !important;
}

/* line 11426, /app/app/assets/stylesheets/argon.css */
.pb--1,
.py--1 {
  padding-bottom: -.25rem !important;
}

/* line 11432, /app/app/assets/stylesheets/argon.css */
.pl--1,
.px--1 {
  padding-left: -.25rem !important;
}

/* line 11438, /app/app/assets/stylesheets/argon.css */
.p-6 {
  padding: 4.5rem !important;
}

/* line 11443, /app/app/assets/stylesheets/argon.css */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 11449, /app/app/assets/stylesheets/argon.css */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 11455, /app/app/assets/stylesheets/argon.css */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 11461, /app/app/assets/stylesheets/argon.css */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 11467, /app/app/assets/stylesheets/argon.css */
.p-7 {
  padding: 6rem !important;
}

/* line 11472, /app/app/assets/stylesheets/argon.css */
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

/* line 11478, /app/app/assets/stylesheets/argon.css */
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

/* line 11484, /app/app/assets/stylesheets/argon.css */
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

/* line 11490, /app/app/assets/stylesheets/argon.css */
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

/* line 11496, /app/app/assets/stylesheets/argon.css */
.p-8 {
  padding: 8rem !important;
}

/* line 11501, /app/app/assets/stylesheets/argon.css */
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

/* line 11507, /app/app/assets/stylesheets/argon.css */
.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

/* line 11513, /app/app/assets/stylesheets/argon.css */
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

/* line 11519, /app/app/assets/stylesheets/argon.css */
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

/* line 11525, /app/app/assets/stylesheets/argon.css */
.p-9 {
  padding: 10rem !important;
}

/* line 11530, /app/app/assets/stylesheets/argon.css */
.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

/* line 11536, /app/app/assets/stylesheets/argon.css */
.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

/* line 11542, /app/app/assets/stylesheets/argon.css */
.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

/* line 11548, /app/app/assets/stylesheets/argon.css */
.pl-9,
.px-9 {
  padding-left: 10rem !important;
}

/* line 11554, /app/app/assets/stylesheets/argon.css */
.m-n1 {
  margin: -.25rem !important;
}

/* line 11559, /app/app/assets/stylesheets/argon.css */
.mt-n1,
.my-n1 {
  margin-top: -.25rem !important;
}

/* line 11565, /app/app/assets/stylesheets/argon.css */
.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important;
}

/* line 11571, /app/app/assets/stylesheets/argon.css */
.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important;
}

/* line 11577, /app/app/assets/stylesheets/argon.css */
.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important;
}

/* line 11583, /app/app/assets/stylesheets/argon.css */
.m-n2 {
  margin: -.5rem !important;
}

/* line 11588, /app/app/assets/stylesheets/argon.css */
.mt-n2,
.my-n2 {
  margin-top: -.5rem !important;
}

/* line 11594, /app/app/assets/stylesheets/argon.css */
.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important;
}

/* line 11600, /app/app/assets/stylesheets/argon.css */
.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important;
}

/* line 11606, /app/app/assets/stylesheets/argon.css */
.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important;
}

/* line 11612, /app/app/assets/stylesheets/argon.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 11617, /app/app/assets/stylesheets/argon.css */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 11623, /app/app/assets/stylesheets/argon.css */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 11629, /app/app/assets/stylesheets/argon.css */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 11635, /app/app/assets/stylesheets/argon.css */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 11641, /app/app/assets/stylesheets/argon.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 11646, /app/app/assets/stylesheets/argon.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 11652, /app/app/assets/stylesheets/argon.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 11658, /app/app/assets/stylesheets/argon.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 11664, /app/app/assets/stylesheets/argon.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 11670, /app/app/assets/stylesheets/argon.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 11675, /app/app/assets/stylesheets/argon.css */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 11681, /app/app/assets/stylesheets/argon.css */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 11687, /app/app/assets/stylesheets/argon.css */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 11693, /app/app/assets/stylesheets/argon.css */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 11699, /app/app/assets/stylesheets/argon.css */
.m-n-9 {
  margin: 10rem !important;
}

/* line 11704, /app/app/assets/stylesheets/argon.css */
.mt-n-9,
.my-n-9 {
  margin-top: 10rem !important;
}

/* line 11710, /app/app/assets/stylesheets/argon.css */
.mr-n-9,
.mx-n-9 {
  margin-right: 10rem !important;
}

/* line 11716, /app/app/assets/stylesheets/argon.css */
.mb-n-9,
.my-n-9 {
  margin-bottom: 10rem !important;
}

/* line 11722, /app/app/assets/stylesheets/argon.css */
.ml-n-9,
.mx-n-9 {
  margin-left: 10rem !important;
}

/* line 11728, /app/app/assets/stylesheets/argon.css */
.m-n-8 {
  margin: 8rem !important;
}

/* line 11733, /app/app/assets/stylesheets/argon.css */
.mt-n-8,
.my-n-8 {
  margin-top: 8rem !important;
}

/* line 11739, /app/app/assets/stylesheets/argon.css */
.mr-n-8,
.mx-n-8 {
  margin-right: 8rem !important;
}

/* line 11745, /app/app/assets/stylesheets/argon.css */
.mb-n-8,
.my-n-8 {
  margin-bottom: 8rem !important;
}

/* line 11751, /app/app/assets/stylesheets/argon.css */
.ml-n-8,
.mx-n-8 {
  margin-left: 8rem !important;
}

/* line 11757, /app/app/assets/stylesheets/argon.css */
.m-n-7 {
  margin: 6rem !important;
}

/* line 11762, /app/app/assets/stylesheets/argon.css */
.mt-n-7,
.my-n-7 {
  margin-top: 6rem !important;
}

/* line 11768, /app/app/assets/stylesheets/argon.css */
.mr-n-7,
.mx-n-7 {
  margin-right: 6rem !important;
}

/* line 11774, /app/app/assets/stylesheets/argon.css */
.mb-n-7,
.my-n-7 {
  margin-bottom: 6rem !important;
}

/* line 11780, /app/app/assets/stylesheets/argon.css */
.ml-n-7,
.mx-n-7 {
  margin-left: 6rem !important;
}

/* line 11786, /app/app/assets/stylesheets/argon.css */
.m-n-6 {
  margin: 4.5rem !important;
}

/* line 11791, /app/app/assets/stylesheets/argon.css */
.mt-n-6,
.my-n-6 {
  margin-top: 4.5rem !important;
}

/* line 11797, /app/app/assets/stylesheets/argon.css */
.mr-n-6,
.mx-n-6 {
  margin-right: 4.5rem !important;
}

/* line 11803, /app/app/assets/stylesheets/argon.css */
.mb-n-6,
.my-n-6 {
  margin-bottom: 4.5rem !important;
}

/* line 11809, /app/app/assets/stylesheets/argon.css */
.ml-n-6,
.mx-n-6 {
  margin-left: 4.5rem !important;
}

/* line 11815, /app/app/assets/stylesheets/argon.css */
.m-n-5 {
  margin: 3rem !important;
}

/* line 11820, /app/app/assets/stylesheets/argon.css */
.mt-n-5,
.my-n-5 {
  margin-top: 3rem !important;
}

/* line 11826, /app/app/assets/stylesheets/argon.css */
.mr-n-5,
.mx-n-5 {
  margin-right: 3rem !important;
}

/* line 11832, /app/app/assets/stylesheets/argon.css */
.mb-n-5,
.my-n-5 {
  margin-bottom: 3rem !important;
}

/* line 11838, /app/app/assets/stylesheets/argon.css */
.ml-n-5,
.mx-n-5 {
  margin-left: 3rem !important;
}

/* line 11844, /app/app/assets/stylesheets/argon.css */
.m-n-4 {
  margin: 1.5rem !important;
}

/* line 11849, /app/app/assets/stylesheets/argon.css */
.mt-n-4,
.my-n-4 {
  margin-top: 1.5rem !important;
}

/* line 11855, /app/app/assets/stylesheets/argon.css */
.mr-n-4,
.mx-n-4 {
  margin-right: 1.5rem !important;
}

/* line 11861, /app/app/assets/stylesheets/argon.css */
.mb-n-4,
.my-n-4 {
  margin-bottom: 1.5rem !important;
}

/* line 11867, /app/app/assets/stylesheets/argon.css */
.ml-n-4,
.mx-n-4 {
  margin-left: 1.5rem !important;
}

/* line 11873, /app/app/assets/stylesheets/argon.css */
.m-n-3 {
  margin: 1rem !important;
}

/* line 11878, /app/app/assets/stylesheets/argon.css */
.mt-n-3,
.my-n-3 {
  margin-top: 1rem !important;
}

/* line 11884, /app/app/assets/stylesheets/argon.css */
.mr-n-3,
.mx-n-3 {
  margin-right: 1rem !important;
}

/* line 11890, /app/app/assets/stylesheets/argon.css */
.mb-n-3,
.my-n-3 {
  margin-bottom: 1rem !important;
}

/* line 11896, /app/app/assets/stylesheets/argon.css */
.ml-n-3,
.mx-n-3 {
  margin-left: 1rem !important;
}

/* line 11902, /app/app/assets/stylesheets/argon.css */
.m-n-2 {
  margin: .5rem !important;
}

/* line 11907, /app/app/assets/stylesheets/argon.css */
.mt-n-2,
.my-n-2 {
  margin-top: .5rem !important;
}

/* line 11913, /app/app/assets/stylesheets/argon.css */
.mr-n-2,
.mx-n-2 {
  margin-right: .5rem !important;
}

/* line 11919, /app/app/assets/stylesheets/argon.css */
.mb-n-2,
.my-n-2 {
  margin-bottom: .5rem !important;
}

/* line 11925, /app/app/assets/stylesheets/argon.css */
.ml-n-2,
.mx-n-2 {
  margin-left: .5rem !important;
}

/* line 11931, /app/app/assets/stylesheets/argon.css */
.m-n-1 {
  margin: .25rem !important;
}

/* line 11936, /app/app/assets/stylesheets/argon.css */
.mt-n-1,
.my-n-1 {
  margin-top: .25rem !important;
}

/* line 11942, /app/app/assets/stylesheets/argon.css */
.mr-n-1,
.mx-n-1 {
  margin-right: .25rem !important;
}

/* line 11948, /app/app/assets/stylesheets/argon.css */
.mb-n-1,
.my-n-1 {
  margin-bottom: .25rem !important;
}

/* line 11954, /app/app/assets/stylesheets/argon.css */
.ml-n-1,
.mx-n-1 {
  margin-left: .25rem !important;
}

/* line 11960, /app/app/assets/stylesheets/argon.css */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 11965, /app/app/assets/stylesheets/argon.css */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 11971, /app/app/assets/stylesheets/argon.css */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 11977, /app/app/assets/stylesheets/argon.css */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 11983, /app/app/assets/stylesheets/argon.css */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 11989, /app/app/assets/stylesheets/argon.css */
.m-n7 {
  margin: -6rem !important;
}

/* line 11994, /app/app/assets/stylesheets/argon.css */
.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

/* line 12000, /app/app/assets/stylesheets/argon.css */
.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

/* line 12006, /app/app/assets/stylesheets/argon.css */
.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

/* line 12012, /app/app/assets/stylesheets/argon.css */
.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

/* line 12018, /app/app/assets/stylesheets/argon.css */
.m-n8 {
  margin: -8rem !important;
}

/* line 12023, /app/app/assets/stylesheets/argon.css */
.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

/* line 12029, /app/app/assets/stylesheets/argon.css */
.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

/* line 12035, /app/app/assets/stylesheets/argon.css */
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

/* line 12041, /app/app/assets/stylesheets/argon.css */
.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

/* line 12047, /app/app/assets/stylesheets/argon.css */
.m-n9 {
  margin: -10rem !important;
}

/* line 12052, /app/app/assets/stylesheets/argon.css */
.mt-n9,
.my-n9 {
  margin-top: -10rem !important;
}

/* line 12058, /app/app/assets/stylesheets/argon.css */
.mr-n9,
.mx-n9 {
  margin-right: -10rem !important;
}

/* line 12064, /app/app/assets/stylesheets/argon.css */
.mb-n9,
.my-n9 {
  margin-bottom: -10rem !important;
}

/* line 12070, /app/app/assets/stylesheets/argon.css */
.ml-n9,
.mx-n9 {
  margin-left: -10rem !important;
}

/* line 12076, /app/app/assets/stylesheets/argon.css */
.m-auto {
  margin: auto !important;
}

/* line 12081, /app/app/assets/stylesheets/argon.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 12087, /app/app/assets/stylesheets/argon.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 12093, /app/app/assets/stylesheets/argon.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 12099, /app/app/assets/stylesheets/argon.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12107, /app/app/assets/stylesheets/argon.css */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12111, /app/app/assets/stylesheets/argon.css */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 12116, /app/app/assets/stylesheets/argon.css */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 12121, /app/app/assets/stylesheets/argon.css */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 12126, /app/app/assets/stylesheets/argon.css */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12131, /app/app/assets/stylesheets/argon.css */
  .m-sm-1 {
    margin: .25rem !important;
  }

  /* line 12135, /app/app/assets/stylesheets/argon.css */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }

  /* line 12140, /app/app/assets/stylesheets/argon.css */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }

  /* line 12145, /app/app/assets/stylesheets/argon.css */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }

  /* line 12150, /app/app/assets/stylesheets/argon.css */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }

  /* line 12155, /app/app/assets/stylesheets/argon.css */
  .m-sm-2 {
    margin: .5rem !important;
  }

  /* line 12159, /app/app/assets/stylesheets/argon.css */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }

  /* line 12164, /app/app/assets/stylesheets/argon.css */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }

  /* line 12169, /app/app/assets/stylesheets/argon.css */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }

  /* line 12174, /app/app/assets/stylesheets/argon.css */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }

  /* line 12179, /app/app/assets/stylesheets/argon.css */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12183, /app/app/assets/stylesheets/argon.css */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 12188, /app/app/assets/stylesheets/argon.css */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 12193, /app/app/assets/stylesheets/argon.css */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 12198, /app/app/assets/stylesheets/argon.css */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12203, /app/app/assets/stylesheets/argon.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12207, /app/app/assets/stylesheets/argon.css */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 12212, /app/app/assets/stylesheets/argon.css */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 12217, /app/app/assets/stylesheets/argon.css */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 12222, /app/app/assets/stylesheets/argon.css */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12227, /app/app/assets/stylesheets/argon.css */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12231, /app/app/assets/stylesheets/argon.css */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 12236, /app/app/assets/stylesheets/argon.css */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 12241, /app/app/assets/stylesheets/argon.css */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 12246, /app/app/assets/stylesheets/argon.css */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12251, /app/app/assets/stylesheets/argon.css */
  .m-sm--9 {
    margin: -10rem !important;
  }

  /* line 12255, /app/app/assets/stylesheets/argon.css */
  .mt-sm--9,
  .my-sm--9 {
    margin-top: -10rem !important;
  }

  /* line 12260, /app/app/assets/stylesheets/argon.css */
  .mr-sm--9,
  .mx-sm--9 {
    margin-right: -10rem !important;
  }

  /* line 12265, /app/app/assets/stylesheets/argon.css */
  .mb-sm--9,
  .my-sm--9 {
    margin-bottom: -10rem !important;
  }

  /* line 12270, /app/app/assets/stylesheets/argon.css */
  .ml-sm--9,
  .mx-sm--9 {
    margin-left: -10rem !important;
  }

  /* line 12275, /app/app/assets/stylesheets/argon.css */
  .m-sm--8 {
    margin: -8rem !important;
  }

  /* line 12279, /app/app/assets/stylesheets/argon.css */
  .mt-sm--8,
  .my-sm--8 {
    margin-top: -8rem !important;
  }

  /* line 12284, /app/app/assets/stylesheets/argon.css */
  .mr-sm--8,
  .mx-sm--8 {
    margin-right: -8rem !important;
  }

  /* line 12289, /app/app/assets/stylesheets/argon.css */
  .mb-sm--8,
  .my-sm--8 {
    margin-bottom: -8rem !important;
  }

  /* line 12294, /app/app/assets/stylesheets/argon.css */
  .ml-sm--8,
  .mx-sm--8 {
    margin-left: -8rem !important;
  }

  /* line 12299, /app/app/assets/stylesheets/argon.css */
  .m-sm--7 {
    margin: -6rem !important;
  }

  /* line 12303, /app/app/assets/stylesheets/argon.css */
  .mt-sm--7,
  .my-sm--7 {
    margin-top: -6rem !important;
  }

  /* line 12308, /app/app/assets/stylesheets/argon.css */
  .mr-sm--7,
  .mx-sm--7 {
    margin-right: -6rem !important;
  }

  /* line 12313, /app/app/assets/stylesheets/argon.css */
  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: -6rem !important;
  }

  /* line 12318, /app/app/assets/stylesheets/argon.css */
  .ml-sm--7,
  .mx-sm--7 {
    margin-left: -6rem !important;
  }

  /* line 12323, /app/app/assets/stylesheets/argon.css */
  .m-sm--6 {
    margin: -4.5rem !important;
  }

  /* line 12327, /app/app/assets/stylesheets/argon.css */
  .mt-sm--6,
  .my-sm--6 {
    margin-top: -4.5rem !important;
  }

  /* line 12332, /app/app/assets/stylesheets/argon.css */
  .mr-sm--6,
  .mx-sm--6 {
    margin-right: -4.5rem !important;
  }

  /* line 12337, /app/app/assets/stylesheets/argon.css */
  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 12342, /app/app/assets/stylesheets/argon.css */
  .ml-sm--6,
  .mx-sm--6 {
    margin-left: -4.5rem !important;
  }

  /* line 12347, /app/app/assets/stylesheets/argon.css */
  .m-sm--5 {
    margin: -3rem !important;
  }

  /* line 12351, /app/app/assets/stylesheets/argon.css */
  .mt-sm--5,
  .my-sm--5 {
    margin-top: -3rem !important;
  }

  /* line 12356, /app/app/assets/stylesheets/argon.css */
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: -3rem !important;
  }

  /* line 12361, /app/app/assets/stylesheets/argon.css */
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: -3rem !important;
  }

  /* line 12366, /app/app/assets/stylesheets/argon.css */
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: -3rem !important;
  }

  /* line 12371, /app/app/assets/stylesheets/argon.css */
  .m-sm--4 {
    margin: -1.5rem !important;
  }

  /* line 12375, /app/app/assets/stylesheets/argon.css */
  .mt-sm--4,
  .my-sm--4 {
    margin-top: -1.5rem !important;
  }

  /* line 12380, /app/app/assets/stylesheets/argon.css */
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: -1.5rem !important;
  }

  /* line 12385, /app/app/assets/stylesheets/argon.css */
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 12390, /app/app/assets/stylesheets/argon.css */
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: -1.5rem !important;
  }

  /* line 12395, /app/app/assets/stylesheets/argon.css */
  .m-sm--3 {
    margin: -1rem !important;
  }

  /* line 12399, /app/app/assets/stylesheets/argon.css */
  .mt-sm--3,
  .my-sm--3 {
    margin-top: -1rem !important;
  }

  /* line 12404, /app/app/assets/stylesheets/argon.css */
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: -1rem !important;
  }

  /* line 12409, /app/app/assets/stylesheets/argon.css */
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: -1rem !important;
  }

  /* line 12414, /app/app/assets/stylesheets/argon.css */
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: -1rem !important;
  }

  /* line 12419, /app/app/assets/stylesheets/argon.css */
  .m-sm--2 {
    margin: -.5rem !important;
  }

  /* line 12423, /app/app/assets/stylesheets/argon.css */
  .mt-sm--2,
  .my-sm--2 {
    margin-top: -.5rem !important;
  }

  /* line 12428, /app/app/assets/stylesheets/argon.css */
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: -.5rem !important;
  }

  /* line 12433, /app/app/assets/stylesheets/argon.css */
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: -.5rem !important;
  }

  /* line 12438, /app/app/assets/stylesheets/argon.css */
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: -.5rem !important;
  }

  /* line 12443, /app/app/assets/stylesheets/argon.css */
  .m-sm--1 {
    margin: -.25rem !important;
  }

  /* line 12447, /app/app/assets/stylesheets/argon.css */
  .mt-sm--1,
  .my-sm--1 {
    margin-top: -.25rem !important;
  }

  /* line 12452, /app/app/assets/stylesheets/argon.css */
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: -.25rem !important;
  }

  /* line 12457, /app/app/assets/stylesheets/argon.css */
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: -.25rem !important;
  }

  /* line 12462, /app/app/assets/stylesheets/argon.css */
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: -.25rem !important;
  }

  /* line 12467, /app/app/assets/stylesheets/argon.css */
  .m-sm-6 {
    margin: 4.5rem !important;
  }

  /* line 12471, /app/app/assets/stylesheets/argon.css */
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }

  /* line 12476, /app/app/assets/stylesheets/argon.css */
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  /* line 12481, /app/app/assets/stylesheets/argon.css */
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 12486, /app/app/assets/stylesheets/argon.css */
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  /* line 12491, /app/app/assets/stylesheets/argon.css */
  .m-sm-7 {
    margin: 6rem !important;
  }

  /* line 12495, /app/app/assets/stylesheets/argon.css */
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }

  /* line 12500, /app/app/assets/stylesheets/argon.css */
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }

  /* line 12505, /app/app/assets/stylesheets/argon.css */
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }

  /* line 12510, /app/app/assets/stylesheets/argon.css */
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }

  /* line 12515, /app/app/assets/stylesheets/argon.css */
  .m-sm-8 {
    margin: 8rem !important;
  }

  /* line 12519, /app/app/assets/stylesheets/argon.css */
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }

  /* line 12524, /app/app/assets/stylesheets/argon.css */
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }

  /* line 12529, /app/app/assets/stylesheets/argon.css */
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }

  /* line 12534, /app/app/assets/stylesheets/argon.css */
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }

  /* line 12539, /app/app/assets/stylesheets/argon.css */
  .m-sm-9 {
    margin: 10rem !important;
  }

  /* line 12543, /app/app/assets/stylesheets/argon.css */
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 10rem !important;
  }

  /* line 12548, /app/app/assets/stylesheets/argon.css */
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 10rem !important;
  }

  /* line 12553, /app/app/assets/stylesheets/argon.css */
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 10rem !important;
  }

  /* line 12558, /app/app/assets/stylesheets/argon.css */
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 10rem !important;
  }

  /* line 12563, /app/app/assets/stylesheets/argon.css */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12567, /app/app/assets/stylesheets/argon.css */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 12572, /app/app/assets/stylesheets/argon.css */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 12577, /app/app/assets/stylesheets/argon.css */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 12582, /app/app/assets/stylesheets/argon.css */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12587, /app/app/assets/stylesheets/argon.css */
  .p-sm-1 {
    padding: .25rem !important;
  }

  /* line 12591, /app/app/assets/stylesheets/argon.css */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }

  /* line 12596, /app/app/assets/stylesheets/argon.css */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }

  /* line 12601, /app/app/assets/stylesheets/argon.css */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  /* line 12606, /app/app/assets/stylesheets/argon.css */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }

  /* line 12611, /app/app/assets/stylesheets/argon.css */
  .p-sm-2 {
    padding: .5rem !important;
  }

  /* line 12615, /app/app/assets/stylesheets/argon.css */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }

  /* line 12620, /app/app/assets/stylesheets/argon.css */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }

  /* line 12625, /app/app/assets/stylesheets/argon.css */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  /* line 12630, /app/app/assets/stylesheets/argon.css */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }

  /* line 12635, /app/app/assets/stylesheets/argon.css */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12639, /app/app/assets/stylesheets/argon.css */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 12644, /app/app/assets/stylesheets/argon.css */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 12649, /app/app/assets/stylesheets/argon.css */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 12654, /app/app/assets/stylesheets/argon.css */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12659, /app/app/assets/stylesheets/argon.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12663, /app/app/assets/stylesheets/argon.css */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 12668, /app/app/assets/stylesheets/argon.css */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 12673, /app/app/assets/stylesheets/argon.css */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 12678, /app/app/assets/stylesheets/argon.css */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12683, /app/app/assets/stylesheets/argon.css */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12687, /app/app/assets/stylesheets/argon.css */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 12692, /app/app/assets/stylesheets/argon.css */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 12697, /app/app/assets/stylesheets/argon.css */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 12702, /app/app/assets/stylesheets/argon.css */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 12707, /app/app/assets/stylesheets/argon.css */
  .p-sm--9 {
    padding: -10rem !important;
  }

  /* line 12711, /app/app/assets/stylesheets/argon.css */
  .pt-sm--9,
  .py-sm--9 {
    padding-top: -10rem !important;
  }

  /* line 12716, /app/app/assets/stylesheets/argon.css */
  .pr-sm--9,
  .px-sm--9 {
    padding-right: -10rem !important;
  }

  /* line 12721, /app/app/assets/stylesheets/argon.css */
  .pb-sm--9,
  .py-sm--9 {
    padding-bottom: -10rem !important;
  }

  /* line 12726, /app/app/assets/stylesheets/argon.css */
  .pl-sm--9,
  .px-sm--9 {
    padding-left: -10rem !important;
  }

  /* line 12731, /app/app/assets/stylesheets/argon.css */
  .p-sm--8 {
    padding: -8rem !important;
  }

  /* line 12735, /app/app/assets/stylesheets/argon.css */
  .pt-sm--8,
  .py-sm--8 {
    padding-top: -8rem !important;
  }

  /* line 12740, /app/app/assets/stylesheets/argon.css */
  .pr-sm--8,
  .px-sm--8 {
    padding-right: -8rem !important;
  }

  /* line 12745, /app/app/assets/stylesheets/argon.css */
  .pb-sm--8,
  .py-sm--8 {
    padding-bottom: -8rem !important;
  }

  /* line 12750, /app/app/assets/stylesheets/argon.css */
  .pl-sm--8,
  .px-sm--8 {
    padding-left: -8rem !important;
  }

  /* line 12755, /app/app/assets/stylesheets/argon.css */
  .p-sm--7 {
    padding: -6rem !important;
  }

  /* line 12759, /app/app/assets/stylesheets/argon.css */
  .pt-sm--7,
  .py-sm--7 {
    padding-top: -6rem !important;
  }

  /* line 12764, /app/app/assets/stylesheets/argon.css */
  .pr-sm--7,
  .px-sm--7 {
    padding-right: -6rem !important;
  }

  /* line 12769, /app/app/assets/stylesheets/argon.css */
  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: -6rem !important;
  }

  /* line 12774, /app/app/assets/stylesheets/argon.css */
  .pl-sm--7,
  .px-sm--7 {
    padding-left: -6rem !important;
  }

  /* line 12779, /app/app/assets/stylesheets/argon.css */
  .p-sm--6 {
    padding: -4.5rem !important;
  }

  /* line 12783, /app/app/assets/stylesheets/argon.css */
  .pt-sm--6,
  .py-sm--6 {
    padding-top: -4.5rem !important;
  }

  /* line 12788, /app/app/assets/stylesheets/argon.css */
  .pr-sm--6,
  .px-sm--6 {
    padding-right: -4.5rem !important;
  }

  /* line 12793, /app/app/assets/stylesheets/argon.css */
  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: -4.5rem !important;
  }

  /* line 12798, /app/app/assets/stylesheets/argon.css */
  .pl-sm--6,
  .px-sm--6 {
    padding-left: -4.5rem !important;
  }

  /* line 12803, /app/app/assets/stylesheets/argon.css */
  .p-sm--5 {
    padding: -3rem !important;
  }

  /* line 12807, /app/app/assets/stylesheets/argon.css */
  .pt-sm--5,
  .py-sm--5 {
    padding-top: -3rem !important;
  }

  /* line 12812, /app/app/assets/stylesheets/argon.css */
  .pr-sm--5,
  .px-sm--5 {
    padding-right: -3rem !important;
  }

  /* line 12817, /app/app/assets/stylesheets/argon.css */
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: -3rem !important;
  }

  /* line 12822, /app/app/assets/stylesheets/argon.css */
  .pl-sm--5,
  .px-sm--5 {
    padding-left: -3rem !important;
  }

  /* line 12827, /app/app/assets/stylesheets/argon.css */
  .p-sm--4 {
    padding: -1.5rem !important;
  }

  /* line 12831, /app/app/assets/stylesheets/argon.css */
  .pt-sm--4,
  .py-sm--4 {
    padding-top: -1.5rem !important;
  }

  /* line 12836, /app/app/assets/stylesheets/argon.css */
  .pr-sm--4,
  .px-sm--4 {
    padding-right: -1.5rem !important;
  }

  /* line 12841, /app/app/assets/stylesheets/argon.css */
  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: -1.5rem !important;
  }

  /* line 12846, /app/app/assets/stylesheets/argon.css */
  .pl-sm--4,
  .px-sm--4 {
    padding-left: -1.5rem !important;
  }

  /* line 12851, /app/app/assets/stylesheets/argon.css */
  .p-sm--3 {
    padding: -1rem !important;
  }

  /* line 12855, /app/app/assets/stylesheets/argon.css */
  .pt-sm--3,
  .py-sm--3 {
    padding-top: -1rem !important;
  }

  /* line 12860, /app/app/assets/stylesheets/argon.css */
  .pr-sm--3,
  .px-sm--3 {
    padding-right: -1rem !important;
  }

  /* line 12865, /app/app/assets/stylesheets/argon.css */
  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: -1rem !important;
  }

  /* line 12870, /app/app/assets/stylesheets/argon.css */
  .pl-sm--3,
  .px-sm--3 {
    padding-left: -1rem !important;
  }

  /* line 12875, /app/app/assets/stylesheets/argon.css */
  .p-sm--2 {
    padding: -.5rem !important;
  }

  /* line 12879, /app/app/assets/stylesheets/argon.css */
  .pt-sm--2,
  .py-sm--2 {
    padding-top: -.5rem !important;
  }

  /* line 12884, /app/app/assets/stylesheets/argon.css */
  .pr-sm--2,
  .px-sm--2 {
    padding-right: -.5rem !important;
  }

  /* line 12889, /app/app/assets/stylesheets/argon.css */
  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: -.5rem !important;
  }

  /* line 12894, /app/app/assets/stylesheets/argon.css */
  .pl-sm--2,
  .px-sm--2 {
    padding-left: -.5rem !important;
  }

  /* line 12899, /app/app/assets/stylesheets/argon.css */
  .p-sm--1 {
    padding: -.25rem !important;
  }

  /* line 12903, /app/app/assets/stylesheets/argon.css */
  .pt-sm--1,
  .py-sm--1 {
    padding-top: -.25rem !important;
  }

  /* line 12908, /app/app/assets/stylesheets/argon.css */
  .pr-sm--1,
  .px-sm--1 {
    padding-right: -.25rem !important;
  }

  /* line 12913, /app/app/assets/stylesheets/argon.css */
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: -.25rem !important;
  }

  /* line 12918, /app/app/assets/stylesheets/argon.css */
  .pl-sm--1,
  .px-sm--1 {
    padding-left: -.25rem !important;
  }

  /* line 12923, /app/app/assets/stylesheets/argon.css */
  .p-sm-6 {
    padding: 4.5rem !important;
  }

  /* line 12927, /app/app/assets/stylesheets/argon.css */
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }

  /* line 12932, /app/app/assets/stylesheets/argon.css */
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }

  /* line 12937, /app/app/assets/stylesheets/argon.css */
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 12942, /app/app/assets/stylesheets/argon.css */
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }

  /* line 12947, /app/app/assets/stylesheets/argon.css */
  .p-sm-7 {
    padding: 6rem !important;
  }

  /* line 12951, /app/app/assets/stylesheets/argon.css */
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }

  /* line 12956, /app/app/assets/stylesheets/argon.css */
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }

  /* line 12961, /app/app/assets/stylesheets/argon.css */
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }

  /* line 12966, /app/app/assets/stylesheets/argon.css */
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }

  /* line 12971, /app/app/assets/stylesheets/argon.css */
  .p-sm-8 {
    padding: 8rem !important;
  }

  /* line 12975, /app/app/assets/stylesheets/argon.css */
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }

  /* line 12980, /app/app/assets/stylesheets/argon.css */
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }

  /* line 12985, /app/app/assets/stylesheets/argon.css */
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }

  /* line 12990, /app/app/assets/stylesheets/argon.css */
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }

  /* line 12995, /app/app/assets/stylesheets/argon.css */
  .p-sm-9 {
    padding: 10rem !important;
  }

  /* line 12999, /app/app/assets/stylesheets/argon.css */
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 10rem !important;
  }

  /* line 13004, /app/app/assets/stylesheets/argon.css */
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 10rem !important;
  }

  /* line 13009, /app/app/assets/stylesheets/argon.css */
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 10rem !important;
  }

  /* line 13014, /app/app/assets/stylesheets/argon.css */
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 10rem !important;
  }

  /* line 13019, /app/app/assets/stylesheets/argon.css */
  .m-sm-n1 {
    margin: -.25rem !important;
  }

  /* line 13023, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important;
  }

  /* line 13028, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important;
  }

  /* line 13033, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }

  /* line 13038, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important;
  }

  /* line 13043, /app/app/assets/stylesheets/argon.css */
  .m-sm-n2 {
    margin: -.5rem !important;
  }

  /* line 13047, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important;
  }

  /* line 13052, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important;
  }

  /* line 13057, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }

  /* line 13062, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important;
  }

  /* line 13067, /app/app/assets/stylesheets/argon.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 13071, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 13076, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 13081, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 13086, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 13091, /app/app/assets/stylesheets/argon.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 13095, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 13100, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 13105, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 13110, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 13115, /app/app/assets/stylesheets/argon.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 13119, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 13124, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 13129, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 13134, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 13139, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-9 {
    margin: 10rem !important;
  }

  /* line 13143, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-9,
  .my-sm-n-9 {
    margin-top: 10rem !important;
  }

  /* line 13148, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-9,
  .mx-sm-n-9 {
    margin-right: 10rem !important;
  }

  /* line 13153, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-9,
  .my-sm-n-9 {
    margin-bottom: 10rem !important;
  }

  /* line 13158, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-9,
  .mx-sm-n-9 {
    margin-left: 10rem !important;
  }

  /* line 13163, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-8 {
    margin: 8rem !important;
  }

  /* line 13167, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-8,
  .my-sm-n-8 {
    margin-top: 8rem !important;
  }

  /* line 13172, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-8,
  .mx-sm-n-8 {
    margin-right: 8rem !important;
  }

  /* line 13177, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-8,
  .my-sm-n-8 {
    margin-bottom: 8rem !important;
  }

  /* line 13182, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-8,
  .mx-sm-n-8 {
    margin-left: 8rem !important;
  }

  /* line 13187, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-7 {
    margin: 6rem !important;
  }

  /* line 13191, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-7,
  .my-sm-n-7 {
    margin-top: 6rem !important;
  }

  /* line 13196, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-7,
  .mx-sm-n-7 {
    margin-right: 6rem !important;
  }

  /* line 13201, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-7,
  .my-sm-n-7 {
    margin-bottom: 6rem !important;
  }

  /* line 13206, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-7,
  .mx-sm-n-7 {
    margin-left: 6rem !important;
  }

  /* line 13211, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-6 {
    margin: 4.5rem !important;
  }

  /* line 13215, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-6,
  .my-sm-n-6 {
    margin-top: 4.5rem !important;
  }

  /* line 13220, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-6,
  .mx-sm-n-6 {
    margin-right: 4.5rem !important;
  }

  /* line 13225, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-6,
  .my-sm-n-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 13230, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-6,
  .mx-sm-n-6 {
    margin-left: 4.5rem !important;
  }

  /* line 13235, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-5 {
    margin: 3rem !important;
  }

  /* line 13239, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-5,
  .my-sm-n-5 {
    margin-top: 3rem !important;
  }

  /* line 13244, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-5,
  .mx-sm-n-5 {
    margin-right: 3rem !important;
  }

  /* line 13249, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-5,
  .my-sm-n-5 {
    margin-bottom: 3rem !important;
  }

  /* line 13254, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-5,
  .mx-sm-n-5 {
    margin-left: 3rem !important;
  }

  /* line 13259, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-4 {
    margin: 1.5rem !important;
  }

  /* line 13263, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-4,
  .my-sm-n-4 {
    margin-top: 1.5rem !important;
  }

  /* line 13268, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-4,
  .mx-sm-n-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13273, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-4,
  .my-sm-n-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 13278, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-4,
  .mx-sm-n-4 {
    margin-left: 1.5rem !important;
  }

  /* line 13283, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-3 {
    margin: 1rem !important;
  }

  /* line 13287, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-3,
  .my-sm-n-3 {
    margin-top: 1rem !important;
  }

  /* line 13292, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-3,
  .mx-sm-n-3 {
    margin-right: 1rem !important;
  }

  /* line 13297, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-3,
  .my-sm-n-3 {
    margin-bottom: 1rem !important;
  }

  /* line 13302, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-3,
  .mx-sm-n-3 {
    margin-left: 1rem !important;
  }

  /* line 13307, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-2 {
    margin: .5rem !important;
  }

  /* line 13311, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-2,
  .my-sm-n-2 {
    margin-top: .5rem !important;
  }

  /* line 13316, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-2,
  .mx-sm-n-2 {
    margin-right: .5rem !important;
  }

  /* line 13321, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-2,
  .my-sm-n-2 {
    margin-bottom: .5rem !important;
  }

  /* line 13326, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-2,
  .mx-sm-n-2 {
    margin-left: .5rem !important;
  }

  /* line 13331, /app/app/assets/stylesheets/argon.css */
  .m-sm-n-1 {
    margin: .25rem !important;
  }

  /* line 13335, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n-1,
  .my-sm-n-1 {
    margin-top: .25rem !important;
  }

  /* line 13340, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n-1,
  .mx-sm-n-1 {
    margin-right: .25rem !important;
  }

  /* line 13345, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n-1,
  .my-sm-n-1 {
    margin-bottom: .25rem !important;
  }

  /* line 13350, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n-1,
  .mx-sm-n-1 {
    margin-left: .25rem !important;
  }

  /* line 13355, /app/app/assets/stylesheets/argon.css */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  /* line 13359, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }

  /* line 13364, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }

  /* line 13369, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 13374, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }

  /* line 13379, /app/app/assets/stylesheets/argon.css */
  .m-sm-n7 {
    margin: -6rem !important;
  }

  /* line 13383, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }

  /* line 13388, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }

  /* line 13393, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }

  /* line 13398, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }

  /* line 13403, /app/app/assets/stylesheets/argon.css */
  .m-sm-n8 {
    margin: -8rem !important;
  }

  /* line 13407, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }

  /* line 13412, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }

  /* line 13417, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }

  /* line 13422, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }

  /* line 13427, /app/app/assets/stylesheets/argon.css */
  .m-sm-n9 {
    margin: -10rem !important;
  }

  /* line 13431, /app/app/assets/stylesheets/argon.css */
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -10rem !important;
  }

  /* line 13436, /app/app/assets/stylesheets/argon.css */
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -10rem !important;
  }

  /* line 13441, /app/app/assets/stylesheets/argon.css */
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -10rem !important;
  }

  /* line 13446, /app/app/assets/stylesheets/argon.css */
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -10rem !important;
  }

  /* line 13451, /app/app/assets/stylesheets/argon.css */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 13455, /app/app/assets/stylesheets/argon.css */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 13460, /app/app/assets/stylesheets/argon.css */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 13465, /app/app/assets/stylesheets/argon.css */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 13470, /app/app/assets/stylesheets/argon.css */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 13479, /app/app/assets/stylesheets/argon.css */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13483, /app/app/assets/stylesheets/argon.css */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 13488, /app/app/assets/stylesheets/argon.css */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 13493, /app/app/assets/stylesheets/argon.css */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 13498, /app/app/assets/stylesheets/argon.css */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 13503, /app/app/assets/stylesheets/argon.css */
  .m-md-1 {
    margin: .25rem !important;
  }

  /* line 13507, /app/app/assets/stylesheets/argon.css */
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }

  /* line 13512, /app/app/assets/stylesheets/argon.css */
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }

  /* line 13517, /app/app/assets/stylesheets/argon.css */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }

  /* line 13522, /app/app/assets/stylesheets/argon.css */
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }

  /* line 13527, /app/app/assets/stylesheets/argon.css */
  .m-md-2 {
    margin: .5rem !important;
  }

  /* line 13531, /app/app/assets/stylesheets/argon.css */
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }

  /* line 13536, /app/app/assets/stylesheets/argon.css */
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }

  /* line 13541, /app/app/assets/stylesheets/argon.css */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }

  /* line 13546, /app/app/assets/stylesheets/argon.css */
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }

  /* line 13551, /app/app/assets/stylesheets/argon.css */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13555, /app/app/assets/stylesheets/argon.css */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 13560, /app/app/assets/stylesheets/argon.css */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 13565, /app/app/assets/stylesheets/argon.css */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 13570, /app/app/assets/stylesheets/argon.css */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 13575, /app/app/assets/stylesheets/argon.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13579, /app/app/assets/stylesheets/argon.css */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 13584, /app/app/assets/stylesheets/argon.css */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13589, /app/app/assets/stylesheets/argon.css */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 13594, /app/app/assets/stylesheets/argon.css */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 13599, /app/app/assets/stylesheets/argon.css */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13603, /app/app/assets/stylesheets/argon.css */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 13608, /app/app/assets/stylesheets/argon.css */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 13613, /app/app/assets/stylesheets/argon.css */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 13618, /app/app/assets/stylesheets/argon.css */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 13623, /app/app/assets/stylesheets/argon.css */
  .m-md--9 {
    margin: -10rem !important;
  }

  /* line 13627, /app/app/assets/stylesheets/argon.css */
  .mt-md--9,
  .my-md--9 {
    margin-top: -10rem !important;
  }

  /* line 13632, /app/app/assets/stylesheets/argon.css */
  .mr-md--9,
  .mx-md--9 {
    margin-right: -10rem !important;
  }

  /* line 13637, /app/app/assets/stylesheets/argon.css */
  .mb-md--9,
  .my-md--9 {
    margin-bottom: -10rem !important;
  }

  /* line 13642, /app/app/assets/stylesheets/argon.css */
  .ml-md--9,
  .mx-md--9 {
    margin-left: -10rem !important;
  }

  /* line 13647, /app/app/assets/stylesheets/argon.css */
  .m-md--8 {
    margin: -8rem !important;
  }

  /* line 13651, /app/app/assets/stylesheets/argon.css */
  .mt-md--8,
  .my-md--8 {
    margin-top: -8rem !important;
  }

  /* line 13656, /app/app/assets/stylesheets/argon.css */
  .mr-md--8,
  .mx-md--8 {
    margin-right: -8rem !important;
  }

  /* line 13661, /app/app/assets/stylesheets/argon.css */
  .mb-md--8,
  .my-md--8 {
    margin-bottom: -8rem !important;
  }

  /* line 13666, /app/app/assets/stylesheets/argon.css */
  .ml-md--8,
  .mx-md--8 {
    margin-left: -8rem !important;
  }

  /* line 13671, /app/app/assets/stylesheets/argon.css */
  .m-md--7 {
    margin: -6rem !important;
  }

  /* line 13675, /app/app/assets/stylesheets/argon.css */
  .mt-md--7,
  .my-md--7 {
    margin-top: -6rem !important;
  }

  /* line 13680, /app/app/assets/stylesheets/argon.css */
  .mr-md--7,
  .mx-md--7 {
    margin-right: -6rem !important;
  }

  /* line 13685, /app/app/assets/stylesheets/argon.css */
  .mb-md--7,
  .my-md--7 {
    margin-bottom: -6rem !important;
  }

  /* line 13690, /app/app/assets/stylesheets/argon.css */
  .ml-md--7,
  .mx-md--7 {
    margin-left: -6rem !important;
  }

  /* line 13695, /app/app/assets/stylesheets/argon.css */
  .m-md--6 {
    margin: -4.5rem !important;
  }

  /* line 13699, /app/app/assets/stylesheets/argon.css */
  .mt-md--6,
  .my-md--6 {
    margin-top: -4.5rem !important;
  }

  /* line 13704, /app/app/assets/stylesheets/argon.css */
  .mr-md--6,
  .mx-md--6 {
    margin-right: -4.5rem !important;
  }

  /* line 13709, /app/app/assets/stylesheets/argon.css */
  .mb-md--6,
  .my-md--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 13714, /app/app/assets/stylesheets/argon.css */
  .ml-md--6,
  .mx-md--6 {
    margin-left: -4.5rem !important;
  }

  /* line 13719, /app/app/assets/stylesheets/argon.css */
  .m-md--5 {
    margin: -3rem !important;
  }

  /* line 13723, /app/app/assets/stylesheets/argon.css */
  .mt-md--5,
  .my-md--5 {
    margin-top: -3rem !important;
  }

  /* line 13728, /app/app/assets/stylesheets/argon.css */
  .mr-md--5,
  .mx-md--5 {
    margin-right: -3rem !important;
  }

  /* line 13733, /app/app/assets/stylesheets/argon.css */
  .mb-md--5,
  .my-md--5 {
    margin-bottom: -3rem !important;
  }

  /* line 13738, /app/app/assets/stylesheets/argon.css */
  .ml-md--5,
  .mx-md--5 {
    margin-left: -3rem !important;
  }

  /* line 13743, /app/app/assets/stylesheets/argon.css */
  .m-md--4 {
    margin: -1.5rem !important;
  }

  /* line 13747, /app/app/assets/stylesheets/argon.css */
  .mt-md--4,
  .my-md--4 {
    margin-top: -1.5rem !important;
  }

  /* line 13752, /app/app/assets/stylesheets/argon.css */
  .mr-md--4,
  .mx-md--4 {
    margin-right: -1.5rem !important;
  }

  /* line 13757, /app/app/assets/stylesheets/argon.css */
  .mb-md--4,
  .my-md--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 13762, /app/app/assets/stylesheets/argon.css */
  .ml-md--4,
  .mx-md--4 {
    margin-left: -1.5rem !important;
  }

  /* line 13767, /app/app/assets/stylesheets/argon.css */
  .m-md--3 {
    margin: -1rem !important;
  }

  /* line 13771, /app/app/assets/stylesheets/argon.css */
  .mt-md--3,
  .my-md--3 {
    margin-top: -1rem !important;
  }

  /* line 13776, /app/app/assets/stylesheets/argon.css */
  .mr-md--3,
  .mx-md--3 {
    margin-right: -1rem !important;
  }

  /* line 13781, /app/app/assets/stylesheets/argon.css */
  .mb-md--3,
  .my-md--3 {
    margin-bottom: -1rem !important;
  }

  /* line 13786, /app/app/assets/stylesheets/argon.css */
  .ml-md--3,
  .mx-md--3 {
    margin-left: -1rem !important;
  }

  /* line 13791, /app/app/assets/stylesheets/argon.css */
  .m-md--2 {
    margin: -.5rem !important;
  }

  /* line 13795, /app/app/assets/stylesheets/argon.css */
  .mt-md--2,
  .my-md--2 {
    margin-top: -.5rem !important;
  }

  /* line 13800, /app/app/assets/stylesheets/argon.css */
  .mr-md--2,
  .mx-md--2 {
    margin-right: -.5rem !important;
  }

  /* line 13805, /app/app/assets/stylesheets/argon.css */
  .mb-md--2,
  .my-md--2 {
    margin-bottom: -.5rem !important;
  }

  /* line 13810, /app/app/assets/stylesheets/argon.css */
  .ml-md--2,
  .mx-md--2 {
    margin-left: -.5rem !important;
  }

  /* line 13815, /app/app/assets/stylesheets/argon.css */
  .m-md--1 {
    margin: -.25rem !important;
  }

  /* line 13819, /app/app/assets/stylesheets/argon.css */
  .mt-md--1,
  .my-md--1 {
    margin-top: -.25rem !important;
  }

  /* line 13824, /app/app/assets/stylesheets/argon.css */
  .mr-md--1,
  .mx-md--1 {
    margin-right: -.25rem !important;
  }

  /* line 13829, /app/app/assets/stylesheets/argon.css */
  .mb-md--1,
  .my-md--1 {
    margin-bottom: -.25rem !important;
  }

  /* line 13834, /app/app/assets/stylesheets/argon.css */
  .ml-md--1,
  .mx-md--1 {
    margin-left: -.25rem !important;
  }

  /* line 13839, /app/app/assets/stylesheets/argon.css */
  .m-md-6 {
    margin: 4.5rem !important;
  }

  /* line 13843, /app/app/assets/stylesheets/argon.css */
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }

  /* line 13848, /app/app/assets/stylesheets/argon.css */
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }

  /* line 13853, /app/app/assets/stylesheets/argon.css */
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 13858, /app/app/assets/stylesheets/argon.css */
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }

  /* line 13863, /app/app/assets/stylesheets/argon.css */
  .m-md-7 {
    margin: 6rem !important;
  }

  /* line 13867, /app/app/assets/stylesheets/argon.css */
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }

  /* line 13872, /app/app/assets/stylesheets/argon.css */
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }

  /* line 13877, /app/app/assets/stylesheets/argon.css */
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }

  /* line 13882, /app/app/assets/stylesheets/argon.css */
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }

  /* line 13887, /app/app/assets/stylesheets/argon.css */
  .m-md-8 {
    margin: 8rem !important;
  }

  /* line 13891, /app/app/assets/stylesheets/argon.css */
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }

  /* line 13896, /app/app/assets/stylesheets/argon.css */
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }

  /* line 13901, /app/app/assets/stylesheets/argon.css */
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }

  /* line 13906, /app/app/assets/stylesheets/argon.css */
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }

  /* line 13911, /app/app/assets/stylesheets/argon.css */
  .m-md-9 {
    margin: 10rem !important;
  }

  /* line 13915, /app/app/assets/stylesheets/argon.css */
  .mt-md-9,
  .my-md-9 {
    margin-top: 10rem !important;
  }

  /* line 13920, /app/app/assets/stylesheets/argon.css */
  .mr-md-9,
  .mx-md-9 {
    margin-right: 10rem !important;
  }

  /* line 13925, /app/app/assets/stylesheets/argon.css */
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 10rem !important;
  }

  /* line 13930, /app/app/assets/stylesheets/argon.css */
  .ml-md-9,
  .mx-md-9 {
    margin-left: 10rem !important;
  }

  /* line 13935, /app/app/assets/stylesheets/argon.css */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13939, /app/app/assets/stylesheets/argon.css */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 13944, /app/app/assets/stylesheets/argon.css */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 13949, /app/app/assets/stylesheets/argon.css */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 13954, /app/app/assets/stylesheets/argon.css */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 13959, /app/app/assets/stylesheets/argon.css */
  .p-md-1 {
    padding: .25rem !important;
  }

  /* line 13963, /app/app/assets/stylesheets/argon.css */
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }

  /* line 13968, /app/app/assets/stylesheets/argon.css */
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }

  /* line 13973, /app/app/assets/stylesheets/argon.css */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }

  /* line 13978, /app/app/assets/stylesheets/argon.css */
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }

  /* line 13983, /app/app/assets/stylesheets/argon.css */
  .p-md-2 {
    padding: .5rem !important;
  }

  /* line 13987, /app/app/assets/stylesheets/argon.css */
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }

  /* line 13992, /app/app/assets/stylesheets/argon.css */
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }

  /* line 13997, /app/app/assets/stylesheets/argon.css */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }

  /* line 14002, /app/app/assets/stylesheets/argon.css */
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }

  /* line 14007, /app/app/assets/stylesheets/argon.css */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 14011, /app/app/assets/stylesheets/argon.css */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 14016, /app/app/assets/stylesheets/argon.css */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 14021, /app/app/assets/stylesheets/argon.css */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 14026, /app/app/assets/stylesheets/argon.css */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 14031, /app/app/assets/stylesheets/argon.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 14035, /app/app/assets/stylesheets/argon.css */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 14040, /app/app/assets/stylesheets/argon.css */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 14045, /app/app/assets/stylesheets/argon.css */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 14050, /app/app/assets/stylesheets/argon.css */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 14055, /app/app/assets/stylesheets/argon.css */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 14059, /app/app/assets/stylesheets/argon.css */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 14064, /app/app/assets/stylesheets/argon.css */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 14069, /app/app/assets/stylesheets/argon.css */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 14074, /app/app/assets/stylesheets/argon.css */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 14079, /app/app/assets/stylesheets/argon.css */
  .p-md--9 {
    padding: -10rem !important;
  }

  /* line 14083, /app/app/assets/stylesheets/argon.css */
  .pt-md--9,
  .py-md--9 {
    padding-top: -10rem !important;
  }

  /* line 14088, /app/app/assets/stylesheets/argon.css */
  .pr-md--9,
  .px-md--9 {
    padding-right: -10rem !important;
  }

  /* line 14093, /app/app/assets/stylesheets/argon.css */
  .pb-md--9,
  .py-md--9 {
    padding-bottom: -10rem !important;
  }

  /* line 14098, /app/app/assets/stylesheets/argon.css */
  .pl-md--9,
  .px-md--9 {
    padding-left: -10rem !important;
  }

  /* line 14103, /app/app/assets/stylesheets/argon.css */
  .p-md--8 {
    padding: -8rem !important;
  }

  /* line 14107, /app/app/assets/stylesheets/argon.css */
  .pt-md--8,
  .py-md--8 {
    padding-top: -8rem !important;
  }

  /* line 14112, /app/app/assets/stylesheets/argon.css */
  .pr-md--8,
  .px-md--8 {
    padding-right: -8rem !important;
  }

  /* line 14117, /app/app/assets/stylesheets/argon.css */
  .pb-md--8,
  .py-md--8 {
    padding-bottom: -8rem !important;
  }

  /* line 14122, /app/app/assets/stylesheets/argon.css */
  .pl-md--8,
  .px-md--8 {
    padding-left: -8rem !important;
  }

  /* line 14127, /app/app/assets/stylesheets/argon.css */
  .p-md--7 {
    padding: -6rem !important;
  }

  /* line 14131, /app/app/assets/stylesheets/argon.css */
  .pt-md--7,
  .py-md--7 {
    padding-top: -6rem !important;
  }

  /* line 14136, /app/app/assets/stylesheets/argon.css */
  .pr-md--7,
  .px-md--7 {
    padding-right: -6rem !important;
  }

  /* line 14141, /app/app/assets/stylesheets/argon.css */
  .pb-md--7,
  .py-md--7 {
    padding-bottom: -6rem !important;
  }

  /* line 14146, /app/app/assets/stylesheets/argon.css */
  .pl-md--7,
  .px-md--7 {
    padding-left: -6rem !important;
  }

  /* line 14151, /app/app/assets/stylesheets/argon.css */
  .p-md--6 {
    padding: -4.5rem !important;
  }

  /* line 14155, /app/app/assets/stylesheets/argon.css */
  .pt-md--6,
  .py-md--6 {
    padding-top: -4.5rem !important;
  }

  /* line 14160, /app/app/assets/stylesheets/argon.css */
  .pr-md--6,
  .px-md--6 {
    padding-right: -4.5rem !important;
  }

  /* line 14165, /app/app/assets/stylesheets/argon.css */
  .pb-md--6,
  .py-md--6 {
    padding-bottom: -4.5rem !important;
  }

  /* line 14170, /app/app/assets/stylesheets/argon.css */
  .pl-md--6,
  .px-md--6 {
    padding-left: -4.5rem !important;
  }

  /* line 14175, /app/app/assets/stylesheets/argon.css */
  .p-md--5 {
    padding: -3rem !important;
  }

  /* line 14179, /app/app/assets/stylesheets/argon.css */
  .pt-md--5,
  .py-md--5 {
    padding-top: -3rem !important;
  }

  /* line 14184, /app/app/assets/stylesheets/argon.css */
  .pr-md--5,
  .px-md--5 {
    padding-right: -3rem !important;
  }

  /* line 14189, /app/app/assets/stylesheets/argon.css */
  .pb-md--5,
  .py-md--5 {
    padding-bottom: -3rem !important;
  }

  /* line 14194, /app/app/assets/stylesheets/argon.css */
  .pl-md--5,
  .px-md--5 {
    padding-left: -3rem !important;
  }

  /* line 14199, /app/app/assets/stylesheets/argon.css */
  .p-md--4 {
    padding: -1.5rem !important;
  }

  /* line 14203, /app/app/assets/stylesheets/argon.css */
  .pt-md--4,
  .py-md--4 {
    padding-top: -1.5rem !important;
  }

  /* line 14208, /app/app/assets/stylesheets/argon.css */
  .pr-md--4,
  .px-md--4 {
    padding-right: -1.5rem !important;
  }

  /* line 14213, /app/app/assets/stylesheets/argon.css */
  .pb-md--4,
  .py-md--4 {
    padding-bottom: -1.5rem !important;
  }

  /* line 14218, /app/app/assets/stylesheets/argon.css */
  .pl-md--4,
  .px-md--4 {
    padding-left: -1.5rem !important;
  }

  /* line 14223, /app/app/assets/stylesheets/argon.css */
  .p-md--3 {
    padding: -1rem !important;
  }

  /* line 14227, /app/app/assets/stylesheets/argon.css */
  .pt-md--3,
  .py-md--3 {
    padding-top: -1rem !important;
  }

  /* line 14232, /app/app/assets/stylesheets/argon.css */
  .pr-md--3,
  .px-md--3 {
    padding-right: -1rem !important;
  }

  /* line 14237, /app/app/assets/stylesheets/argon.css */
  .pb-md--3,
  .py-md--3 {
    padding-bottom: -1rem !important;
  }

  /* line 14242, /app/app/assets/stylesheets/argon.css */
  .pl-md--3,
  .px-md--3 {
    padding-left: -1rem !important;
  }

  /* line 14247, /app/app/assets/stylesheets/argon.css */
  .p-md--2 {
    padding: -.5rem !important;
  }

  /* line 14251, /app/app/assets/stylesheets/argon.css */
  .pt-md--2,
  .py-md--2 {
    padding-top: -.5rem !important;
  }

  /* line 14256, /app/app/assets/stylesheets/argon.css */
  .pr-md--2,
  .px-md--2 {
    padding-right: -.5rem !important;
  }

  /* line 14261, /app/app/assets/stylesheets/argon.css */
  .pb-md--2,
  .py-md--2 {
    padding-bottom: -.5rem !important;
  }

  /* line 14266, /app/app/assets/stylesheets/argon.css */
  .pl-md--2,
  .px-md--2 {
    padding-left: -.5rem !important;
  }

  /* line 14271, /app/app/assets/stylesheets/argon.css */
  .p-md--1 {
    padding: -.25rem !important;
  }

  /* line 14275, /app/app/assets/stylesheets/argon.css */
  .pt-md--1,
  .py-md--1 {
    padding-top: -.25rem !important;
  }

  /* line 14280, /app/app/assets/stylesheets/argon.css */
  .pr-md--1,
  .px-md--1 {
    padding-right: -.25rem !important;
  }

  /* line 14285, /app/app/assets/stylesheets/argon.css */
  .pb-md--1,
  .py-md--1 {
    padding-bottom: -.25rem !important;
  }

  /* line 14290, /app/app/assets/stylesheets/argon.css */
  .pl-md--1,
  .px-md--1 {
    padding-left: -.25rem !important;
  }

  /* line 14295, /app/app/assets/stylesheets/argon.css */
  .p-md-6 {
    padding: 4.5rem !important;
  }

  /* line 14299, /app/app/assets/stylesheets/argon.css */
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }

  /* line 14304, /app/app/assets/stylesheets/argon.css */
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }

  /* line 14309, /app/app/assets/stylesheets/argon.css */
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 14314, /app/app/assets/stylesheets/argon.css */
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }

  /* line 14319, /app/app/assets/stylesheets/argon.css */
  .p-md-7 {
    padding: 6rem !important;
  }

  /* line 14323, /app/app/assets/stylesheets/argon.css */
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }

  /* line 14328, /app/app/assets/stylesheets/argon.css */
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }

  /* line 14333, /app/app/assets/stylesheets/argon.css */
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }

  /* line 14338, /app/app/assets/stylesheets/argon.css */
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }

  /* line 14343, /app/app/assets/stylesheets/argon.css */
  .p-md-8 {
    padding: 8rem !important;
  }

  /* line 14347, /app/app/assets/stylesheets/argon.css */
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }

  /* line 14352, /app/app/assets/stylesheets/argon.css */
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }

  /* line 14357, /app/app/assets/stylesheets/argon.css */
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }

  /* line 14362, /app/app/assets/stylesheets/argon.css */
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }

  /* line 14367, /app/app/assets/stylesheets/argon.css */
  .p-md-9 {
    padding: 10rem !important;
  }

  /* line 14371, /app/app/assets/stylesheets/argon.css */
  .pt-md-9,
  .py-md-9 {
    padding-top: 10rem !important;
  }

  /* line 14376, /app/app/assets/stylesheets/argon.css */
  .pr-md-9,
  .px-md-9 {
    padding-right: 10rem !important;
  }

  /* line 14381, /app/app/assets/stylesheets/argon.css */
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 10rem !important;
  }

  /* line 14386, /app/app/assets/stylesheets/argon.css */
  .pl-md-9,
  .px-md-9 {
    padding-left: 10rem !important;
  }

  /* line 14391, /app/app/assets/stylesheets/argon.css */
  .m-md-n1 {
    margin: -.25rem !important;
  }

  /* line 14395, /app/app/assets/stylesheets/argon.css */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important;
  }

  /* line 14400, /app/app/assets/stylesheets/argon.css */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important;
  }

  /* line 14405, /app/app/assets/stylesheets/argon.css */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important;
  }

  /* line 14410, /app/app/assets/stylesheets/argon.css */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important;
  }

  /* line 14415, /app/app/assets/stylesheets/argon.css */
  .m-md-n2 {
    margin: -.5rem !important;
  }

  /* line 14419, /app/app/assets/stylesheets/argon.css */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important;
  }

  /* line 14424, /app/app/assets/stylesheets/argon.css */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important;
  }

  /* line 14429, /app/app/assets/stylesheets/argon.css */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important;
  }

  /* line 14434, /app/app/assets/stylesheets/argon.css */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important;
  }

  /* line 14439, /app/app/assets/stylesheets/argon.css */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 14443, /app/app/assets/stylesheets/argon.css */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 14448, /app/app/assets/stylesheets/argon.css */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 14453, /app/app/assets/stylesheets/argon.css */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 14458, /app/app/assets/stylesheets/argon.css */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 14463, /app/app/assets/stylesheets/argon.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 14467, /app/app/assets/stylesheets/argon.css */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 14472, /app/app/assets/stylesheets/argon.css */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 14477, /app/app/assets/stylesheets/argon.css */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 14482, /app/app/assets/stylesheets/argon.css */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 14487, /app/app/assets/stylesheets/argon.css */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 14491, /app/app/assets/stylesheets/argon.css */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 14496, /app/app/assets/stylesheets/argon.css */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 14501, /app/app/assets/stylesheets/argon.css */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 14506, /app/app/assets/stylesheets/argon.css */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 14511, /app/app/assets/stylesheets/argon.css */
  .m-md-n-9 {
    margin: 10rem !important;
  }

  /* line 14515, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-9,
  .my-md-n-9 {
    margin-top: 10rem !important;
  }

  /* line 14520, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-9,
  .mx-md-n-9 {
    margin-right: 10rem !important;
  }

  /* line 14525, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-9,
  .my-md-n-9 {
    margin-bottom: 10rem !important;
  }

  /* line 14530, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-9,
  .mx-md-n-9 {
    margin-left: 10rem !important;
  }

  /* line 14535, /app/app/assets/stylesheets/argon.css */
  .m-md-n-8 {
    margin: 8rem !important;
  }

  /* line 14539, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-8,
  .my-md-n-8 {
    margin-top: 8rem !important;
  }

  /* line 14544, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-8,
  .mx-md-n-8 {
    margin-right: 8rem !important;
  }

  /* line 14549, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-8,
  .my-md-n-8 {
    margin-bottom: 8rem !important;
  }

  /* line 14554, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-8,
  .mx-md-n-8 {
    margin-left: 8rem !important;
  }

  /* line 14559, /app/app/assets/stylesheets/argon.css */
  .m-md-n-7 {
    margin: 6rem !important;
  }

  /* line 14563, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-7,
  .my-md-n-7 {
    margin-top: 6rem !important;
  }

  /* line 14568, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-7,
  .mx-md-n-7 {
    margin-right: 6rem !important;
  }

  /* line 14573, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-7,
  .my-md-n-7 {
    margin-bottom: 6rem !important;
  }

  /* line 14578, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-7,
  .mx-md-n-7 {
    margin-left: 6rem !important;
  }

  /* line 14583, /app/app/assets/stylesheets/argon.css */
  .m-md-n-6 {
    margin: 4.5rem !important;
  }

  /* line 14587, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-6,
  .my-md-n-6 {
    margin-top: 4.5rem !important;
  }

  /* line 14592, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-6,
  .mx-md-n-6 {
    margin-right: 4.5rem !important;
  }

  /* line 14597, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-6,
  .my-md-n-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 14602, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-6,
  .mx-md-n-6 {
    margin-left: 4.5rem !important;
  }

  /* line 14607, /app/app/assets/stylesheets/argon.css */
  .m-md-n-5 {
    margin: 3rem !important;
  }

  /* line 14611, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-5,
  .my-md-n-5 {
    margin-top: 3rem !important;
  }

  /* line 14616, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-5,
  .mx-md-n-5 {
    margin-right: 3rem !important;
  }

  /* line 14621, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-5,
  .my-md-n-5 {
    margin-bottom: 3rem !important;
  }

  /* line 14626, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-5,
  .mx-md-n-5 {
    margin-left: 3rem !important;
  }

  /* line 14631, /app/app/assets/stylesheets/argon.css */
  .m-md-n-4 {
    margin: 1.5rem !important;
  }

  /* line 14635, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-4,
  .my-md-n-4 {
    margin-top: 1.5rem !important;
  }

  /* line 14640, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-4,
  .mx-md-n-4 {
    margin-right: 1.5rem !important;
  }

  /* line 14645, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-4,
  .my-md-n-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 14650, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-4,
  .mx-md-n-4 {
    margin-left: 1.5rem !important;
  }

  /* line 14655, /app/app/assets/stylesheets/argon.css */
  .m-md-n-3 {
    margin: 1rem !important;
  }

  /* line 14659, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-3,
  .my-md-n-3 {
    margin-top: 1rem !important;
  }

  /* line 14664, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-3,
  .mx-md-n-3 {
    margin-right: 1rem !important;
  }

  /* line 14669, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-3,
  .my-md-n-3 {
    margin-bottom: 1rem !important;
  }

  /* line 14674, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-3,
  .mx-md-n-3 {
    margin-left: 1rem !important;
  }

  /* line 14679, /app/app/assets/stylesheets/argon.css */
  .m-md-n-2 {
    margin: .5rem !important;
  }

  /* line 14683, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-2,
  .my-md-n-2 {
    margin-top: .5rem !important;
  }

  /* line 14688, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-2,
  .mx-md-n-2 {
    margin-right: .5rem !important;
  }

  /* line 14693, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-2,
  .my-md-n-2 {
    margin-bottom: .5rem !important;
  }

  /* line 14698, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-2,
  .mx-md-n-2 {
    margin-left: .5rem !important;
  }

  /* line 14703, /app/app/assets/stylesheets/argon.css */
  .m-md-n-1 {
    margin: .25rem !important;
  }

  /* line 14707, /app/app/assets/stylesheets/argon.css */
  .mt-md-n-1,
  .my-md-n-1 {
    margin-top: .25rem !important;
  }

  /* line 14712, /app/app/assets/stylesheets/argon.css */
  .mr-md-n-1,
  .mx-md-n-1 {
    margin-right: .25rem !important;
  }

  /* line 14717, /app/app/assets/stylesheets/argon.css */
  .mb-md-n-1,
  .my-md-n-1 {
    margin-bottom: .25rem !important;
  }

  /* line 14722, /app/app/assets/stylesheets/argon.css */
  .ml-md-n-1,
  .mx-md-n-1 {
    margin-left: .25rem !important;
  }

  /* line 14727, /app/app/assets/stylesheets/argon.css */
  .m-md-n6 {
    margin: -4.5rem !important;
  }

  /* line 14731, /app/app/assets/stylesheets/argon.css */
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }

  /* line 14736, /app/app/assets/stylesheets/argon.css */
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }

  /* line 14741, /app/app/assets/stylesheets/argon.css */
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 14746, /app/app/assets/stylesheets/argon.css */
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }

  /* line 14751, /app/app/assets/stylesheets/argon.css */
  .m-md-n7 {
    margin: -6rem !important;
  }

  /* line 14755, /app/app/assets/stylesheets/argon.css */
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }

  /* line 14760, /app/app/assets/stylesheets/argon.css */
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }

  /* line 14765, /app/app/assets/stylesheets/argon.css */
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }

  /* line 14770, /app/app/assets/stylesheets/argon.css */
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }

  /* line 14775, /app/app/assets/stylesheets/argon.css */
  .m-md-n8 {
    margin: -8rem !important;
  }

  /* line 14779, /app/app/assets/stylesheets/argon.css */
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }

  /* line 14784, /app/app/assets/stylesheets/argon.css */
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }

  /* line 14789, /app/app/assets/stylesheets/argon.css */
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }

  /* line 14794, /app/app/assets/stylesheets/argon.css */
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }

  /* line 14799, /app/app/assets/stylesheets/argon.css */
  .m-md-n9 {
    margin: -10rem !important;
  }

  /* line 14803, /app/app/assets/stylesheets/argon.css */
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -10rem !important;
  }

  /* line 14808, /app/app/assets/stylesheets/argon.css */
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -10rem !important;
  }

  /* line 14813, /app/app/assets/stylesheets/argon.css */
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -10rem !important;
  }

  /* line 14818, /app/app/assets/stylesheets/argon.css */
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -10rem !important;
  }

  /* line 14823, /app/app/assets/stylesheets/argon.css */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 14827, /app/app/assets/stylesheets/argon.css */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 14832, /app/app/assets/stylesheets/argon.css */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 14837, /app/app/assets/stylesheets/argon.css */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 14842, /app/app/assets/stylesheets/argon.css */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 14851, /app/app/assets/stylesheets/argon.css */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 14855, /app/app/assets/stylesheets/argon.css */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 14860, /app/app/assets/stylesheets/argon.css */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 14865, /app/app/assets/stylesheets/argon.css */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 14870, /app/app/assets/stylesheets/argon.css */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 14875, /app/app/assets/stylesheets/argon.css */
  .m-lg-1 {
    margin: .25rem !important;
  }

  /* line 14879, /app/app/assets/stylesheets/argon.css */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }

  /* line 14884, /app/app/assets/stylesheets/argon.css */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }

  /* line 14889, /app/app/assets/stylesheets/argon.css */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }

  /* line 14894, /app/app/assets/stylesheets/argon.css */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }

  /* line 14899, /app/app/assets/stylesheets/argon.css */
  .m-lg-2 {
    margin: .5rem !important;
  }

  /* line 14903, /app/app/assets/stylesheets/argon.css */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }

  /* line 14908, /app/app/assets/stylesheets/argon.css */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }

  /* line 14913, /app/app/assets/stylesheets/argon.css */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }

  /* line 14918, /app/app/assets/stylesheets/argon.css */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }

  /* line 14923, /app/app/assets/stylesheets/argon.css */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 14927, /app/app/assets/stylesheets/argon.css */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 14932, /app/app/assets/stylesheets/argon.css */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 14937, /app/app/assets/stylesheets/argon.css */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 14942, /app/app/assets/stylesheets/argon.css */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 14947, /app/app/assets/stylesheets/argon.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 14951, /app/app/assets/stylesheets/argon.css */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 14956, /app/app/assets/stylesheets/argon.css */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 14961, /app/app/assets/stylesheets/argon.css */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 14966, /app/app/assets/stylesheets/argon.css */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 14971, /app/app/assets/stylesheets/argon.css */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 14975, /app/app/assets/stylesheets/argon.css */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 14980, /app/app/assets/stylesheets/argon.css */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 14985, /app/app/assets/stylesheets/argon.css */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 14990, /app/app/assets/stylesheets/argon.css */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 14995, /app/app/assets/stylesheets/argon.css */
  .m-lg--9 {
    margin: -10rem !important;
  }

  /* line 14999, /app/app/assets/stylesheets/argon.css */
  .mt-lg--9,
  .my-lg--9 {
    margin-top: -10rem !important;
  }

  /* line 15004, /app/app/assets/stylesheets/argon.css */
  .mr-lg--9,
  .mx-lg--9 {
    margin-right: -10rem !important;
  }

  /* line 15009, /app/app/assets/stylesheets/argon.css */
  .mb-lg--9,
  .my-lg--9 {
    margin-bottom: -10rem !important;
  }

  /* line 15014, /app/app/assets/stylesheets/argon.css */
  .ml-lg--9,
  .mx-lg--9 {
    margin-left: -10rem !important;
  }

  /* line 15019, /app/app/assets/stylesheets/argon.css */
  .m-lg--8 {
    margin: -8rem !important;
  }

  /* line 15023, /app/app/assets/stylesheets/argon.css */
  .mt-lg--8,
  .my-lg--8 {
    margin-top: -8rem !important;
  }

  /* line 15028, /app/app/assets/stylesheets/argon.css */
  .mr-lg--8,
  .mx-lg--8 {
    margin-right: -8rem !important;
  }

  /* line 15033, /app/app/assets/stylesheets/argon.css */
  .mb-lg--8,
  .my-lg--8 {
    margin-bottom: -8rem !important;
  }

  /* line 15038, /app/app/assets/stylesheets/argon.css */
  .ml-lg--8,
  .mx-lg--8 {
    margin-left: -8rem !important;
  }

  /* line 15043, /app/app/assets/stylesheets/argon.css */
  .m-lg--7 {
    margin: -6rem !important;
  }

  /* line 15047, /app/app/assets/stylesheets/argon.css */
  .mt-lg--7,
  .my-lg--7 {
    margin-top: -6rem !important;
  }

  /* line 15052, /app/app/assets/stylesheets/argon.css */
  .mr-lg--7,
  .mx-lg--7 {
    margin-right: -6rem !important;
  }

  /* line 15057, /app/app/assets/stylesheets/argon.css */
  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: -6rem !important;
  }

  /* line 15062, /app/app/assets/stylesheets/argon.css */
  .ml-lg--7,
  .mx-lg--7 {
    margin-left: -6rem !important;
  }

  /* line 15067, /app/app/assets/stylesheets/argon.css */
  .m-lg--6 {
    margin: -4.5rem !important;
  }

  /* line 15071, /app/app/assets/stylesheets/argon.css */
  .mt-lg--6,
  .my-lg--6 {
    margin-top: -4.5rem !important;
  }

  /* line 15076, /app/app/assets/stylesheets/argon.css */
  .mr-lg--6,
  .mx-lg--6 {
    margin-right: -4.5rem !important;
  }

  /* line 15081, /app/app/assets/stylesheets/argon.css */
  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 15086, /app/app/assets/stylesheets/argon.css */
  .ml-lg--6,
  .mx-lg--6 {
    margin-left: -4.5rem !important;
  }

  /* line 15091, /app/app/assets/stylesheets/argon.css */
  .m-lg--5 {
    margin: -3rem !important;
  }

  /* line 15095, /app/app/assets/stylesheets/argon.css */
  .mt-lg--5,
  .my-lg--5 {
    margin-top: -3rem !important;
  }

  /* line 15100, /app/app/assets/stylesheets/argon.css */
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: -3rem !important;
  }

  /* line 15105, /app/app/assets/stylesheets/argon.css */
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: -3rem !important;
  }

  /* line 15110, /app/app/assets/stylesheets/argon.css */
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: -3rem !important;
  }

  /* line 15115, /app/app/assets/stylesheets/argon.css */
  .m-lg--4 {
    margin: -1.5rem !important;
  }

  /* line 15119, /app/app/assets/stylesheets/argon.css */
  .mt-lg--4,
  .my-lg--4 {
    margin-top: -1.5rem !important;
  }

  /* line 15124, /app/app/assets/stylesheets/argon.css */
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: -1.5rem !important;
  }

  /* line 15129, /app/app/assets/stylesheets/argon.css */
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 15134, /app/app/assets/stylesheets/argon.css */
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: -1.5rem !important;
  }

  /* line 15139, /app/app/assets/stylesheets/argon.css */
  .m-lg--3 {
    margin: -1rem !important;
  }

  /* line 15143, /app/app/assets/stylesheets/argon.css */
  .mt-lg--3,
  .my-lg--3 {
    margin-top: -1rem !important;
  }

  /* line 15148, /app/app/assets/stylesheets/argon.css */
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: -1rem !important;
  }

  /* line 15153, /app/app/assets/stylesheets/argon.css */
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: -1rem !important;
  }

  /* line 15158, /app/app/assets/stylesheets/argon.css */
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: -1rem !important;
  }

  /* line 15163, /app/app/assets/stylesheets/argon.css */
  .m-lg--2 {
    margin: -.5rem !important;
  }

  /* line 15167, /app/app/assets/stylesheets/argon.css */
  .mt-lg--2,
  .my-lg--2 {
    margin-top: -.5rem !important;
  }

  /* line 15172, /app/app/assets/stylesheets/argon.css */
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: -.5rem !important;
  }

  /* line 15177, /app/app/assets/stylesheets/argon.css */
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: -.5rem !important;
  }

  /* line 15182, /app/app/assets/stylesheets/argon.css */
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: -.5rem !important;
  }

  /* line 15187, /app/app/assets/stylesheets/argon.css */
  .m-lg--1 {
    margin: -.25rem !important;
  }

  /* line 15191, /app/app/assets/stylesheets/argon.css */
  .mt-lg--1,
  .my-lg--1 {
    margin-top: -.25rem !important;
  }

  /* line 15196, /app/app/assets/stylesheets/argon.css */
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: -.25rem !important;
  }

  /* line 15201, /app/app/assets/stylesheets/argon.css */
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: -.25rem !important;
  }

  /* line 15206, /app/app/assets/stylesheets/argon.css */
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: -.25rem !important;
  }

  /* line 15211, /app/app/assets/stylesheets/argon.css */
  .m-lg-6 {
    margin: 4.5rem !important;
  }

  /* line 15215, /app/app/assets/stylesheets/argon.css */
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }

  /* line 15220, /app/app/assets/stylesheets/argon.css */
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  /* line 15225, /app/app/assets/stylesheets/argon.css */
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 15230, /app/app/assets/stylesheets/argon.css */
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  /* line 15235, /app/app/assets/stylesheets/argon.css */
  .m-lg-7 {
    margin: 6rem !important;
  }

  /* line 15239, /app/app/assets/stylesheets/argon.css */
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }

  /* line 15244, /app/app/assets/stylesheets/argon.css */
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }

  /* line 15249, /app/app/assets/stylesheets/argon.css */
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }

  /* line 15254, /app/app/assets/stylesheets/argon.css */
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }

  /* line 15259, /app/app/assets/stylesheets/argon.css */
  .m-lg-8 {
    margin: 8rem !important;
  }

  /* line 15263, /app/app/assets/stylesheets/argon.css */
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }

  /* line 15268, /app/app/assets/stylesheets/argon.css */
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }

  /* line 15273, /app/app/assets/stylesheets/argon.css */
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }

  /* line 15278, /app/app/assets/stylesheets/argon.css */
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }

  /* line 15283, /app/app/assets/stylesheets/argon.css */
  .m-lg-9 {
    margin: 10rem !important;
  }

  /* line 15287, /app/app/assets/stylesheets/argon.css */
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 10rem !important;
  }

  /* line 15292, /app/app/assets/stylesheets/argon.css */
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 10rem !important;
  }

  /* line 15297, /app/app/assets/stylesheets/argon.css */
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 10rem !important;
  }

  /* line 15302, /app/app/assets/stylesheets/argon.css */
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 10rem !important;
  }

  /* line 15307, /app/app/assets/stylesheets/argon.css */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 15311, /app/app/assets/stylesheets/argon.css */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 15316, /app/app/assets/stylesheets/argon.css */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 15321, /app/app/assets/stylesheets/argon.css */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 15326, /app/app/assets/stylesheets/argon.css */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 15331, /app/app/assets/stylesheets/argon.css */
  .p-lg-1 {
    padding: .25rem !important;
  }

  /* line 15335, /app/app/assets/stylesheets/argon.css */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }

  /* line 15340, /app/app/assets/stylesheets/argon.css */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }

  /* line 15345, /app/app/assets/stylesheets/argon.css */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  /* line 15350, /app/app/assets/stylesheets/argon.css */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }

  /* line 15355, /app/app/assets/stylesheets/argon.css */
  .p-lg-2 {
    padding: .5rem !important;
  }

  /* line 15359, /app/app/assets/stylesheets/argon.css */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }

  /* line 15364, /app/app/assets/stylesheets/argon.css */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }

  /* line 15369, /app/app/assets/stylesheets/argon.css */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  /* line 15374, /app/app/assets/stylesheets/argon.css */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }

  /* line 15379, /app/app/assets/stylesheets/argon.css */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 15383, /app/app/assets/stylesheets/argon.css */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 15388, /app/app/assets/stylesheets/argon.css */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 15393, /app/app/assets/stylesheets/argon.css */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 15398, /app/app/assets/stylesheets/argon.css */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 15403, /app/app/assets/stylesheets/argon.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 15407, /app/app/assets/stylesheets/argon.css */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 15412, /app/app/assets/stylesheets/argon.css */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 15417, /app/app/assets/stylesheets/argon.css */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 15422, /app/app/assets/stylesheets/argon.css */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 15427, /app/app/assets/stylesheets/argon.css */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 15431, /app/app/assets/stylesheets/argon.css */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 15436, /app/app/assets/stylesheets/argon.css */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 15441, /app/app/assets/stylesheets/argon.css */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 15446, /app/app/assets/stylesheets/argon.css */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 15451, /app/app/assets/stylesheets/argon.css */
  .p-lg--9 {
    padding: -10rem !important;
  }

  /* line 15455, /app/app/assets/stylesheets/argon.css */
  .pt-lg--9,
  .py-lg--9 {
    padding-top: -10rem !important;
  }

  /* line 15460, /app/app/assets/stylesheets/argon.css */
  .pr-lg--9,
  .px-lg--9 {
    padding-right: -10rem !important;
  }

  /* line 15465, /app/app/assets/stylesheets/argon.css */
  .pb-lg--9,
  .py-lg--9 {
    padding-bottom: -10rem !important;
  }

  /* line 15470, /app/app/assets/stylesheets/argon.css */
  .pl-lg--9,
  .px-lg--9 {
    padding-left: -10rem !important;
  }

  /* line 15475, /app/app/assets/stylesheets/argon.css */
  .p-lg--8 {
    padding: -8rem !important;
  }

  /* line 15479, /app/app/assets/stylesheets/argon.css */
  .pt-lg--8,
  .py-lg--8 {
    padding-top: -8rem !important;
  }

  /* line 15484, /app/app/assets/stylesheets/argon.css */
  .pr-lg--8,
  .px-lg--8 {
    padding-right: -8rem !important;
  }

  /* line 15489, /app/app/assets/stylesheets/argon.css */
  .pb-lg--8,
  .py-lg--8 {
    padding-bottom: -8rem !important;
  }

  /* line 15494, /app/app/assets/stylesheets/argon.css */
  .pl-lg--8,
  .px-lg--8 {
    padding-left: -8rem !important;
  }

  /* line 15499, /app/app/assets/stylesheets/argon.css */
  .p-lg--7 {
    padding: -6rem !important;
  }

  /* line 15503, /app/app/assets/stylesheets/argon.css */
  .pt-lg--7,
  .py-lg--7 {
    padding-top: -6rem !important;
  }

  /* line 15508, /app/app/assets/stylesheets/argon.css */
  .pr-lg--7,
  .px-lg--7 {
    padding-right: -6rem !important;
  }

  /* line 15513, /app/app/assets/stylesheets/argon.css */
  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: -6rem !important;
  }

  /* line 15518, /app/app/assets/stylesheets/argon.css */
  .pl-lg--7,
  .px-lg--7 {
    padding-left: -6rem !important;
  }

  /* line 15523, /app/app/assets/stylesheets/argon.css */
  .p-lg--6 {
    padding: -4.5rem !important;
  }

  /* line 15527, /app/app/assets/stylesheets/argon.css */
  .pt-lg--6,
  .py-lg--6 {
    padding-top: -4.5rem !important;
  }

  /* line 15532, /app/app/assets/stylesheets/argon.css */
  .pr-lg--6,
  .px-lg--6 {
    padding-right: -4.5rem !important;
  }

  /* line 15537, /app/app/assets/stylesheets/argon.css */
  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: -4.5rem !important;
  }

  /* line 15542, /app/app/assets/stylesheets/argon.css */
  .pl-lg--6,
  .px-lg--6 {
    padding-left: -4.5rem !important;
  }

  /* line 15547, /app/app/assets/stylesheets/argon.css */
  .p-lg--5 {
    padding: -3rem !important;
  }

  /* line 15551, /app/app/assets/stylesheets/argon.css */
  .pt-lg--5,
  .py-lg--5 {
    padding-top: -3rem !important;
  }

  /* line 15556, /app/app/assets/stylesheets/argon.css */
  .pr-lg--5,
  .px-lg--5 {
    padding-right: -3rem !important;
  }

  /* line 15561, /app/app/assets/stylesheets/argon.css */
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: -3rem !important;
  }

  /* line 15566, /app/app/assets/stylesheets/argon.css */
  .pl-lg--5,
  .px-lg--5 {
    padding-left: -3rem !important;
  }

  /* line 15571, /app/app/assets/stylesheets/argon.css */
  .p-lg--4 {
    padding: -1.5rem !important;
  }

  /* line 15575, /app/app/assets/stylesheets/argon.css */
  .pt-lg--4,
  .py-lg--4 {
    padding-top: -1.5rem !important;
  }

  /* line 15580, /app/app/assets/stylesheets/argon.css */
  .pr-lg--4,
  .px-lg--4 {
    padding-right: -1.5rem !important;
  }

  /* line 15585, /app/app/assets/stylesheets/argon.css */
  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: -1.5rem !important;
  }

  /* line 15590, /app/app/assets/stylesheets/argon.css */
  .pl-lg--4,
  .px-lg--4 {
    padding-left: -1.5rem !important;
  }

  /* line 15595, /app/app/assets/stylesheets/argon.css */
  .p-lg--3 {
    padding: -1rem !important;
  }

  /* line 15599, /app/app/assets/stylesheets/argon.css */
  .pt-lg--3,
  .py-lg--3 {
    padding-top: -1rem !important;
  }

  /* line 15604, /app/app/assets/stylesheets/argon.css */
  .pr-lg--3,
  .px-lg--3 {
    padding-right: -1rem !important;
  }

  /* line 15609, /app/app/assets/stylesheets/argon.css */
  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: -1rem !important;
  }

  /* line 15614, /app/app/assets/stylesheets/argon.css */
  .pl-lg--3,
  .px-lg--3 {
    padding-left: -1rem !important;
  }

  /* line 15619, /app/app/assets/stylesheets/argon.css */
  .p-lg--2 {
    padding: -.5rem !important;
  }

  /* line 15623, /app/app/assets/stylesheets/argon.css */
  .pt-lg--2,
  .py-lg--2 {
    padding-top: -.5rem !important;
  }

  /* line 15628, /app/app/assets/stylesheets/argon.css */
  .pr-lg--2,
  .px-lg--2 {
    padding-right: -.5rem !important;
  }

  /* line 15633, /app/app/assets/stylesheets/argon.css */
  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: -.5rem !important;
  }

  /* line 15638, /app/app/assets/stylesheets/argon.css */
  .pl-lg--2,
  .px-lg--2 {
    padding-left: -.5rem !important;
  }

  /* line 15643, /app/app/assets/stylesheets/argon.css */
  .p-lg--1 {
    padding: -.25rem !important;
  }

  /* line 15647, /app/app/assets/stylesheets/argon.css */
  .pt-lg--1,
  .py-lg--1 {
    padding-top: -.25rem !important;
  }

  /* line 15652, /app/app/assets/stylesheets/argon.css */
  .pr-lg--1,
  .px-lg--1 {
    padding-right: -.25rem !important;
  }

  /* line 15657, /app/app/assets/stylesheets/argon.css */
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: -.25rem !important;
  }

  /* line 15662, /app/app/assets/stylesheets/argon.css */
  .pl-lg--1,
  .px-lg--1 {
    padding-left: -.25rem !important;
  }

  /* line 15667, /app/app/assets/stylesheets/argon.css */
  .p-lg-6 {
    padding: 4.5rem !important;
  }

  /* line 15671, /app/app/assets/stylesheets/argon.css */
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }

  /* line 15676, /app/app/assets/stylesheets/argon.css */
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }

  /* line 15681, /app/app/assets/stylesheets/argon.css */
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 15686, /app/app/assets/stylesheets/argon.css */
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }

  /* line 15691, /app/app/assets/stylesheets/argon.css */
  .p-lg-7 {
    padding: 6rem !important;
  }

  /* line 15695, /app/app/assets/stylesheets/argon.css */
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }

  /* line 15700, /app/app/assets/stylesheets/argon.css */
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }

  /* line 15705, /app/app/assets/stylesheets/argon.css */
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }

  /* line 15710, /app/app/assets/stylesheets/argon.css */
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }

  /* line 15715, /app/app/assets/stylesheets/argon.css */
  .p-lg-8 {
    padding: 8rem !important;
  }

  /* line 15719, /app/app/assets/stylesheets/argon.css */
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }

  /* line 15724, /app/app/assets/stylesheets/argon.css */
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }

  /* line 15729, /app/app/assets/stylesheets/argon.css */
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }

  /* line 15734, /app/app/assets/stylesheets/argon.css */
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }

  /* line 15739, /app/app/assets/stylesheets/argon.css */
  .p-lg-9 {
    padding: 10rem !important;
  }

  /* line 15743, /app/app/assets/stylesheets/argon.css */
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 10rem !important;
  }

  /* line 15748, /app/app/assets/stylesheets/argon.css */
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 10rem !important;
  }

  /* line 15753, /app/app/assets/stylesheets/argon.css */
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 10rem !important;
  }

  /* line 15758, /app/app/assets/stylesheets/argon.css */
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 10rem !important;
  }

  /* line 15763, /app/app/assets/stylesheets/argon.css */
  .m-lg-n1 {
    margin: -.25rem !important;
  }

  /* line 15767, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important;
  }

  /* line 15772, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important;
  }

  /* line 15777, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }

  /* line 15782, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important;
  }

  /* line 15787, /app/app/assets/stylesheets/argon.css */
  .m-lg-n2 {
    margin: -.5rem !important;
  }

  /* line 15791, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important;
  }

  /* line 15796, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important;
  }

  /* line 15801, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }

  /* line 15806, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important;
  }

  /* line 15811, /app/app/assets/stylesheets/argon.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 15815, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 15820, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 15825, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 15830, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 15835, /app/app/assets/stylesheets/argon.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 15839, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 15844, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 15849, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 15854, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 15859, /app/app/assets/stylesheets/argon.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 15863, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 15868, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 15873, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 15878, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 15883, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-9 {
    margin: 10rem !important;
  }

  /* line 15887, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-9,
  .my-lg-n-9 {
    margin-top: 10rem !important;
  }

  /* line 15892, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-9,
  .mx-lg-n-9 {
    margin-right: 10rem !important;
  }

  /* line 15897, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-9,
  .my-lg-n-9 {
    margin-bottom: 10rem !important;
  }

  /* line 15902, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-9,
  .mx-lg-n-9 {
    margin-left: 10rem !important;
  }

  /* line 15907, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-8 {
    margin: 8rem !important;
  }

  /* line 15911, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-8,
  .my-lg-n-8 {
    margin-top: 8rem !important;
  }

  /* line 15916, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-8,
  .mx-lg-n-8 {
    margin-right: 8rem !important;
  }

  /* line 15921, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-8,
  .my-lg-n-8 {
    margin-bottom: 8rem !important;
  }

  /* line 15926, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-8,
  .mx-lg-n-8 {
    margin-left: 8rem !important;
  }

  /* line 15931, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-7 {
    margin: 6rem !important;
  }

  /* line 15935, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-7,
  .my-lg-n-7 {
    margin-top: 6rem !important;
  }

  /* line 15940, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-7,
  .mx-lg-n-7 {
    margin-right: 6rem !important;
  }

  /* line 15945, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-7,
  .my-lg-n-7 {
    margin-bottom: 6rem !important;
  }

  /* line 15950, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-7,
  .mx-lg-n-7 {
    margin-left: 6rem !important;
  }

  /* line 15955, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-6 {
    margin: 4.5rem !important;
  }

  /* line 15959, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-6,
  .my-lg-n-6 {
    margin-top: 4.5rem !important;
  }

  /* line 15964, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-6,
  .mx-lg-n-6 {
    margin-right: 4.5rem !important;
  }

  /* line 15969, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-6,
  .my-lg-n-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 15974, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-6,
  .mx-lg-n-6 {
    margin-left: 4.5rem !important;
  }

  /* line 15979, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-5 {
    margin: 3rem !important;
  }

  /* line 15983, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-5,
  .my-lg-n-5 {
    margin-top: 3rem !important;
  }

  /* line 15988, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-5,
  .mx-lg-n-5 {
    margin-right: 3rem !important;
  }

  /* line 15993, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-5,
  .my-lg-n-5 {
    margin-bottom: 3rem !important;
  }

  /* line 15998, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-5,
  .mx-lg-n-5 {
    margin-left: 3rem !important;
  }

  /* line 16003, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-4 {
    margin: 1.5rem !important;
  }

  /* line 16007, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-4,
  .my-lg-n-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16012, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-4,
  .mx-lg-n-4 {
    margin-right: 1.5rem !important;
  }

  /* line 16017, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-4,
  .my-lg-n-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 16022, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-4,
  .mx-lg-n-4 {
    margin-left: 1.5rem !important;
  }

  /* line 16027, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-3 {
    margin: 1rem !important;
  }

  /* line 16031, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-3,
  .my-lg-n-3 {
    margin-top: 1rem !important;
  }

  /* line 16036, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-3,
  .mx-lg-n-3 {
    margin-right: 1rem !important;
  }

  /* line 16041, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-3,
  .my-lg-n-3 {
    margin-bottom: 1rem !important;
  }

  /* line 16046, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-3,
  .mx-lg-n-3 {
    margin-left: 1rem !important;
  }

  /* line 16051, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-2 {
    margin: .5rem !important;
  }

  /* line 16055, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-2,
  .my-lg-n-2 {
    margin-top: .5rem !important;
  }

  /* line 16060, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-2,
  .mx-lg-n-2 {
    margin-right: .5rem !important;
  }

  /* line 16065, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-2,
  .my-lg-n-2 {
    margin-bottom: .5rem !important;
  }

  /* line 16070, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-2,
  .mx-lg-n-2 {
    margin-left: .5rem !important;
  }

  /* line 16075, /app/app/assets/stylesheets/argon.css */
  .m-lg-n-1 {
    margin: .25rem !important;
  }

  /* line 16079, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n-1,
  .my-lg-n-1 {
    margin-top: .25rem !important;
  }

  /* line 16084, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n-1,
  .mx-lg-n-1 {
    margin-right: .25rem !important;
  }

  /* line 16089, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n-1,
  .my-lg-n-1 {
    margin-bottom: .25rem !important;
  }

  /* line 16094, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n-1,
  .mx-lg-n-1 {
    margin-left: .25rem !important;
  }

  /* line 16099, /app/app/assets/stylesheets/argon.css */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  /* line 16103, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }

  /* line 16108, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }

  /* line 16113, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 16118, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }

  /* line 16123, /app/app/assets/stylesheets/argon.css */
  .m-lg-n7 {
    margin: -6rem !important;
  }

  /* line 16127, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }

  /* line 16132, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }

  /* line 16137, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }

  /* line 16142, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }

  /* line 16147, /app/app/assets/stylesheets/argon.css */
  .m-lg-n8 {
    margin: -8rem !important;
  }

  /* line 16151, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }

  /* line 16156, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }

  /* line 16161, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }

  /* line 16166, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }

  /* line 16171, /app/app/assets/stylesheets/argon.css */
  .m-lg-n9 {
    margin: -10rem !important;
  }

  /* line 16175, /app/app/assets/stylesheets/argon.css */
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -10rem !important;
  }

  /* line 16180, /app/app/assets/stylesheets/argon.css */
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -10rem !important;
  }

  /* line 16185, /app/app/assets/stylesheets/argon.css */
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -10rem !important;
  }

  /* line 16190, /app/app/assets/stylesheets/argon.css */
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -10rem !important;
  }

  /* line 16195, /app/app/assets/stylesheets/argon.css */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 16199, /app/app/assets/stylesheets/argon.css */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 16204, /app/app/assets/stylesheets/argon.css */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 16209, /app/app/assets/stylesheets/argon.css */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 16214, /app/app/assets/stylesheets/argon.css */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 16223, /app/app/assets/stylesheets/argon.css */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 16227, /app/app/assets/stylesheets/argon.css */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16232, /app/app/assets/stylesheets/argon.css */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 16237, /app/app/assets/stylesheets/argon.css */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 16242, /app/app/assets/stylesheets/argon.css */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 16247, /app/app/assets/stylesheets/argon.css */
  .m-xl-1 {
    margin: .25rem !important;
  }

  /* line 16251, /app/app/assets/stylesheets/argon.css */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }

  /* line 16256, /app/app/assets/stylesheets/argon.css */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }

  /* line 16261, /app/app/assets/stylesheets/argon.css */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }

  /* line 16266, /app/app/assets/stylesheets/argon.css */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }

  /* line 16271, /app/app/assets/stylesheets/argon.css */
  .m-xl-2 {
    margin: .5rem !important;
  }

  /* line 16275, /app/app/assets/stylesheets/argon.css */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }

  /* line 16280, /app/app/assets/stylesheets/argon.css */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }

  /* line 16285, /app/app/assets/stylesheets/argon.css */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }

  /* line 16290, /app/app/assets/stylesheets/argon.css */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }

  /* line 16295, /app/app/assets/stylesheets/argon.css */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 16299, /app/app/assets/stylesheets/argon.css */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16304, /app/app/assets/stylesheets/argon.css */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 16309, /app/app/assets/stylesheets/argon.css */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 16314, /app/app/assets/stylesheets/argon.css */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 16319, /app/app/assets/stylesheets/argon.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 16323, /app/app/assets/stylesheets/argon.css */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16328, /app/app/assets/stylesheets/argon.css */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 16333, /app/app/assets/stylesheets/argon.css */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 16338, /app/app/assets/stylesheets/argon.css */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 16343, /app/app/assets/stylesheets/argon.css */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 16347, /app/app/assets/stylesheets/argon.css */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16352, /app/app/assets/stylesheets/argon.css */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 16357, /app/app/assets/stylesheets/argon.css */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 16362, /app/app/assets/stylesheets/argon.css */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 16367, /app/app/assets/stylesheets/argon.css */
  .m-xl--9 {
    margin: -10rem !important;
  }

  /* line 16371, /app/app/assets/stylesheets/argon.css */
  .mt-xl--9,
  .my-xl--9 {
    margin-top: -10rem !important;
  }

  /* line 16376, /app/app/assets/stylesheets/argon.css */
  .mr-xl--9,
  .mx-xl--9 {
    margin-right: -10rem !important;
  }

  /* line 16381, /app/app/assets/stylesheets/argon.css */
  .mb-xl--9,
  .my-xl--9 {
    margin-bottom: -10rem !important;
  }

  /* line 16386, /app/app/assets/stylesheets/argon.css */
  .ml-xl--9,
  .mx-xl--9 {
    margin-left: -10rem !important;
  }

  /* line 16391, /app/app/assets/stylesheets/argon.css */
  .m-xl--8 {
    margin: -8rem !important;
  }

  /* line 16395, /app/app/assets/stylesheets/argon.css */
  .mt-xl--8,
  .my-xl--8 {
    margin-top: -8rem !important;
  }

  /* line 16400, /app/app/assets/stylesheets/argon.css */
  .mr-xl--8,
  .mx-xl--8 {
    margin-right: -8rem !important;
  }

  /* line 16405, /app/app/assets/stylesheets/argon.css */
  .mb-xl--8,
  .my-xl--8 {
    margin-bottom: -8rem !important;
  }

  /* line 16410, /app/app/assets/stylesheets/argon.css */
  .ml-xl--8,
  .mx-xl--8 {
    margin-left: -8rem !important;
  }

  /* line 16415, /app/app/assets/stylesheets/argon.css */
  .m-xl--7 {
    margin: -6rem !important;
  }

  /* line 16419, /app/app/assets/stylesheets/argon.css */
  .mt-xl--7,
  .my-xl--7 {
    margin-top: -6rem !important;
  }

  /* line 16424, /app/app/assets/stylesheets/argon.css */
  .mr-xl--7,
  .mx-xl--7 {
    margin-right: -6rem !important;
  }

  /* line 16429, /app/app/assets/stylesheets/argon.css */
  .mb-xl--7,
  .my-xl--7 {
    margin-bottom: -6rem !important;
  }

  /* line 16434, /app/app/assets/stylesheets/argon.css */
  .ml-xl--7,
  .mx-xl--7 {
    margin-left: -6rem !important;
  }

  /* line 16439, /app/app/assets/stylesheets/argon.css */
  .m-xl--6 {
    margin: -4.5rem !important;
  }

  /* line 16443, /app/app/assets/stylesheets/argon.css */
  .mt-xl--6,
  .my-xl--6 {
    margin-top: -4.5rem !important;
  }

  /* line 16448, /app/app/assets/stylesheets/argon.css */
  .mr-xl--6,
  .mx-xl--6 {
    margin-right: -4.5rem !important;
  }

  /* line 16453, /app/app/assets/stylesheets/argon.css */
  .mb-xl--6,
  .my-xl--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 16458, /app/app/assets/stylesheets/argon.css */
  .ml-xl--6,
  .mx-xl--6 {
    margin-left: -4.5rem !important;
  }

  /* line 16463, /app/app/assets/stylesheets/argon.css */
  .m-xl--5 {
    margin: -3rem !important;
  }

  /* line 16467, /app/app/assets/stylesheets/argon.css */
  .mt-xl--5,
  .my-xl--5 {
    margin-top: -3rem !important;
  }

  /* line 16472, /app/app/assets/stylesheets/argon.css */
  .mr-xl--5,
  .mx-xl--5 {
    margin-right: -3rem !important;
  }

  /* line 16477, /app/app/assets/stylesheets/argon.css */
  .mb-xl--5,
  .my-xl--5 {
    margin-bottom: -3rem !important;
  }

  /* line 16482, /app/app/assets/stylesheets/argon.css */
  .ml-xl--5,
  .mx-xl--5 {
    margin-left: -3rem !important;
  }

  /* line 16487, /app/app/assets/stylesheets/argon.css */
  .m-xl--4 {
    margin: -1.5rem !important;
  }

  /* line 16491, /app/app/assets/stylesheets/argon.css */
  .mt-xl--4,
  .my-xl--4 {
    margin-top: -1.5rem !important;
  }

  /* line 16496, /app/app/assets/stylesheets/argon.css */
  .mr-xl--4,
  .mx-xl--4 {
    margin-right: -1.5rem !important;
  }

  /* line 16501, /app/app/assets/stylesheets/argon.css */
  .mb-xl--4,
  .my-xl--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 16506, /app/app/assets/stylesheets/argon.css */
  .ml-xl--4,
  .mx-xl--4 {
    margin-left: -1.5rem !important;
  }

  /* line 16511, /app/app/assets/stylesheets/argon.css */
  .m-xl--3 {
    margin: -1rem !important;
  }

  /* line 16515, /app/app/assets/stylesheets/argon.css */
  .mt-xl--3,
  .my-xl--3 {
    margin-top: -1rem !important;
  }

  /* line 16520, /app/app/assets/stylesheets/argon.css */
  .mr-xl--3,
  .mx-xl--3 {
    margin-right: -1rem !important;
  }

  /* line 16525, /app/app/assets/stylesheets/argon.css */
  .mb-xl--3,
  .my-xl--3 {
    margin-bottom: -1rem !important;
  }

  /* line 16530, /app/app/assets/stylesheets/argon.css */
  .ml-xl--3,
  .mx-xl--3 {
    margin-left: -1rem !important;
  }

  /* line 16535, /app/app/assets/stylesheets/argon.css */
  .m-xl--2 {
    margin: -.5rem !important;
  }

  /* line 16539, /app/app/assets/stylesheets/argon.css */
  .mt-xl--2,
  .my-xl--2 {
    margin-top: -.5rem !important;
  }

  /* line 16544, /app/app/assets/stylesheets/argon.css */
  .mr-xl--2,
  .mx-xl--2 {
    margin-right: -.5rem !important;
  }

  /* line 16549, /app/app/assets/stylesheets/argon.css */
  .mb-xl--2,
  .my-xl--2 {
    margin-bottom: -.5rem !important;
  }

  /* line 16554, /app/app/assets/stylesheets/argon.css */
  .ml-xl--2,
  .mx-xl--2 {
    margin-left: -.5rem !important;
  }

  /* line 16559, /app/app/assets/stylesheets/argon.css */
  .m-xl--1 {
    margin: -.25rem !important;
  }

  /* line 16563, /app/app/assets/stylesheets/argon.css */
  .mt-xl--1,
  .my-xl--1 {
    margin-top: -.25rem !important;
  }

  /* line 16568, /app/app/assets/stylesheets/argon.css */
  .mr-xl--1,
  .mx-xl--1 {
    margin-right: -.25rem !important;
  }

  /* line 16573, /app/app/assets/stylesheets/argon.css */
  .mb-xl--1,
  .my-xl--1 {
    margin-bottom: -.25rem !important;
  }

  /* line 16578, /app/app/assets/stylesheets/argon.css */
  .ml-xl--1,
  .mx-xl--1 {
    margin-left: -.25rem !important;
  }

  /* line 16583, /app/app/assets/stylesheets/argon.css */
  .m-xl-6 {
    margin: 4.5rem !important;
  }

  /* line 16587, /app/app/assets/stylesheets/argon.css */
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  /* line 16592, /app/app/assets/stylesheets/argon.css */
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  /* line 16597, /app/app/assets/stylesheets/argon.css */
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 16602, /app/app/assets/stylesheets/argon.css */
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  /* line 16607, /app/app/assets/stylesheets/argon.css */
  .m-xl-7 {
    margin: 6rem !important;
  }

  /* line 16611, /app/app/assets/stylesheets/argon.css */
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }

  /* line 16616, /app/app/assets/stylesheets/argon.css */
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }

  /* line 16621, /app/app/assets/stylesheets/argon.css */
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }

  /* line 16626, /app/app/assets/stylesheets/argon.css */
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }

  /* line 16631, /app/app/assets/stylesheets/argon.css */
  .m-xl-8 {
    margin: 8rem !important;
  }

  /* line 16635, /app/app/assets/stylesheets/argon.css */
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }

  /* line 16640, /app/app/assets/stylesheets/argon.css */
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }

  /* line 16645, /app/app/assets/stylesheets/argon.css */
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }

  /* line 16650, /app/app/assets/stylesheets/argon.css */
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }

  /* line 16655, /app/app/assets/stylesheets/argon.css */
  .m-xl-9 {
    margin: 10rem !important;
  }

  /* line 16659, /app/app/assets/stylesheets/argon.css */
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 10rem !important;
  }

  /* line 16664, /app/app/assets/stylesheets/argon.css */
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 10rem !important;
  }

  /* line 16669, /app/app/assets/stylesheets/argon.css */
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 10rem !important;
  }

  /* line 16674, /app/app/assets/stylesheets/argon.css */
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 10rem !important;
  }

  /* line 16679, /app/app/assets/stylesheets/argon.css */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 16683, /app/app/assets/stylesheets/argon.css */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16688, /app/app/assets/stylesheets/argon.css */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 16693, /app/app/assets/stylesheets/argon.css */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 16698, /app/app/assets/stylesheets/argon.css */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 16703, /app/app/assets/stylesheets/argon.css */
  .p-xl-1 {
    padding: .25rem !important;
  }

  /* line 16707, /app/app/assets/stylesheets/argon.css */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }

  /* line 16712, /app/app/assets/stylesheets/argon.css */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }

  /* line 16717, /app/app/assets/stylesheets/argon.css */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  /* line 16722, /app/app/assets/stylesheets/argon.css */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }

  /* line 16727, /app/app/assets/stylesheets/argon.css */
  .p-xl-2 {
    padding: .5rem !important;
  }

  /* line 16731, /app/app/assets/stylesheets/argon.css */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }

  /* line 16736, /app/app/assets/stylesheets/argon.css */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }

  /* line 16741, /app/app/assets/stylesheets/argon.css */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  /* line 16746, /app/app/assets/stylesheets/argon.css */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }

  /* line 16751, /app/app/assets/stylesheets/argon.css */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 16755, /app/app/assets/stylesheets/argon.css */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16760, /app/app/assets/stylesheets/argon.css */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 16765, /app/app/assets/stylesheets/argon.css */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 16770, /app/app/assets/stylesheets/argon.css */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 16775, /app/app/assets/stylesheets/argon.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 16779, /app/app/assets/stylesheets/argon.css */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16784, /app/app/assets/stylesheets/argon.css */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 16789, /app/app/assets/stylesheets/argon.css */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 16794, /app/app/assets/stylesheets/argon.css */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 16799, /app/app/assets/stylesheets/argon.css */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 16803, /app/app/assets/stylesheets/argon.css */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16808, /app/app/assets/stylesheets/argon.css */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 16813, /app/app/assets/stylesheets/argon.css */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 16818, /app/app/assets/stylesheets/argon.css */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 16823, /app/app/assets/stylesheets/argon.css */
  .p-xl--9 {
    padding: -10rem !important;
  }

  /* line 16827, /app/app/assets/stylesheets/argon.css */
  .pt-xl--9,
  .py-xl--9 {
    padding-top: -10rem !important;
  }

  /* line 16832, /app/app/assets/stylesheets/argon.css */
  .pr-xl--9,
  .px-xl--9 {
    padding-right: -10rem !important;
  }

  /* line 16837, /app/app/assets/stylesheets/argon.css */
  .pb-xl--9,
  .py-xl--9 {
    padding-bottom: -10rem !important;
  }

  /* line 16842, /app/app/assets/stylesheets/argon.css */
  .pl-xl--9,
  .px-xl--9 {
    padding-left: -10rem !important;
  }

  /* line 16847, /app/app/assets/stylesheets/argon.css */
  .p-xl--8 {
    padding: -8rem !important;
  }

  /* line 16851, /app/app/assets/stylesheets/argon.css */
  .pt-xl--8,
  .py-xl--8 {
    padding-top: -8rem !important;
  }

  /* line 16856, /app/app/assets/stylesheets/argon.css */
  .pr-xl--8,
  .px-xl--8 {
    padding-right: -8rem !important;
  }

  /* line 16861, /app/app/assets/stylesheets/argon.css */
  .pb-xl--8,
  .py-xl--8 {
    padding-bottom: -8rem !important;
  }

  /* line 16866, /app/app/assets/stylesheets/argon.css */
  .pl-xl--8,
  .px-xl--8 {
    padding-left: -8rem !important;
  }

  /* line 16871, /app/app/assets/stylesheets/argon.css */
  .p-xl--7 {
    padding: -6rem !important;
  }

  /* line 16875, /app/app/assets/stylesheets/argon.css */
  .pt-xl--7,
  .py-xl--7 {
    padding-top: -6rem !important;
  }

  /* line 16880, /app/app/assets/stylesheets/argon.css */
  .pr-xl--7,
  .px-xl--7 {
    padding-right: -6rem !important;
  }

  /* line 16885, /app/app/assets/stylesheets/argon.css */
  .pb-xl--7,
  .py-xl--7 {
    padding-bottom: -6rem !important;
  }

  /* line 16890, /app/app/assets/stylesheets/argon.css */
  .pl-xl--7,
  .px-xl--7 {
    padding-left: -6rem !important;
  }

  /* line 16895, /app/app/assets/stylesheets/argon.css */
  .p-xl--6 {
    padding: -4.5rem !important;
  }

  /* line 16899, /app/app/assets/stylesheets/argon.css */
  .pt-xl--6,
  .py-xl--6 {
    padding-top: -4.5rem !important;
  }

  /* line 16904, /app/app/assets/stylesheets/argon.css */
  .pr-xl--6,
  .px-xl--6 {
    padding-right: -4.5rem !important;
  }

  /* line 16909, /app/app/assets/stylesheets/argon.css */
  .pb-xl--6,
  .py-xl--6 {
    padding-bottom: -4.5rem !important;
  }

  /* line 16914, /app/app/assets/stylesheets/argon.css */
  .pl-xl--6,
  .px-xl--6 {
    padding-left: -4.5rem !important;
  }

  /* line 16919, /app/app/assets/stylesheets/argon.css */
  .p-xl--5 {
    padding: -3rem !important;
  }

  /* line 16923, /app/app/assets/stylesheets/argon.css */
  .pt-xl--5,
  .py-xl--5 {
    padding-top: -3rem !important;
  }

  /* line 16928, /app/app/assets/stylesheets/argon.css */
  .pr-xl--5,
  .px-xl--5 {
    padding-right: -3rem !important;
  }

  /* line 16933, /app/app/assets/stylesheets/argon.css */
  .pb-xl--5,
  .py-xl--5 {
    padding-bottom: -3rem !important;
  }

  /* line 16938, /app/app/assets/stylesheets/argon.css */
  .pl-xl--5,
  .px-xl--5 {
    padding-left: -3rem !important;
  }

  /* line 16943, /app/app/assets/stylesheets/argon.css */
  .p-xl--4 {
    padding: -1.5rem !important;
  }

  /* line 16947, /app/app/assets/stylesheets/argon.css */
  .pt-xl--4,
  .py-xl--4 {
    padding-top: -1.5rem !important;
  }

  /* line 16952, /app/app/assets/stylesheets/argon.css */
  .pr-xl--4,
  .px-xl--4 {
    padding-right: -1.5rem !important;
  }

  /* line 16957, /app/app/assets/stylesheets/argon.css */
  .pb-xl--4,
  .py-xl--4 {
    padding-bottom: -1.5rem !important;
  }

  /* line 16962, /app/app/assets/stylesheets/argon.css */
  .pl-xl--4,
  .px-xl--4 {
    padding-left: -1.5rem !important;
  }

  /* line 16967, /app/app/assets/stylesheets/argon.css */
  .p-xl--3 {
    padding: -1rem !important;
  }

  /* line 16971, /app/app/assets/stylesheets/argon.css */
  .pt-xl--3,
  .py-xl--3 {
    padding-top: -1rem !important;
  }

  /* line 16976, /app/app/assets/stylesheets/argon.css */
  .pr-xl--3,
  .px-xl--3 {
    padding-right: -1rem !important;
  }

  /* line 16981, /app/app/assets/stylesheets/argon.css */
  .pb-xl--3,
  .py-xl--3 {
    padding-bottom: -1rem !important;
  }

  /* line 16986, /app/app/assets/stylesheets/argon.css */
  .pl-xl--3,
  .px-xl--3 {
    padding-left: -1rem !important;
  }

  /* line 16991, /app/app/assets/stylesheets/argon.css */
  .p-xl--2 {
    padding: -.5rem !important;
  }

  /* line 16995, /app/app/assets/stylesheets/argon.css */
  .pt-xl--2,
  .py-xl--2 {
    padding-top: -.5rem !important;
  }

  /* line 17000, /app/app/assets/stylesheets/argon.css */
  .pr-xl--2,
  .px-xl--2 {
    padding-right: -.5rem !important;
  }

  /* line 17005, /app/app/assets/stylesheets/argon.css */
  .pb-xl--2,
  .py-xl--2 {
    padding-bottom: -.5rem !important;
  }

  /* line 17010, /app/app/assets/stylesheets/argon.css */
  .pl-xl--2,
  .px-xl--2 {
    padding-left: -.5rem !important;
  }

  /* line 17015, /app/app/assets/stylesheets/argon.css */
  .p-xl--1 {
    padding: -.25rem !important;
  }

  /* line 17019, /app/app/assets/stylesheets/argon.css */
  .pt-xl--1,
  .py-xl--1 {
    padding-top: -.25rem !important;
  }

  /* line 17024, /app/app/assets/stylesheets/argon.css */
  .pr-xl--1,
  .px-xl--1 {
    padding-right: -.25rem !important;
  }

  /* line 17029, /app/app/assets/stylesheets/argon.css */
  .pb-xl--1,
  .py-xl--1 {
    padding-bottom: -.25rem !important;
  }

  /* line 17034, /app/app/assets/stylesheets/argon.css */
  .pl-xl--1,
  .px-xl--1 {
    padding-left: -.25rem !important;
  }

  /* line 17039, /app/app/assets/stylesheets/argon.css */
  .p-xl-6 {
    padding: 4.5rem !important;
  }

  /* line 17043, /app/app/assets/stylesheets/argon.css */
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  /* line 17048, /app/app/assets/stylesheets/argon.css */
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  /* line 17053, /app/app/assets/stylesheets/argon.css */
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 17058, /app/app/assets/stylesheets/argon.css */
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  /* line 17063, /app/app/assets/stylesheets/argon.css */
  .p-xl-7 {
    padding: 6rem !important;
  }

  /* line 17067, /app/app/assets/stylesheets/argon.css */
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }

  /* line 17072, /app/app/assets/stylesheets/argon.css */
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }

  /* line 17077, /app/app/assets/stylesheets/argon.css */
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }

  /* line 17082, /app/app/assets/stylesheets/argon.css */
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }

  /* line 17087, /app/app/assets/stylesheets/argon.css */
  .p-xl-8 {
    padding: 8rem !important;
  }

  /* line 17091, /app/app/assets/stylesheets/argon.css */
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }

  /* line 17096, /app/app/assets/stylesheets/argon.css */
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }

  /* line 17101, /app/app/assets/stylesheets/argon.css */
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }

  /* line 17106, /app/app/assets/stylesheets/argon.css */
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }

  /* line 17111, /app/app/assets/stylesheets/argon.css */
  .p-xl-9 {
    padding: 10rem !important;
  }

  /* line 17115, /app/app/assets/stylesheets/argon.css */
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 10rem !important;
  }

  /* line 17120, /app/app/assets/stylesheets/argon.css */
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 10rem !important;
  }

  /* line 17125, /app/app/assets/stylesheets/argon.css */
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 10rem !important;
  }

  /* line 17130, /app/app/assets/stylesheets/argon.css */
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 10rem !important;
  }

  /* line 17135, /app/app/assets/stylesheets/argon.css */
  .m-xl-n1 {
    margin: -.25rem !important;
  }

  /* line 17139, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important;
  }

  /* line 17144, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important;
  }

  /* line 17149, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }

  /* line 17154, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important;
  }

  /* line 17159, /app/app/assets/stylesheets/argon.css */
  .m-xl-n2 {
    margin: -.5rem !important;
  }

  /* line 17163, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important;
  }

  /* line 17168, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important;
  }

  /* line 17173, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }

  /* line 17178, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important;
  }

  /* line 17183, /app/app/assets/stylesheets/argon.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 17187, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 17192, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 17197, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 17202, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 17207, /app/app/assets/stylesheets/argon.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 17211, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 17216, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 17221, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 17226, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 17231, /app/app/assets/stylesheets/argon.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 17235, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 17240, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 17245, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 17250, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 17255, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-9 {
    margin: 10rem !important;
  }

  /* line 17259, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-9,
  .my-xl-n-9 {
    margin-top: 10rem !important;
  }

  /* line 17264, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-9,
  .mx-xl-n-9 {
    margin-right: 10rem !important;
  }

  /* line 17269, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-9,
  .my-xl-n-9 {
    margin-bottom: 10rem !important;
  }

  /* line 17274, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-9,
  .mx-xl-n-9 {
    margin-left: 10rem !important;
  }

  /* line 17279, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-8 {
    margin: 8rem !important;
  }

  /* line 17283, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-8,
  .my-xl-n-8 {
    margin-top: 8rem !important;
  }

  /* line 17288, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-8,
  .mx-xl-n-8 {
    margin-right: 8rem !important;
  }

  /* line 17293, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-8,
  .my-xl-n-8 {
    margin-bottom: 8rem !important;
  }

  /* line 17298, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-8,
  .mx-xl-n-8 {
    margin-left: 8rem !important;
  }

  /* line 17303, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-7 {
    margin: 6rem !important;
  }

  /* line 17307, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-7,
  .my-xl-n-7 {
    margin-top: 6rem !important;
  }

  /* line 17312, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-7,
  .mx-xl-n-7 {
    margin-right: 6rem !important;
  }

  /* line 17317, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-7,
  .my-xl-n-7 {
    margin-bottom: 6rem !important;
  }

  /* line 17322, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-7,
  .mx-xl-n-7 {
    margin-left: 6rem !important;
  }

  /* line 17327, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-6 {
    margin: 4.5rem !important;
  }

  /* line 17331, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-6,
  .my-xl-n-6 {
    margin-top: 4.5rem !important;
  }

  /* line 17336, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-6,
  .mx-xl-n-6 {
    margin-right: 4.5rem !important;
  }

  /* line 17341, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-6,
  .my-xl-n-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 17346, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-6,
  .mx-xl-n-6 {
    margin-left: 4.5rem !important;
  }

  /* line 17351, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-5 {
    margin: 3rem !important;
  }

  /* line 17355, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-5,
  .my-xl-n-5 {
    margin-top: 3rem !important;
  }

  /* line 17360, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-5,
  .mx-xl-n-5 {
    margin-right: 3rem !important;
  }

  /* line 17365, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-5,
  .my-xl-n-5 {
    margin-bottom: 3rem !important;
  }

  /* line 17370, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-5,
  .mx-xl-n-5 {
    margin-left: 3rem !important;
  }

  /* line 17375, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-4 {
    margin: 1.5rem !important;
  }

  /* line 17379, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-4,
  .my-xl-n-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17384, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-4,
  .mx-xl-n-4 {
    margin-right: 1.5rem !important;
  }

  /* line 17389, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-4,
  .my-xl-n-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 17394, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-4,
  .mx-xl-n-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17399, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-3 {
    margin: 1rem !important;
  }

  /* line 17403, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-3,
  .my-xl-n-3 {
    margin-top: 1rem !important;
  }

  /* line 17408, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-3,
  .mx-xl-n-3 {
    margin-right: 1rem !important;
  }

  /* line 17413, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-3,
  .my-xl-n-3 {
    margin-bottom: 1rem !important;
  }

  /* line 17418, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-3,
  .mx-xl-n-3 {
    margin-left: 1rem !important;
  }

  /* line 17423, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-2 {
    margin: .5rem !important;
  }

  /* line 17427, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-2,
  .my-xl-n-2 {
    margin-top: .5rem !important;
  }

  /* line 17432, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-2,
  .mx-xl-n-2 {
    margin-right: .5rem !important;
  }

  /* line 17437, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-2,
  .my-xl-n-2 {
    margin-bottom: .5rem !important;
  }

  /* line 17442, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-2,
  .mx-xl-n-2 {
    margin-left: .5rem !important;
  }

  /* line 17447, /app/app/assets/stylesheets/argon.css */
  .m-xl-n-1 {
    margin: .25rem !important;
  }

  /* line 17451, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n-1,
  .my-xl-n-1 {
    margin-top: .25rem !important;
  }

  /* line 17456, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n-1,
  .mx-xl-n-1 {
    margin-right: .25rem !important;
  }

  /* line 17461, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n-1,
  .my-xl-n-1 {
    margin-bottom: .25rem !important;
  }

  /* line 17466, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n-1,
  .mx-xl-n-1 {
    margin-left: .25rem !important;
  }

  /* line 17471, /app/app/assets/stylesheets/argon.css */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  /* line 17475, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }

  /* line 17480, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }

  /* line 17485, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 17490, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }

  /* line 17495, /app/app/assets/stylesheets/argon.css */
  .m-xl-n7 {
    margin: -6rem !important;
  }

  /* line 17499, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }

  /* line 17504, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }

  /* line 17509, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }

  /* line 17514, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }

  /* line 17519, /app/app/assets/stylesheets/argon.css */
  .m-xl-n8 {
    margin: -8rem !important;
  }

  /* line 17523, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }

  /* line 17528, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }

  /* line 17533, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }

  /* line 17538, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }

  /* line 17543, /app/app/assets/stylesheets/argon.css */
  .m-xl-n9 {
    margin: -10rem !important;
  }

  /* line 17547, /app/app/assets/stylesheets/argon.css */
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -10rem !important;
  }

  /* line 17552, /app/app/assets/stylesheets/argon.css */
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -10rem !important;
  }

  /* line 17557, /app/app/assets/stylesheets/argon.css */
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -10rem !important;
  }

  /* line 17562, /app/app/assets/stylesheets/argon.css */
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -10rem !important;
  }

  /* line 17567, /app/app/assets/stylesheets/argon.css */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 17571, /app/app/assets/stylesheets/argon.css */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 17576, /app/app/assets/stylesheets/argon.css */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 17581, /app/app/assets/stylesheets/argon.css */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 17586, /app/app/assets/stylesheets/argon.css */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 17593, /app/app/assets/stylesheets/argon.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

/* line 17598, /app/app/assets/stylesheets/argon.css */
.text-justify {
  text-align: justify !important;
}

/* line 17603, /app/app/assets/stylesheets/argon.css */
.text-wrap {
  white-space: normal !important;
}

/* line 17608, /app/app/assets/stylesheets/argon.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 17613, /app/app/assets/stylesheets/argon.css */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 17621, /app/app/assets/stylesheets/argon.css */
.text-left {
  text-align: left !important;
}

/* line 17626, /app/app/assets/stylesheets/argon.css */
.text-right {
  text-align: right !important;
}

/* line 17631, /app/app/assets/stylesheets/argon.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 17638, /app/app/assets/stylesheets/argon.css */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 17642, /app/app/assets/stylesheets/argon.css */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 17646, /app/app/assets/stylesheets/argon.css */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 17654, /app/app/assets/stylesheets/argon.css */
  .text-md-left {
    text-align: left !important;
  }

  /* line 17658, /app/app/assets/stylesheets/argon.css */
  .text-md-right {
    text-align: right !important;
  }

  /* line 17662, /app/app/assets/stylesheets/argon.css */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 17670, /app/app/assets/stylesheets/argon.css */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 17674, /app/app/assets/stylesheets/argon.css */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 17678, /app/app/assets/stylesheets/argon.css */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 17686, /app/app/assets/stylesheets/argon.css */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 17690, /app/app/assets/stylesheets/argon.css */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 17694, /app/app/assets/stylesheets/argon.css */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 17700, /app/app/assets/stylesheets/argon.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 17705, /app/app/assets/stylesheets/argon.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 17710, /app/app/assets/stylesheets/argon.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 17715, /app/app/assets/stylesheets/argon.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 17720, /app/app/assets/stylesheets/argon.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 17725, /app/app/assets/stylesheets/argon.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 17730, /app/app/assets/stylesheets/argon.css */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 17735, /app/app/assets/stylesheets/argon.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 17740, /app/app/assets/stylesheets/argon.css */
.font-italic {
  font-style: italic !important;
}

/* line 17745, /app/app/assets/stylesheets/argon.css */
.text-white {
  color: #fff !important;
}

/* line 17750, /app/app/assets/stylesheets/argon.css */
.text-primary {
  color: #5e72e4 !important;
}

/* line 17755, /app/app/assets/stylesheets/argon.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #233dd2 !important;
}

/* line 17761, /app/app/assets/stylesheets/argon.css */
.text-secondary {
  color: #f7fafc !important;
}

/* line 17766, /app/app/assets/stylesheets/argon.css */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bfd7e7 !important;
}

/* line 17772, /app/app/assets/stylesheets/argon.css */
.text-success {
  color: #2dce89 !important;
}

/* line 17777, /app/app/assets/stylesheets/argon.css */
a.text-success:hover,
a.text-success:focus {
  color: #1f8f5f !important;
}

/* line 17783, /app/app/assets/stylesheets/argon.css */
.text-info {
  color: #11cdef !important;
}

/* line 17788, /app/app/assets/stylesheets/argon.css */
a.text-info:hover,
a.text-info:focus {
  color: #0b90a8 !important;
}

/* line 17794, /app/app/assets/stylesheets/argon.css */
.text-warning {
  color: #fb6340 !important;
}

/* line 17799, /app/app/assets/stylesheets/argon.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #ea3005 !important;
}

/* line 17805, /app/app/assets/stylesheets/argon.css */
.text-danger {
  color: #f5365c !important;
}

/* line 17810, /app/app/assets/stylesheets/argon.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #d40b33 !important;
}

/* line 17816, /app/app/assets/stylesheets/argon.css */
.text-light {
  color: #adb5bd !important;
}

/* line 17821, /app/app/assets/stylesheets/argon.css */
a.text-light:hover,
a.text-light:focus {
  color: #838f9b !important;
}

/* line 17827, /app/app/assets/stylesheets/argon.css */
.text-dark {
  color: #212529 !important;
}

/* line 17832, /app/app/assets/stylesheets/argon.css */
a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

/* line 17838, /app/app/assets/stylesheets/argon.css */
.text-default {
  color: #172b4d !important;
}

/* line 17843, /app/app/assets/stylesheets/argon.css */
a.text-default:hover,
a.text-default:focus {
  color: #050a12 !important;
}

/* line 17849, /app/app/assets/stylesheets/argon.css */
.text-white {
  color: #fff !important;
}

/* line 17854, /app/app/assets/stylesheets/argon.css */
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 17860, /app/app/assets/stylesheets/argon.css */
.text-neutral {
  color: #fff !important;
}

/* line 17865, /app/app/assets/stylesheets/argon.css */
a.text-neutral:hover,
a.text-neutral:focus {
  color: #d9d9d9 !important;
}

/* line 17871, /app/app/assets/stylesheets/argon.css */
.text-darker {
  color: black !important;
}

/* line 17876, /app/app/assets/stylesheets/argon.css */
a.text-darker:hover,
a.text-darker:focus {
  color: black !important;
}

/* line 17882, /app/app/assets/stylesheets/argon.css */
.text-body {
  color: #525f7f !important;
}

/* line 17887, /app/app/assets/stylesheets/argon.css */
.text-muted {
  color: #8898aa !important;
}

/* line 17892, /app/app/assets/stylesheets/argon.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 17897, /app/app/assets/stylesheets/argon.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 17902, /app/app/assets/stylesheets/argon.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

/* line 17912, /app/app/assets/stylesheets/argon.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 17917, /app/app/assets/stylesheets/argon.css */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 17924, /app/app/assets/stylesheets/argon.css */
.text-reset {
  color: inherit !important;
}

/* line 17929, /app/app/assets/stylesheets/argon.css */
.visible {
  visibility: visible !important;
}

/* line 17934, /app/app/assets/stylesheets/argon.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 17941, /app/app/assets/stylesheets/argon.css */
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 17948, /app/app/assets/stylesheets/argon.css */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 17952, /app/app/assets/stylesheets/argon.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 17956, /app/app/assets/stylesheets/argon.css */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 17960, /app/app/assets/stylesheets/argon.css */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 17967, /app/app/assets/stylesheets/argon.css */
  thead {
    display: table-header-group;
  }

  /* line 17971, /app/app/assets/stylesheets/argon.css */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 17976, /app/app/assets/stylesheets/argon.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 17983, /app/app/assets/stylesheets/argon.css */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 17992, /app/app/assets/stylesheets/argon.css */
  body {
    min-width: 992px !important;
  }

  /* line 17996, /app/app/assets/stylesheets/argon.css */
  .container {
    min-width: 992px !important;
  }

  /* line 18000, /app/app/assets/stylesheets/argon.css */
  .navbar {
    display: none;
  }

  /* line 18004, /app/app/assets/stylesheets/argon.css */
  .badge {
    border: 1px solid #000;
  }

  /* line 18008, /app/app/assets/stylesheets/argon.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 18012, /app/app/assets/stylesheets/argon.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 18017, /app/app/assets/stylesheets/argon.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 18022, /app/app/assets/stylesheets/argon.css */
  .table-dark {
    color: inherit;
  }

  /* line 18026, /app/app/assets/stylesheets/argon.css */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e9ecef;
  }

  /* line 18033, /app/app/assets/stylesheets/argon.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}
/* line 18040, /app/app/assets/stylesheets/argon.css */
.alert {
  font-size: .875rem;
}

/* line 18045, /app/app/assets/stylesheets/argon.css */
.alert-heading {
  font-size: .9375rem;
  font-weight: 600;
  margin-top: .15rem;
}

/* line 18053, /app/app/assets/stylesheets/argon.css */
.alert-icon {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: middle;
}

/* line 18063, /app/app/assets/stylesheets/argon.css */
.alert-icon i.ni {
  position: relative;
  top: 2px;
}

/* line 18069, /app/app/assets/stylesheets/argon.css */
.alert-text {
  display: inline-block;
  vertical-align: middle;
}

/* line 18076, /app/app/assets/stylesheets/argon.css */
[class*='alert-'] .alert-link {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

/* line 18082, /app/app/assets/stylesheets/argon.css */
.alert-dismissible .close {
  top: 50%;
  right: 1.5rem;
  padding: 0;
  transform: translateY(-50%);
  opacity: 1;
}

@media (max-width: 575.98px) {
  /* line 18095, /app/app/assets/stylesheets/argon.css */
  .alert-dismissible .close {
    top: 1rem;
    right: .5rem;
  }
}
/* line 18101, /app/app/assets/stylesheets/argon.css */
.alert-dismissible .close > span:not(.sr-only) {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

/* line 18108, /app/app/assets/stylesheets/argon.css */
.alert-dismissible .close:hover > span:not(.sr-only),
.alert-dismissible .close:focus > span:not(.sr-only) {
  color: white;
  background-color: transparent;
}

/* line 18115, /app/app/assets/stylesheets/argon.css */
.alert-secondary .close > span:not(.sr-only) {
  color: rgba(23, 43, 77, 0.6);
}

/* line 18120, /app/app/assets/stylesheets/argon.css */
.alert-secondary .close:hover > span:not(.sr-only),
.alert-secondary .close:focus > span:not(.sr-only) {
  color: #172b4d;
}

/* line 18126, /app/app/assets/stylesheets/argon.css */
.avatar {
  font-size: 1rem;
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: .375rem;
  background-color: #adb5bd;
  align-items: center;
  justify-content: center;
}

/* line 18142, /app/app/assets/stylesheets/argon.css */
.avatar img {
  width: 100%;
  border-radius: .375rem;
}

/* line 18148, /app/app/assets/stylesheets/argon.css */
.avatar + .avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

/* line 18155, /app/app/assets/stylesheets/argon.css */
.avatar-lg {
  font-size: .875rem;
  width: 58px;
  height: 58px;
}

/* line 18163, /app/app/assets/stylesheets/argon.css */
.avatar-sm {
  font-size: .875rem;
  width: 36px;
  height: 36px;
}

/* line 18171, /app/app/assets/stylesheets/argon.css */
.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

/* line 18178, /app/app/assets/stylesheets/argon.css */
.avatar-group .avatar:hover {
  z-index: 3;
}

/* line 18183, /app/app/assets/stylesheets/argon.css */
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

/* line 18188, /app/app/assets/stylesheets/argon.css */
.badge {
  text-transform: uppercase;
}

/* line 18192, /app/app/assets/stylesheets/argon.css */
.badge a {
  color: #fff;
}

/* line 18197, /app/app/assets/stylesheets/argon.css */
.badge-md {
  padding: .65em 1em;
}

/* line 18202, /app/app/assets/stylesheets/argon.css */
.badge-lg {
  padding: .85em 1.375em;
}

/* line 18207, /app/app/assets/stylesheets/argon.css */
.badge-inline {
  margin-right: .625rem;
}

/* line 18211, /app/app/assets/stylesheets/argon.css */
.badge-inline + span {
  position: relative;
  top: 2px;
}

/* line 18216, /app/app/assets/stylesheets/argon.css */
.badge-inline + span > a {
  text-decoration: underline;
}

/* line 18221, /app/app/assets/stylesheets/argon.css */
.badge-default {
  color: #fff;
}

/* line 18226, /app/app/assets/stylesheets/argon.css */
.badge-secondary {
  color: #212529;
  background-color: #f7fafc;
}

/* line 18232, /app/app/assets/stylesheets/argon.css */
.btn .badge:not(:first-child) {
  margin-left: .5rem;
}

/* line 18237, /app/app/assets/stylesheets/argon.css */
.btn .badge:not(:last-child) {
  margin-right: .5rem;
}

/* line 18242, /app/app/assets/stylesheets/argon.css */
.badge-circle {
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 !important;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* line 18260, /app/app/assets/stylesheets/argon.css */
.badge-circle.badge-md {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 18265, /app/app/assets/stylesheets/argon.css */
.badge-circle.badge-lg {
  width: 2rem;
  height: 2rem;
}

/* line 18271, /app/app/assets/stylesheets/argon.css */
.badge-dot {
  font-size: .875rem;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
  background: transparent;
}

/* line 18283, /app/app/assets/stylesheets/argon.css */
.badge-dot strong {
  color: #32325d;
}

/* line 18287, /app/app/assets/stylesheets/argon.css */
.badge-dot i {
  display: inline-block;
  width: .375rem;
  height: .375rem;
  margin-right: .375rem;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 18299, /app/app/assets/stylesheets/argon.css */
.badge-dot.badge-md i {
  width: .5rem;
  height: .5rem;
}

/* line 18304, /app/app/assets/stylesheets/argon.css */
.badge-dot.badge-lg i {
  width: .625rem;
  height: .625rem;
}

/* line 18310, /app/app/assets/stylesheets/argon.css */
.btn {
  font-size: .875rem;
  position: relative;
  transition: all .15s ease;
  letter-spacing: .025em;
  text-transform: none;
  will-change: transform;
}

/* line 18322, /app/app/assets/stylesheets/argon.css */
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 18328, /app/app/assets/stylesheets/argon.css */
.btn:not(:last-child) {
  margin-right: .5rem;
}

/* line 18332, /app/app/assets/stylesheets/argon.css */
.btn i:not(:first-child),
.btn svg:not(:first-child) {
  margin-left: .5rem;
}

/* line 18337, /app/app/assets/stylesheets/argon.css */
.btn i:not(:last-child),
.btn svg:not(:last-child) {
  margin-right: .5rem;
}

/* line 18343, /app/app/assets/stylesheets/argon.css */
.btn-group .btn,
.input-group .btn {
  margin-right: 0;
  transform: translateY(0);
}

/* line 18351, /app/app/assets/stylesheets/argon.css */
.btn-sm,
.btn-group-sm > .btn {
  font-size: .75rem;
}

/* line 18357, /app/app/assets/stylesheets/argon.css */
.btn-lg,
.btn-group-lg > .btn {
  font-size: .875rem;
}

/* line 18363, /app/app/assets/stylesheets/argon.css */
[class*='btn-outline-'] {
  border-width: 1px;
}

/* line 18368, /app/app/assets/stylesheets/argon.css */
.btn-outline-secondary {
  color: #4385b1;
}

/* line 18373, /app/app/assets/stylesheets/argon.css */
.btn-inner--icon i:not(.fas):not(.fab) {
  position: relative;
  top: 2px;
}

/* line 18379, /app/app/assets/stylesheets/argon.css */
.btn-link {
  font-weight: 600;
  box-shadow: none;
}

/* line 18385, /app/app/assets/stylesheets/argon.css */
.btn-link:hover {
  transform: none;
  box-shadow: none;
}

/* line 18392, /app/app/assets/stylesheets/argon.css */
.btn-neutral {
  color: #5e72e4;
}

/* line 18397, /app/app/assets/stylesheets/argon.css */
.btn-facebook {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18404, /app/app/assets/stylesheets/argon.css */
.btn-facebook:hover {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

/* line 18410, /app/app/assets/stylesheets/argon.css */
.btn-facebook:focus,
.btn-facebook.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 18415, /app/app/assets/stylesheets/argon.css */
.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

/* line 18422, /app/app/assets/stylesheets/argon.css */
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  border-color: #3b5999;
  background-color: #2d4474;
}

/* line 18430, /app/app/assets/stylesheets/argon.css */
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 18437, /app/app/assets/stylesheets/argon.css */
.btn-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18444, /app/app/assets/stylesheets/argon.css */
.btn-twitter:hover {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 18450, /app/app/assets/stylesheets/argon.css */
.btn-twitter:focus,
.btn-twitter.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 18455, /app/app/assets/stylesheets/argon.css */
.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 18462, /app/app/assets/stylesheets/argon.css */
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  border-color: #1da1f2;
  background-color: #0c85d0;
}

/* line 18470, /app/app/assets/stylesheets/argon.css */
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 18477, /app/app/assets/stylesheets/argon.css */
.btn-google-plus {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18484, /app/app/assets/stylesheets/argon.css */
.btn-google-plus:hover {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 18490, /app/app/assets/stylesheets/argon.css */
.btn-google-plus:focus,
.btn-google-plus.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 18495, /app/app/assets/stylesheets/argon.css */
.btn-google-plus.disabled,
.btn-google-plus:disabled {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 18502, /app/app/assets/stylesheets/argon.css */
.btn-google-plus:not(:disabled):not(.disabled):active,
.btn-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  border-color: #dd4b39;
  background-color: #c23321;
}

/* line 18510, /app/app/assets/stylesheets/argon.css */
.btn-google-plus:not(:disabled):not(.disabled):active:focus,
.btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 18517, /app/app/assets/stylesheets/argon.css */
.btn-instagram {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18524, /app/app/assets/stylesheets/argon.css */
.btn-instagram:hover {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

/* line 18530, /app/app/assets/stylesheets/argon.css */
.btn-instagram:focus,
.btn-instagram.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 18535, /app/app/assets/stylesheets/argon.css */
.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

/* line 18542, /app/app/assets/stylesheets/argon.css */
.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  border-color: #e4405f;
  background-color: #d31e40;
}

/* line 18550, /app/app/assets/stylesheets/argon.css */
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 18557, /app/app/assets/stylesheets/argon.css */
.btn-pinterest {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18564, /app/app/assets/stylesheets/argon.css */
.btn-pinterest:hover {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

/* line 18570, /app/app/assets/stylesheets/argon.css */
.btn-pinterest:focus,
.btn-pinterest.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 18575, /app/app/assets/stylesheets/argon.css */
.btn-pinterest.disabled,
.btn-pinterest:disabled {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

/* line 18582, /app/app/assets/stylesheets/argon.css */
.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  border-color: #bd081c;
  background-color: #8c0615;
}

/* line 18590, /app/app/assets/stylesheets/argon.css */
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 18597, /app/app/assets/stylesheets/argon.css */
.btn-youtube {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18604, /app/app/assets/stylesheets/argon.css */
.btn-youtube:hover {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

/* line 18610, /app/app/assets/stylesheets/argon.css */
.btn-youtube:focus,
.btn-youtube.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 18615, /app/app/assets/stylesheets/argon.css */
.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

/* line 18622, /app/app/assets/stylesheets/argon.css */
.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  border-color: #cd201f;
  background-color: #a11918;
}

/* line 18630, /app/app/assets/stylesheets/argon.css */
.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 18637, /app/app/assets/stylesheets/argon.css */
.btn-slack {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18644, /app/app/assets/stylesheets/argon.css */
.btn-slack:hover {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

/* line 18650, /app/app/assets/stylesheets/argon.css */
.btn-slack:focus,
.btn-slack.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 18655, /app/app/assets/stylesheets/argon.css */
.btn-slack.disabled,
.btn-slack:disabled {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

/* line 18662, /app/app/assets/stylesheets/argon.css */
.btn-slack:not(:disabled):not(.disabled):active,
.btn-slack:not(:disabled):not(.disabled).active,
.show > .btn-slack.dropdown-toggle {
  color: #fff;
  border-color: #3aaf85;
  background-color: #2d8968;
}

/* line 18670, /app/app/assets/stylesheets/argon.css */
.btn-slack:not(:disabled):not(.disabled):active:focus,
.btn-slack:not(:disabled):not(.disabled).active:focus,
.show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 18677, /app/app/assets/stylesheets/argon.css */
.btn-dribbble {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18684, /app/app/assets/stylesheets/argon.css */
.btn-dribbble:hover {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

/* line 18690, /app/app/assets/stylesheets/argon.css */
.btn-dribbble:focus,
.btn-dribbble.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 18695, /app/app/assets/stylesheets/argon.css */
.btn-dribbble.disabled,
.btn-dribbble:disabled {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

/* line 18702, /app/app/assets/stylesheets/argon.css */
.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active,
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  border-color: #ea4c89;
  background-color: #e51e6b;
}

/* line 18710, /app/app/assets/stylesheets/argon.css */
.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 18717, /app/app/assets/stylesheets/argon.css */
.btn-github {
  color: #fff;
  border-color: #222;
  background-color: #222;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18724, /app/app/assets/stylesheets/argon.css */
.btn-github:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

/* line 18730, /app/app/assets/stylesheets/argon.css */
.btn-github:focus,
.btn-github.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 18735, /app/app/assets/stylesheets/argon.css */
.btn-github.disabled,
.btn-github:disabled {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

/* line 18742, /app/app/assets/stylesheets/argon.css */
.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle {
  color: #fff;
  border-color: #222;
  background-color: #090909;
}

/* line 18750, /app/app/assets/stylesheets/argon.css */
.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 18757, /app/app/assets/stylesheets/argon.css */
.btn-vimeo {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 18764, /app/app/assets/stylesheets/argon.css */
.btn-vimeo:hover {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}

/* line 18770, /app/app/assets/stylesheets/argon.css */
.btn-vimeo:focus,
.btn-vimeo.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 18775, /app/app/assets/stylesheets/argon.css */
.btn-vimeo.disabled,
.btn-vimeo:disabled {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}

/* line 18782, /app/app/assets/stylesheets/argon.css */
.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  border-color: #04a0f0;
  background-color: #037fbe;
}

/* line 18790, /app/app/assets/stylesheets/argon.css */
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 18797, /app/app/assets/stylesheets/argon.css */
.btn-icon .btn-inner--icon img {
  width: 20px;
}

/* line 18802, /app/app/assets/stylesheets/argon.css */
.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: .75em;
}

/* line 18807, /app/app/assets/stylesheets/argon.css */
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: .75em;
}

/* line 18812, /app/app/assets/stylesheets/argon.css */
.btn-icon-only {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
}

/* line 18819, /app/app/assets/stylesheets/argon.css */
a.btn-icon-only {
  line-height: 2.5;
}

/* line 18824, /app/app/assets/stylesheets/argon.css */
.btn-icon-only.btn-sm,
.btn-group-sm > .btn-icon-only.btn {
  width: 2rem;
  height: 2rem;
}

/* line 18831, /app/app/assets/stylesheets/argon.css */
.btn-icon-clipboard {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin: .5rem 0;
  padding: 1.5rem;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  color: #32325d;
  border: 0;
  border-radius: .375rem;
  background-color: #f6f9fc;
  -moz-appearance: none;
}

/* line 18857, /app/app/assets/stylesheets/argon.css */
.btn-icon-clipboard:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

/* line 18862, /app/app/assets/stylesheets/argon.css */
.btn-icon-clipboard > div {
  display: flex;
  align-items: center;
}

/* line 18868, /app/app/assets/stylesheets/argon.css */
.btn-icon-clipboard i {
  font-size: 1.5rem;
  box-sizing: content-box;
  vertical-align: middle;
  color: #5e72e4;
}

/* line 18878, /app/app/assets/stylesheets/argon.css */
.btn-icon-clipboard span {
  font-size: .875rem;
  line-height: 1.5;
  display: inline-block;
  overflow: hidden;
  margin-left: 16px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 18893, /app/app/assets/stylesheets/argon.css */
.card {
  margin-bottom: 30px;
  border: 0;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

/* line 18901, /app/app/assets/stylesheets/argon.css */
.card-translucent {
  background-color: rgba(18, 91, 152, 0.08);
}

/* line 18906, /app/app/assets/stylesheets/argon.css */
.card-deck .card {
  margin-bottom: 30px;
}

/* line 18911, /app/app/assets/stylesheets/argon.css */
.card.shadow {
  border: 0 !important;
}

@media (min-width: 576px) {
  /* line 18918, /app/app/assets/stylesheets/argon.css */
  .card-columns {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  /* line 18926, /app/app/assets/stylesheets/argon.css */
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  /* line 18934, /app/app/assets/stylesheets/argon.css */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
}
/* line 18941, /app/app/assets/stylesheets/argon.css */
.card-lift--hover:hover {
  transition: all .15s ease;
  transform: translateY(-20px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 18948, /app/app/assets/stylesheets/argon.css */
  .card-lift--hover:hover {
    transition: none;
  }
}
/* line 18954, /app/app/assets/stylesheets/argon.css */
.card-blockquote {
  position: relative;
  padding: 2rem;
}

/* line 18960, /app/app/assets/stylesheets/argon.css */
.card-blockquote .svg-bg {
  position: absolute;
  top: -94px;
  left: 0;
  display: block;
  width: 100%;
  height: 95px;
}

/* line 18972, /app/app/assets/stylesheets/argon.css */
.card-profile-image {
  position: relative;
}

/* line 18976, /app/app/assets/stylesheets/argon.css */
.card-profile-image img {
  position: absolute;
  left: 50%;
  max-width: 140px;
  transition: all .15s ease;
  transform: translate(-50%, -50%) scale(1);
  border: 3px solid #fff;
  border-radius: .375rem;
}

/* line 18989, /app/app/assets/stylesheets/argon.css */
.card-profile-image img:hover {
  transform: translate(-50%, -50%) scale(1.03);
}

/* line 18994, /app/app/assets/stylesheets/argon.css */
.card-profile-stats {
  padding: 1rem 0;
}

/* line 18998, /app/app/assets/stylesheets/argon.css */
.card-profile-stats > div {
  margin-right: 1rem;
  padding: .875rem;
  text-align: center;
}

/* line 19005, /app/app/assets/stylesheets/argon.css */
.card-profile-stats > div:last-child {
  margin-right: 0;
}

/* line 19009, /app/app/assets/stylesheets/argon.css */
.card-profile-stats > div .heading {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

/* line 19016, /app/app/assets/stylesheets/argon.css */
.card-profile-stats > div .description {
  font-size: .875rem;
  color: #adb5bd;
}

/* line 19023, /app/app/assets/stylesheets/argon.css */
.card-profile-actions {
  padding: .875rem;
}

/* line 19028, /app/app/assets/stylesheets/argon.css */
.card-stats .card-body {
  padding: 1rem 1.5rem;
}

/* line 19033, /app/app/assets/stylesheets/argon.css */
.card-stats .card-status-bullet {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

/* line 19042, /app/app/assets/stylesheets/argon.css */
.chart {
  position: relative;
  height: 350px;
}

/* line 19049, /app/app/assets/stylesheets/argon.css */
.chart-sm {
  height: 230px;
}

/* line 19054, /app/app/assets/stylesheets/argon.css */
.chart-legend {
  font-size: .875rem;
  display: flex;
  margin-top: 2.5rem;
  text-align: center;
  color: #8898aa;
  justify-content: center;
}

/* line 19069, /app/app/assets/stylesheets/argon.css */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 19075, /app/app/assets/stylesheets/argon.css */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 19080, /app/app/assets/stylesheets/argon.css */
.chart-legend-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: .375rem;
  border-radius: 50%;
}

/* line 19091, /app/app/assets/stylesheets/argon.css */
#chart-tooltip {
  z-index: 0;
}

/* line 19095, /app/app/assets/stylesheets/argon.css */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 19103, /app/app/assets/stylesheets/argon.css */
.chart-info-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5%;
  max-width: 350px;
  padding: 20px;
}

/* line 19114, /app/app/assets/stylesheets/argon.css */
.close {
  transition: all .15s ease;
}

/* line 19118, /app/app/assets/stylesheets/argon.css */
.close > span:not(.sr-only) {
  font-size: 1.25rem;
  line-height: 17px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-color: transparent;
}

/* line 19134, /app/app/assets/stylesheets/argon.css */
.close:hover,
.close:focus {
  color: rgba(0, 0, 0, 0.9);
  outline: none;
  background-color: transparent;
}

/* line 19141, /app/app/assets/stylesheets/argon.css */
.close:hover span:not(.sr-only),
.close:focus span:not(.sr-only) {
  background-color: transparent;
}

/* line 19147, /app/app/assets/stylesheets/argon.css */
.accordion .card-header {
  position: relative;
  cursor: pointer;
}

/* line 19153, /app/app/assets/stylesheets/argon.css */
.accordion .card-header:after {
  font: normal normal normal 14px/1 NucleoIcons;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: '\ea0f';
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-50%);
}

@media (prefers-reduced-motion: reduce) {
  /* line 19168, /app/app/assets/stylesheets/argon.css */
  .accordion .card-header:after {
    transition: none;
  }
}
/* line 19174, /app/app/assets/stylesheets/argon.css */
.accordion .card-header[aria-expanded='false']:after {
  content: '\ea0f';
}

/* line 19179, /app/app/assets/stylesheets/argon.css */
.accordion .card-header[aria-expanded='true']:after {
  transform: rotate(180deg);
}

/* line 19184, /app/app/assets/stylesheets/argon.css */
.accordion .card-header[aria-expanded='true'] .heading {
  color: #5e72e4;
}

/* line 19189, /app/app/assets/stylesheets/argon.css */
.main-content {
  position: relative;
}

/* line 19193, /app/app/assets/stylesheets/argon.css */
.main-content .navbar-top {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 19200, /app/app/assets/stylesheets/argon.css */
  .main-content .container-fluid,
  .main-content .container-sm,
  .main-content .container-md,
  .main-content .container-lg,
  .main-content .container-xl {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
/* line 19211, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  cursor: pointer;
}

/* line 19218, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 19223, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

/* line 19228, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 19233, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 19238, /app/app/assets/stylesheets/argon.css */
.custom-control-label::before {
  top: .25rem;
  left: -1.75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 1px solid #dee2e6;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19249, /app/app/assets/stylesheets/argon.css */
  .custom-control-label::before {
    transition: none;
  }
}
/* line 19255, /app/app/assets/stylesheets/argon.css */
.custom-control-label::after {
  top: .25rem;
  left: -1.75rem;
}

/* line 19261, /app/app/assets/stylesheets/argon.css */
.custom-control-label span {
  position: relative;
  top: 2px;
}

/* line 19267, /app/app/assets/stylesheets/argon.css */
.custom-control-label {
  margin-bottom: 0;
}

/* line 19272, /app/app/assets/stylesheets/argon.css */
.custom-control-alternative .custom-control-label::before {
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 19278, /app/app/assets/stylesheets/argon.css */
.custom-control-alternative .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 19283, /app/app/assets/stylesheets/argon.css */
.custom-control-alternative .custom-control-input:active ~ .custom-control-label::before,
.custom-control-alternative .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 19289, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  height: 1rem;
  cursor: pointer;
}

/* line 19298, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 19303, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

/* line 19308, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 19313, /app/app/assets/stylesheets/argon.css */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 19318, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 19324, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #5e72e4;
}

/* line 19329, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 19335, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f7fafc;
}

/* line 19340, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 19346, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #2dce89;
}

/* line 19351, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 19357, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #11cdef;
}

/* line 19362, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 19368, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fb6340;
}

/* line 19373, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 19379, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f5365c;
}

/* line 19384, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 19390, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #adb5bd;
}

/* line 19395, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #212529;
  background-color: #212529;
}

/* line 19401, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #212529;
}

/* line 19406, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 19412, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #172b4d;
}

/* line 19417, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 19423, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

/* line 19428, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 19434, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

/* line 19439, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::before {
  border-color: black;
  background-color: black;
}

/* line 19445, /app/app/assets/stylesheets/argon.css */
.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::after {
  background-image: black;
}

/* line 19450, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  height: 1rem;
  cursor: pointer;
}

/* line 19459, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 19464, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
}

/* line 19469, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 19474, /app/app/assets/stylesheets/argon.css */
.custom-radio .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 19479, /app/app/assets/stylesheets/argon.css */
.custom-toggle {
  position: relative;
  display: inherit;
  display: inline-block;
  width: 52px;
  height: 1.5rem;
  margin: 0;
}

/* line 19490, /app/app/assets/stylesheets/argon.css */
.custom-toggle input {
  display: none;
}

/* line 19494, /app/app/assets/stylesheets/argon.css */
.custom-toggle input:checked + .custom-toggle-slider {
  border: 1px solid #5e72e4;
}

/* line 19498, /app/app/assets/stylesheets/argon.css */
.custom-toggle input:checked + .custom-toggle-slider:before {
  transform: translateX(28px);
  background: #5e72e4;
}

/* line 19504, /app/app/assets/stylesheets/argon.css */
.custom-toggle input:disabled + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 19508, /app/app/assets/stylesheets/argon.css */
.custom-toggle input:disabled:checked + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 19512, /app/app/assets/stylesheets/argon.css */
.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

/* line 19517, /app/app/assets/stylesheets/argon.css */
.custom-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 34px !important;
  background-color: transparent;
}

/* line 19531, /app/app/assets/stylesheets/argon.css */
.custom-toggle-slider:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  content: '';
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50% !important;
  background-color: #e9ecef;
}

/* line 19547, /app/app/assets/stylesheets/argon.css */
.custom-toggle-wrapper .custom-toggle + .custom-toggle {
  margin-left: 1rem !important;
}

/* line 19552, /app/app/assets/stylesheets/argon.css */
.custom-toggle input:checked + .custom-toggle-slider:after {
  right: auto;
  left: 0;
  content: attr(data-label-on);
  color: #5e72e4;
}

/* line 19562, /app/app/assets/stylesheets/argon.css */
.custom-toggle-slider:after {
  font-family: inherit;
  font-size: .75rem;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  min-width: 1.66667rem;
  margin: 0 .21667rem;
  content: attr(data-label-off);
  transition: all .15s ease;
  text-align: center;
  color: #ced4da;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19587, /app/app/assets/stylesheets/argon.css */
  .custom-toggle-slider:after {
    transition: none;
  }
}
/* line 19593, /app/app/assets/stylesheets/argon.css */
.custom-toggle-primary input:checked + .custom-toggle-slider {
  border-color: #5e72e4;
}

/* line 19597, /app/app/assets/stylesheets/argon.css */
.custom-toggle-primary input:checked + .custom-toggle-slider:before {
  background: #5e72e4;
}

/* line 19601, /app/app/assets/stylesheets/argon.css */
.custom-toggle-primary input:checked + .custom-toggle-slider:after {
  color: #5e72e4;
}

/* line 19606, /app/app/assets/stylesheets/argon.css */
.custom-toggle-primary input:disabled:checked + .custom-toggle-slider {
  border-color: #5e72e4;
}

/* line 19610, /app/app/assets/stylesheets/argon.css */
.custom-toggle-primary input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

/* line 19615, /app/app/assets/stylesheets/argon.css */
.custom-toggle-secondary input:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

/* line 19619, /app/app/assets/stylesheets/argon.css */
.custom-toggle-secondary input:checked + .custom-toggle-slider:before {
  background: #f7fafc;
}

/* line 19623, /app/app/assets/stylesheets/argon.css */
.custom-toggle-secondary input:checked + .custom-toggle-slider:after {
  color: #f7fafc;
}

/* line 19628, /app/app/assets/stylesheets/argon.css */
.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

/* line 19632, /app/app/assets/stylesheets/argon.css */
.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 19637, /app/app/assets/stylesheets/argon.css */
.custom-toggle-success input:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

/* line 19641, /app/app/assets/stylesheets/argon.css */
.custom-toggle-success input:checked + .custom-toggle-slider:before {
  background: #2dce89;
}

/* line 19645, /app/app/assets/stylesheets/argon.css */
.custom-toggle-success input:checked + .custom-toggle-slider:after {
  color: #2dce89;
}

/* line 19650, /app/app/assets/stylesheets/argon.css */
.custom-toggle-success input:disabled:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

/* line 19654, /app/app/assets/stylesheets/argon.css */
.custom-toggle-success input:disabled:checked + .custom-toggle-slider:before {
  background-color: #54daa1;
}

/* line 19659, /app/app/assets/stylesheets/argon.css */
.custom-toggle-info input:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

/* line 19663, /app/app/assets/stylesheets/argon.css */
.custom-toggle-info input:checked + .custom-toggle-slider:before {
  background: #11cdef;
}

/* line 19667, /app/app/assets/stylesheets/argon.css */
.custom-toggle-info input:checked + .custom-toggle-slider:after {
  color: #11cdef;
}

/* line 19672, /app/app/assets/stylesheets/argon.css */
.custom-toggle-info input:disabled:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

/* line 19676, /app/app/assets/stylesheets/argon.css */
.custom-toggle-info input:disabled:checked + .custom-toggle-slider:before {
  background-color: #41d7f2;
}

/* line 19681, /app/app/assets/stylesheets/argon.css */
.custom-toggle-warning input:checked + .custom-toggle-slider {
  border-color: #fb6340;
}

/* line 19685, /app/app/assets/stylesheets/argon.css */
.custom-toggle-warning input:checked + .custom-toggle-slider:before {
  background: #fb6340;
}

/* line 19689, /app/app/assets/stylesheets/argon.css */
.custom-toggle-warning input:checked + .custom-toggle-slider:after {
  color: #fb6340;
}

/* line 19694, /app/app/assets/stylesheets/argon.css */
.custom-toggle-warning input:disabled:checked + .custom-toggle-slider {
  border-color: #fb6340;
}

/* line 19698, /app/app/assets/stylesheets/argon.css */
.custom-toggle-warning input:disabled:checked + .custom-toggle-slider:before {
  background-color: #fc8c72;
}

/* line 19703, /app/app/assets/stylesheets/argon.css */
.custom-toggle-danger input:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

/* line 19707, /app/app/assets/stylesheets/argon.css */
.custom-toggle-danger input:checked + .custom-toggle-slider:before {
  background: #f5365c;
}

/* line 19711, /app/app/assets/stylesheets/argon.css */
.custom-toggle-danger input:checked + .custom-toggle-slider:after {
  color: #f5365c;
}

/* line 19716, /app/app/assets/stylesheets/argon.css */
.custom-toggle-danger input:disabled:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

/* line 19720, /app/app/assets/stylesheets/argon.css */
.custom-toggle-danger input:disabled:checked + .custom-toggle-slider:before {
  background-color: #f76783;
}

/* line 19725, /app/app/assets/stylesheets/argon.css */
.custom-toggle-light input:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

/* line 19729, /app/app/assets/stylesheets/argon.css */
.custom-toggle-light input:checked + .custom-toggle-slider:before {
  background: #adb5bd;
}

/* line 19733, /app/app/assets/stylesheets/argon.css */
.custom-toggle-light input:checked + .custom-toggle-slider:after {
  color: #adb5bd;
}

/* line 19738, /app/app/assets/stylesheets/argon.css */
.custom-toggle-light input:disabled:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

/* line 19742, /app/app/assets/stylesheets/argon.css */
.custom-toggle-light input:disabled:checked + .custom-toggle-slider:before {
  background-color: #c9cfd4;
}

/* line 19747, /app/app/assets/stylesheets/argon.css */
.custom-toggle-dark input:checked + .custom-toggle-slider {
  border-color: #212529;
}

/* line 19751, /app/app/assets/stylesheets/argon.css */
.custom-toggle-dark input:checked + .custom-toggle-slider:before {
  background: #212529;
}

/* line 19755, /app/app/assets/stylesheets/argon.css */
.custom-toggle-dark input:checked + .custom-toggle-slider:after {
  color: #212529;
}

/* line 19760, /app/app/assets/stylesheets/argon.css */
.custom-toggle-dark input:disabled:checked + .custom-toggle-slider {
  border-color: #212529;
}

/* line 19764, /app/app/assets/stylesheets/argon.css */
.custom-toggle-dark input:disabled:checked + .custom-toggle-slider:before {
  background-color: #383f45;
}

/* line 19769, /app/app/assets/stylesheets/argon.css */
.custom-toggle-default input:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

/* line 19773, /app/app/assets/stylesheets/argon.css */
.custom-toggle-default input:checked + .custom-toggle-slider:before {
  background: #172b4d;
}

/* line 19777, /app/app/assets/stylesheets/argon.css */
.custom-toggle-default input:checked + .custom-toggle-slider:after {
  color: #172b4d;
}

/* line 19782, /app/app/assets/stylesheets/argon.css */
.custom-toggle-default input:disabled:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

/* line 19786, /app/app/assets/stylesheets/argon.css */
.custom-toggle-default input:disabled:checked + .custom-toggle-slider:before {
  background-color: #234174;
}

/* line 19791, /app/app/assets/stylesheets/argon.css */
.custom-toggle-white input:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19795, /app/app/assets/stylesheets/argon.css */
.custom-toggle-white input:checked + .custom-toggle-slider:before {
  background: #fff;
}

/* line 19799, /app/app/assets/stylesheets/argon.css */
.custom-toggle-white input:checked + .custom-toggle-slider:after {
  color: #fff;
}

/* line 19804, /app/app/assets/stylesheets/argon.css */
.custom-toggle-white input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19808, /app/app/assets/stylesheets/argon.css */
.custom-toggle-white input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 19813, /app/app/assets/stylesheets/argon.css */
.custom-toggle-neutral input:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19817, /app/app/assets/stylesheets/argon.css */
.custom-toggle-neutral input:checked + .custom-toggle-slider:before {
  background: #fff;
}

/* line 19821, /app/app/assets/stylesheets/argon.css */
.custom-toggle-neutral input:checked + .custom-toggle-slider:after {
  color: #fff;
}

/* line 19826, /app/app/assets/stylesheets/argon.css */
.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 19830, /app/app/assets/stylesheets/argon.css */
.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 19835, /app/app/assets/stylesheets/argon.css */
.custom-toggle-darker input:checked + .custom-toggle-slider {
  border-color: black;
}

/* line 19839, /app/app/assets/stylesheets/argon.css */
.custom-toggle-darker input:checked + .custom-toggle-slider:before {
  background: black;
}

/* line 19843, /app/app/assets/stylesheets/argon.css */
.custom-toggle-darker input:checked + .custom-toggle-slider:after {
  color: black;
}

/* line 19848, /app/app/assets/stylesheets/argon.css */
.custom-toggle-darker input:disabled:checked + .custom-toggle-slider {
  border-color: black;
}

/* line 19852, /app/app/assets/stylesheets/argon.css */
.custom-toggle-darker input:disabled:checked + .custom-toggle-slider:before {
  background-color: #1a1a1a;
}

/* line 19857, /app/app/assets/stylesheets/argon.css */
.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

/* line 19865, /app/app/assets/stylesheets/argon.css */
.dropdown-menu {
  min-width: 12rem;
}

/* line 19869, /app/app/assets/stylesheets/argon.css */
.dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .5rem 1rem;
}

/* line 19875, /app/app/assets/stylesheets/argon.css */
.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  font-size: 1rem;
  margin-right: 1rem;
  vertical-align: -17%;
}

/* line 19885, /app/app/assets/stylesheets/argon.css */
.dropdown-header {
  font-size: .625rem;
  font-weight: 700;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
}

/* line 19896, /app/app/assets/stylesheets/argon.css */
.dropdown-menu a.media > div:first-child {
  line-height: 1;
}

/* line 19901, /app/app/assets/stylesheets/argon.css */
.dropdown-menu a.media p {
  color: #8898aa;
}

/* line 19906, /app/app/assets/stylesheets/argon.css */
.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
  color: #172b4d !important;
}

/* line 19912, /app/app/assets/stylesheets/argon.css */
.dropdown-menu-sm {
  min-width: 100px;
  border: .4375rem;
}

/* line 19919, /app/app/assets/stylesheets/argon.css */
.dropdown-menu-lg {
  min-width: 320px;
  border-radius: .4375rem;
}

/* line 19926, /app/app/assets/stylesheets/argon.css */
.dropdown-menu-xl {
  min-width: 420px;
  border-radius: .4375rem;
}

/* line 19933, /app/app/assets/stylesheets/argon.css */
.footer {
  padding: 30px 0;
  background: #f8f9fe;
}

/* line 19939, /app/app/assets/stylesheets/argon.css */
.footer .col-footer .heading {
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #8898aa;
}

/* line 19951, /app/app/assets/stylesheets/argon.css */
.footer .nav .nav-item .nav-link,
.footer .footer-link {
  color: #8898aa !important;
}

/* line 19956, /app/app/assets/stylesheets/argon.css */
.footer .nav .nav-item .nav-link:hover,
.footer .footer-link:hover {
  color: #525f7f !important;
}

/* line 19961, /app/app/assets/stylesheets/argon.css */
.footer .list-unstyled li a {
  font-size: .85rem;
  display: inline-block;
  padding: .125rem 0;
  color: #8898aa;
}

/* line 19971, /app/app/assets/stylesheets/argon.css */
.footer .list-unstyled li a:hover {
  color: #525f7f;
}

/* line 19975, /app/app/assets/stylesheets/argon.css */
.footer .copyright {
  font-size: .875rem;
}

/* line 19980, /app/app/assets/stylesheets/argon.css */
.footer-dark .col-footer .heading {
  color: #fff;
}

/* line 19985, /app/app/assets/stylesheets/argon.css */
.nav-footer .nav-link {
  font-size: .875rem;
}

/* line 19990, /app/app/assets/stylesheets/argon.css */
.nav-footer .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* line 19995, /app/app/assets/stylesheets/argon.css */
.footer.has-cards {
  position: relative;
  overflow: hidden;
  margin-top: -420px;
  padding-top: 500px;
  pointer-events: none;
  background: transparent;
}

/* line 20008, /app/app/assets/stylesheets/argon.css */
.footer.has-cards:before {
  position: absolute;
  top: 600px;
  right: 0;
  left: 0;
  height: 2000px;
  content: '';
  transform: skew(0, -8deg);
  background: #f7fafc;
}

/* line 20022, /app/app/assets/stylesheets/argon.css */
.footer.has-cards .container {
  position: relative;
  pointer-events: auto;
}

/* line 20029, /app/app/assets/stylesheets/argon.css */
.footer-auto-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 20037, /app/app/assets/stylesheets/argon.css */
.form-control-label {
  font-size: .875rem;
  font-weight: 600;
  color: #525f7f;
}

/* line 20045, /app/app/assets/stylesheets/argon.css */
.form-control {
  font-size: .875rem;
  height: calc(1.5em + 1.25rem + 5px);
  transition: all .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20055, /app/app/assets/stylesheets/argon.css */
  .form-control {
    transition: none;
  }
}
/* line 20060, /app/app/assets/stylesheets/argon.css */
.form-control:focus::-ms-input-placeholder {
  color: #adb5bd;
}

/* line 20064, /app/app/assets/stylesheets/argon.css */
.form-control:focus::placeholder {
  color: #adb5bd;
}

/* line 20069, /app/app/assets/stylesheets/argon.css */
.form-control-lg {
  height: calc(2.25em + 1.25rem + 5px);
}

/* line 20074, /app/app/assets/stylesheets/argon.css */
.form-control-sm {
  height: calc(.45em + 1.25rem + 5px);
}

/* line 20079, /app/app/assets/stylesheets/argon.css */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 20087, /app/app/assets/stylesheets/argon.css */
.form-control-flush:focus {
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 20094, /app/app/assets/stylesheets/argon.css */
textarea[resize='none'] {
  resize: none !important;
}

/* line 20099, /app/app/assets/stylesheets/argon.css */
textarea[resize='both'] {
  resize: both !important;
}

/* line 20104, /app/app/assets/stylesheets/argon.css */
textarea[resize='vertical'] {
  resize: vertical !important;
}

/* line 20109, /app/app/assets/stylesheets/argon.css */
textarea[resize='horizontal'] {
  resize: horizontal !important;
}

/* line 20114, /app/app/assets/stylesheets/argon.css */
.form-control-muted {
  border-color: #f7fafe;
  background-color: #f7fafe;
  box-shadow: none;
}

/* line 20120, /app/app/assets/stylesheets/argon.css */
.form-control-muted:focus {
  background-color: #fcfdff;
}

/* line 20125, /app/app/assets/stylesheets/argon.css */
.form-control-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 20132, /app/app/assets/stylesheets/argon.css */
.form-control-alternative:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 20137, /app/app/assets/stylesheets/argon.css */
.form-control-lg,
.input-group-lg .form-control,
.input-group-text {
  font-size: 1rem !important;
}

/* line 20144, /app/app/assets/stylesheets/argon.css */
.custom-control {
  padding-left: 1.75rem;
}

/* line 20149, /app/app/assets/stylesheets/argon.css */
.input-group {
  transition: all .15s ease-in-out;
  border-radius: .25rem;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 20158, /app/app/assets/stylesheets/argon.css */
  .input-group {
    transition: none;
  }
}
/* line 20163, /app/app/assets/stylesheets/argon.css */
.input-group .form-control {
  box-shadow: none;
}

/* line 20167, /app/app/assets/stylesheets/argon.css */
.input-group .form-control:focus {
  box-shadow: none;
}

/* line 20172, /app/app/assets/stylesheets/argon.css */
.input-group-text {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 20178, /app/app/assets/stylesheets/argon.css */
  .input-group-text {
    transition: none;
  }
}
/* line 20183, /app/app/assets/stylesheets/argon.css */
.input-group-text i {
  font-size: .875rem;
}

/* line 20187, /app/app/assets/stylesheets/argon.css */
.input-group-text .custom-control {
  line-height: 1;
}

/* line 20192, /app/app/assets/stylesheets/argon.css */
.input-group-prepend .input-group-text {
  border-right: 0;
}

/* line 20197, /app/app/assets/stylesheets/argon.css */
.input-group-append .input-group-text {
  border-left: 0;
}

/* line 20202, /app/app/assets/stylesheets/argon.css */
.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 20209, /app/app/assets/stylesheets/argon.css */
.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 20216, /app/app/assets/stylesheets/argon.css */
.input-group-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 20223, /app/app/assets/stylesheets/argon.css */
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

/* line 20230, /app/app/assets/stylesheets/argon.css */
.focused .input-group-alternative {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* line 20235, /app/app/assets/stylesheets/argon.css */
.input-group-flush {
  box-shadow: none;
}

/* line 20239, /app/app/assets/stylesheets/argon.css */
.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 20246, /app/app/assets/stylesheets/argon.css */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  padding-right: 1rem;
  border-width: 0;
  background-color: transparent;
}

/* line 20256, /app/app/assets/stylesheets/argon.css */
.focused .input-group {
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 20261, /app/app/assets/stylesheets/argon.css */
.focused .input-group-text {
  color: #8898aa;
  border-color: #5e72e4;
  background-color: #fff;
}

/* line 20268, /app/app/assets/stylesheets/argon.css */
.focused .form-control {
  border-color: #5e72e4;
}

/* line 20273, /app/app/assets/stylesheets/argon.css */
.focused .input-group-flush {
  box-shadow: none;
}

/* line 20278, /app/app/assets/stylesheets/argon.css */
.has-success,
.has-danger {
  position: relative;
}

/* line 20283, /app/app/assets/stylesheets/argon.css */
.has-success:after,
.has-danger:after {
  font-family: 'NucleoIcons';
  font-size: 9px;
  line-height: 19px;
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  text-align: center;
  opacity: 1;
  border-radius: 50%;
}

/* line 20305, /app/app/assets/stylesheets/argon.css */
.has-success .input-group-prepend .input-group-text,
.has-danger .input-group-prepend .input-group-text {
  border-color: red;
}

/* line 20311, /app/app/assets/stylesheets/argon.css */
.has-success:after {
  content: '\ea26';
  color: #1d8357;
  background-color: #69deac;
}

/* line 20319, /app/app/assets/stylesheets/argon.css */
.has-success .form-control {
  background-color: #fff;
}

/* line 20323, /app/app/assets/stylesheets/argon.css */
.has-success .form-control::-ms-input-placeholder {
  color: #2dce89;
}

/* line 20327, /app/app/assets/stylesheets/argon.css */
.has-success .form-control::placeholder {
  color: #2dce89;
}

/* line 20332, /app/app/assets/stylesheets/argon.css */
.has-danger:after {
  content: '\ea53';
  color: #db2d05;
  background-color: #fda08b;
}

/* line 20340, /app/app/assets/stylesheets/argon.css */
.has-danger .form-control {
  background-color: #fff;
}

/* line 20344, /app/app/assets/stylesheets/argon.css */
.has-danger .form-control::-ms-input-placeholder {
  color: #fb6340;
}

/* line 20348, /app/app/assets/stylesheets/argon.css */
.has-danger .form-control::placeholder {
  color: #fb6340;
}

/* line 20353, /app/app/assets/stylesheets/argon.css */
.row-example > .col span,
.row-example > [class^='col-'] span {
  font-size: .875rem;
  display: block;
  margin: 1rem 0;
  padding: .75rem;
  color: #393f49;
  border-radius: .25rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

/* line 20369, /app/app/assets/stylesheets/argon.css */
.no-gutters > .col span,
.no-gutters > [class^='col-'] span {
  border-radius: 0;
}

/* line 20375, /app/app/assets/stylesheets/argon.css */
.header {
  position: relative;
}

/* line 20380, /app/app/assets/stylesheets/argon.css */
.icon {
  width: 3rem;
  height: 3rem;
}

/* line 20385, /app/app/assets/stylesheets/argon.css */
.icon i,
.icon svg {
  font-size: 2.25rem;
}

/* line 20390, /app/app/assets/stylesheets/argon.css */
.icon + .icon-text {
  width: calc(100% - 3rem - 1);
  padding-left: 1rem;
}

/* line 20396, /app/app/assets/stylesheets/argon.css */
.icon-xl {
  width: 5rem;
  height: 5rem;
}

/* line 20401, /app/app/assets/stylesheets/argon.css */
.icon-xl i,
.icon-xl svg {
  font-size: 4.25rem;
}

/* line 20406, /app/app/assets/stylesheets/argon.css */
.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

/* line 20411, /app/app/assets/stylesheets/argon.css */
.icon-lg {
  width: 4rem;
  height: 4rem;
}

/* line 20416, /app/app/assets/stylesheets/argon.css */
.icon-lg i,
.icon-lg svg {
  font-size: 3.25rem;
}

/* line 20421, /app/app/assets/stylesheets/argon.css */
.icon-lg + .icon-text {
  width: calc(100% - $icon-size-lg - 1);
}

/* line 20426, /app/app/assets/stylesheets/argon.css */
.icon-sm {
  width: 2rem;
  height: 2rem;
}

/* line 20431, /app/app/assets/stylesheets/argon.css */
.icon-sm i,
.icon-sm svg {
  font-size: 1.25rem;
}

/* line 20436, /app/app/assets/stylesheets/argon.css */
.icon-sm + .icon-text {
  width: calc(100% - $icon-size-sm - 1);
}

/* line 20441, /app/app/assets/stylesheets/argon.css */
.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 20446, /app/app/assets/stylesheets/argon.css */
.icon-xs i,
.icon-xs svg {
  font-size: .5rem;
}

/* line 20451, /app/app/assets/stylesheets/argon.css */
.icon-xs + .icon-text {
  width: calc(100% - $icon-size-xs - 1);
}

/* line 20456, /app/app/assets/stylesheets/argon.css */
.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* line 20469, /app/app/assets/stylesheets/argon.css */
.icon-shape i,
.icon-shape svg {
  font-size: 1.25rem;
}

/* line 20474, /app/app/assets/stylesheets/argon.css */
.icon-shape.icon-lg i,
.icon-shape.icon-lg svg {
  font-size: 1.625rem;
}

/* line 20479, /app/app/assets/stylesheets/argon.css */
.icon-shape.icon-sm i,
.icon-shape.icon-sm svg {
  font-size: .875rem;
}

/* line 20484, /app/app/assets/stylesheets/argon.css */
.icon-shape.icon-xs i,
.icon-shape.icon-xs svg {
  font-size: .6rem;
}

/* line 20489, /app/app/assets/stylesheets/argon.css */
.icon-shape svg {
  width: 30px;
  height: 30px;
}

/* line 20495, /app/app/assets/stylesheets/argon.css */
.icon-shape-primary {
  color: #2643e9;
  background-color: rgba(138, 152, 235, 0.5);
}

/* line 20501, /app/app/assets/stylesheets/argon.css */
.icon-shape-secondary {
  color: #cfe3f1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 20507, /app/app/assets/stylesheets/argon.css */
.icon-shape-success {
  color: #1aae6f;
  background-color: rgba(84, 218, 161, 0.5);
}

/* line 20513, /app/app/assets/stylesheets/argon.css */
.icon-shape-info {
  color: #03acca;
  background-color: rgba(65, 215, 242, 0.5);
}

/* line 20519, /app/app/assets/stylesheets/argon.css */
.icon-shape-warning {
  color: #ff3709;
  background-color: rgba(252, 140, 114, 0.5);
}

/* line 20525, /app/app/assets/stylesheets/argon.css */
.icon-shape-danger {
  color: #f80031;
  background-color: rgba(247, 103, 131, 0.5);
}

/* line 20531, /app/app/assets/stylesheets/argon.css */
.icon-shape-light {
  color: #879cb0;
  background-color: rgba(201, 207, 212, 0.5);
}

/* line 20537, /app/app/assets/stylesheets/argon.css */
.icon-shape-dark {
  color: #090c0e;
  background-color: rgba(56, 63, 69, 0.5);
}

/* line 20543, /app/app/assets/stylesheets/argon.css */
.icon-shape-default {
  color: #091428;
  background-color: rgba(35, 65, 116, 0.5);
}

/* line 20549, /app/app/assets/stylesheets/argon.css */
.icon-shape-white {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 20555, /app/app/assets/stylesheets/argon.css */
.icon-shape-neutral {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 20561, /app/app/assets/stylesheets/argon.css */
.icon-shape-darker {
  color: black;
  background-color: rgba(26, 26, 26, 0.5);
}

/* line 20567, /app/app/assets/stylesheets/argon.css */
.list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: .375rem;
}

/* line 20574, /app/app/assets/stylesheets/argon.css */
.list-group-img {
  width: 3rem;
  height: 3rem;
  margin: -.1rem 1.2rem 0 -.2rem;
  vertical-align: top;
  border-radius: 50%;
}

/* line 20585, /app/app/assets/stylesheets/argon.css */
.list-group-content {
  min-width: 0;
  flex: 1 1;
}

/* line 20591, /app/app/assets/stylesheets/argon.css */
.list-group-content > p {
  line-height: 1.5;
  margin: .2rem 0 0;
  color: #adb5bd;
}

/* line 20600, /app/app/assets/stylesheets/argon.css */
.list-group-heading {
  font-size: 1rem;
  color: #32325d;
}

/* line 20606, /app/app/assets/stylesheets/argon.css */
.list-group-heading > small {
  font-weight: 500;
  float: right;
  color: #adb5bd;
}

/* line 20615, /app/app/assets/stylesheets/argon.css */
.map-canvas {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: .375rem;
}

/* line 20625, /app/app/assets/stylesheets/argon.css */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20638, /app/app/assets/stylesheets/argon.css */
  .mask {
    transition: none;
  }
}
/* line 20644, /app/app/assets/stylesheets/argon.css */
.modal-title {
  font-size: 1.0625rem;
}

/* line 20649, /app/app/assets/stylesheets/argon.css */
.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 20655, /app/app/assets/stylesheets/argon.css */
.modal-fluid .modal-content {
  border-radius: 0;
}

/* line 20660, /app/app/assets/stylesheets/argon.css */
.modal-primary .modal-title {
  color: #fff;
}

/* line 20665, /app/app/assets/stylesheets/argon.css */
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20671, /app/app/assets/stylesheets/argon.css */
.modal-primary .modal-content {
  color: #fff;
  background-color: #5e72e4;
}

/* line 20676, /app/app/assets/stylesheets/argon.css */
.modal-primary .modal-content .heading {
  color: #fff;
}

/* line 20681, /app/app/assets/stylesheets/argon.css */
.modal-primary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20686, /app/app/assets/stylesheets/argon.css */
.modal-secondary .modal-title {
  color: #212529;
}

/* line 20691, /app/app/assets/stylesheets/argon.css */
.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 20697, /app/app/assets/stylesheets/argon.css */
.modal-secondary .modal-content {
  color: #212529;
  background-color: #f7fafc;
}

/* line 20702, /app/app/assets/stylesheets/argon.css */
.modal-secondary .modal-content .heading {
  color: #212529;
}

/* line 20707, /app/app/assets/stylesheets/argon.css */
.modal-secondary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20712, /app/app/assets/stylesheets/argon.css */
.modal-success .modal-title {
  color: #fff;
}

/* line 20717, /app/app/assets/stylesheets/argon.css */
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20723, /app/app/assets/stylesheets/argon.css */
.modal-success .modal-content {
  color: #fff;
  background-color: #2dce89;
}

/* line 20728, /app/app/assets/stylesheets/argon.css */
.modal-success .modal-content .heading {
  color: #fff;
}

/* line 20733, /app/app/assets/stylesheets/argon.css */
.modal-success .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20738, /app/app/assets/stylesheets/argon.css */
.modal-info .modal-title {
  color: #fff;
}

/* line 20743, /app/app/assets/stylesheets/argon.css */
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20749, /app/app/assets/stylesheets/argon.css */
.modal-info .modal-content {
  color: #fff;
  background-color: #11cdef;
}

/* line 20754, /app/app/assets/stylesheets/argon.css */
.modal-info .modal-content .heading {
  color: #fff;
}

/* line 20759, /app/app/assets/stylesheets/argon.css */
.modal-info .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20764, /app/app/assets/stylesheets/argon.css */
.modal-warning .modal-title {
  color: #fff;
}

/* line 20769, /app/app/assets/stylesheets/argon.css */
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20775, /app/app/assets/stylesheets/argon.css */
.modal-warning .modal-content {
  color: #fff;
  background-color: #fb6340;
}

/* line 20780, /app/app/assets/stylesheets/argon.css */
.modal-warning .modal-content .heading {
  color: #fff;
}

/* line 20785, /app/app/assets/stylesheets/argon.css */
.modal-warning .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20790, /app/app/assets/stylesheets/argon.css */
.modal-danger .modal-title {
  color: #fff;
}

/* line 20795, /app/app/assets/stylesheets/argon.css */
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20801, /app/app/assets/stylesheets/argon.css */
.modal-danger .modal-content {
  color: #fff;
  background-color: #f5365c;
}

/* line 20806, /app/app/assets/stylesheets/argon.css */
.modal-danger .modal-content .heading {
  color: #fff;
}

/* line 20811, /app/app/assets/stylesheets/argon.css */
.modal-danger .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20816, /app/app/assets/stylesheets/argon.css */
.modal-light .modal-title {
  color: #fff;
}

/* line 20821, /app/app/assets/stylesheets/argon.css */
.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20827, /app/app/assets/stylesheets/argon.css */
.modal-light .modal-content {
  color: #fff;
  background-color: #adb5bd;
}

/* line 20832, /app/app/assets/stylesheets/argon.css */
.modal-light .modal-content .heading {
  color: #fff;
}

/* line 20837, /app/app/assets/stylesheets/argon.css */
.modal-light .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20842, /app/app/assets/stylesheets/argon.css */
.modal-dark .modal-title {
  color: #fff;
}

/* line 20847, /app/app/assets/stylesheets/argon.css */
.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20853, /app/app/assets/stylesheets/argon.css */
.modal-dark .modal-content {
  color: #fff;
  background-color: #212529;
}

/* line 20858, /app/app/assets/stylesheets/argon.css */
.modal-dark .modal-content .heading {
  color: #fff;
}

/* line 20863, /app/app/assets/stylesheets/argon.css */
.modal-dark .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20868, /app/app/assets/stylesheets/argon.css */
.modal-default .modal-title {
  color: #fff;
}

/* line 20873, /app/app/assets/stylesheets/argon.css */
.modal-default .modal-header,
.modal-default .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20879, /app/app/assets/stylesheets/argon.css */
.modal-default .modal-content {
  color: #fff;
  background-color: #172b4d;
}

/* line 20884, /app/app/assets/stylesheets/argon.css */
.modal-default .modal-content .heading {
  color: #fff;
}

/* line 20889, /app/app/assets/stylesheets/argon.css */
.modal-default .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20894, /app/app/assets/stylesheets/argon.css */
.modal-white .modal-title {
  color: #212529;
}

/* line 20899, /app/app/assets/stylesheets/argon.css */
.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 20905, /app/app/assets/stylesheets/argon.css */
.modal-white .modal-content {
  color: #212529;
  background-color: #fff;
}

/* line 20910, /app/app/assets/stylesheets/argon.css */
.modal-white .modal-content .heading {
  color: #212529;
}

/* line 20915, /app/app/assets/stylesheets/argon.css */
.modal-white .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20920, /app/app/assets/stylesheets/argon.css */
.modal-neutral .modal-title {
  color: #212529;
}

/* line 20925, /app/app/assets/stylesheets/argon.css */
.modal-neutral .modal-header,
.modal-neutral .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 20931, /app/app/assets/stylesheets/argon.css */
.modal-neutral .modal-content {
  color: #212529;
  background-color: #fff;
}

/* line 20936, /app/app/assets/stylesheets/argon.css */
.modal-neutral .modal-content .heading {
  color: #212529;
}

/* line 20941, /app/app/assets/stylesheets/argon.css */
.modal-neutral .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20946, /app/app/assets/stylesheets/argon.css */
.modal-darker .modal-title {
  color: #fff;
}

/* line 20951, /app/app/assets/stylesheets/argon.css */
.modal-darker .modal-header,
.modal-darker .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 20957, /app/app/assets/stylesheets/argon.css */
.modal-darker .modal-content {
  color: #fff;
  background-color: black;
}

/* line 20962, /app/app/assets/stylesheets/argon.css */
.modal-darker .modal-content .heading {
  color: #fff;
}

/* line 20967, /app/app/assets/stylesheets/argon.css */
.modal-darker .close > span:not(.sr-only) {
  color: #fff;
}

/* line 20972, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-nav .nav-link {
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: normal;
}

/* line 20980, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-nav .nav-link .nav-link-inner--text {
  margin-left: .25rem;
}

/* line 20985, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-brand {
  font-size: .875rem;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .05px;
  text-transform: uppercase;
}

/* line 20994, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-brand img {
  height: 30px;
}

/* line 20999, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-dark .navbar-brand {
  color: #fff;
}

/* line 21004, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-light .navbar-brand {
  color: #32325d;
}

/* line 21009, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-nav .nav-item .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  /* line 21016, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-item {
    margin-right: .5rem;
  }

  /* line 21020, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-item [data-toggle='dropdown']::after {
    transition: all .15s ease;
  }

  /* line 21024, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-item.show [data-toggle='dropdown']::after {
    transform: rotate(180deg);
  }

  /* line 21028, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .375rem;
  }

  /* line 21035, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link i {
    margin-right: .625rem;
  }

  /* line 21039, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link-icon {
    font-size: 1rem;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    border-radius: .375rem;
  }

  /* line 21048, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }

  /* line 21052, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu {
    margin: 0;
    pointer-events: none;
    opacity: 0;
  }

  /* line 21060, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    transform: rotate(-45deg) translateY(1rem);
    border-radius: .25rem;
    background: #fff;
    box-shadow: none;
  }

  /* line 21079, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }

  /* line 21084, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
    animation: show-navbar-dropdown .25s ease forwards;
    pointer-events: auto;
    opacity: 1;
  }

  /* line 21091, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
    display: block;
    animation: hide-navbar-dropdown .15s ease backwards;
  }

  /* line 21097, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav.navbar-nav-hover .dropdown-menu {
    display: block;
    transition: visibility .25s, opacity .25s, transform .25s;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    pointer-events: none;
    opacity: 0;
  }

  /* line 21107, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    transform: translate(0, 0);
    animation: none;
    pointer-events: auto;
    opacity: 1;
  }

  /* line 21118, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu-inner {
    position: relative;
    padding: 1rem;
  }
}
/* line 21126, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 21138, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent .navbar-brand {
  color: white;
}

/* line 21142, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent .navbar-toggler {
  color: white;
}

/* line 21146, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal.navbar-transparent .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (min-width: 768px) {
  /* line 21153, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
  }

  /* line 21157, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link:hover,
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.65);
  }

  /* line 21162, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }

  /* line 21166, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-nav .show > .nav-link,
  .navbar-horizontal.navbar-transparent .navbar-nav .active > .nav-link,
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.show,
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.65);
  }

  /* line 21173, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-brand {
    color: rgba(255, 255, 255, 0.95);
  }

  /* line 21177, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal.navbar-transparent .navbar-brand:hover,
  .navbar-horizontal.navbar-transparent .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.95);
  }
}
/* line 21184, /app/app/assets/stylesheets/argon.css */
.navbar-horizontal .navbar-collapse-header {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 21191, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .nav-link {
    padding: .625rem 0;
    color: #172b4d !important;
  }

  /* line 21197, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }

  /* line 21203, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }

  /* line 21207, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse {
    position: absolute;
    z-index: 1050;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    width: calc(100% - 1.4rem);
    height: auto !important;
    margin: .7rem;
    opacity: 0;
  }

  /* line 21223, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }

  /* line 21235, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    background: #283448;
  }

  /* line 21248, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(1) {
    transform: rotate(135deg);
  }

  /* line 21252, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(2) {
    transform: rotate(-135deg);
  }

  /* line 21256, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .navbar-collapse-header {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  /* line 21265, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .collapse-brand img {
    height: 36px;
  }

  /* line 21269, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse .collapse-close {
    text-align: right;
  }

  /* line 21273, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse.collapsing,
  .navbar-horizontal .navbar-collapse.show {
    padding: 1.5rem;
    animation: show-navbar-collapse .2s ease forwards;
    border-radius: .375rem;
    background: #fff;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  /* line 21284, /app/app/assets/stylesheets/argon.css */
  .navbar-horizontal .navbar-collapse.collapsing-out {
    animation: hide-navbar-collapse .2s ease forwards;
  }
}
@keyframes show-navbar-collapse {
  0% {
    transform: scale(0.95);
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hide-navbar-collapse {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes show-navbar-dropdown {
  0% {
    transition: visibility .25s, opacity .25s, transform .25s;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
/* line 21355, /app/app/assets/stylesheets/argon.css */
.nav-open .sidenav {
  transform: translateX(0px);
}

/* line 21360, /app/app/assets/stylesheets/argon.css */
.nav-open .sidenav-toggler-inner .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 21367, /app/app/assets/stylesheets/argon.css */
.nav-open .sidenav-toggler-inner .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 21374, /app/app/assets/stylesheets/argon.css */
.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

/* line 21382, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-light {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #f6f9fc;
}

/* line 21387, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-dark {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

/* line 21392, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-brand {
  margin-right: 0;
}

/* line 21396, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-width: 100%;
  max-height: 2rem;
}

@media (min-width: 768px) {
  /* line 21404, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  /* line 21409, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical .navbar-collapse:before {
    display: block;
    margin: .5rem;
    content: '';
  }
}
/* line 21418, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 21423, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 21431, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}

/* line 21435, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link > i {
  font-size: .9375rem;
  line-height: 1.5rem;
  min-width: 2rem;
}

/* line 21442, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}

/* line 21446, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: .5rem;
}

/* line 21450, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: .8125rem;
}

/* line 21454, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 21460, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: auto;
  content: '\f105';
  transition: all .15s ease;
  color: #ced4da;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21481, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after {
    transition: none;
  }
}
/* line 21486, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse'][aria-expanded='true']:after {
  transform: rotate(90deg);
  color: #5e72e4;
}

/* line 21492, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3rem;
}

/* line 21496, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.5rem;
}

/* line 21500, /app/app/assets/stylesheets/argon.css */
.navbar-vertical .navbar-heading {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 21510, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: auto;
  width: 100%;
  max-width: 250px;
  padding-right: 0;
  padding-left: 0;
}

/* line 21524, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-inner {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 21529, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs > [class*='container'] {
  flex-direction: column;
  min-height: 100%;
  padding-right: 0;
  padding-left: 0;
  align-items: stretch;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 21541, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xs > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}
/* line 21547, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 21553, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 21559, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: flex;
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 1 1;
  align-items: stretch;
}

/* line 21572, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 21576, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 21583, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: .675rem 1.5rem;
}

/* line 21587, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item {
  margin-top: 2px;
}

/* line 21591, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  margin-right: .5rem;
  margin-left: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: .375rem;
  background: #f6f9fc;
}

/* line 21601, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .lavalamp-object {
  width: calc(100% - 1rem) !important;
  margin-right: .5rem;
  margin-left: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  border-radius: .375rem;
  background: #5e72e4;
}

/* line 21613, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-top: .45rem;
  padding-bottom: .45rem;
  padding-left: 3.5rem;
}

/* line 21619, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.25rem;
}

@media (min-width: 576px) {
  /* line 21625, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 21639, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 21644, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 21657, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 576px) {
  /* line 21665, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 21671, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 21677, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 21690, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 21694, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 21701, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }

  /* line 21705, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
    margin-top: 2px;
  }

  /* line 21709, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }

  /* line 21719, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }

  /* line 21731, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }

  /* line 21737, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 768px) {
  /* line 21744, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 21758, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 21763, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 21776, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 768px) {
  /* line 21784, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 21790, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 21796, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 21809, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 21813, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 21820, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }

  /* line 21824, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
    margin-top: 2px;
  }

  /* line 21828, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }

  /* line 21838, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }

  /* line 21850, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }

  /* line 21856, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 992px) {
  /* line 21863, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 21877, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 21882, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 21895, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 992px) {
  /* line 21903, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 21909, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 21915, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 21928, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 21932, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 21939, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }

  /* line 21943, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
    margin-top: 2px;
  }

  /* line 21947, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }

  /* line 21957, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }

  /* line 21969, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }

  /* line 21975, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 1200px) {
  /* line 21982, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 21996, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 22001, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 22014, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 1200px) {
  /* line 22022, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 22028, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 22034, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 22047, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 22051, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 22058, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: .675rem 1.5rem;
  }

  /* line 22062, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
    margin-top: 2px;
  }

  /* line 22066, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: #f6f9fc;
  }

  /* line 22076, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: .375rem;
    background: #5e72e4;
  }

  /* line 22088, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 3.5rem;
  }

  /* line 22094, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
/* line 22100, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
  margin-left: 250px;
}

/* line 22105, /app/app/assets/stylesheets/argon.css */
.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
  margin-right: 62px;
}

@media (min-width: 576px) {
  /* line 22112, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 22116, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
    margin-right: 62px;
  }
}
@media (min-width: 768px) {
  /* line 22124, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 22128, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
    margin-right: 62px;
  }
}
@media (min-width: 992px) {
  /* line 22136, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 22140, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
    margin-right: 62px;
  }
}
@media (min-width: 1200px) {
  /* line 22148, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 22152, /app/app/assets/stylesheets/argon.css */
  .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
    margin-right: 62px;
  }
}
/* line 22158, /app/app/assets/stylesheets/argon.css */
.sidenav.fixed-left + .main-content {
  margin-left: 62px;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22166, /app/app/assets/stylesheets/argon.css */
  .sidenav.fixed-left + .main-content {
    transition: none;
  }
}
/* line 22172, /app/app/assets/stylesheets/argon.css */
.sidenav.fixed-right + .main-content {
  margin-right: 62px;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22180, /app/app/assets/stylesheets/argon.css */
  .sidenav.fixed-right + .main-content {
    transition: none;
  }
}
@media (min-width: 1200px) {
  /* line 22188, /app/app/assets/stylesheets/argon.css */
  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 22192, /app/app/assets/stylesheets/argon.css */
  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-right: 250px;
  }
}
/* line 22198, /app/app/assets/stylesheets/argon.css */
.sidenav {
  z-index: 1050;
  transition: all .4s ease;
}

@media (min-width: 1200px) {
  /* line 22206, /app/app/assets/stylesheets/argon.css */
  .sidenav:hover {
    max-width: 250px;
  }

  /* line 22210, /app/app/assets/stylesheets/argon.css */
  .sidenav .sidenav-toggler {
    padding: 1.5rem;
  }
}
/* line 22215, /app/app/assets/stylesheets/argon.css */
.sidenav .navbar-brand,
.sidenav .navbar-heading {
  padding: 1.5rem;
}

/* line 22221, /app/app/assets/stylesheets/argon.css */
.sidenav-header {
  height: 78px;
  text-align: center;
}

/* line 22228, /app/app/assets/stylesheets/argon.css */
.g-sidenav-show .sidenav .navbar-brand,
.g-sidenav-show .sidenav .navbar-heading {
  display: block;
}

/* line 22234, /app/app/assets/stylesheets/argon.css */
.g-sidenav-show .sidenav .nav-item .collapse {
  height: auto;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22242, /app/app/assets/stylesheets/argon.css */
  .g-sidenav-show .sidenav .nav-item .collapse {
    transition: none;
  }
}
/* line 22248, /app/app/assets/stylesheets/argon.css */
.g-sidenav-show .sidenav .nav-link-text {
  transition: .3s ease;
  opacity: 1;
}

/* line 22255, /app/app/assets/stylesheets/argon.css */
.g-sidenav-pinned .sidenav {
  max-width: 250px !important;
}

/* line 22259, /app/app/assets/stylesheets/argon.css */
.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
  display: block;
}

@media (min-width: 768px) {
  /* line 22267, /app/app/assets/stylesheets/argon.css */
  .nav-item .nav-link.active.active-pro {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 25px !important;
    border-radius: 0 !important;
    background: #f6f9fc;
  }
}
@media (max-width: 1199.98px) {
  /* line 22283, /app/app/assets/stylesheets/argon.css */
  .sidenav {
    transform: translateX(-250px);
  }

  /* line 22287, /app/app/assets/stylesheets/argon.css */
  .sidenav.fixed-left + .main-content {
    margin-left: 0 !important;
  }

  /* line 22291, /app/app/assets/stylesheets/argon.css */
  .g-sidenav-pinned .sidenav {
    transform: translateX(0);
  }
}
/* line 22297, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler-inner,
.sidenav-toggler-line {
  width: 18px;
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22306, /app/app/assets/stylesheets/argon.css */
  .sidenav-toggler-inner,
  .sidenav-toggler-line {
    transition: none;
  }
}
/* line 22313, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler-inner {
  position: relative;
}

/* line 22317, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler-inner:before {
  position: absolute;
  top: -14px;
  left: -11px;
  width: 40px;
  height: 40px;
  content: '';
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22334, /app/app/assets/stylesheets/argon.css */
  .sidenav-toggler-inner:before {
    transition: none;
  }
}
/* line 22340, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler-line {
  position: relative;
  display: block;
  height: 2px;
  background-color: #172b4d;
}

/* line 22350, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}

/* line 22355, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler-dark .sidenav-toggler-line {
  background-color: #fff;
}

/* line 22360, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler {
  cursor: pointer;
}

/* line 22364, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler.active .sidenav-toggler-inner:before {
  transform: scale(1);
}

/* line 22368, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler.active .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 22374, /app/app/assets/stylesheets/argon.css */
.sidenav-toggler.active .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 22381, /app/app/assets/stylesheets/argon.css */
.bodyClick {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

/* line 22390, /app/app/assets/stylesheets/argon.css */
.navbar-search .input-group {
  transition: background-color .3s linear;
  transition-delay: .15s;
  border: 0 solid;
  border-radius: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22400, /app/app/assets/stylesheets/argon.css */
  .navbar-search .input-group {
    transition: none;
  }
}
/* line 22405, /app/app/assets/stylesheets/argon.css */
.navbar-search .input-group .input-group-text {
  padding-left: 1rem;
  border: 0;
  background-color: transparent;
}

/* line 22413, /app/app/assets/stylesheets/argon.css */
.navbar-search .form-control {
  width: 250px;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 0;
  background-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22424, /app/app/assets/stylesheets/argon.css */
  .navbar-search .form-control {
    transition: none;
  }
}
/* line 22430, /app/app/assets/stylesheets/argon.css */
.navbar-search .focused .input-group .form-control {
  width: 380px;
}

/* line 22435, /app/app/assets/stylesheets/argon.css */
.navbar-search .close {
  display: none;
}

/* line 22440, /app/app/assets/stylesheets/argon.css */
.navbar-search-dark .input-group {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(23, 43, 77, 0.8);
}

/* line 22446, /app/app/assets/stylesheets/argon.css */
.navbar-search-dark .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}

/* line 22451, /app/app/assets/stylesheets/argon.css */
.navbar-search-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}

/* line 22455, /app/app/assets/stylesheets/argon.css */
.navbar-search-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 22459, /app/app/assets/stylesheets/argon.css */
.navbar-search-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 22464, /app/app/assets/stylesheets/argon.css */
.navbar-search-dark .focused .input-group {
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(23, 43, 77, 0.9);
}

/* line 22470, /app/app/assets/stylesheets/argon.css */
.navbar-search-light .input-group {
  border-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 22476, /app/app/assets/stylesheets/argon.css */
.navbar-search-light .input-group-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 22481, /app/app/assets/stylesheets/argon.css */
.navbar-search-light .form-control {
  color: rgba(0, 0, 0, 0.9);
}

/* line 22485, /app/app/assets/stylesheets/argon.css */
.navbar-search-light .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 22489, /app/app/assets/stylesheets/argon.css */
.navbar-search-light .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 22494, /app/app/assets/stylesheets/argon.css */
.navbar-search-light .focused .input-group {
  border-color: rgba(0, 0, 0, 0.9);
  background-color: white;
}

@media (max-width: 575.98px) {
  /* line 22502, /app/app/assets/stylesheets/argon.css */
  .navbar-search {
    display: none;
    width: 100%;
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-150%);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 22514, /app/app/assets/stylesheets/argon.css */
  .navbar-search {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  /* line 22522, /app/app/assets/stylesheets/argon.css */
  .navbar-search .form-group {
    width: 100%;
  }

  /* line 22526, /app/app/assets/stylesheets/argon.css */
  .navbar-search .form-control {
    width: auto;
  }

  /* line 22530, /app/app/assets/stylesheets/argon.css */
  .navbar-search .focused .input-group .form-control {
    width: auto;
  }

  /* line 22534, /app/app/assets/stylesheets/argon.css */
  .navbar-search .close {
    display: none;
    opacity: 0;
  }

  /* line 22540, /app/app/assets/stylesheets/argon.css */
  .navbar-search .close span {
    width: auto;
    height: auto;
  }

  /* line 22545, /app/app/assets/stylesheets/argon.css */
  .navbar-top .navbar-nav {
    transition: all .15s ease;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 22552, /app/app/assets/stylesheets/argon.css */
  .navbar-top .navbar-nav {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  /* line 22560, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-showing .navbar-search .close {
    display: block;
  }

  /* line 22564, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-showing .navbar-top .navbar-nav {
    display: flex;
    transform: translateX(150%);
    opacity: 1;
  }

  /* line 22572, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-search {
    display: block;
  }

  /* line 22576, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-search .form-control {
    width: auto;
  }

  /* line 22580, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-search .close {
    line-height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    text-align: center;
    color: white;
  }

  /* line 22596, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-top .navbar-nav {
    display: none;
  }

  /* line 22600, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-show .navbar-top .navbar-collapse {
    width: 100%;
  }

  /* line 22604, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-shown .navbar-search {
    transform: translateX(0);
  }

  /* line 22608, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-shown .navbar-search .close {
    display: block;
    opacity: 1;
  }

  /* line 22614, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-hiding .navbar-top .navbar-nav {
    display: flex;
    transform: translateX(150%);
    opacity: 0;
  }

  /* line 22622, /app/app/assets/stylesheets/argon.css */
  .g-navbar-search-hidden .navbar-top .navbar-nav {
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 22630, /app/app/assets/stylesheets/argon.css */
.navbar .dropdown-menu {
  margin: 0;
  pointer-events: none;
  opacity: 0;
}

/* line 22639, /app/app/assets/stylesheets/argon.css */
.navbar .dropdown-menu-arrow:before {
  position: absolute;
  z-index: -5;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  transform: rotate(-45deg) translateY(12px);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

/* line 22659, /app/app/assets/stylesheets/argon.css */
.navbar .dropdown-menu-right:before {
  right: 20px;
  left: auto;
}

/* line 22665, /app/app/assets/stylesheets/argon.css */
.navbar:not(.navbar-nav-hover) .dropdown-menu.show {
  animation: show-navbar-dropdown .25s ease forwards;
  pointer-events: auto;
  opacity: 1;
}

/* line 22673, /app/app/assets/stylesheets/argon.css */
.navbar:not(.navbar-nav-hover) .dropdown-menu.close {
  display: block;
  animation: hide-navbar-dropdown .15s ease backwards;
}

/* line 22680, /app/app/assets/stylesheets/argon.css */
.navbar.navbar-nav-hover .dropdown-menu {
  display: block;
  transition: visibility .25s, opacity .25s, transform .25s;
  transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
  pointer-events: none;
  opacity: 0;
}

/* line 22691, /app/app/assets/stylesheets/argon.css */
.navbar.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  transform: translate(0, 0);
  animation: none;
  pointer-events: auto;
  opacity: 1;
}

/* line 22703, /app/app/assets/stylesheets/argon.css */
.navbar .dropdown-menu-inner {
  position: relative;
  padding: 1rem;
}

@keyframes show-navbar-dropdown {
  0% {
    transition: visibility .25s, opacity .25s, transform .25s;
    transform: translate(0, 10px) perspective(200px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
/* line 22741, /app/app/assets/stylesheets/argon.css */
.navbar-collapse-header {
  display: none;
}

@keyframes show-navbar-collapse {
  0% {
    transform: scale(0.95);
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hide-navbar-collapse {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
/* line 22780, /app/app/assets/stylesheets/argon.css */
.navbar-top {
  padding-right: 1rem;
  padding-left: 1rem;
  border: 0;
}

/* line 22787, /app/app/assets/stylesheets/argon.css */
.navbar-top .container,
.navbar-top .container-fluid,
.navbar-top .container-sm,
.navbar-top .container-md,
.navbar-top .container-lg,
.navbar-top .container-xl {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 22799, /app/app/assets/stylesheets/argon.css */
  .navbar-top .navbar-brand {
    display: none;
  }
}
@media (max-width: 575.98px) {
  /* line 22806, /app/app/assets/stylesheets/argon.css */
  .navbar-top .navbar-collapse {
    width: 100%;
  }

  /* line 22810, /app/app/assets/stylesheets/argon.css */
  .navbar-top .nav-item {
    position: static;
  }

  /* line 22814, /app/app/assets/stylesheets/argon.css */
  .navbar-top .nav-item .dropdown-menu {
    position: absolute;
    right: auto;
    left: 3%;
    width: 94%;
    min-width: auto;
  }
}
/* line 22824, /app/app/assets/stylesheets/argon.css */
.navbar-top.border-bottom.navbar-dark {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* line 22828, /app/app/assets/stylesheets/argon.css */
.navbar-top.border-bottom.navbar-light {
  border-color: rgba(0, 0, 0, 0.04) !important;
}

/* line 22833, /app/app/assets/stylesheets/argon.css */
.sidenav-pinned .navbar-top .navbar-brand {
  display: none;
}

/* line 22838, /app/app/assets/stylesheets/argon.css */
.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 22845, /app/app/assets/stylesheets/argon.css */
.nav-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 22853, /app/app/assets/stylesheets/argon.css */
.nav-link {
  color: #525f7f;
}

/* line 22857, /app/app/assets/stylesheets/argon.css */
.nav-link:hover {
  color: #5e72e4;
}

/* line 22861, /app/app/assets/stylesheets/argon.css */
.nav-link i.ni {
  position: relative;
  top: 2px;
}

/* line 22867, /app/app/assets/stylesheets/argon.css */
.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

/* line 22872, /app/app/assets/stylesheets/argon.css */
.nav-pills .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding: .75rem 1rem;
  transition: all .15s ease;
  color: #5e72e4;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 22885, /app/app/assets/stylesheets/argon.css */
.nav-pills .nav-link:hover {
  color: #485fe0;
}

/* line 22890, /app/app/assets/stylesheets/argon.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

@media (max-width: 575.98px) {
  /* line 22899, /app/app/assets/stylesheets/argon.css */
  .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 22907, /app/app/assets/stylesheets/argon.css */
  .nav-pills:not(.nav-pills-circle) .nav-item {
    padding-right: 0;
  }
}
/* line 22913, /app/app/assets/stylesheets/argon.css */
.nav-pills-circle .nav-link {
  line-height: 60px;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}

/* line 22926, /app/app/assets/stylesheets/argon.css */
.nav-pills-circle .nav-link-icon i,
.nav-pills-circle .nav-link-icon svg {
  font-size: 1rem;
}

/* line 22932, /app/app/assets/stylesheets/argon.css */
.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 22937, /app/app/assets/stylesheets/argon.css */
.page-item .page-link,
.page-item span {
  font-size: .875rem;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50% !important;
  align-items: center;
  justify-content: center;
}

/* line 22955, /app/app/assets/stylesheets/argon.css */
.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
  line-height: 46px;
  width: 46px;
  height: 46px;
}

/* line 22964, /app/app/assets/stylesheets/argon.css */
.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

/* line 22973, /app/app/assets/stylesheets/argon.css */
.popover {
  border: 0;
}

/* line 22978, /app/app/assets/stylesheets/argon.css */
.popover-header {
  font-weight: 600;
}

/* line 22983, /app/app/assets/stylesheets/argon.css */
.popover-primary {
  background-color: #5e72e4;
}

/* line 22987, /app/app/assets/stylesheets/argon.css */
.popover-primary .popover-header {
  color: #fff;
  background-color: #5e72e4;
}

/* line 22992, /app/app/assets/stylesheets/argon.css */
.popover-primary .popover-body {
  color: #fff;
}

/* line 22996, /app/app/assets/stylesheets/argon.css */
.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23000, /app/app/assets/stylesheets/argon.css */
.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #5e72e4;
}

/* line 23005, /app/app/assets/stylesheets/argon.css */
.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #5e72e4;
}

/* line 23010, /app/app/assets/stylesheets/argon.css */
.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #5e72e4;
}

/* line 23015, /app/app/assets/stylesheets/argon.css */
.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #5e72e4;
}

/* line 23021, /app/app/assets/stylesheets/argon.css */
.popover-secondary {
  background-color: #f7fafc;
}

/* line 23025, /app/app/assets/stylesheets/argon.css */
.popover-secondary .popover-header {
  color: #212529;
  background-color: #f7fafc;
}

/* line 23030, /app/app/assets/stylesheets/argon.css */
.popover-secondary .popover-body {
  color: #212529;
}

/* line 23034, /app/app/assets/stylesheets/argon.css */
.popover-secondary .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 23038, /app/app/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #f7fafc;
}

/* line 23043, /app/app/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #f7fafc;
}

/* line 23048, /app/app/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #f7fafc;
}

/* line 23053, /app/app/assets/stylesheets/argon.css */
.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #f7fafc;
}

/* line 23059, /app/app/assets/stylesheets/argon.css */
.popover-success {
  background-color: #2dce89;
}

/* line 23063, /app/app/assets/stylesheets/argon.css */
.popover-success .popover-header {
  color: #fff;
  background-color: #2dce89;
}

/* line 23068, /app/app/assets/stylesheets/argon.css */
.popover-success .popover-body {
  color: #fff;
}

/* line 23072, /app/app/assets/stylesheets/argon.css */
.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23076, /app/app/assets/stylesheets/argon.css */
.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #2dce89;
}

/* line 23081, /app/app/assets/stylesheets/argon.css */
.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #2dce89;
}

/* line 23086, /app/app/assets/stylesheets/argon.css */
.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #2dce89;
}

/* line 23091, /app/app/assets/stylesheets/argon.css */
.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #2dce89;
}

/* line 23097, /app/app/assets/stylesheets/argon.css */
.popover-info {
  background-color: #11cdef;
}

/* line 23101, /app/app/assets/stylesheets/argon.css */
.popover-info .popover-header {
  color: #fff;
  background-color: #11cdef;
}

/* line 23106, /app/app/assets/stylesheets/argon.css */
.popover-info .popover-body {
  color: #fff;
}

/* line 23110, /app/app/assets/stylesheets/argon.css */
.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23114, /app/app/assets/stylesheets/argon.css */
.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #11cdef;
}

/* line 23119, /app/app/assets/stylesheets/argon.css */
.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #11cdef;
}

/* line 23124, /app/app/assets/stylesheets/argon.css */
.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #11cdef;
}

/* line 23129, /app/app/assets/stylesheets/argon.css */
.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #11cdef;
}

/* line 23135, /app/app/assets/stylesheets/argon.css */
.popover-warning {
  background-color: #fb6340;
}

/* line 23139, /app/app/assets/stylesheets/argon.css */
.popover-warning .popover-header {
  color: #fff;
  background-color: #fb6340;
}

/* line 23144, /app/app/assets/stylesheets/argon.css */
.popover-warning .popover-body {
  color: #fff;
}

/* line 23148, /app/app/assets/stylesheets/argon.css */
.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23152, /app/app/assets/stylesheets/argon.css */
.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fb6340;
}

/* line 23157, /app/app/assets/stylesheets/argon.css */
.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fb6340;
}

/* line 23162, /app/app/assets/stylesheets/argon.css */
.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fb6340;
}

/* line 23167, /app/app/assets/stylesheets/argon.css */
.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fb6340;
}

/* line 23173, /app/app/assets/stylesheets/argon.css */
.popover-danger {
  background-color: #f5365c;
}

/* line 23177, /app/app/assets/stylesheets/argon.css */
.popover-danger .popover-header {
  color: #fff;
  background-color: #f5365c;
}

/* line 23182, /app/app/assets/stylesheets/argon.css */
.popover-danger .popover-body {
  color: #fff;
}

/* line 23186, /app/app/assets/stylesheets/argon.css */
.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23190, /app/app/assets/stylesheets/argon.css */
.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #f5365c;
}

/* line 23195, /app/app/assets/stylesheets/argon.css */
.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #f5365c;
}

/* line 23200, /app/app/assets/stylesheets/argon.css */
.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #f5365c;
}

/* line 23205, /app/app/assets/stylesheets/argon.css */
.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #f5365c;
}

/* line 23211, /app/app/assets/stylesheets/argon.css */
.popover-light {
  background-color: #adb5bd;
}

/* line 23215, /app/app/assets/stylesheets/argon.css */
.popover-light .popover-header {
  color: #fff;
  background-color: #adb5bd;
}

/* line 23220, /app/app/assets/stylesheets/argon.css */
.popover-light .popover-body {
  color: #fff;
}

/* line 23224, /app/app/assets/stylesheets/argon.css */
.popover-light .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23228, /app/app/assets/stylesheets/argon.css */
.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #adb5bd;
}

/* line 23233, /app/app/assets/stylesheets/argon.css */
.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #adb5bd;
}

/* line 23238, /app/app/assets/stylesheets/argon.css */
.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #adb5bd;
}

/* line 23243, /app/app/assets/stylesheets/argon.css */
.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #adb5bd;
}

/* line 23249, /app/app/assets/stylesheets/argon.css */
.popover-dark {
  background-color: #212529;
}

/* line 23253, /app/app/assets/stylesheets/argon.css */
.popover-dark .popover-header {
  color: #fff;
  background-color: #212529;
}

/* line 23258, /app/app/assets/stylesheets/argon.css */
.popover-dark .popover-body {
  color: #fff;
}

/* line 23262, /app/app/assets/stylesheets/argon.css */
.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23266, /app/app/assets/stylesheets/argon.css */
.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #212529;
}

/* line 23271, /app/app/assets/stylesheets/argon.css */
.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #212529;
}

/* line 23276, /app/app/assets/stylesheets/argon.css */
.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #212529;
}

/* line 23281, /app/app/assets/stylesheets/argon.css */
.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #212529;
}

/* line 23287, /app/app/assets/stylesheets/argon.css */
.popover-default {
  background-color: #172b4d;
}

/* line 23291, /app/app/assets/stylesheets/argon.css */
.popover-default .popover-header {
  color: #fff;
  background-color: #172b4d;
}

/* line 23296, /app/app/assets/stylesheets/argon.css */
.popover-default .popover-body {
  color: #fff;
}

/* line 23300, /app/app/assets/stylesheets/argon.css */
.popover-default .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23304, /app/app/assets/stylesheets/argon.css */
.popover-default.bs-popover-top .arrow::after,
.popover-default.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #172b4d;
}

/* line 23309, /app/app/assets/stylesheets/argon.css */
.popover-default.bs-popover-right .arrow::after,
.popover-default.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #172b4d;
}

/* line 23314, /app/app/assets/stylesheets/argon.css */
.popover-default.bs-popover-bottom .arrow::after,
.popover-default.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #172b4d;
}

/* line 23319, /app/app/assets/stylesheets/argon.css */
.popover-default.bs-popover-left .arrow::after,
.popover-default.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #172b4d;
}

/* line 23325, /app/app/assets/stylesheets/argon.css */
.popover-white {
  background-color: #fff;
}

/* line 23329, /app/app/assets/stylesheets/argon.css */
.popover-white .popover-header {
  color: #212529;
  background-color: #fff;
}

/* line 23334, /app/app/assets/stylesheets/argon.css */
.popover-white .popover-body {
  color: #212529;
}

/* line 23338, /app/app/assets/stylesheets/argon.css */
.popover-white .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 23342, /app/app/assets/stylesheets/argon.css */
.popover-white.bs-popover-top .arrow::after,
.popover-white.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fff;
}

/* line 23347, /app/app/assets/stylesheets/argon.css */
.popover-white.bs-popover-right .arrow::after,
.popover-white.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fff;
}

/* line 23352, /app/app/assets/stylesheets/argon.css */
.popover-white.bs-popover-bottom .arrow::after,
.popover-white.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fff;
}

/* line 23357, /app/app/assets/stylesheets/argon.css */
.popover-white.bs-popover-left .arrow::after,
.popover-white.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fff;
}

/* line 23363, /app/app/assets/stylesheets/argon.css */
.popover-neutral {
  background-color: #fff;
}

/* line 23367, /app/app/assets/stylesheets/argon.css */
.popover-neutral .popover-header {
  color: #212529;
  background-color: #fff;
}

/* line 23372, /app/app/assets/stylesheets/argon.css */
.popover-neutral .popover-body {
  color: #212529;
}

/* line 23376, /app/app/assets/stylesheets/argon.css */
.popover-neutral .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 23380, /app/app/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-top .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fff;
}

/* line 23385, /app/app/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-right .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fff;
}

/* line 23390, /app/app/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-bottom .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fff;
}

/* line 23395, /app/app/assets/stylesheets/argon.css */
.popover-neutral.bs-popover-left .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fff;
}

/* line 23401, /app/app/assets/stylesheets/argon.css */
.popover-darker {
  background-color: black;
}

/* line 23405, /app/app/assets/stylesheets/argon.css */
.popover-darker .popover-header {
  color: #fff;
  background-color: black;
}

/* line 23410, /app/app/assets/stylesheets/argon.css */
.popover-darker .popover-body {
  color: #fff;
}

/* line 23414, /app/app/assets/stylesheets/argon.css */
.popover-darker .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23418, /app/app/assets/stylesheets/argon.css */
.popover-darker.bs-popover-top .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: black;
}

/* line 23423, /app/app/assets/stylesheets/argon.css */
.popover-darker.bs-popover-right .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: black;
}

/* line 23428, /app/app/assets/stylesheets/argon.css */
.popover-darker.bs-popover-bottom .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: black;
}

/* line 23433, /app/app/assets/stylesheets/argon.css */
.popover-darker.bs-popover-left .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: black;
}

/* line 23439, /app/app/assets/stylesheets/argon.css */
.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

/* line 23446, /app/app/assets/stylesheets/argon.css */
.progress {
  overflow: hidden;
  height: 8px;
  margin-bottom: 1rem;
  border-radius: .25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 23457, /app/app/assets/stylesheets/argon.css */
.progress .sr-only {
  font-size: 13px;
  line-height: 20px;
  left: 0;
  clip: auto;
  width: auto;
  height: 20px;
  margin: 0 0 0 30px;
}

/* line 23471, /app/app/assets/stylesheets/argon.css */
.progress-sm {
  height: 5px;
}

/* line 23476, /app/app/assets/stylesheets/argon.css */
.progress-xs {
  height: 3px;
}

/* line 23481, /app/app/assets/stylesheets/argon.css */
.progress-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0;
}

/* line 23490, /app/app/assets/stylesheets/argon.css */
.progress-bar {
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

/* line 23498, /app/app/assets/stylesheets/argon.css */
.progress-info {
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
  justify-content: space-between;
}

/* line 23508, /app/app/assets/stylesheets/argon.css */
.progress-label span {
  font-size: .625rem;
  font-weight: 600;
  display: inline-block;
  padding: .25rem 1rem;
  text-transform: uppercase;
  color: #5e72e4;
  border-radius: 30px;
  background: rgba(94, 114, 228, 0.1);
}

/* line 23524, /app/app/assets/stylesheets/argon.css */
.progress-percentage {
  text-align: right;
}

/* line 23528, /app/app/assets/stylesheets/argon.css */
.progress-percentage span {
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
  color: #8898aa;
}

/* line 23538, /app/app/assets/stylesheets/argon.css */
.separator {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
  pointer-events: none;
}

/* line 23553, /app/app/assets/stylesheets/argon.css */
.separator svg {
  position: absolute;
  pointer-events: none;
}

/* line 23560, /app/app/assets/stylesheets/argon.css */
.separator-top {
  top: 0;
  bottom: auto;
}

/* line 23565, /app/app/assets/stylesheets/argon.css */
.separator-top svg {
  top: 0;
}

/* line 23570, /app/app/assets/stylesheets/argon.css */
.separator-bottom {
  top: auto;
  bottom: 0;
}

/* line 23575, /app/app/assets/stylesheets/argon.css */
.separator-bottom svg {
  bottom: 0;
}

/* line 23580, /app/app/assets/stylesheets/argon.css */
.separator-inverse {
  transform: rotate(180deg);
}

/* line 23585, /app/app/assets/stylesheets/argon.css */
.separator-skew {
  height: 60px;
}

@media (min-width: 1200px) {
  /* line 23591, /app/app/assets/stylesheets/argon.css */
  .separator-skew {
    height: 70px;
  }
}
/* line 23597, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}

/* line 23603, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
}

/* line 23612, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.25, 0.65, 0.9, 0.75);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  align-items: center;
  justify-content: center;
}

/* line 23629, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i.icon {
  font-size: 1.7em;
  width: var(--icon-size);
  height: var(--icon-size);
}

/* line 23636, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i.icon-sm {
  font-size: 1.5em;
  width: var(--icon-sm-size);
  height: var(--icon-sm-size);
}

/* line 23643, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  z-index: 2;
  color: #fb6340;
}

/* line 23651, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i {
  opacity: 1;
}

/* line 23655, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  top: 50%;
  left: 50%;
  color: #fb6340;
}

/* line 23664, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(2) {
  top: 50%;
  left: calc(50% + (var(--gutter) * 1.7));
}

/* line 23669, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(3) {
  top: calc(50% + var(--gutter));
  left: calc(50% + var(--gutter));
}

/* line 23674, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(4) {
  top: calc(50% - var(--gutter));
  left: calc(50% + var(--gutter));
}

/* line 23679, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(5) {
  top: 50%;
  left: calc(50% + (var(--gutter) * 4));
}

/* line 23684, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(6) {
  top: calc(50% + (var(--gutter) * 1.5));
  left: calc(50% + (var(--gutter) * 2.7));
}

/* line 23689, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(7) {
  top: calc(50% - (var(--gutter) * 1.5));
  left: calc(50% + (var(--gutter) * 2.7));
}

/* line 23694, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(8) {
  top: 50%;
  left: calc(50% - (var(--gutter) * 1.7));
}

/* line 23699, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(9) {
  top: calc(50% + var(--gutter));
  left: calc(50% - var(--gutter));
}

/* line 23704, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(10) {
  top: calc(50% - var(--gutter));
  left: calc(50% - var(--gutter));
}

/* line 23709, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(11) {
  top: 50%;
  left: calc(50% - (var(--gutter) * 4));
}

/* line 23714, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(12) {
  top: calc(50% + (var(--gutter) * 1.5));
  left: calc(50% - (var(--gutter) * 2.7));
}

/* line 23719, /app/app/assets/stylesheets/argon.css */
.section-nucleo-icons .icons-container i:nth-child(13) {
  top: calc(50% - (var(--gutter) * 1.5));
  left: calc(50% - (var(--gutter) * 2.7));
}

/* line 23725, /app/app/assets/stylesheets/argon.css */
.table thead th {
  font-size: .65rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9ecef;
}

/* line 23738, /app/app/assets/stylesheets/argon.css */
.table th {
  font-weight: 600;
}

/* line 23743, /app/app/assets/stylesheets/argon.css */
.table td .progress {
  width: 120px;
  height: 3px;
  margin: 0;
}

/* line 23750, /app/app/assets/stylesheets/argon.css */
.table td,
.table th {
  font-size: .8125rem;
  white-space: nowrap;
}

/* line 23758, /app/app/assets/stylesheets/argon.css */
.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}

/* line 23764, /app/app/assets/stylesheets/argon.css */
.table .thead-dark th {
  color: #4d7bca;
  background-color: #1c345d;
}

/* line 23769, /app/app/assets/stylesheets/argon.css */
.table .thead-dark th a {
  color: #4d7bca;
}

/* line 23774, /app/app/assets/stylesheets/argon.css */
.table .thead-light th {
  color: #8898aa;
  background-color: #f6f9fc;
}

/* line 23779, /app/app/assets/stylesheets/argon.css */
.table .thead-light th a {
  color: #8898aa;
}

/* line 23784, /app/app/assets/stylesheets/argon.css */
.table-hover tr {
  transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23790, /app/app/assets/stylesheets/argon.css */
  .table-hover tr {
    transition: none;
  }
}
/* line 23796, /app/app/assets/stylesheets/argon.css */
.table-flush td,
.table-flush th {
  border-right: 0;
  border-left: 0;
}

/* line 23803, /app/app/assets/stylesheets/argon.css */
.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

/* line 23809, /app/app/assets/stylesheets/argon.css */
.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

/* line 23815, /app/app/assets/stylesheets/argon.css */
.card .table {
  margin-bottom: 0;
}

/* line 23819, /app/app/assets/stylesheets/argon.css */
.card .table td,
.card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 23826, /app/app/assets/stylesheets/argon.css */
.table .custom-toggle {
  display: block;
}

/* line 23831, /app/app/assets/stylesheets/argon.css */
p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

/* line 23838, /app/app/assets/stylesheets/argon.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 1.5rem;
}

/* line 23846, /app/app/assets/stylesheets/argon.css */
.lead + .btn-wrapper {
  margin-top: 3rem;
}

/* line 23851, /app/app/assets/stylesheets/argon.css */
.description {
  font-size: .875rem;
}

/* line 23856, /app/app/assets/stylesheets/argon.css */
article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}

/* line 23862, /app/app/assets/stylesheets/argon.css */
article h4,
article h5 {
  margin-bottom: 1.5rem;
}

/* line 23868, /app/app/assets/stylesheets/argon.css */
article figure {
  margin: 3rem 0;
}

/* line 23873, /app/app/assets/stylesheets/argon.css */
article h5 + figure {
  margin-top: 0;
}

/* line 23878, /app/app/assets/stylesheets/argon.css */
.display-1 span,
.display-2 span,
.display-3 span,
.display-4 span {
  font-weight: 300;
  display: block;
}

/* line 23888, /app/app/assets/stylesheets/argon.css */
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

/* line 23898, /app/app/assets/stylesheets/argon.css */
.heading {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 23907, /app/app/assets/stylesheets/argon.css */
.heading-small {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 23918, /app/app/assets/stylesheets/argon.css */
.heading-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 23927, /app/app/assets/stylesheets/argon.css */
.heading-section {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 23935, /app/app/assets/stylesheets/argon.css */
.heading-section img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
}

/* line 23943, /app/app/assets/stylesheets/argon.css */
.heading-section.text-center img {
  margin-right: auto;
  margin-left: auto;
}

/* line 23949, /app/app/assets/stylesheets/argon.css */
.surtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8898aa;
}

/* line 23959, /app/app/assets/stylesheets/argon.css */
.bg-blue {
  background-color: #5e72e4 !important;
}

/* line 23964, /app/app/assets/stylesheets/argon.css */
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #324cdd !important;
}

/* line 23972, /app/app/assets/stylesheets/argon.css */
.bg-indigo {
  background-color: #5603ad !important;
}

/* line 23977, /app/app/assets/stylesheets/argon.css */
a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3d027b !important;
}

/* line 23985, /app/app/assets/stylesheets/argon.css */
.bg-purple {
  background-color: #8965e0 !important;
}

/* line 23990, /app/app/assets/stylesheets/argon.css */
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #683bd7 !important;
}

/* line 23998, /app/app/assets/stylesheets/argon.css */
.bg-pink {
  background-color: #f3a4b5 !important;
}

/* line 24003, /app/app/assets/stylesheets/argon.css */
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ed7790 !important;
}

/* line 24011, /app/app/assets/stylesheets/argon.css */
.bg-red {
  background-color: #f5365c !important;
}

/* line 24016, /app/app/assets/stylesheets/argon.css */
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ec0c38 !important;
}

/* line 24024, /app/app/assets/stylesheets/argon.css */
.bg-orange {
  background-color: #fb6340 !important;
}

/* line 24029, /app/app/assets/stylesheets/argon.css */
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fa3a0e !important;
}

/* line 24037, /app/app/assets/stylesheets/argon.css */
.bg-yellow {
  background-color: #ffd600 !important;
}

/* line 24042, /app/app/assets/stylesheets/argon.css */
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ccab00 !important;
}

/* line 24050, /app/app/assets/stylesheets/argon.css */
.bg-green {
  background-color: #2dce89 !important;
}

/* line 24055, /app/app/assets/stylesheets/argon.css */
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #24a46d !important;
}

/* line 24063, /app/app/assets/stylesheets/argon.css */
.bg-teal {
  background-color: #11cdef !important;
}

/* line 24068, /app/app/assets/stylesheets/argon.css */
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #0da5c0 !important;
}

/* line 24076, /app/app/assets/stylesheets/argon.css */
.bg-cyan {
  background-color: #2bffc6 !important;
}

/* line 24081, /app/app/assets/stylesheets/argon.css */
a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #00f7b5 !important;
}

/* line 24089, /app/app/assets/stylesheets/argon.css */
.bg-white {
  background-color: #fff !important;
}

/* line 24094, /app/app/assets/stylesheets/argon.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 24102, /app/app/assets/stylesheets/argon.css */
.bg-gray {
  background-color: #8898aa !important;
}

/* line 24107, /app/app/assets/stylesheets/argon.css */
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6a7e95 !important;
}

/* line 24115, /app/app/assets/stylesheets/argon.css */
.bg-gray-dark {
  background-color: #32325d !important;
}

/* line 24120, /app/app/assets/stylesheets/argon.css */
a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #20203c !important;
}

/* line 24128, /app/app/assets/stylesheets/argon.css */
.bg-light {
  background-color: #ced4da !important;
}

/* line 24133, /app/app/assets/stylesheets/argon.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 24141, /app/app/assets/stylesheets/argon.css */
.bg-lighter {
  background-color: #e9ecef !important;
}

/* line 24146, /app/app/assets/stylesheets/argon.css */
a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #cbd3da !important;
}

/* line 24154, /app/app/assets/stylesheets/argon.css */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 24159, /app/app/assets/stylesheets/argon.css */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 24164, /app/app/assets/stylesheets/argon.css */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 24169, /app/app/assets/stylesheets/argon.css */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 24174, /app/app/assets/stylesheets/argon.css */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 24179, /app/app/assets/stylesheets/argon.css */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 24184, /app/app/assets/stylesheets/argon.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 24189, /app/app/assets/stylesheets/argon.css */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 24194, /app/app/assets/stylesheets/argon.css */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 24199, /app/app/assets/stylesheets/argon.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24204, /app/app/assets/stylesheets/argon.css */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24209, /app/app/assets/stylesheets/argon.css */
.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

/* line 24214, /app/app/assets/stylesheets/argon.css */
.bg-gradient-blue {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 24219, /app/app/assets/stylesheets/argon.css */
.bg-gradient-indigo {
  background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

/* line 24224, /app/app/assets/stylesheets/argon.css */
.bg-gradient-purple {
  background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

/* line 24229, /app/app/assets/stylesheets/argon.css */
.bg-gradient-pink {
  background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

/* line 24234, /app/app/assets/stylesheets/argon.css */
.bg-gradient-red {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 24239, /app/app/assets/stylesheets/argon.css */
.bg-gradient-orange {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 24244, /app/app/assets/stylesheets/argon.css */
.bg-gradient-yellow {
  background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}

/* line 24249, /app/app/assets/stylesheets/argon.css */
.bg-gradient-green {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 24254, /app/app/assets/stylesheets/argon.css */
.bg-gradient-teal {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 24259, /app/app/assets/stylesheets/argon.css */
.bg-gradient-cyan {
  background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

/* line 24264, /app/app/assets/stylesheets/argon.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24269, /app/app/assets/stylesheets/argon.css */
.bg-gradient-gray {
  background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

/* line 24274, /app/app/assets/stylesheets/argon.css */
.bg-gradient-gray-dark {
  background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

/* line 24279, /app/app/assets/stylesheets/argon.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

/* line 24284, /app/app/assets/stylesheets/argon.css */
.bg-gradient-lighter {
  background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

/* line 24289, /app/app/assets/stylesheets/argon.css */
.bg-translucent-primary {
  background-color: rgba(63, 87, 223, 0.6) !important;
}

/* line 24294, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-primary:hover,
a.bg-translucent-primary:focus,
button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
  background-color: rgba(42, 68, 219, 0.6) !important;
}

/* line 24302, /app/app/assets/stylesheets/argon.css */
.bg-translucent-secondary {
  background-color: rgba(221, 234, 242, 0.6) !important;
}

/* line 24307, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-secondary:hover,
a.bg-translucent-secondary:focus,
button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
  background-color: rgba(202, 222, 235, 0.6) !important;
}

/* line 24315, /app/app/assets/stylesheets/argon.css */
.bg-translucent-success {
  background-color: rgba(39, 177, 118, 0.6) !important;
}

/* line 24320, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-success:hover,
a.bg-translucent-success:focus,
button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
  background-color: rgba(34, 156, 104, 0.6) !important;
}

/* line 24328, /app/app/assets/stylesheets/argon.css */
.bg-translucent-info {
  background-color: rgba(14, 177, 206, 0.6) !important;
}

/* line 24333, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-info:hover,
a.bg-translucent-info:focus,
button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
  background-color: rgba(12, 156, 183, 0.6) !important;
}

/* line 24341, /app/app/assets/stylesheets/argon.css */
.bg-translucent-warning {
  background-color: rgba(250, 70, 29, 0.6) !important;
}

/* line 24346, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-warning:hover,
a.bg-translucent-warning:focus,
button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
  background-color: rgba(249, 51, 5, 0.6) !important;
}

/* line 24354, /app/app/assets/stylesheets/argon.css */
.bg-translucent-danger {
  background-color: rgba(243, 20, 64, 0.6) !important;
}

/* line 24359, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-danger:hover,
a.bg-translucent-danger:focus,
button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
  background-color: rgba(227, 11, 54, 0.6) !important;
}

/* line 24367, /app/app/assets/stylesheets/argon.css */
.bg-translucent-light {
  background-color: rgba(153, 163, 173, 0.6) !important;
}

/* line 24372, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-light:hover,
a.bg-translucent-light:focus,
button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
  background-color: rgba(139, 150, 162, 0.6) !important;
}

/* line 24380, /app/app/assets/stylesheets/argon.css */
.bg-translucent-dark {
  background-color: rgba(17, 19, 21, 0.6) !important;
}

/* line 24385, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-dark:hover,
a.bg-translucent-dark:focus,
button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
  background-color: rgba(6, 6, 7, 0.6) !important;
}

/* line 24393, /app/app/assets/stylesheets/argon.css */
.bg-translucent-default {
  background-color: rgba(15, 28, 50, 0.6) !important;
}

/* line 24398, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-default:hover,
a.bg-translucent-default:focus,
button.bg-translucent-default:hover,
button.bg-translucent-default:focus {
  background-color: rgba(9, 17, 30, 0.6) !important;
}

/* line 24406, /app/app/assets/stylesheets/argon.css */
.bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 24411, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-white:hover,
a.bg-translucent-white:focus,
button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 24419, /app/app/assets/stylesheets/argon.css */
.bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 24424, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-neutral:hover,
a.bg-translucent-neutral:focus,
button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 24432, /app/app/assets/stylesheets/argon.css */
.bg-translucent-darker {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 24437, /app/app/assets/stylesheets/argon.css */
a.bg-translucent-darker:hover,
a.bg-translucent-darker:focus,
button.bg-translucent-darker:hover,
button.bg-translucent-darker:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 24445, /app/app/assets/stylesheets/argon.css */
.section-primary {
  background-color: #f8f9fe !important;
}

/* line 24450, /app/app/assets/stylesheets/argon.css */
a.section-primary:hover,
a.section-primary:focus,
button.section-primary:hover,
button.section-primary:focus {
  background-color: #cbd3f8 !important;
}

/* line 24458, /app/app/assets/stylesheets/argon.css */
.section-secondary {
  background-color: #f7fafc !important;
}

/* line 24463, /app/app/assets/stylesheets/argon.css */
a.section-secondary:hover,
a.section-secondary:focus,
button.section-secondary:hover,
button.section-secondary:focus {
  background-color: #d2e3ee !important;
}

/* line 24471, /app/app/assets/stylesheets/argon.css */
.section-light {
  background-color: #ced4da !important;
}

/* line 24476, /app/app/assets/stylesheets/argon.css */
a.section-light:hover,
a.section-light:focus,
button.section-light:hover,
button.section-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 24484, /app/app/assets/stylesheets/argon.css */
.section-dark {
  background-color: #212529 !important;
}

/* line 24489, /app/app/assets/stylesheets/argon.css */
a.section-dark:hover,
a.section-dark:focus,
button.section-dark:hover,
button.section-dark:focus {
  background-color: #0a0c0d !important;
}

/* line 24497, /app/app/assets/stylesheets/argon.css */
.section-darker {
  background-color: black !important;
}

/* line 24502, /app/app/assets/stylesheets/argon.css */
a.section-darker:hover,
a.section-darker:focus,
button.section-darker:hover,
button.section-darker:focus {
  background-color: black !important;
}

/* line 24510, /app/app/assets/stylesheets/argon.css */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 24515, /app/app/assets/stylesheets/argon.css */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 24520, /app/app/assets/stylesheets/argon.css */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 24525, /app/app/assets/stylesheets/argon.css */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 24530, /app/app/assets/stylesheets/argon.css */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 24535, /app/app/assets/stylesheets/argon.css */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 24540, /app/app/assets/stylesheets/argon.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 24545, /app/app/assets/stylesheets/argon.css */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 24550, /app/app/assets/stylesheets/argon.css */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 24555, /app/app/assets/stylesheets/argon.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24560, /app/app/assets/stylesheets/argon.css */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 24565, /app/app/assets/stylesheets/argon.css */
.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

/* line 24570, /app/app/assets/stylesheets/argon.css */
.fill-primary {
  fill: #5e72e4;
}

/* line 24575, /app/app/assets/stylesheets/argon.css */
.stroke-primary {
  stroke: #5e72e4;
}

/* line 24580, /app/app/assets/stylesheets/argon.css */
.fill-secondary {
  fill: #f7fafc;
}

/* line 24585, /app/app/assets/stylesheets/argon.css */
.stroke-secondary {
  stroke: #f7fafc;
}

/* line 24590, /app/app/assets/stylesheets/argon.css */
.fill-success {
  fill: #2dce89;
}

/* line 24595, /app/app/assets/stylesheets/argon.css */
.stroke-success {
  stroke: #2dce89;
}

/* line 24600, /app/app/assets/stylesheets/argon.css */
.fill-info {
  fill: #11cdef;
}

/* line 24605, /app/app/assets/stylesheets/argon.css */
.stroke-info {
  stroke: #11cdef;
}

/* line 24610, /app/app/assets/stylesheets/argon.css */
.fill-warning {
  fill: #fb6340;
}

/* line 24615, /app/app/assets/stylesheets/argon.css */
.stroke-warning {
  stroke: #fb6340;
}

/* line 24620, /app/app/assets/stylesheets/argon.css */
.fill-danger {
  fill: #f5365c;
}

/* line 24625, /app/app/assets/stylesheets/argon.css */
.stroke-danger {
  stroke: #f5365c;
}

/* line 24630, /app/app/assets/stylesheets/argon.css */
.fill-light {
  fill: #adb5bd;
}

/* line 24635, /app/app/assets/stylesheets/argon.css */
.stroke-light {
  stroke: #adb5bd;
}

/* line 24640, /app/app/assets/stylesheets/argon.css */
.fill-dark {
  fill: #212529;
}

/* line 24645, /app/app/assets/stylesheets/argon.css */
.stroke-dark {
  stroke: #212529;
}

/* line 24650, /app/app/assets/stylesheets/argon.css */
.fill-default {
  fill: #172b4d;
}

/* line 24655, /app/app/assets/stylesheets/argon.css */
.stroke-default {
  stroke: #172b4d;
}

/* line 24660, /app/app/assets/stylesheets/argon.css */
.fill-white {
  fill: #fff;
}

/* line 24665, /app/app/assets/stylesheets/argon.css */
.stroke-white {
  stroke: #fff;
}

/* line 24670, /app/app/assets/stylesheets/argon.css */
.fill-neutral {
  fill: #fff;
}

/* line 24675, /app/app/assets/stylesheets/argon.css */
.stroke-neutral {
  stroke: #fff;
}

/* line 24680, /app/app/assets/stylesheets/argon.css */
.fill-darker {
  fill: black;
}

/* line 24685, /app/app/assets/stylesheets/argon.css */
.stroke-darker {
  stroke: black;
}

/* line 24690, /app/app/assets/stylesheets/argon.css */
.fill-opacity-8 {
  fill-opacity: .8;
}

/* line 24695, /app/app/assets/stylesheets/argon.css */
.blur--hover {
  position: relative;
}

/* line 24699, /app/app/assets/stylesheets/argon.css */
.blur--hover .blur-item {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  will-change: transform;
  filter: blur(0);
}

/* line 24708, /app/app/assets/stylesheets/argon.css */
.blur--hover .blur-hidden {
  position: absolute;
  z-index: 100;
  top: calc(50% + 7px);
  left: 50%;
  transition: all .15s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* line 24720, /app/app/assets/stylesheets/argon.css */
.blur--hover:hover .blur-item {
  z-index: 1;
  transform: scale(0.95);
  opacity: .8;
  filter: blur(10px);
}

/* line 24730, /app/app/assets/stylesheets/argon.css */
.blur--hover:hover .blur-hidden {
  top: 50%;
  opacity: 1;
}

/* line 24737, /app/app/assets/stylesheets/argon.css */
.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}

/* line 24743, /app/app/assets/stylesheets/argon.css */
.floating:hover {
  animation-play-state: paused;
}

/* line 24748, /app/app/assets/stylesheets/argon.css */
.floating-lg {
  animation: floating-lg 3s ease infinite;
}

/* line 24753, /app/app/assets/stylesheets/argon.css */
.floating-sm {
  animation: floating-sm 3s ease infinite;
}

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 24806, /app/app/assets/stylesheets/argon.css */
.floatfix:before,
.floatfix:after {
  display: table;
  content: '';
}

/* line 24814, /app/app/assets/stylesheets/argon.css */
.floatfix:after {
  clear: both;
}

/* line 24819, /app/app/assets/stylesheets/argon.css */
.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 24827, /app/app/assets/stylesheets/argon.css */
.opacity-1 {
  opacity: .1 !important;
}

/* line 24832, /app/app/assets/stylesheets/argon.css */
.opacity-2 {
  opacity: .2 !important;
}

/* line 24837, /app/app/assets/stylesheets/argon.css */
.opacity-3 {
  opacity: .3 !important;
}

/* line 24842, /app/app/assets/stylesheets/argon.css */
.opacity-4 {
  opacity: .4 !important;
}

/* line 24847, /app/app/assets/stylesheets/argon.css */
.opacity-5 {
  opacity: .5 !important;
}

/* line 24852, /app/app/assets/stylesheets/argon.css */
.opacity-6 {
  opacity: .6 !important;
}

/* line 24857, /app/app/assets/stylesheets/argon.css */
.opacity-7 {
  opacity: .7 !important;
}

/* line 24862, /app/app/assets/stylesheets/argon.css */
.opacity-8 {
  opacity: .8 !important;
}

/* line 24867, /app/app/assets/stylesheets/argon.css */
.opacity-8 {
  opacity: .9 !important;
}

/* line 24872, /app/app/assets/stylesheets/argon.css */
.opacity-10 {
  opacity: 1 !important;
}

/* line 24877, /app/app/assets/stylesheets/argon.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 24882, /app/app/assets/stylesheets/argon.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 24887, /app/app/assets/stylesheets/argon.css */
.top-0 {
  top: 0;
}

/* line 24892, /app/app/assets/stylesheets/argon.css */
.right-0 {
  right: 0;
}

/* line 24897, /app/app/assets/stylesheets/argon.css */
.bottom-0 {
  bottom: 0;
}

/* line 24902, /app/app/assets/stylesheets/argon.css */
.left-0 {
  left: 0;
}

/* line 24907, /app/app/assets/stylesheets/argon.css */
.top-1 {
  top: .25rem;
}

/* line 24912, /app/app/assets/stylesheets/argon.css */
.right-1 {
  right: .25rem;
}

/* line 24917, /app/app/assets/stylesheets/argon.css */
.bottom-1 {
  bottom: .25rem;
}

/* line 24922, /app/app/assets/stylesheets/argon.css */
.left-1 {
  left: .25rem;
}

/* line 24927, /app/app/assets/stylesheets/argon.css */
.top-2 {
  top: .5rem;
}

/* line 24932, /app/app/assets/stylesheets/argon.css */
.right-2 {
  right: .5rem;
}

/* line 24937, /app/app/assets/stylesheets/argon.css */
.bottom-2 {
  bottom: .5rem;
}

/* line 24942, /app/app/assets/stylesheets/argon.css */
.left-2 {
  left: .5rem;
}

/* line 24947, /app/app/assets/stylesheets/argon.css */
.top-3 {
  top: 1rem;
}

/* line 24952, /app/app/assets/stylesheets/argon.css */
.right-3 {
  right: 1rem;
}

/* line 24957, /app/app/assets/stylesheets/argon.css */
.bottom-3 {
  bottom: 1rem;
}

/* line 24962, /app/app/assets/stylesheets/argon.css */
.left-3 {
  left: 1rem;
}

/* line 24967, /app/app/assets/stylesheets/argon.css */
.top-4 {
  top: 1.5rem;
}

/* line 24972, /app/app/assets/stylesheets/argon.css */
.right-4 {
  right: 1.5rem;
}

/* line 24977, /app/app/assets/stylesheets/argon.css */
.bottom-4 {
  bottom: 1.5rem;
}

/* line 24982, /app/app/assets/stylesheets/argon.css */
.left-4 {
  left: 1.5rem;
}

/* line 24987, /app/app/assets/stylesheets/argon.css */
.top-5 {
  top: 3rem;
}

/* line 24992, /app/app/assets/stylesheets/argon.css */
.right-5 {
  right: 3rem;
}

/* line 24997, /app/app/assets/stylesheets/argon.css */
.bottom-5 {
  bottom: 3rem;
}

/* line 25002, /app/app/assets/stylesheets/argon.css */
.left-5 {
  left: 3rem;
}

/* line 25007, /app/app/assets/stylesheets/argon.css */
.top--9 {
  top: -10rem;
}

/* line 25012, /app/app/assets/stylesheets/argon.css */
.right--9 {
  right: -10rem;
}

/* line 25017, /app/app/assets/stylesheets/argon.css */
.bottom--9 {
  bottom: -10rem;
}

/* line 25022, /app/app/assets/stylesheets/argon.css */
.left--9 {
  left: -10rem;
}

/* line 25027, /app/app/assets/stylesheets/argon.css */
.top--8 {
  top: -8rem;
}

/* line 25032, /app/app/assets/stylesheets/argon.css */
.right--8 {
  right: -8rem;
}

/* line 25037, /app/app/assets/stylesheets/argon.css */
.bottom--8 {
  bottom: -8rem;
}

/* line 25042, /app/app/assets/stylesheets/argon.css */
.left--8 {
  left: -8rem;
}

/* line 25047, /app/app/assets/stylesheets/argon.css */
.top--7 {
  top: -6rem;
}

/* line 25052, /app/app/assets/stylesheets/argon.css */
.right--7 {
  right: -6rem;
}

/* line 25057, /app/app/assets/stylesheets/argon.css */
.bottom--7 {
  bottom: -6rem;
}

/* line 25062, /app/app/assets/stylesheets/argon.css */
.left--7 {
  left: -6rem;
}

/* line 25067, /app/app/assets/stylesheets/argon.css */
.top--6 {
  top: -4.5rem;
}

/* line 25072, /app/app/assets/stylesheets/argon.css */
.right--6 {
  right: -4.5rem;
}

/* line 25077, /app/app/assets/stylesheets/argon.css */
.bottom--6 {
  bottom: -4.5rem;
}

/* line 25082, /app/app/assets/stylesheets/argon.css */
.left--6 {
  left: -4.5rem;
}

/* line 25087, /app/app/assets/stylesheets/argon.css */
.top--5 {
  top: -3rem;
}

/* line 25092, /app/app/assets/stylesheets/argon.css */
.right--5 {
  right: -3rem;
}

/* line 25097, /app/app/assets/stylesheets/argon.css */
.bottom--5 {
  bottom: -3rem;
}

/* line 25102, /app/app/assets/stylesheets/argon.css */
.left--5 {
  left: -3rem;
}

/* line 25107, /app/app/assets/stylesheets/argon.css */
.top--4 {
  top: -1.5rem;
}

/* line 25112, /app/app/assets/stylesheets/argon.css */
.right--4 {
  right: -1.5rem;
}

/* line 25117, /app/app/assets/stylesheets/argon.css */
.bottom--4 {
  bottom: -1.5rem;
}

/* line 25122, /app/app/assets/stylesheets/argon.css */
.left--4 {
  left: -1.5rem;
}

/* line 25127, /app/app/assets/stylesheets/argon.css */
.top--3 {
  top: -1rem;
}

/* line 25132, /app/app/assets/stylesheets/argon.css */
.right--3 {
  right: -1rem;
}

/* line 25137, /app/app/assets/stylesheets/argon.css */
.bottom--3 {
  bottom: -1rem;
}

/* line 25142, /app/app/assets/stylesheets/argon.css */
.left--3 {
  left: -1rem;
}

/* line 25147, /app/app/assets/stylesheets/argon.css */
.top--2 {
  top: -.5rem;
}

/* line 25152, /app/app/assets/stylesheets/argon.css */
.right--2 {
  right: -.5rem;
}

/* line 25157, /app/app/assets/stylesheets/argon.css */
.bottom--2 {
  bottom: -.5rem;
}

/* line 25162, /app/app/assets/stylesheets/argon.css */
.left--2 {
  left: -.5rem;
}

/* line 25167, /app/app/assets/stylesheets/argon.css */
.top--1 {
  top: -.25rem;
}

/* line 25172, /app/app/assets/stylesheets/argon.css */
.right--1 {
  right: -.25rem;
}

/* line 25177, /app/app/assets/stylesheets/argon.css */
.bottom--1 {
  bottom: -.25rem;
}

/* line 25182, /app/app/assets/stylesheets/argon.css */
.left--1 {
  left: -.25rem;
}

/* line 25187, /app/app/assets/stylesheets/argon.css */
.top-6 {
  top: 4.5rem;
}

/* line 25192, /app/app/assets/stylesheets/argon.css */
.right-6 {
  right: 4.5rem;
}

/* line 25197, /app/app/assets/stylesheets/argon.css */
.bottom-6 {
  bottom: 4.5rem;
}

/* line 25202, /app/app/assets/stylesheets/argon.css */
.left-6 {
  left: 4.5rem;
}

/* line 25207, /app/app/assets/stylesheets/argon.css */
.top-7 {
  top: 6rem;
}

/* line 25212, /app/app/assets/stylesheets/argon.css */
.right-7 {
  right: 6rem;
}

/* line 25217, /app/app/assets/stylesheets/argon.css */
.bottom-7 {
  bottom: 6rem;
}

/* line 25222, /app/app/assets/stylesheets/argon.css */
.left-7 {
  left: 6rem;
}

/* line 25227, /app/app/assets/stylesheets/argon.css */
.top-8 {
  top: 8rem;
}

/* line 25232, /app/app/assets/stylesheets/argon.css */
.right-8 {
  right: 8rem;
}

/* line 25237, /app/app/assets/stylesheets/argon.css */
.bottom-8 {
  bottom: 8rem;
}

/* line 25242, /app/app/assets/stylesheets/argon.css */
.left-8 {
  left: 8rem;
}

/* line 25247, /app/app/assets/stylesheets/argon.css */
.top-9 {
  top: 10rem;
}

/* line 25252, /app/app/assets/stylesheets/argon.css */
.right-9 {
  right: 10rem;
}

/* line 25257, /app/app/assets/stylesheets/argon.css */
.bottom-9 {
  bottom: 10rem;
}

/* line 25262, /app/app/assets/stylesheets/argon.css */
.left-9 {
  left: 10rem;
}

/* line 25267, /app/app/assets/stylesheets/argon.css */
.center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 25274, /app/app/assets/stylesheets/argon.css */
[class*='shadow'] {
  transition: all .15s ease;
}

/* line 25279, /app/app/assets/stylesheets/argon.css */
.shadow-sm--hover:hover {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 25284, /app/app/assets/stylesheets/argon.css */
.shadow--hover:hover {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 25289, /app/app/assets/stylesheets/argon.css */
.shadow-lg--hover:hover {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 25294, /app/app/assets/stylesheets/argon.css */
.shadow-none--hover:hover {
  box-shadow: none !important;
}

/* line 25299, /app/app/assets/stylesheets/argon.css */
.h-100vh {
  height: 100vh !important;
}

/* line 25304, /app/app/assets/stylesheets/argon.css */
.row.row-grid > [class*='col-'] + [class*='col-'] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 25311, /app/app/assets/stylesheets/argon.css */
  .row.row-grid > [class*='col-lg-'] + [class*='col-lg-'] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 25319, /app/app/assets/stylesheets/argon.css */
  .row.row-grid > [class*='col-md-'] + [class*='col-md-'] {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  /* line 25327, /app/app/assets/stylesheets/argon.css */
  .row.row-grid > [class*='col-sm-'] + [class*='col-sm-'] {
    margin-top: 0;
  }
}
/* line 25333, /app/app/assets/stylesheets/argon.css */
.row-grid + .row-grid {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 25340, /app/app/assets/stylesheets/argon.css */
  .mt--100 {
    margin-top: -100px !important;
  }

  /* line 25344, /app/app/assets/stylesheets/argon.css */
  .mr--100 {
    margin-right: -100px !important;
  }

  /* line 25348, /app/app/assets/stylesheets/argon.css */
  .mb--100 {
    margin-bottom: -100px !important;
  }

  /* line 25352, /app/app/assets/stylesheets/argon.css */
  .ml--100 {
    margin-left: -100px !important;
  }

  /* line 25356, /app/app/assets/stylesheets/argon.css */
  .mt--150 {
    margin-top: -150px !important;
  }

  /* line 25360, /app/app/assets/stylesheets/argon.css */
  .mb--150 {
    margin-bottom: -150px !important;
  }

  /* line 25364, /app/app/assets/stylesheets/argon.css */
  .mt--200 {
    margin-top: -200px !important;
  }

  /* line 25368, /app/app/assets/stylesheets/argon.css */
  .mb--200 {
    margin-bottom: -200px !important;
  }

  /* line 25372, /app/app/assets/stylesheets/argon.css */
  .mt--300 {
    margin-top: -300px !important;
  }

  /* line 25376, /app/app/assets/stylesheets/argon.css */
  .mb--300 {
    margin-bottom: -300px !important;
  }

  /* line 25380, /app/app/assets/stylesheets/argon.css */
  .pt-100 {
    padding-top: 100px !important;
  }

  /* line 25384, /app/app/assets/stylesheets/argon.css */
  .pb-100 {
    padding-bottom: 100px !important;
  }

  /* line 25388, /app/app/assets/stylesheets/argon.css */
  .pt-150 {
    padding-top: 150px !important;
  }

  /* line 25392, /app/app/assets/stylesheets/argon.css */
  .pb-150 {
    padding-bottom: 150px !important;
  }

  /* line 25396, /app/app/assets/stylesheets/argon.css */
  .pt-200 {
    padding-top: 200px !important;
  }

  /* line 25400, /app/app/assets/stylesheets/argon.css */
  .pb-200 {
    padding-bottom: 200px !important;
  }

  /* line 25404, /app/app/assets/stylesheets/argon.css */
  .pt-250 {
    padding-top: 250px !important;
  }

  /* line 25408, /app/app/assets/stylesheets/argon.css */
  .pb-250 {
    padding-bottom: 250px !important;
  }

  /* line 25412, /app/app/assets/stylesheets/argon.css */
  .pt-300 {
    padding-top: 300px !important;
  }

  /* line 25416, /app/app/assets/stylesheets/argon.css */
  .pb-300 {
    padding-bottom: 300px !important;
  }
}
/* line 25422, /app/app/assets/stylesheets/argon.css */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 25427, /app/app/assets/stylesheets/argon.css */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 25432, /app/app/assets/stylesheets/argon.css */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 25437, /app/app/assets/stylesheets/argon.css */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 25442, /app/app/assets/stylesheets/argon.css */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 25447, /app/app/assets/stylesheets/argon.css */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 25452, /app/app/assets/stylesheets/argon.css */
.font-weight-900 {
  font-weight: 900 !important;
}

/* line 25457, /app/app/assets/stylesheets/argon.css */
.text-underline {
  text-decoration: underline;
}

/* line 25462, /app/app/assets/stylesheets/argon.css */
.text-through {
  text-decoration: line-through;
}

/* line 25467, /app/app/assets/stylesheets/argon.css */
.text-xs {
  font-size: .75rem !important;
}

/* line 25472, /app/app/assets/stylesheets/argon.css */
.text-sm {
  font-size: .875rem !important;
}

/* line 25477, /app/app/assets/stylesheets/argon.css */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 25482, /app/app/assets/stylesheets/argon.css */
.text-xl {
  font-size: 1.5rem !important;
}

/* line 25487, /app/app/assets/stylesheets/argon.css */
.lh-100 {
  line-height: 1;
}

/* line 25492, /app/app/assets/stylesheets/argon.css */
.lh-110 {
  line-height: 1.1;
}

/* line 25497, /app/app/assets/stylesheets/argon.css */
.lh-120 {
  line-height: 1.2;
}

/* line 25502, /app/app/assets/stylesheets/argon.css */
.lh-130 {
  line-height: 1.3;
}

/* line 25507, /app/app/assets/stylesheets/argon.css */
.lh-140 {
  line-height: 1.4;
}

/* line 25512, /app/app/assets/stylesheets/argon.css */
.lh-150 {
  line-height: 1.5;
}

/* line 25517, /app/app/assets/stylesheets/argon.css */
.lh-160 {
  line-height: 1.6;
}

/* line 25522, /app/app/assets/stylesheets/argon.css */
.lh-170 {
  line-height: 1.7;
}

/* line 25527, /app/app/assets/stylesheets/argon.css */
.lh-180 {
  line-height: 1.8;
}

/* line 25532, /app/app/assets/stylesheets/argon.css */
.ls-1 {
  letter-spacing: .0625rem;
}

/* line 25537, /app/app/assets/stylesheets/argon.css */
.ls-15 {
  letter-spacing: .09375rem;
}

/* line 25542, /app/app/assets/stylesheets/argon.css */
.ls-2 {
  letter-spacing: .125rem;
}

/* line 25547, /app/app/assets/stylesheets/argon.css */
.text-blue {
  color: #5e72e4 !important;
}

/* line 25552, /app/app/assets/stylesheets/argon.css */
a.text-blue:hover,
a.text-blue:focus {
  color: #233dd2 !important;
}

/* line 25558, /app/app/assets/stylesheets/argon.css */
.text-indigo {
  color: #5603ad !important;
}

/* line 25563, /app/app/assets/stylesheets/argon.css */
a.text-indigo:hover,
a.text-indigo:focus {
  color: #310262 !important;
}

/* line 25569, /app/app/assets/stylesheets/argon.css */
.text-purple {
  color: #8965e0 !important;
}

/* line 25574, /app/app/assets/stylesheets/argon.css */
a.text-purple:hover,
a.text-purple:focus {
  color: #5a2acf !important;
}

/* line 25580, /app/app/assets/stylesheets/argon.css */
.text-pink {
  color: #f3a4b5 !important;
}

/* line 25585, /app/app/assets/stylesheets/argon.css */
a.text-pink:hover,
a.text-pink:focus {
  color: #ea607e !important;
}

/* line 25591, /app/app/assets/stylesheets/argon.css */
.text-red {
  color: #f5365c !important;
}

/* line 25596, /app/app/assets/stylesheets/argon.css */
a.text-red:hover,
a.text-red:focus {
  color: #d40b33 !important;
}

/* line 25602, /app/app/assets/stylesheets/argon.css */
.text-orange {
  color: #fb6340 !important;
}

/* line 25607, /app/app/assets/stylesheets/argon.css */
a.text-orange:hover,
a.text-orange:focus {
  color: #ea3005 !important;
}

/* line 25613, /app/app/assets/stylesheets/argon.css */
.text-yellow {
  color: #ffd600 !important;
}

/* line 25618, /app/app/assets/stylesheets/argon.css */
a.text-yellow:hover,
a.text-yellow:focus {
  color: #b39600 !important;
}

/* line 25624, /app/app/assets/stylesheets/argon.css */
.text-green {
  color: #2dce89 !important;
}

/* line 25629, /app/app/assets/stylesheets/argon.css */
a.text-green:hover,
a.text-green:focus {
  color: #1f8f5f !important;
}

/* line 25635, /app/app/assets/stylesheets/argon.css */
.text-teal {
  color: #11cdef !important;
}

/* line 25640, /app/app/assets/stylesheets/argon.css */
a.text-teal:hover,
a.text-teal:focus {
  color: #0b90a8 !important;
}

/* line 25646, /app/app/assets/stylesheets/argon.css */
.text-cyan {
  color: #2bffc6 !important;
}

/* line 25651, /app/app/assets/stylesheets/argon.css */
a.text-cyan:hover,
a.text-cyan:focus {
  color: #00dea2 !important;
}

/* line 25657, /app/app/assets/stylesheets/argon.css */
.text-white {
  color: #fff !important;
}

/* line 25662, /app/app/assets/stylesheets/argon.css */
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 25668, /app/app/assets/stylesheets/argon.css */
.text-gray {
  color: #8898aa !important;
}

/* line 25673, /app/app/assets/stylesheets/argon.css */
a.text-gray:hover,
a.text-gray:focus {
  color: #607286 !important;
}

/* line 25679, /app/app/assets/stylesheets/argon.css */
.text-gray-dark {
  color: #32325d !important;
}

/* line 25684, /app/app/assets/stylesheets/argon.css */
a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: #17172b !important;
}

/* line 25690, /app/app/assets/stylesheets/argon.css */
.text-light {
  color: #ced4da !important;
}

/* line 25695, /app/app/assets/stylesheets/argon.css */
a.text-light:hover,
a.text-light:focus {
  color: #a2aeb9 !important;
}

/* line 25701, /app/app/assets/stylesheets/argon.css */
.text-lighter {
  color: #e9ecef !important;
}

/* line 25706, /app/app/assets/stylesheets/argon.css */
a.text-lighter:hover,
a.text-lighter:focus {
  color: #bdc6cf !important;
}

@media (min-width: 992px) {
  /* line 25714, /app/app/assets/stylesheets/argon.css */
  .transform-perspective-right {
    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  }

  /* line 25718, /app/app/assets/stylesheets/argon.css */
  .transform-perspective-left {
    transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
  }
}
/* line 25724, /app/app/assets/stylesheets/argon.css */
.datepicker {
  border-radius: .375rem;
  direction: ltr;
}

/* line 25730, /app/app/assets/stylesheets/argon.css */
.datepicker-inline {
  width: 220px;
}

/* line 25734, /app/app/assets/stylesheets/argon.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 25738, /app/app/assets/stylesheets/argon.css */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 25742, /app/app/assets/stylesheets/argon.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 25746, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 25755, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 25759, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 25763, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 25767, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 25771, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 25775, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 25779, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-top: 7px solid white;
  border-bottom: 0;
}

/* line 25786, /app/app/assets/stylesheets/argon.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 25793, /app/app/assets/stylesheets/argon.css */
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* line 25803, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td {
  border-radius: 50%;
}

/* line 25807, /app/app/assets/stylesheets/argon.css */
.datepicker table tr th {
  font-weight: 500;
  border-radius: .375rem;
}

/* line 25813, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td,
.datepicker table tr th {
  font-size: .875rem;
  width: 36px;
  height: 36px;
  transition: all .15s ease;
  text-align: center;
  border: none;
}

/* line 25826, /app/app/assets/stylesheets/argon.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 25831, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #adb5bd;
}

/* line 25836, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: white;
}

/* line 25843, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

/* line 25851, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.highlighted {
  border-radius: 0;
}

/* line 25855, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.highlighted.focused {
  background: #5e72e4;
}

/* line 25859, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #ced4da;
  background: #5e72e4;
}

/* line 25865, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.today {
  background: white;
}

/* line 25869, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.today.focused {
  background: white;
}

/* line 25873, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #8898aa;
  background: white;
}

/* line 25879, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.range {
  color: #fff;
  border-radius: 0;
  background: #5e72e4;
}

/* line 25885, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.range.focused {
  background: #3b53de;
}

/* line 25889, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
  color: #8a98eb;
  background: #324cdd;
}

/* line 25896, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}

/* line 25900, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #dee2e6;
  background: #e9ecef;
}

/* line 25906, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #fff;
  background: #5e72e4;
}

/* line 25912, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 25917, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25922, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}

/* line 25926, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
  color: #fff;
  background: #5e72e4;
}

/* line 25935, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background: #5e72e4;
  box-shadow: none;
}

/* line 25944, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 25959, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #e9ecef;
}

/* line 25964, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

/* line 25972, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 25979, /app/app/assets/stylesheets/argon.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #8898aa;
}

/* line 25984, /app/app/assets/stylesheets/argon.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 25988, /app/app/assets/stylesheets/argon.css */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 25995, /app/app/assets/stylesheets/argon.css */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}

/* line 26002, /app/app/assets/stylesheets/argon.css */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 26007, /app/app/assets/stylesheets/argon.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 26017, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput {
  display: inline-block;
  max-width: 100%;
  padding: .25rem;
  cursor: text;
  vertical-align: middle;
  color: #8898aa;
  border: 0 solid transparent;
  border-radius: .25rem;
  background-color: #fff;
}

/* line 26032, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput input {
  width: auto;
  max-width: inherit;
  margin: 0;
  padding: 0 6px;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

/* line 26044, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput input::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 26049, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 26054, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 26059, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput .badge {
  line-height: 1.5;
  position: relative;
  margin: .125rem;
  padding: .625rem .625rem .5rem;
  transition: all .15s ease;
  color: #fff;
  border-radius: .25rem;
  background: #172b4d;
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  /* line 26077, /app/app/assets/stylesheets/argon.css */
  .bootstrap-tagsinput .badge {
    transition: none;
  }
}
/* line 26082, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput .badge:hover {
  padding-right: 1.5rem;
}

/* line 26086, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput [data-role='remove'] {
  position: absolute;
  top: 50%;
  margin-left: 10px;
  cursor: pointer;
  transform: translate(0, -50%);
  color: #fff;
}

/* line 26098, /app/app/assets/stylesheets/argon.css */
.bootstrap-tagsinput [data-role='remove']:after {
  font-size: 16px;
  content: '×';
}

/* line 26105, /app/app/assets/stylesheets/argon.css */
#chartjs-tooltip {
  position: absolute;
  transition: all .1s ease;
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 1;
  color: white;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}

/* line 26119, /app/app/assets/stylesheets/argon.css */
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

/* line 26128, /app/app/assets/stylesheets/argon.css */
.dataTables_wrapper {
  font-size: .875rem;
}

/* line 26133, /app/app/assets/stylesheets/argon.css */
table.dataTable {
  margin-bottom: 1.25rem !important;
  border-bottom: 1px solid #e9ecef;
}

/* line 26139, /app/app/assets/stylesheets/argon.css */
table.dataTable tbody > tr.selected {
  background-color: #5e72e4;
}

/* line 26144, /app/app/assets/stylesheets/argon.css */
.dataTables_length,
.dataTables_info,
.dt-buttons {
  padding-left: 1.5rem;
}

/* line 26151, /app/app/assets/stylesheets/argon.css */
.dataTables_length .form-control {
  margin: 0 .375rem;
}

/* line 26156, /app/app/assets/stylesheets/argon.css */
.dataTables_filter {
  display: inline-block;
  float: right;
  padding-right: 1.5rem;
}

/* line 26164, /app/app/assets/stylesheets/argon.css */
.dataTables_paginate {
  padding-right: 1.5rem;
}

/* line 26169, /app/app/assets/stylesheets/argon.css */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 26177, /app/app/assets/stylesheets/argon.css */
.dz-message {
  z-index: 999;
  padding: 5rem 1rem;
  cursor: pointer;
  transition: all .15s ease;
  text-align: center;
  color: #8898aa;
  border: 1px dashed #dee2e6;
  border-radius: .375rem;
  background-color: #fff;
  order: -1;
}

/* line 26194, /app/app/assets/stylesheets/argon.css */
.dz-message:hover {
  color: #525f7f;
  border-color: #8898aa;
}

/* line 26200, /app/app/assets/stylesheets/argon.css */
.dz-drag-hover .dz-message {
  color: #5e72e4;
  border-color: #5e72e4;
}

/* line 26206, /app/app/assets/stylesheets/argon.css */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 26212, /app/app/assets/stylesheets/argon.css */
.dropzone-single.dz-max-files-reached .dz-message {
  opacity: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 26218, /app/app/assets/stylesheets/argon.css */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 26223, /app/app/assets/stylesheets/argon.css */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 26234, /app/app/assets/stylesheets/argon.css */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 26245, /app/app/assets/stylesheets/argon.css */
.dz-preview-img {
  width: 100%;
  height: 100%;
  border-radius: .375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 26256, /app/app/assets/stylesheets/argon.css */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 26263, /app/app/assets/stylesheets/argon.css */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 26268, /app/app/assets/stylesheets/argon.css */
.fc-header-toolbar {
  display: none;
}

/* line 26273, /app/app/assets/stylesheets/argon.css */
.fc-scroller {
  height: auto !important;
}

/* line 26278, /app/app/assets/stylesheets/argon.css */
.fc th {
  font-size: .75rem;
  font-weight: 600;
  padding: .75rem 1rem;
  text-transform: uppercase;
  color: #8898aa;
}

/* line 26290, /app/app/assets/stylesheets/argon.css */
.fc div.fc-row {
  margin-right: 0;
  border: 0;
}

/* line 26297, /app/app/assets/stylesheets/argon.css */
.fc button .fc-icon {
  top: -5px;
}

/* line 26302, /app/app/assets/stylesheets/argon.css */
.fc-unthemed td.fc-today {
  background-color: transparent;
}

/* line 26306, /app/app/assets/stylesheets/argon.css */
.fc-unthemed td.fc-today span {
  color: #fb6340;
}

/* line 26311, /app/app/assets/stylesheets/argon.css */
.fc-event {
  font-size: .75rem;
  padding: 0;
  border: 0;
  border-radius: .25rem;
}

/* line 26320, /app/app/assets/stylesheets/argon.css */
.fc-event .fc-title {
  font-weight: 600;
  display: block;
  overflow: hidden;
  padding: .4rem .5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

/* line 26334, /app/app/assets/stylesheets/argon.css */
.fc-event .fc-time {
  float: left;
  margin: 0 0 0 -1px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 26344, /app/app/assets/stylesheets/argon.css */
.fc-view,
.fc-view > table {
  overflow: hidden;
  border: 0;
}

/* line 26352, /app/app/assets/stylesheets/argon.css */
.fc-view > table > tbody > tr .ui-widget-content {
  border-top: 0;
}

/* line 26357, /app/app/assets/stylesheets/argon.css */
.fc-body {
  border: 0;
}

/* line 26362, /app/app/assets/stylesheets/argon.css */
.fc-icon {
  font-family: NucleoIcons, sans-serif;
  font-size: 1rem;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* line 26373, /app/app/assets/stylesheets/argon.css */
.fc-icon:hover {
  color: #5e72e4;
}

/* line 26378, /app/app/assets/stylesheets/argon.css */
.fc-button {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* line 26384, /app/app/assets/stylesheets/argon.css */
.fc-button:focus,
.fc-button:active {
  outline: 0;
}

/* line 26390, /app/app/assets/stylesheets/argon.css */
.calendar {
  z-index: 0;
}

/* line 26394, /app/app/assets/stylesheets/argon.css */
.calendar td,
.calendar th {
  border-color: #eff1f3;
}

/* line 26399, /app/app/assets/stylesheets/argon.css */
.calendar .fc-toolbar {
  position: relative;
  z-index: 2;
  height: 250px;
  margin-bottom: -2px;
  border-radius: .375rem .375rem 0 0;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  /* line 26412, /app/app/assets/stylesheets/argon.css */
  .calendar .fc-toolbar {
    height: 135px;
  }
}
/* line 26417, /app/app/assets/stylesheets/argon.css */
.calendar .fc-day-number {
  box-sizing: border-box;
  width: 100%;
  padding: .5rem 1rem;
}

@media (min-width: 576px) {
  /* line 26425, /app/app/assets/stylesheets/argon.css */
  .calendar .fc-day-number {
    font-size: .875rem;
    font-weight: 600;
    color: #67779d;
  }
}
/* line 26433, /app/app/assets/stylesheets/argon.css */
.calendar .fc-day-header {
  text-align: left;
}

/* line 26437, /app/app/assets/stylesheets/argon.css */
.calendar .fc-day-grid-event {
  margin: 1px 9px;
}

/* line 26442, /app/app/assets/stylesheets/argon.css */
[data-calendar-month] {
  transition: background-image 300ms;
  background-size: contain;
}

@media (prefers-reduced-motion: reduce) {
  /* line 26450, /app/app/assets/stylesheets/argon.css */
  [data-calendar-month] {
    transition: none;
  }
}
/* line 26456, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='0'] {
  background-image: url("calendar/january.jpg");
}

/* line 26461, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='1'] {
  background-image: url("calendar/february.jpg");
}

/* line 26466, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='2'] {
  background-image: url("calendar/march.jpg");
}

/* line 26471, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='3'] {
  background-image: url("calendar/april.jpg");
}

/* line 26476, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='4'] {
  background-image: url("calendar/may.jpg");
}

/* line 26481, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='5'] {
  background-image: url("calendar/june.jpg");
}

/* line 26486, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='6'] {
  background-image: url("calendar/july.jpg");
}

/* line 26491, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='7'] {
  background-image: url("calendar/august.jpg");
}

/* line 26496, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='8'] {
  background-image: url("calendar/september.jpg");
}

/* line 26501, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='9'] {
  background-image: url("calendar/october.jpg");
}

/* line 26506, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='10'] {
  background-image: url("calendar/november.jpg");
}

/* line 26511, /app/app/assets/stylesheets/argon.css */
[data-calendar-month='11'] {
  background-image: url("calendar/december.jpg");
}

/* line 26516, /app/app/assets/stylesheets/argon.css */
.card-calendar .card-header {
  border-bottom: 0;
}

/* line 26521, /app/app/assets/stylesheets/argon.css */
.card-calendar table {
  background: transparent;
}

/* line 26525, /app/app/assets/stylesheets/argon.css */
.card-calendar table tr > td:first-child {
  border-left-width: 0;
}

/* line 26529, /app/app/assets/stylesheets/argon.css */
.card-calendar table tr > td:last-child {
  border-right-width: 0;
}

/* line 26534, /app/app/assets/stylesheets/argon.css */
.widget-calendar {
  position: relative;
  z-index: 0;
}

/* line 26539, /app/app/assets/stylesheets/argon.css */
.widget-calendar td,
.widget-calendar th {
  text-align: center;
  border-color: transparent;
}

/* line 26546, /app/app/assets/stylesheets/argon.css */
.widget-calendar .fc-toolbar {
  margin-top: 1.25rem;
}

/* line 26550, /app/app/assets/stylesheets/argon.css */
.widget-calendar .fc-toolbar h2 {
  font-size: 1rem;
}

/* line 26554, /app/app/assets/stylesheets/argon.css */
.widget-calendar .fc-day-number {
  width: 100%;
  padding: 0;
  text-align: center;
}

/* line 26561, /app/app/assets/stylesheets/argon.css */
.widget-calendar .fc table {
  font-size: .875rem;
}

/* line 26565, /app/app/assets/stylesheets/argon.css */
.widget-calendar .fc th {
  font-size: .75rem;
  padding: .75rem .5rem;
}

/* line 26572, /app/app/assets/stylesheets/argon.css */
.vector-map {
  position: relative;
  height: 600px;
}

/* line 26579, /app/app/assets/stylesheets/argon.css */
.vector-map-sm {
  height: 280px;
}

/* line 26584, /app/app/assets/stylesheets/argon.css */
.jvectormap-container {
  width: 100%;
  height: 100%;
}

/* line 26590, /app/app/assets/stylesheets/argon.css */
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 26598, /app/app/assets/stylesheets/argon.css */
.jvectormap-zoomin {
  bottom: 4.25rem;
}

/* line 26603, /app/app/assets/stylesheets/argon.css */
.jvectormap-zoomout {
  bottom: 2rem;
}

/*!
 * Lavalamp
 * http://lavalamp.magicmediamuse.com/
 */
/* line 26612, /app/app/assets/stylesheets/argon.css */
.lavalamp {
  position: relative;
}

/* line 26617, /app/app/assets/stylesheets/argon.css */
.lavalamp-item {
  position: relative;
  z-index: 5;
}

/* line 26623, /app/app/assets/stylesheets/argon.css */
.lavalamp-object {
  position: absolute;
  top: 0;
  left: 0;
}

/* Custom easing transitions */
/* line 26631, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object {
  transition-property: transform, width, height;
}

/* line 26636, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease {
  transition-timing-function: ease;
}

/* line 26641, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease-in {
  transition-timing-function: ease-in;
}

/* line 26646, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease-out {
  transition-timing-function: ease-out;
}

/* line 26651, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 26656, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.linear {
  transition-timing-function: linear;
}

/* line 26661, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 26666, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26671, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 26676, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* line 26681, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 26686, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

/* line 26691, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 26696, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 26701, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 26706, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 26711, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 26716, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 26721, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 26726, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 26731, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 26736, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 26741, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 26746, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 26751, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 26756, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 26761, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 26766, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

/* line 26771, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* line 26776, /app/app/assets/stylesheets/argon.css */
.lavalamp .lavalamp-object.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 26781, /app/app/assets/stylesheets/argon.css */
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
}

/* line 26795, /app/app/assets/stylesheets/argon.css */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 26802, /app/app/assets/stylesheets/argon.css */
.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* line 26812, /app/app/assets/stylesheets/argon.css */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
}

/* line 26819, /app/app/assets/stylesheets/argon.css */
.noUi-connect,
.noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  will-change: transform;
}

/* line 26835, /app/app/assets/stylesheets/argon.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

/* line 26841, /app/app/assets/stylesheets/argon.css */
.noUi-vertical .noUi-origin {
  width: 0;
}

/* line 26846, /app/app/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-origin {
  height: 0;
}

/* line 26851, /app/app/assets/stylesheets/argon.css */
.noUi-handle {
  position: absolute;
}

/* line 26856, /app/app/assets/stylesheets/argon.css */
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s;
}

/* line 26862, /app/app/assets/stylesheets/argon.css */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 26867, /app/app/assets/stylesheets/argon.css */
.noUi-horizontal {
  height: 5px;
}

/* line 26872, /app/app/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -17px;
  width: 34px;
  height: 28px;
}

/* line 26881, /app/app/assets/stylesheets/argon.css */
.noUi-vertical {
  width: 5px;
}

/* line 26886, /app/app/assets/stylesheets/argon.css */
.noUi-vertical .noUi-handle {
  top: -17px;
  left: -6px;
  width: 28px;
  height: 34px;
}

/* line 26895, /app/app/assets/stylesheets/argon.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* line 26901, /app/app/assets/stylesheets/argon.css */
.noUi-connects {
  border-radius: 3px;
}

/* line 26906, /app/app/assets/stylesheets/argon.css */
.noUi-connect {
  background: #5e72e4;
}

/* line 26911, /app/app/assets/stylesheets/argon.css */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 26916, /app/app/assets/stylesheets/argon.css */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 26921, /app/app/assets/stylesheets/argon.css */
.noUi-handle {
  cursor: default;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

/* line 26932, /app/app/assets/stylesheets/argon.css */
.noUi-active {
  outline: none;
}

/* Disabled state;
 */
/* line 26939, /app/app/assets/stylesheets/argon.css */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

/* line 26944, /app/app/assets/stylesheets/argon.css */
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
/* line 26954, /app/app/assets/stylesheets/argon.css */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

/* line 26960, /app/app/assets/stylesheets/argon.css */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
/* line 26970, /app/app/assets/stylesheets/argon.css */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

/* line 26978, /app/app/assets/stylesheets/argon.css */
.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
 *
 */
/* line 26988, /app/app/assets/stylesheets/argon.css */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

/* line 26995, /app/app/assets/stylesheets/argon.css */
.noUi-marker-sub {
  background: #aaa;
}

/* line 27000, /app/app/assets/stylesheets/argon.css */
.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
/* line 27008, /app/app/assets/stylesheets/argon.css */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

/* line 27018, /app/app/assets/stylesheets/argon.css */
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

/* line 27023, /app/app/assets/stylesheets/argon.css */
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

/* line 27028, /app/app/assets/stylesheets/argon.css */
.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

/* line 27035, /app/app/assets/stylesheets/argon.css */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 27040, /app/app/assets/stylesheets/argon.css */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
/* line 27048, /app/app/assets/stylesheets/argon.css */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

/* line 27057, /app/app/assets/stylesheets/argon.css */
.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%, 0);
}

/* line 27064, /app/app/assets/stylesheets/argon.css */
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

/* line 27069, /app/app/assets/stylesheets/argon.css */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 27076, /app/app/assets/stylesheets/argon.css */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 27081, /app/app/assets/stylesheets/argon.css */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 27086, /app/app/assets/stylesheets/argon.css */
.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

/* line 27103, /app/app/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 27111, /app/app/assets/stylesheets/argon.css */
.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

/* line 27119, /app/app/assets/stylesheets/argon.css */
.noUi-target {
  margin: 15px 0;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #eceeef;
  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
}

/* line 27131, /app/app/assets/stylesheets/argon.css */
.noUi-horizontal {
  height: 5px;
}

/* line 27136, /app/app/assets/stylesheets/argon.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -10px;
}

/* line 27141, /app/app/assets/stylesheets/argon.css */
.noUi-vertical {
  width: 5px;
}

/* line 27146, /app/app/assets/stylesheets/argon.css */
.noUi-connect {
  background: #5e72e4;
  box-shadow: none;
}

/* line 27152, /app/app/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  top: -5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: box-shadow .15s, transform .15s;
  border: 0;
  border-radius: 100%;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 27169, /app/app/assets/stylesheets/argon.css */
.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  box-shadow: 0 0 0 2px #5e72e4;
}

/* line 27175, /app/app/assets/stylesheets/argon.css */
.input-slider--cyan .noUi-connect {
  background: #2bffc6;
}

/* Disabled state */
/* line 27181, /app/app/assets/stylesheets/argon.css */
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b2b2b2;
}

/* line 27187, /app/app/assets/stylesheets/argon.css */
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}

/* Range slider value labels */
/* line 27194, /app/app/assets/stylesheets/argon.css */
.range-slider-value {
  font-size: .75rem;
  font-weight: 500;
  padding: .4em .8em .3em .85em;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(33, 37, 41, 0.7);
}

/* line 27206, /app/app/assets/stylesheets/argon.css */
.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 27213, /app/app/assets/stylesheets/argon.css */
.input-slider-value-output {
  font-size: 11px;
  position: relative;
  top: 12px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
  background: #333;
}

/* line 27227, /app/app/assets/stylesheets/argon.css */
.input-slider-value-output:after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 4px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
}

/* line 27246, /app/app/assets/stylesheets/argon.css */
.input-slider-value-output.left:after {
  right: auto;
  left: 10px;
}

/* line 27252, /app/app/assets/stylesheets/argon.css */
.input-slider-value-output.right:after {
  right: 10px;
  left: auto;
}

/* line 27258, /app/app/assets/stylesheets/argon.css */
.ql-container {
  font-family: Open Sans, sans-serif;
}

/* line 27263, /app/app/assets/stylesheets/argon.css */
.ql-toolbar {
  position: relative;
  padding: .625rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem .25rem 0 0;
  background-color: #fff;
}

/* line 27275, /app/app/assets/stylesheets/argon.css */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 27280, /app/app/assets/stylesheets/argon.css */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 27286, /app/app/assets/stylesheets/argon.css */
.ql-editor {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  min-height: 6rem;
  padding: .625rem .75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 27308, /app/app/assets/stylesheets/argon.css */
  .ql-editor {
    transition: none;
  }
}
/* line 27313, /app/app/assets/stylesheets/argon.css */
.ql-editor::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 27318, /app/app/assets/stylesheets/argon.css */
.ql-editor:focus {
  color: #8898aa;
  border-color: #5e72e4;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 27326, /app/app/assets/stylesheets/argon.css */
.ql-editor:focus {
  border-color: #dee2e6;
}

/* line 27331, /app/app/assets/stylesheets/argon.css */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 27338, /app/app/assets/stylesheets/argon.css */
.ql-editor.ql-blank::before {
  font-style: normal;
  top: .625rem;
  left: .75rem;
  color: #adb5bd;
}

/* line 27348, /app/app/assets/stylesheets/argon.css */
.ql-editor:focus::before {
  display: none;
}

/* line 27353, /app/app/assets/stylesheets/argon.css */
.ql-formats {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 27358, /app/app/assets/stylesheets/argon.css */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 27362, /app/app/assets/stylesheets/argon.css */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 27367, /app/app/assets/stylesheets/argon.css */
.ql-toolbar button {
  padding: 0 .25rem;
  cursor: pointer;
  transition: all .15s ease;
  color: #525f7f;
  border: none;
  background: none;
}

/* line 27378, /app/app/assets/stylesheets/argon.css */
.ql-toolbar button:hover {
  color: #5e72e4;
}

/* line 27382, /app/app/assets/stylesheets/argon.css */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 27387, /app/app/assets/stylesheets/argon.css */
.ql-toolbar .ql-active {
  color: #5e72e4;
}

/* line 27392, /app/app/assets/stylesheets/argon.css */
.ql-toolbar button svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 27398, /app/app/assets/stylesheets/argon.css */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 27407, /app/app/assets/stylesheets/argon.css */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 27412, /app/app/assets/stylesheets/argon.css */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 27417, /app/app/assets/stylesheets/argon.css */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 27424, /app/app/assets/stylesheets/argon.css */
.ql-tooltip {
  position: absolute;
  display: flex;
  width: 18.5rem;
  margin-top: .6rem;
  padding: .625rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .4375rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  flex-wrap: nowrap;
}

/* line 27441, /app/app/assets/stylesheets/argon.css */
.ql-tooltip:before,
.ql-tooltip:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: '';
  transform: translateX(-50%);
}

/* line 27451, /app/app/assets/stylesheets/argon.css */
.ql-tooltip:before {
  border-right: .6rem solid transparent;
  border-bottom: 0.6rem solid rgba(0, 0, 0, 0.05);
  border-left: .6rem solid transparent;
}

/* line 27457, /app/app/assets/stylesheets/argon.css */
.ql-tooltip:after {
  border-right: .5rem solid transparent;
  border-bottom: .5rem solid #fff;
  border-left: .5rem solid transparent;
}

/* line 27464, /app/app/assets/stylesheets/argon.css */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 27469, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-preview {
  font-size: .875rem;
  line-height: 1.5;
  width: 100%;
  padding: .25rem .5rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: .25rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27483, /app/app/assets/stylesheets/argon.css */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}
/* line 27489, /app/app/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 27494, /app/app/assets/stylesheets/argon.css */
.ql-tooltip input {
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  width: 100%;
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  color: #8898aa;
  border: none;
  background-color: transparent;
}

/* line 27509, /app/app/assets/stylesheets/argon.css */
.ql-tooltip input:focus {
  outline: none;
}

/* line 27514, /app/app/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 27519, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 27525, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: .25rem .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27550, /app/app/assets/stylesheets/argon.css */
  .ql-tooltip .ql-action::before,
  .ql-tooltip .ql-remove::before {
    transition: none;
  }
}
/* line 27556, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 27563, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before.focus,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before.focus {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 27572, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 27580, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 27587, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before.focus,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action::before.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 27594, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before.disabled,
.ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action::before.disabled,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 27603, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip .ql-action::before.dropdown-toggle,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip.ql-editing .ql-action::before.dropdown-toggle {
  color: #fff;
  border-color: #5e72e4;
  background-color: #324cdd;
}

/* line 27614, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip .ql-action::before.dropdown-toggle:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip.ql-editing .ql-action::before.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 27624, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 27629, /app/app/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 27634, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before {
  content: 'Remove';
  color: #212529;
  border-color: #fff;
  border-color: #dee2e6;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 27644, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 27650, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 27655, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before.disabled,
.ql-tooltip .ql-remove::before:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 27662, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip .ql-remove::before.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

/* line 27670, /app/app/assets/stylesheets/argon.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip .ql-remove::before.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 27677, /app/app/assets/stylesheets/argon.css */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 27682, /app/app/assets/stylesheets/argon.css */
.ql-editor blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 27689, /app/app/assets/stylesheets/argon.css */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 27695, /app/app/assets/stylesheets/argon.css */
.scroll-wrapper {
  position: relative;
  overflow: hidden !important;
  padding: 0 !important;
}

/* line 27704, /app/app/assets/stylesheets/argon.css */
.scroll-wrapper > .scroll-content {
  position: relative !important;
  top: 0;
  left: 0;
  overflow: scroll !important;
  box-sizing: content-box !important;
  width: auto !important;
  max-width: none !important;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none !important;
}

/* line 27723, /app/app/assets/stylesheets/argon.css */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 27729, /app/app/assets/stylesheets/argon.css */
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

/* line 27734, /app/app/assets/stylesheets/argon.css */
.scroll-element {
  display: none;
  box-sizing: content-box;
}

/* line 27741, /app/app/assets/stylesheets/argon.css */
.scroll-element div {
  box-sizing: content-box;
}

/* line 27746, /app/app/assets/stylesheets/argon.css */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 27752, /app/app/assets/stylesheets/argon.css */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 27758, /app/app/assets/stylesheets/argon.css */
.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

/* line 27764, /app/app/assets/stylesheets/argon.css */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 27769, /app/app/assets/stylesheets/argon.css */
.scroll-textarea > .scroll-content > textarea {
  position: relative !important;
  top: 0;
  overflow: scroll !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0;
  padding: 2px;
  border: none !important;
  outline: none;
}

/* line 27788, /app/app/assets/stylesheets/argon.css */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 27795, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 27807, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 27818, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
}

/* line 27827, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 8px;
  height: 100%;
}

/* line 27836, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 27841, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

/* line 27848, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: .4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  filter: alpha(opacity=40);
}

/* line 27857, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/* line 27862, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/* line 27867, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/* line 27872, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 27878, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 27883, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 27888, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 27893, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 27899, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 27911, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element {
  background-color: #fff;
}

/* line 27916, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 27927, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
}

/* line 27936, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
}

/* line 27945, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  height: 8px;
}

/* line 27952, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 27959, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 27964, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

/* line 27969, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

/* line 27976, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 27981, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 27986, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 27992, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 27999, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 28006, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 28011, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28017, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 28022, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 28027, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 28032, /app/app/assets/stylesheets/argon.css */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
/* line 28038, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* line 28051, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28062, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

/* line 28067, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element .scroll-bar {
  display: block;
  transition: opacity .2s linear;
  opacity: 0;
  border-radius: 7px;
  background-color: #6c6e71;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}

/* line 28081, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
}

/* line 28090, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  min-width: 100%;
  height: 0;
}

/* line 28102, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  min-height: 100%;
}

/* scrollbar height/width & offset from container borders */
/* line 28113, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  top: -9px;
  min-width: 10px;
  height: 7px;
}

/* line 28121, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  width: 7px;
  min-height: 10px;
}

/* line 28129, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

/* line 28134, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 28139, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

/* line 28144, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28150, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 28155, /app/app/assets/stylesheets/argon.css */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
/* line 28161, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 28175, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element {
  background-color: #fff;
}

/* line 28180, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28191, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

/* line 28196, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element .scroll-element_size {
  border-radius: 10px;
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
}

/* line 28204, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 17px;
}

/* line 28214, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  min-height: 100%;
}

/* line 28224, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element .scroll-bar {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
}

/* scrollbar height/width & offset from container borders */
/* line 28234, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 28241, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 28248, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  top: 0;
  min-width: 10px;
  height: 10px;
}

/* line 28256, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  width: 10px;
  min-height: 10px;
}

/* line 28264, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  left: 2px;
  height: 12px;
}

/* line 28272, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 28277, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  left: 2px;
  width: 12px;
}

/* line 28285, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28291, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 28296, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 28301, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 28306, /app/app/assets/stylesheets/argon.css */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
/* line 28312, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 28326, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

/* line 28331, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28342, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 28348, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 28354, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 12px;
  padding: 3px 0 2px;
}

/* line 28365, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
}

/* line 28376, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-bar {
  border-radius: 2px;
  background-color: #d0b9a0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 28383, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
/* line 28389, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 28396, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 28403, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  top: 1px;
  min-width: 10px;
  height: 10px;
}

/* line 28411, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  width: 10px;
  min-height: 10px;
}

/* line 28419, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  left: 5px;
  height: 15px;
}

/* line 28426, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  top: 5px;
  left: -10px;
  height: 2px;
}

/* line 28434, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

/* line 28441, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  top: -10px;
  left: 5px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28450, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

/* line 28455, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

/* line 28460, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

/* line 28465, /app/app/assets/stylesheets/argon.css */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
/* line 28471, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* line 28484, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28495, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 7px;
}

/* line 28505, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 7px;
  height: 100%;
  min-height: 100%;
}

/* line 28515, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: .3;
  border-radius: 12px;
}

/* line 28521, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  transition: opacity .2s;
  opacity: 0;
  border-radius: 12px;
  background-color: #ccc;
}

/* line 28530, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  border-radius: 7px;
  background-color: #6c6e71;
}

/* scrollbar height/width & offset from container borders */
/* line 28537, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  top: auto;
  bottom: 0;
  min-width: 24px;
  height: 7px;
}

/* line 28546, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  right: 0;
  left: auto;
  width: 7px;
  min-height: 24px;
}

/* line 28555, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  top: auto;
  bottom: 0;
  left: 2px;
  transition: height .2s;
}

/* line 28564, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  right: 0;
  left: auto;
  transition: width .2s;
}

/* line 28573, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 28578, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28584, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 28589, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
/* line 28595, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
}

/* line 28606, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

/* line 28612, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* line 28621, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

/* line 28628, /app/app/assets/stylesheets/argon.css */
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  width: 20px;
  min-width: 7px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 28636, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 28650, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

/* line 28655, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 28666, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
}

/* line 28672, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 16px;
}

/* line 28682, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  min-height: 100%;
}

/* line 28692, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element .scroll-bar {
  cursor: default;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  background-color: #d9d9d9;
}

/* line 28701, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  border-color: #a9a9a9;
  background-color: #c2c2c2;
}

/* line 28707, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  border-color: #7e7e7e;
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 28714, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

/* line 28721, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

/* line 28728, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  top: 3px;
  min-width: 10px;
  height: 8px;
}

/* line 28736, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  width: 8px;
  min-height: 10px;
}

/* line 28744, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

/* line 28749, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  left: -3px;
  height: 14px;
}

/* line 28756, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
  height: 14px;
}

/* line 28763, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

/* line 28768, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

/* line 28775, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 28783, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 28788, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 28793, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 28798, /app/app/assets/stylesheets/argon.css */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* line 28803, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner {
  height: 100%;
}

/* line 28807, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

/* line 28811, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element {
  margin-right: 2px;
  transition: opacity 300ms;
}

/* line 28817, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track {
  transition: background-color 300ms;
}

/* line 28822, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

/* line 28826, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element:hover {
  width: 4px;
}

/* line 28830, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element.scroll-y {
  right: 0;
  width: 3px;
}

/* line 28836, /app/app/assets/stylesheets/argon.css */
.scrollbar-inner .scroll-element.scroll-x {
  bottom: 0;
  height: 3px;
}

/* line 28843, /app/app/assets/stylesheets/argon.css */
.select2-selection__arrow {
  display: none;
}

/* line 28848, /app/app/assets/stylesheets/argon.css */
.select2.select2-container {
  width: 100% !important;
}

/* line 28853, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem .75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #8898aa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  /* line 28878, /app/app/assets/stylesheets/argon.css */
  .select2-container .select2-selection--single,
  .select2-container--default.select2-container--focus .select2-selection--multiple,
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}
/* line 28886, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 28894, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #8898aa;
  border-color: #5e72e4;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 28905, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-selection--single::-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 28913, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 28921, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

/* line 28934, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: inherit;
  padding: 0;
  white-space: inherit;
  text-overflow: inherit;
}

/* line 28944, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  color: inherit;
}

/* line 28951, /app/app/assets/stylesheets/argon.css */
.select2-dropdown {
  padding: .5rem 0;
  border: 1px solid #dee2e6;
  border-radius: .4375rem;
  background-color: #fff;
}

/* line 28960, /app/app/assets/stylesheets/argon.css */
.select2-results__option {
  font-size: .875rem;
  padding: .5rem .75rem;
  color: #212529;
  background-color: #fff;
}

/* line 28969, /app/app/assets/stylesheets/argon.css */
.select2-results__option:hover,
.select2-results__option:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f6f9fc;
}

/* line 28978, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected='true'] {
  color: #16181b;
  background-color: transparent;
}

/* line 28985, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #8898aa;
}

/* line 28990, /app/app/assets/stylesheets/argon.css */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1.25rem + 2px);
}

/* line 28997, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

/* line 29005, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: .875rem;
  line-height: 1.5rem;
  display: inline-flex;
  margin: 0 0 .25rem .25rem;
  padding: 0 .5rem;
  color: #8898aa;
  border: none;
  border-radius: .25rem;
  background-color: #adb5bd;
}

/* line 29021, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: .5rem;
  color: #8898aa;
  order: 2;
}

/* line 29029, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #525f7f;
}

/* line 29034, /app/app/assets/stylesheets/argon.css */
.select2-container .select2-search--inline {
  display: none;
}

/* line 29039, /app/app/assets/stylesheets/argon.css */
.select2-selection[aria-expanded='true'] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 29045, /app/app/assets/stylesheets/argon.css */
.select2-search--dropdown {
  padding: .5rem .75rem;
}

/* line 29050, /app/app/assets/stylesheets/argon.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 29060, /app/app/assets/stylesheets/argon.css */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 29073, /app/app/assets/stylesheets/argon.css */
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + .5rem + 2px);
}

/* line 29079, /app/app/assets/stylesheets/argon.css */
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.3125rem;
}

/* line 29084, /app/app/assets/stylesheets/argon.css */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  font-size: 1.25rem;
  line-height: 1.5;
  height: calc(1.5em + 1.75rem + 2px);
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 29097, /app/app/assets/stylesheets/argon.css */
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1.75rem + 2px);
}

/* line 29103, /app/app/assets/stylesheets/argon.css */
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.875rem;
}

/* line 29108, /app/app/assets/stylesheets/argon.css */
.swal2-popup {
  padding: 1.5rem;
}

/* line 29112, /app/app/assets/stylesheets/argon.css */
.swal2-popup .swal2-title {
  font-size: 1.5rem;
}

/* line 29116, /app/app/assets/stylesheets/argon.css */
.swal2-popup .swal2-content {
  font-size: .875rem;
}

/* line 29120, /app/app/assets/stylesheets/argon.css */
.swal2-popup .swal2-image {
  max-width: 200px;
}

/* line 29125, /app/app/assets/stylesheets/argon.css */
.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after,
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after,
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after,
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after,
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after,
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after,
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after,
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after,
.bootstrap-datetimepicker-widget .btn[data-action='today']::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 29152, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 29157, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget a .btn:hover {
  background-color: transparent;
}

/* line 29162, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 254px;
  max-width: 254px;
  padding: 8px 6px;
}

/* line 29168, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu .tim-icons {
  opacity: 1;
}

/* line 29172, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch .table-condensed:hover {
  border-radius: 3px;
  background: #eee;
}

/* line 29177, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 29182, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed .btn[data-action='togglePeriod']:hover,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed .separator {
  color: #9a9a9a !important;
}

/* line 29187, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .month,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .year,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .decade {
  color: #9a9a9a;
}

/* line 29193, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .month.active,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .year.active,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .decade.active {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 29202, /app/app/assets/stylesheets/argon.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 29210, /app/app/assets/stylesheets/argon.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 29218, /app/app/assets/stylesheets/argon.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 29224, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  position: absolute;
  right: auto;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  vertical-align: middle;
  border-right: .4em solid transparent;
  border-bottom: .4em solid;
  border-left: .4em solid transparent;
}

/* line 29242, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  display: none;
}

/* line 29247, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -6px;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  vertical-align: middle;
  color: #fff;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

/* line 29269, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: auto;
}

/* line 29274, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
  margin-top: auto;
}

/* line 29279, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  right: 6px;
  left: auto;
}

/* line 29285, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  right: 7px;
  left: auto;
}

/* line 29291, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 29296, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  color: #fff;
  border-width: 0;
}

/* line 29304, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget a[data-action='togglePicker'],
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:hover {
  color: #5e72e4;
}

/* line 29310, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 29315, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 3px;
  color: #9a9a9a;
  border-radius: 50%;
}

/* line 29331, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget button[data-action] {
  width: 38px;
  height: 38px;
  padding: 0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

/* line 29340, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn {
  margin: 0 !important;
}

/* line 29345, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after {
  content: 'Increment Hours';
}

/* line 29350, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after {
  content: 'Increment Minutes';
}

/* line 29355, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after {
  content: 'Decrement Hours';
}

/* line 29360, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after {
  content: 'Decrement Minutes';
}

/* line 29365, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after {
  content: 'Show Hours';
}

/* line 29370, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after {
  content: 'Show Minutes';
}

/* line 29375, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after {
  content: 'Toggle AM/PM';
}

/* line 29380, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after {
  content: 'Clear the picker';
}

/* line 29385, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
  content: 'Set the date to today';
}

/* line 29390, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  color: #5e72e4;
  border-radius: 3px;
}

/* line 29398, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: 'Toggle Date and Time Screens';
}

/* line 29403, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  line-height: inherit;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

/* line 29413, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  width: 100%;
  height: 2.5em;
  margin: 2px 0 !important;
  border-radius: 3px;
}

/* line 29424, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  text-align: center;
}

/* line 29432, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td > div,
.bootstrap-datetimepicker-widget table th > div {
  text-align: center;
}

/* line 29438, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table th {
  font-weight: 300;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

/* line 29447, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 29452, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  cursor: not-allowed;
  color: #cfcfca;
  background: none;
}

/* line 29461, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
  font-size: 12px;
  line-height: 28px;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #5e72e4;
  border-radius: 4px;
  border-radius: 50%;
}

/* line 29477, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: 'Previous Month';
}

/* line 29482, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table th.next::after {
  content: 'Next Month';
}

/* line 29487, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table th.dow {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  color: #5e72e4;
}

/* line 29497, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 29502, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: #eee;
}

/* line 29508, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: .8em;
  line-height: 20px;
  height: 20px;
  color: #cfcfca;
}

/* line 29518, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.day > div,
.bootstrap-datetimepicker-widget table td.minute > div,
.bootstrap-datetimepicker-widget table td.hour > div {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  position: relative;
  z-index: -1;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: all 300ms ease 0s;
  text-align: center;
  color: #9a9a9a;
  border: none;
  border-radius: 50%;
}

/* line 29543, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.day:hover > div,
.bootstrap-datetimepicker-widget table td.hour:hover > div,
.bootstrap-datetimepicker-widget table td.minute:hover > div,
.bootstrap-datetimepicker-widget table td.second:hover > div {
  cursor: pointer;
  background: #eee;
}

/* line 29553, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.old > div,
.bootstrap-datetimepicker-widget table td.new > div {
  color: #172b4d;
}

/* line 29559, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td.day {
  background: transparent !important;
}

/* line 29565, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.today > div:before {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-block;
  content: '';
  border: 0 0 7px 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #68b3c8;
}

/* line 29580, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.active > div,
.bootstrap-datetimepicker-widget table td.active:hover > div {
  color: #fff;
  background-color: #5e72e4;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

/* line 29588, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #fff;
}

/* line 29593, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td.disabled > div,
.bootstrap-datetimepicker-widget table td.disabled:hover > div {
  cursor: not-allowed;
  color: #cfcfca;
  background: none;
}

/* line 29602, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td span {
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}

/* line 29618, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td span.active {
  color: #fff;
  background-color: #5e72e4;
}

/* line 29624, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #cfcfca;
}

/* line 29629, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  cursor: not-allowed;
  color: #cfcfca;
  background: none;
}

/* line 29638, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
  border-radius: 50% !important;
}

/* line 29645, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  line-height: 27px;
  height: 27px;
}

/* line 29652, /app/app/assets/stylesheets/argon.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 29657, /app/app/assets/stylesheets/argon.css */
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  z-index: 1;
  padding: 1px;
  cursor: pointer;
  text-align: center;
}

/* line 29672, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget .separator {
  position: relative;
  width: auto;
  height: auto;
  color: red;
}

/* line 29682, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .picker-switch,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.prev span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.next span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.day > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action='togglePicker'],
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action='togglePicker']:hover,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-hours span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-minutes span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .separator,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour > div {
  color: #9a9a9a;
}

/* line 29698, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.dow {
  color: rgba(255, 255, 255, 0.8);
}

/* line 29703, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.old > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.new > div {
  color: rgba(255, 255, 255, 0.4);
}

/* line 29709, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget button[data-action] {
  background-color: #fff;
}

/* line 29714, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #fff;
}

/* line 29720, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td:not(.active).day:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.second:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td span:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 29729, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 29735, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='orange'] + .bootstrap-datetimepicker-widget {
  background-color: #5e72e4;
}

/* line 29739, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='orange'] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color='orange'] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color='orange'] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color='orange'] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color='orange'] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #5e72e4;
}

/* line 29748, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='blue'] + .bootstrap-datetimepicker-widget {
  background-color: #11cdef;
}

/* line 29752, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='blue'] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color='blue'] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color='blue'] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color='blue'] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color='blue'] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #11cdef;
}

/* line 29761, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='green'] + .bootstrap-datetimepicker-widget {
  background-color: #2dce89;
}

/* line 29765, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='green'] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color='green'] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color='green'] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color='green'] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color='green'] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #2dce89;
}

/* line 29774, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='red'] + .bootstrap-datetimepicker-widget {
  background-color: #f5365c;
}

/* line 29778, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='red'] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color='red'] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color='red'] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color='red'] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color='red'] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #f5365c;
}

/* line 29787, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='yellow'] + .bootstrap-datetimepicker-widget {
  background-color: #fb6340;
}

/* line 29791, /app/app/assets/stylesheets/argon.css */
input.datetimepicker[data-color='yellow'] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color='yellow'] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color='yellow'] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color='yellow'] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color='yellow'] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #fb6340;
}

/* line 29800, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day,
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute {
  color: rgba(255, 255, 255, 0.7);
}

/* line 29805, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day:hover,
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute:hover {
  color: #212529;
}

/* line 29811, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-black table td span,
.bootstrap-datetimepicker-widget.dropdown-black table td.minute,
.bootstrap-datetimepicker-widget.dropdown-black table td.hour {
  color: rgba(255, 255, 255, 0.7);
}

/* line 29818, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-black table td span:hover,
.bootstrap-datetimepicker-widget.dropdown-black table td.minute:hover,
.bootstrap-datetimepicker-widget.dropdown-black table td.hour:hover {
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

/* line 29825, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-black table td span:hover div,
.bootstrap-datetimepicker-widget.dropdown-black table td.minute:hover div,
.bootstrap-datetimepicker-widget.dropdown-black table td.hour:hover div {
  background: transparent;
}

/* line 29832, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-black table td .btn[data-action] {
  color: #fff;
}

/* line 29837, /app/app/assets/stylesheets/argon.css */
.bootstrap-datetimepicker-widget.dropdown-black table td .btn[data-action='togglePeriod'] {
  background: transparent;
}

/* line 2, /app/app/assets/stylesheets/custom.sass */
a[data-toggle='collapse']:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: auto;
  content: "";
  transition: all 0.15s ease;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 14, /app/app/assets/stylesheets/custom.sass */
a[data-toggle='collapse'].open:after {
  content: "";
}

/* line 18, /app/app/assets/stylesheets/custom.sass */
.select2-container .select2-search--inline {
  float: left;
  display: list-item;
  width: 100%;
}

/* line 24, /app/app/assets/stylesheets/custom.sass */
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #5897fb;
  color: #fff;
}

/* line 30, /app/app/assets/stylesheets/custom.sass */
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
/* line 33, /app/app/assets/stylesheets/custom.sass */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  margin: 0;
}
/* line 37, /app/app/assets/stylesheets/custom.sass */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  width: 100% !important;
  margin: 0;
}
/* line 41, /app/app/assets/stylesheets/custom.sass */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::placeholder {
  color: #999;
}
/* line 44, /app/app/assets/stylesheets/custom.sass */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-left: 0;
}

/* line 47, /app/app/assets/stylesheets/custom.sass */
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  white-space: pre-wrap;
  line-height: normal;
  padding: 8px;
  min-height: 38px;
  height: auto;
}

/* line 56, /app/app/assets/stylesheets/custom.sass */
.navbar-brand-img {
  max-height: 3.25rem !important;
}

/* line 59, /app/app/assets/stylesheets/custom.sass */
.footer-auto-bottom {
  position: relative;
}

/* line 62, /app/app/assets/stylesheets/custom.sass */
.clickable {
  cursor: pointer;
}

/* line 65, /app/app/assets/stylesheets/custom.sass */
label.error {
  color: #f5365c;
}

/* line 69, /app/app/assets/stylesheets/custom.sass */
.date-range-picker .datepicker-inline {
  width: 260px;
}

/* line 73, /app/app/assets/stylesheets/custom.sass */
.note-modal .note-group-select-from-files {
  display: none;
}

/* line 77, /app/app/assets/stylesheets/custom.sass */
.gm-style-iw-t .gm-style-iw-c {
  border-radius: 30px;
  padding: 0;
}

/* line 83, /app/app/assets/stylesheets/custom.sass */
.gm-style .gm-style-iw-tc::after {
  background-color: #275cfb;
}

/* line 87, /app/app/assets/stylesheets/custom.sass */
div .driver-info {
  background-color: #275cfb;
  border-radius: 30px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  color: #ffffff;
  text-align: center;
}
/* line 97, /app/app/assets/stylesheets/custom.sass */
div .gm-style-iw-d {
  overflow: auto !important;
}

/* line 100, /app/app/assets/stylesheets/custom.sass */
.gm-ui-hover-effect {
  display: none !important;
}

@media only screen and (max-width: 575.98px) {
  /* line 104, /app/app/assets/stylesheets/custom.sass */
  #mobile_view {
    display: block;
  }

  /* line 107, /app/app/assets/stylesheets/custom.sass */
  #web_view {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  /* line 111, /app/app/assets/stylesheets/custom.sass */
  #mobile_view {
    display: none;
  }

  /* line 114, /app/app/assets/stylesheets/custom.sass */
  #web_view {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 118, /app/app/assets/stylesheets/custom.sass */
  .custom-delivery-fee-card {
    position: fixed;
    min-width: 27%;
  }
}
/* line 122, /app/app/assets/stylesheets/custom.sass */
.text-gray-700 {
  color: #525f7f;
}

/* line 125, /app/app/assets/stylesheets/custom.sass */
.ellipsis-mobile-table {
  width: 100%;
  table-layout: fixed;
  display: table;
}
/* line 130, /app/app/assets/stylesheets/custom.sass */
.ellipsis-mobile-table span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
