/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
/* line 10, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

/* line 30, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */
/* line 42, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

/* line 48, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-small > small {
  height: 20px;
  width: 20px;
}

/* line 53, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

/* line 59, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-large > small {
  height: 40px;
  width: 40px;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *

 */
/* line 4, app/assets/stylesheets/helpers.scss */
.wf-loading {
  opacity: 0;
}

/* line 8, app/assets/stylesheets/helpers.scss */
.clearfix:after, .date-select-inputs:after, .columns:after, .loan-plan-figures:after, .navigation:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, app/assets/stylesheets/helpers.scss */
.loading, .comaker-loading-icon {
  height: 100px;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/loaders/loading-grey-l-128444d7f7bc884f887a0f5b75465ee3db385f2baf661e2731c3d673a932642f.gif);
}

/* line 23, app/assets/stylesheets/helpers.scss */
.loading-indicator {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/loaders/loading-grey-l-128444d7f7bc884f887a0f5b75465ee3db385f2baf661e2731c3d673a932642f.gif);
}

/* line 43, app/assets/stylesheets/helpers.scss */
.preventTextSelect,
[draggable] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 48, app/assets/stylesheets/helpers.scss */
nav.main-nav ul li.js-HasDropdown::after,
.down-arrow,
.header-drawer > nav ul li.js-HasDropdown::after {
  width: 0;
  height: 0;
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #79859a;
}

/* line 58, app/assets/stylesheets/helpers.scss */
.down-arrow-white {
  border-top: 3px solid white;
}

/* line 62, app/assets/stylesheets/helpers.scss */
.up-arrow {
  width: 0;
  height: 0;
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid #79859a;
}

/* line 71, app/assets/stylesheets/helpers.scss */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* line 76, app/assets/stylesheets/helpers.scss */
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 82, app/assets/stylesheets/helpers.scss */
.blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

@media only screen and (max-width: 900px) {
  /* line 89, app/assets/stylesheets/helpers.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

/* line 95, app/assets/stylesheets/helpers.scss */
.show-on-mobile {
  opacity: 0;
  display: none !important;
  visibility: hidden;
}

/* line 101, app/assets/stylesheets/helpers.scss */
.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 900px) {
  /* line 108, app/assets/stylesheets/helpers.scss */
  .show-on-mobile {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
  }
}

/* line 1, app/assets/stylesheets/reset.scss */
html,
body,
div, span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
}

/* line 87, app/assets/stylesheets/reset.scss */
nav,
main,
section,
article,
aside,
header,
footer,
div,
details,
summary,
form,
fieldset,
textarea,
select,
input,
pre,
code,
a,
button,
ul,
ol,
li,
nav:before,
main:before,
section:before,
article:before,
aside:before,
header:before,
footer:before,
div:before,
details:before,
summary:before,
form:before,
fieldset:before,
textarea:before,
pre:before,
code:before,
a:before,
button:before,
nav:after,
main:after,
section:after,
article:after,
aside:after,
header:after,
footer:after,
div:after,
details:after,
summary:after,
form:after,
fieldset:after,
textarea:after,
pre:after,
code:after,
a:after,
button:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 148, app/assets/stylesheets/reset.scss */
html,
body {
  height: 100%;
}

/* line 153, app/assets/stylesheets/reset.scss */
html {
  font-family: "Averta-Regular", apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #141414;
  text-rendering: optimizeLegibility;
}

/* line 162, app/assets/stylesheets/reset.scss */
mark {
  background: none;
}

/* line 166, app/assets/stylesheets/reset.scss */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 177, app/assets/stylesheets/reset.scss */
th {
  text-align: left;
}

/* line 181, app/assets/stylesheets/reset.scss */
iframe {
  border: 0;
}

/* line 185, app/assets/stylesheets/reset.scss */
ul {
  list-style: none;
}

/* line 189, app/assets/stylesheets/reset.scss */
fieldset {
  border: none;
}

@font-face {
  font-family: 'Linearicons';
  src: url(/assets/Linearicons-ed8826660e4d24da89fb7c129621bcc3af240dbd844e6858f6a759055e837661.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 7, app/assets/stylesheets/vendor/linearicon.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, app/assets/stylesheets/vendor/linearicon.scss */
.icon-home:before {
  content: "\e600";
}

/* line 23, app/assets/stylesheets/vendor/linearicon.scss */
.icon-home2:before {
  content: "\e601";
}

/* line 26, app/assets/stylesheets/vendor/linearicon.scss */
.icon-home3:before {
  content: "\e602";
}

/* line 29, app/assets/stylesheets/vendor/linearicon.scss */
.icon-home4:before {
  content: "\e603";
}

/* line 32, app/assets/stylesheets/vendor/linearicon.scss */
.icon-home5:before {
  content: "\e604";
}

/* line 35, app/assets/stylesheets/vendor/linearicon.scss */
.icon-home6:before {
  content: "\e605";
}

/* line 38, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bathtub:before {
  content: "\e606";
}

/* line 41, app/assets/stylesheets/vendor/linearicon.scss */
.icon-toothbrush:before {
  content: "\e607";
}

/* line 44, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bed:before {
  content: "\e608";
}

/* line 47, app/assets/stylesheets/vendor/linearicon.scss */
.icon-couch:before {
  content: "\e609";
}

/* line 50, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chair:before {
  content: "\e60a";
}

/* line 53, app/assets/stylesheets/vendor/linearicon.scss */
.icon-city:before {
  content: "\e60b";
}

/* line 56, app/assets/stylesheets/vendor/linearicon.scss */
.icon-apartment:before {
  content: "\e60c";
}

/* line 59, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil:before {
  content: "\e60d";
}

/* line 62, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil2:before {
  content: "\e60e";
}

/* line 65, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pen:before {
  content: "\e60f";
}

/* line 68, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil3:before {
  content: "\e610";
}

/* line 71, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eraser:before {
  content: "\e611";
}

/* line 74, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil4:before {
  content: "\e612";
}

/* line 77, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil5:before {
  content: "\e613";
}

/* line 80, app/assets/stylesheets/vendor/linearicon.scss */
.icon-feather:before {
  content: "\e614";
}

/* line 83, app/assets/stylesheets/vendor/linearicon.scss */
.icon-feather2:before {
  content: "\e615";
}

/* line 86, app/assets/stylesheets/vendor/linearicon.scss */
.icon-feather3:before {
  content: "\e616";
}

/* line 89, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pen2:before {
  content: "\e617";
}

/* line 92, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pen-add:before {
  content: "\e618";
}

/* line 95, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pen-remove:before {
  content: "\e619";
}

/* line 98, app/assets/stylesheets/vendor/linearicon.scss */
.icon-vector:before {
  content: "\e61a";
}

/* line 101, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pen3:before {
  content: "\e61b";
}

/* line 104, app/assets/stylesheets/vendor/linearicon.scss */
.icon-blog:before {
  content: "\e61c";
}

/* line 107, app/assets/stylesheets/vendor/linearicon.scss */
.icon-brush:before {
  content: "\e61d";
}

/* line 110, app/assets/stylesheets/vendor/linearicon.scss */
.icon-brush2:before {
  content: "\e61e";
}

/* line 113, app/assets/stylesheets/vendor/linearicon.scss */
.icon-spray:before {
  content: "\e61f";
}

/* line 116, app/assets/stylesheets/vendor/linearicon.scss */
.icon-paint-roller:before {
  content: "\e620";
}

/* line 119, app/assets/stylesheets/vendor/linearicon.scss */
.icon-stamp:before {
  content: "\e621";
}

/* line 122, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tape:before {
  content: "\e622";
}

/* line 125, app/assets/stylesheets/vendor/linearicon.scss */
.icon-desk-tape:before {
  content: "\e623";
}

/* line 128, app/assets/stylesheets/vendor/linearicon.scss */
.icon-texture:before {
  content: "\e624";
}

/* line 131, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eye-dropper:before {
  content: "\e625";
}

/* line 134, app/assets/stylesheets/vendor/linearicon.scss */
.icon-palette:before {
  content: "\e626";
}

/* line 137, app/assets/stylesheets/vendor/linearicon.scss */
.icon-color-sampler:before {
  content: "\e627";
}

/* line 140, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bucket:before {
  content: "\e628";
}

/* line 143, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gradient:before {
  content: "\e629";
}

/* line 146, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gradient2:before {
  content: "\e62a";
}

/* line 149, app/assets/stylesheets/vendor/linearicon.scss */
.icon-magic-wand:before {
  content: "\e62b";
}

/* line 152, app/assets/stylesheets/vendor/linearicon.scss */
.icon-magnet:before {
  content: "\e62c";
}

/* line 155, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil-ruler:before {
  content: "\e62d";
}

/* line 158, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil-ruler2:before {
  content: "\e62e";
}

/* line 161, app/assets/stylesheets/vendor/linearicon.scss */
.icon-compass:before {
  content: "\e62f";
}

/* line 164, app/assets/stylesheets/vendor/linearicon.scss */
.icon-aim:before {
  content: "\e630";
}

/* line 167, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gun:before {
  content: "\e631";
}

/* line 170, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bottle:before {
  content: "\e632";
}

/* line 173, app/assets/stylesheets/vendor/linearicon.scss */
.icon-drop:before {
  content: "\e633";
}

/* line 176, app/assets/stylesheets/vendor/linearicon.scss */
.icon-drop-crossed:before {
  content: "\e634";
}

/* line 179, app/assets/stylesheets/vendor/linearicon.scss */
.icon-drop2:before {
  content: "\e635";
}

/* line 182, app/assets/stylesheets/vendor/linearicon.scss */
.icon-snow:before {
  content: "\e636";
}

/* line 185, app/assets/stylesheets/vendor/linearicon.scss */
.icon-snow2:before {
  content: "\e637";
}

/* line 188, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fire:before {
  content: "\e638";
}

/* line 191, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lighter:before {
  content: "\e639";
}

/* line 194, app/assets/stylesheets/vendor/linearicon.scss */
.icon-knife:before {
  content: "\e63a";
}

/* line 197, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dagger:before {
  content: "\e63b";
}

/* line 200, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tissue:before {
  content: "\e63c";
}

/* line 203, app/assets/stylesheets/vendor/linearicon.scss */
.icon-toilet-paper:before {
  content: "\e63d";
}

/* line 206, app/assets/stylesheets/vendor/linearicon.scss */
.icon-poop:before {
  content: "\e63e";
}

/* line 209, app/assets/stylesheets/vendor/linearicon.scss */
.icon-umbrella:before {
  content: "\e63f";
}

/* line 212, app/assets/stylesheets/vendor/linearicon.scss */
.icon-umbrella2:before {
  content: "\e640";
}

/* line 215, app/assets/stylesheets/vendor/linearicon.scss */
.icon-rain:before {
  content: "\e641";
}

/* line 218, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tornado:before {
  content: "\e642";
}

/* line 221, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wind:before {
  content: "\e643";
}

/* line 224, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fan:before {
  content: "\e644";
}

/* line 227, app/assets/stylesheets/vendor/linearicon.scss */
.icon-contrast:before {
  content: "\e645";
}

/* line 230, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sun-small:before {
  content: "\e646";
}

/* line 233, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sun:before {
  content: "\e647";
}

/* line 236, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sun2:before {
  content: "\e648";
}

/* line 239, app/assets/stylesheets/vendor/linearicon.scss */
.icon-moon:before {
  content: "\e649";
}

/* line 242, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud:before {
  content: "\e64a";
}

/* line 245, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-upload:before {
  content: "\e64b";
}

/* line 248, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-download:before {
  content: "\e64c";
}

/* line 251, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-rain:before {
  content: "\e64d";
}

/* line 254, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-hailstones:before {
  content: "\e64e";
}

/* line 257, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-snow:before {
  content: "\e64f";
}

/* line 260, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-windy:before {
  content: "\e650";
}

/* line 263, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sun-wind:before {
  content: "\e651";
}

/* line 266, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-fog:before {
  content: "\e652";
}

/* line 269, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-sun:before {
  content: "\e653";
}

/* line 272, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-lightning:before {
  content: "\e654";
}

/* line 275, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-sync:before {
  content: "\e655";
}

/* line 278, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-lock:before {
  content: "\e656";
}

/* line 281, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-gear:before {
  content: "\e657";
}

/* line 284, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-alert:before {
  content: "\e658";
}

/* line 287, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-check:before {
  content: "\e659";
}

/* line 290, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-cross:before {
  content: "\e65a";
}

/* line 293, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-crossed:before {
  content: "\e65b";
}

/* line 296, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cloud-database:before {
  content: "\e65c";
}

/* line 299, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database:before {
  content: "\e65d";
}

/* line 302, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-add:before {
  content: "\e65e";
}

/* line 305, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-remove:before {
  content: "\e65f";
}

/* line 308, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-lock:before {
  content: "\e660";
}

/* line 311, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-refresh:before {
  content: "\e661";
}

/* line 314, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-check:before {
  content: "\e662";
}

/* line 317, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-history:before {
  content: "\e663";
}

/* line 320, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-upload:before {
  content: "\e664";
}

/* line 323, app/assets/stylesheets/vendor/linearicon.scss */
.icon-database-download:before {
  content: "\e665";
}

/* line 326, app/assets/stylesheets/vendor/linearicon.scss */
.icon-server:before {
  content: "\e666";
}

/* line 329, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shield:before {
  content: "\e667";
}

/* line 332, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shield-check:before {
  content: "\e668";
}

/* line 335, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shield-alert:before {
  content: "\e669";
}

/* line 338, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shield-cross:before {
  content: "\e66a";
}

/* line 341, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lock:before {
  content: "\e66b";
}

/* line 344, app/assets/stylesheets/vendor/linearicon.scss */
.icon-rotation-lock:before {
  content: "\e66c";
}

/* line 347, app/assets/stylesheets/vendor/linearicon.scss */
.icon-unlock:before {
  content: "\e66d";
}

/* line 350, app/assets/stylesheets/vendor/linearicon.scss */
.icon-key:before {
  content: "\e66e";
}

/* line 353, app/assets/stylesheets/vendor/linearicon.scss */
.icon-key-hole:before {
  content: "\e66f";
}

/* line 356, app/assets/stylesheets/vendor/linearicon.scss */
.icon-toggle-off:before {
  content: "\e670";
}

/* line 359, app/assets/stylesheets/vendor/linearicon.scss */
.icon-toggle-on:before {
  content: "\e671";
}

/* line 362, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cog:before {
  content: "\e672";
}

/* line 365, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cog2:before {
  content: "\e673";
}

/* line 368, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wrench:before {
  content: "\e674";
}

/* line 371, app/assets/stylesheets/vendor/linearicon.scss */
.icon-screwdriver:before {
  content: "\e675";
}

/* line 374, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hammer-wrench:before {
  content: "\e676";
}

/* line 377, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hammer:before {
  content: "\e677";
}

/* line 380, app/assets/stylesheets/vendor/linearicon.scss */
.icon-saw:before {
  content: "\e678";
}

/* line 383, app/assets/stylesheets/vendor/linearicon.scss */
.icon-axe:before {
  content: "\e679";
}

/* line 386, app/assets/stylesheets/vendor/linearicon.scss */
.icon-axe2:before {
  content: "\e67a";
}

/* line 389, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shovel:before {
  content: "\e67b";
}

/* line 392, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pickaxe:before {
  content: "\e67c";
}

/* line 395, app/assets/stylesheets/vendor/linearicon.scss */
.icon-factory:before {
  content: "\e67d";
}

/* line 398, app/assets/stylesheets/vendor/linearicon.scss */
.icon-factory2:before {
  content: "\e67e";
}

/* line 401, app/assets/stylesheets/vendor/linearicon.scss */
.icon-recycle:before {
  content: "\e67f";
}

/* line 404, app/assets/stylesheets/vendor/linearicon.scss */
.icon-trash:before {
  content: "\e680";
}

/* line 407, app/assets/stylesheets/vendor/linearicon.scss */
.icon-trash2:before {
  content: "\e681";
}

/* line 410, app/assets/stylesheets/vendor/linearicon.scss */
.icon-trash3:before {
  content: "\e682";
}

/* line 413, app/assets/stylesheets/vendor/linearicon.scss */
.icon-broom:before {
  content: "\e683";
}

/* line 416, app/assets/stylesheets/vendor/linearicon.scss */
.icon-game:before {
  content: "\e684";
}

/* line 419, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gamepad:before {
  content: "\e685";
}

/* line 422, app/assets/stylesheets/vendor/linearicon.scss */
.icon-joystick:before {
  content: "\e686";
}

/* line 425, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dice:before {
  content: "\e687";
}

/* line 428, app/assets/stylesheets/vendor/linearicon.scss */
.icon-spades:before {
  content: "\e688";
}

/* line 431, app/assets/stylesheets/vendor/linearicon.scss */
.icon-diamonds:before {
  content: "\e689";
}

/* line 434, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clubs:before {
  content: "\e68a";
}

/* line 437, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hearts:before {
  content: "\e68b";
}

/* line 440, app/assets/stylesheets/vendor/linearicon.scss */
.icon-heart:before {
  content: "\e68c";
}

/* line 443, app/assets/stylesheets/vendor/linearicon.scss */
.icon-star:before {
  content: "\e68d";
}

/* line 446, app/assets/stylesheets/vendor/linearicon.scss */
.icon-star-half:before {
  content: "\e68e";
}

/* line 449, app/assets/stylesheets/vendor/linearicon.scss */
.icon-star-empty:before {
  content: "\e68f";
}

/* line 452, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flag:before {
  content: "\e690";
}

/* line 455, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flag2:before {
  content: "\e691";
}

/* line 458, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flag3:before {
  content: "\e692";
}

/* line 461, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mailbox-full:before {
  content: "\e693";
}

/* line 464, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mailbox-empty:before {
  content: "\e694";
}

/* line 467, app/assets/stylesheets/vendor/linearicon.scss */
.icon-at-sign:before {
  content: "\e695";
}

/* line 470, app/assets/stylesheets/vendor/linearicon.scss */
.icon-envelope:before {
  content: "\e696";
}

/* line 473, app/assets/stylesheets/vendor/linearicon.scss */
.icon-envelope-open:before {
  content: "\e697";
}

/* line 476, app/assets/stylesheets/vendor/linearicon.scss */
.icon-paperclip:before {
  content: "\e698";
}

/* line 479, app/assets/stylesheets/vendor/linearicon.scss */
.icon-paper-plane:before {
  content: "\e699";
}

/* line 482, app/assets/stylesheets/vendor/linearicon.scss */
.icon-reply:before {
  content: "\e69a";
}

/* line 485, app/assets/stylesheets/vendor/linearicon.scss */
.icon-reply-all:before {
  content: "\e69b";
}

/* line 488, app/assets/stylesheets/vendor/linearicon.scss */
.icon-inbox:before {
  content: "\e69c";
}

/* line 491, app/assets/stylesheets/vendor/linearicon.scss */
.icon-inbox2:before {
  content: "\e69d";
}

/* line 494, app/assets/stylesheets/vendor/linearicon.scss */
.icon-outbox:before {
  content: "\e69e";
}

/* line 497, app/assets/stylesheets/vendor/linearicon.scss */
.icon-box:before {
  content: "\e69f";
}

/* line 500, app/assets/stylesheets/vendor/linearicon.scss */
.icon-archive:before {
  content: "\e6a0";
}

/* line 503, app/assets/stylesheets/vendor/linearicon.scss */
.icon-archive2:before {
  content: "\e6a1";
}

/* line 506, app/assets/stylesheets/vendor/linearicon.scss */
.icon-drawers:before {
  content: "\e6a2";
}

/* line 509, app/assets/stylesheets/vendor/linearicon.scss */
.icon-drawers2:before {
  content: "\e6a3";
}

/* line 512, app/assets/stylesheets/vendor/linearicon.scss */
.icon-drawers3:before {
  content: "\e6a4";
}

/* line 515, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eye:before {
  content: "\e6a5";
}

/* line 518, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eye-crossed:before {
  content: "\e6a6";
}

/* line 521, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eye-plus:before {
  content: "\e6a7";
}

/* line 524, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eye-minus:before {
  content: "\e6a8";
}

/* line 527, app/assets/stylesheets/vendor/linearicon.scss */
.icon-binoculars:before {
  content: "\e6a9";
}

/* line 530, app/assets/stylesheets/vendor/linearicon.scss */
.icon-binoculars2:before {
  content: "\e6aa";
}

/* line 533, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hdd:before {
  content: "\e6ab";
}

/* line 536, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hdd-down:before {
  content: "\e6ac";
}

/* line 539, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hdd-up:before {
  content: "\e6ad";
}

/* line 542, app/assets/stylesheets/vendor/linearicon.scss */
.icon-floppy-disk:before {
  content: "\e6ae";
}

/* line 545, app/assets/stylesheets/vendor/linearicon.scss */
.icon-disc:before {
  content: "\e6af";
}

/* line 548, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tape2:before {
  content: "\e6b0";
}

/* line 551, app/assets/stylesheets/vendor/linearicon.scss */
.icon-printer:before {
  content: "\e6b1";
}

/* line 554, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shredder:before {
  content: "\e6b2";
}

/* line 557, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-empty:before {
  content: "\e6b3";
}

/* line 560, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-add:before {
  content: "\e6b4";
}

/* line 563, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-check:before {
  content: "\e6b5";
}

/* line 566, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-lock:before {
  content: "\e6b6";
}

/* line 569, app/assets/stylesheets/vendor/linearicon.scss */
.icon-files:before {
  content: "\e6b7";
}

/* line 572, app/assets/stylesheets/vendor/linearicon.scss */
.icon-copy:before {
  content: "\e6b8";
}

/* line 575, app/assets/stylesheets/vendor/linearicon.scss */
.icon-compare:before {
  content: "\e6b9";
}

/* line 578, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder:before {
  content: "\e6ba";
}

/* line 581, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-search:before {
  content: "\e6bb";
}

/* line 584, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-plus:before {
  content: "\e6bc";
}

/* line 587, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-minus:before {
  content: "\e6bd";
}

/* line 590, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-download:before {
  content: "\e6be";
}

/* line 593, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-upload:before {
  content: "\e6bf";
}

/* line 596, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-star:before {
  content: "\e6c0";
}

/* line 599, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-heart:before {
  content: "\e6c1";
}

/* line 602, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-user:before {
  content: "\e6c2";
}

/* line 605, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-shared:before {
  content: "\e6c3";
}

/* line 608, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-music:before {
  content: "\e6c4";
}

/* line 611, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-picture:before {
  content: "\e6c5";
}

/* line 614, app/assets/stylesheets/vendor/linearicon.scss */
.icon-folder-film:before {
  content: "\e6c6";
}

/* line 617, app/assets/stylesheets/vendor/linearicon.scss */
.icon-scissors:before {
  content: "\e6c7";
}

/* line 620, app/assets/stylesheets/vendor/linearicon.scss */
.icon-paste:before {
  content: "\e6c8";
}

/* line 623, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-empty:before {
  content: "\e6c9";
}

/* line 626, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-pencil:before {
  content: "\e6ca";
}

/* line 629, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-text:before {
  content: "\e6cb";
}

/* line 632, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-check:before {
  content: "\e6cc";
}

/* line 635, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-down:before {
  content: "\e6cd";
}

/* line 638, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-left:before {
  content: "\e6ce";
}

/* line 641, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-alert:before {
  content: "\e6cf";
}

/* line 644, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clipboard-user:before {
  content: "\e6d0";
}

/* line 647, app/assets/stylesheets/vendor/linearicon.scss */
.icon-register:before {
  content: "\e6d1";
}

/* line 650, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter:before {
  content: "\e6d2";
}

/* line 653, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit:before {
  content: "\e6d3";
}

/* line 656, app/assets/stylesheets/vendor/linearicon.scss */
.icon-papers:before {
  content: "\e6d4";
}

/* line 659, app/assets/stylesheets/vendor/linearicon.scss */
.icon-news:before {
  content: "\e6d5";
}

/* line 662, app/assets/stylesheets/vendor/linearicon.scss */
.icon-reading:before {
  content: "\e6d6";
}

/* line 665, app/assets/stylesheets/vendor/linearicon.scss */
.icon-typewriter:before {
  content: "\e6d7";
}

/* line 668, app/assets/stylesheets/vendor/linearicon.scss */
.icon-document:before {
  content: "\e6d8";
}

/* line 671, app/assets/stylesheets/vendor/linearicon.scss */
.icon-document2:before {
  content: "\e6d9";
}

/* line 674, app/assets/stylesheets/vendor/linearicon.scss */
.icon-graduation-hat:before {
  content: "\e6da";
}

/* line 677, app/assets/stylesheets/vendor/linearicon.scss */
.icon-license:before {
  content: "\e6db";
}

/* line 680, app/assets/stylesheets/vendor/linearicon.scss */
.icon-license2:before {
  content: "\e6dc";
}

/* line 683, app/assets/stylesheets/vendor/linearicon.scss */
.icon-medal-empty:before {
  content: "\e6dd";
}

/* line 686, app/assets/stylesheets/vendor/linearicon.scss */
.icon-medal-first:before {
  content: "\e6de";
}

/* line 689, app/assets/stylesheets/vendor/linearicon.scss */
.icon-medal-second:before {
  content: "\e6df";
}

/* line 692, app/assets/stylesheets/vendor/linearicon.scss */
.icon-medal-third:before {
  content: "\e6e0";
}

/* line 695, app/assets/stylesheets/vendor/linearicon.scss */
.icon-podium:before {
  content: "\e6e1";
}

/* line 698, app/assets/stylesheets/vendor/linearicon.scss */
.icon-trophy:before {
  content: "\e6e2";
}

/* line 701, app/assets/stylesheets/vendor/linearicon.scss */
.icon-trophy2:before {
  content: "\e6e3";
}

/* line 704, app/assets/stylesheets/vendor/linearicon.scss */
.icon-music-note:before {
  content: "\e6e4";
}

/* line 707, app/assets/stylesheets/vendor/linearicon.scss */
.icon-music-note2:before {
  content: "\e6e5";
}

/* line 710, app/assets/stylesheets/vendor/linearicon.scss */
.icon-music-note3:before {
  content: "\e6e6";
}

/* line 713, app/assets/stylesheets/vendor/linearicon.scss */
.icon-playlist:before {
  content: "\e6e7";
}

/* line 716, app/assets/stylesheets/vendor/linearicon.scss */
.icon-playlist-add:before {
  content: "\e6e8";
}

/* line 719, app/assets/stylesheets/vendor/linearicon.scss */
.icon-guitar:before {
  content: "\e6e9";
}

/* line 722, app/assets/stylesheets/vendor/linearicon.scss */
.icon-trumpet:before {
  content: "\e6ea";
}

/* line 725, app/assets/stylesheets/vendor/linearicon.scss */
.icon-album:before {
  content: "\e6eb";
}

/* line 728, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shuffle:before {
  content: "\e6ec";
}

/* line 731, app/assets/stylesheets/vendor/linearicon.scss */
.icon-repeat-one:before {
  content: "\e6ed";
}

/* line 734, app/assets/stylesheets/vendor/linearicon.scss */
.icon-repeat:before {
  content: "\e6ee";
}

/* line 737, app/assets/stylesheets/vendor/linearicon.scss */
.icon-headphones:before {
  content: "\e6ef";
}

/* line 740, app/assets/stylesheets/vendor/linearicon.scss */
.icon-headset:before {
  content: "\e6f0";
}

/* line 743, app/assets/stylesheets/vendor/linearicon.scss */
.icon-loudspeaker:before {
  content: "\e6f1";
}

/* line 746, app/assets/stylesheets/vendor/linearicon.scss */
.icon-equalizer:before {
  content: "\e6f2";
}

/* line 749, app/assets/stylesheets/vendor/linearicon.scss */
.icon-theater:before {
  content: "\e6f3";
}

/* line 752, app/assets/stylesheets/vendor/linearicon.scss */
.icon-3d-glasses:before {
  content: "\e6f4";
}

/* line 755, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ticket:before {
  content: "\e6f5";
}

/* line 758, app/assets/stylesheets/vendor/linearicon.scss */
.icon-presentation:before {
  content: "\e6f6";
}

/* line 761, app/assets/stylesheets/vendor/linearicon.scss */
.icon-play:before {
  content: "\e6f7";
}

/* line 764, app/assets/stylesheets/vendor/linearicon.scss */
.icon-film-play:before {
  content: "\e6f8";
}

/* line 767, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clapboard-play:before {
  content: "\e6f9";
}

/* line 770, app/assets/stylesheets/vendor/linearicon.scss */
.icon-media:before {
  content: "\e6fa";
}

/* line 773, app/assets/stylesheets/vendor/linearicon.scss */
.icon-film:before {
  content: "\e6fb";
}

/* line 776, app/assets/stylesheets/vendor/linearicon.scss */
.icon-film2:before {
  content: "\e6fc";
}

/* line 779, app/assets/stylesheets/vendor/linearicon.scss */
.icon-surveillance:before {
  content: "\e6fd";
}

/* line 782, app/assets/stylesheets/vendor/linearicon.scss */
.icon-surveillance2:before {
  content: "\e6fe";
}

/* line 785, app/assets/stylesheets/vendor/linearicon.scss */
.icon-camera:before {
  content: "\e6ff";
}

/* line 788, app/assets/stylesheets/vendor/linearicon.scss */
.icon-camera-crossed:before {
  content: "\e700";
}

/* line 791, app/assets/stylesheets/vendor/linearicon.scss */
.icon-camera-play:before {
  content: "\e701";
}

/* line 794, app/assets/stylesheets/vendor/linearicon.scss */
.icon-time-lapse:before {
  content: "\e702";
}

/* line 797, app/assets/stylesheets/vendor/linearicon.scss */
.icon-record:before {
  content: "\e703";
}

/* line 800, app/assets/stylesheets/vendor/linearicon.scss */
.icon-camera2:before {
  content: "\e704";
}

/* line 803, app/assets/stylesheets/vendor/linearicon.scss */
.icon-camera-flip:before {
  content: "\e705";
}

/* line 806, app/assets/stylesheets/vendor/linearicon.scss */
.icon-panorama:before {
  content: "\e706";
}

/* line 809, app/assets/stylesheets/vendor/linearicon.scss */
.icon-time-lapse2:before {
  content: "\e707";
}

/* line 812, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shutter:before {
  content: "\e708";
}

/* line 815, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shutter2:before {
  content: "\e709";
}

/* line 818, app/assets/stylesheets/vendor/linearicon.scss */
.icon-face-detection:before {
  content: "\e70a";
}

/* line 821, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flare:before {
  content: "\e70b";
}

/* line 824, app/assets/stylesheets/vendor/linearicon.scss */
.icon-convex:before {
  content: "\e70c";
}

/* line 827, app/assets/stylesheets/vendor/linearicon.scss */
.icon-concave:before {
  content: "\e70d";
}

/* line 830, app/assets/stylesheets/vendor/linearicon.scss */
.icon-picture:before {
  content: "\e70e";
}

/* line 833, app/assets/stylesheets/vendor/linearicon.scss */
.icon-picture2:before {
  content: "\e70f";
}

/* line 836, app/assets/stylesheets/vendor/linearicon.scss */
.icon-picture3:before {
  content: "\e710";
}

/* line 839, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pictures:before {
  content: "\e711";
}

/* line 842, app/assets/stylesheets/vendor/linearicon.scss */
.icon-book:before {
  content: "\e712";
}

/* line 845, app/assets/stylesheets/vendor/linearicon.scss */
.icon-audio-book:before {
  content: "\e713";
}

/* line 848, app/assets/stylesheets/vendor/linearicon.scss */
.icon-book2:before {
  content: "\e714";
}

/* line 851, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bookmark:before {
  content: "\e715";
}

/* line 854, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bookmark2:before {
  content: "\e716";
}

/* line 857, app/assets/stylesheets/vendor/linearicon.scss */
.icon-label:before {
  content: "\e717";
}

/* line 860, app/assets/stylesheets/vendor/linearicon.scss */
.icon-library:before {
  content: "\e718";
}

/* line 863, app/assets/stylesheets/vendor/linearicon.scss */
.icon-library2:before {
  content: "\e719";
}

/* line 866, app/assets/stylesheets/vendor/linearicon.scss */
.icon-contacts:before {
  content: "\e71a";
}

/* line 869, app/assets/stylesheets/vendor/linearicon.scss */
.icon-profile:before {
  content: "\e71b";
}

/* line 872, app/assets/stylesheets/vendor/linearicon.scss */
.icon-portrait:before {
  content: "\e71c";
}

/* line 875, app/assets/stylesheets/vendor/linearicon.scss */
.icon-portrait2:before {
  content: "\e71d";
}

/* line 878, app/assets/stylesheets/vendor/linearicon.scss */
.icon-user:before {
  content: "\e71e";
}

/* line 881, app/assets/stylesheets/vendor/linearicon.scss */
.icon-user-plus:before {
  content: "\e71f";
}

/* line 884, app/assets/stylesheets/vendor/linearicon.scss */
.icon-user-minus:before {
  content: "\e720";
}

/* line 887, app/assets/stylesheets/vendor/linearicon.scss */
.icon-user-lock:before {
  content: "\e721";
}

/* line 890, app/assets/stylesheets/vendor/linearicon.scss */
.icon-users:before {
  content: "\e722";
}

/* line 893, app/assets/stylesheets/vendor/linearicon.scss */
.icon-users2:before {
  content: "\e723";
}

/* line 896, app/assets/stylesheets/vendor/linearicon.scss */
.icon-users-plus:before {
  content: "\e724";
}

/* line 899, app/assets/stylesheets/vendor/linearicon.scss */
.icon-users-minus:before {
  content: "\e725";
}

/* line 902, app/assets/stylesheets/vendor/linearicon.scss */
.icon-group-work:before {
  content: "\e726";
}

/* line 905, app/assets/stylesheets/vendor/linearicon.scss */
.icon-woman:before {
  content: "\e727";
}

/* line 908, app/assets/stylesheets/vendor/linearicon.scss */
.icon-man:before {
  content: "\e728";
}

/* line 911, app/assets/stylesheets/vendor/linearicon.scss */
.icon-baby:before {
  content: "\e729";
}

/* line 914, app/assets/stylesheets/vendor/linearicon.scss */
.icon-baby2:before {
  content: "\e72a";
}

/* line 917, app/assets/stylesheets/vendor/linearicon.scss */
.icon-baby3:before {
  content: "\e72b";
}

/* line 920, app/assets/stylesheets/vendor/linearicon.scss */
.icon-baby-bottle:before {
  content: "\e72c";
}

/* line 923, app/assets/stylesheets/vendor/linearicon.scss */
.icon-walk:before {
  content: "\e72d";
}

/* line 926, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hand-waving:before {
  content: "\e72e";
}

/* line 929, app/assets/stylesheets/vendor/linearicon.scss */
.icon-jump:before {
  content: "\e72f";
}

/* line 932, app/assets/stylesheets/vendor/linearicon.scss */
.icon-run:before {
  content: "\e730";
}

/* line 935, app/assets/stylesheets/vendor/linearicon.scss */
.icon-woman2:before {
  content: "\e731";
}

/* line 938, app/assets/stylesheets/vendor/linearicon.scss */
.icon-man2:before {
  content: "\e732";
}

/* line 941, app/assets/stylesheets/vendor/linearicon.scss */
.icon-man-woman:before {
  content: "\e733";
}

/* line 944, app/assets/stylesheets/vendor/linearicon.scss */
.icon-height:before {
  content: "\e734";
}

/* line 947, app/assets/stylesheets/vendor/linearicon.scss */
.icon-weight:before {
  content: "\e735";
}

/* line 950, app/assets/stylesheets/vendor/linearicon.scss */
.icon-scale:before {
  content: "\e736";
}

/* line 953, app/assets/stylesheets/vendor/linearicon.scss */
.icon-button:before {
  content: "\e737";
}

/* line 956, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bow-tie:before {
  content: "\e738";
}

/* line 959, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tie:before {
  content: "\e739";
}

/* line 962, app/assets/stylesheets/vendor/linearicon.scss */
.icon-socks:before {
  content: "\e73a";
}

/* line 965, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shoe:before {
  content: "\e73b";
}

/* line 968, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shoes:before {
  content: "\e73c";
}

/* line 971, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hat:before {
  content: "\e73d";
}

/* line 974, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pants:before {
  content: "\e73e";
}

/* line 977, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shorts:before {
  content: "\e73f";
}

/* line 980, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flip-flops:before {
  content: "\e740";
}

/* line 983, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shirt:before {
  content: "\e741";
}

/* line 986, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hanger:before {
  content: "\e742";
}

/* line 989, app/assets/stylesheets/vendor/linearicon.scss */
.icon-laundry:before {
  content: "\e743";
}

/* line 992, app/assets/stylesheets/vendor/linearicon.scss */
.icon-store:before {
  content: "\e744";
}

/* line 995, app/assets/stylesheets/vendor/linearicon.scss */
.icon-haircut:before {
  content: "\e745";
}

/* line 998, app/assets/stylesheets/vendor/linearicon.scss */
.icon-store-24:before {
  content: "\e746";
}

/* line 1001, app/assets/stylesheets/vendor/linearicon.scss */
.icon-barcode:before {
  content: "\e747";
}

/* line 1004, app/assets/stylesheets/vendor/linearicon.scss */
.icon-barcode2:before {
  content: "\e748";
}

/* line 1007, app/assets/stylesheets/vendor/linearicon.scss */
.icon-barcode3:before {
  content: "\e749";
}

/* line 1010, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cashier:before {
  content: "\e74a";
}

/* line 1013, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bag:before {
  content: "\e74b";
}

/* line 1016, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bag2:before {
  content: "\e74c";
}

/* line 1019, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart:before {
  content: "\e74d";
}

/* line 1022, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart-empty:before {
  content: "\e74e";
}

/* line 1025, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart-full:before {
  content: "\e74f";
}

/* line 1028, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart-plus:before {
  content: "\e750";
}

/* line 1031, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart-plus2:before {
  content: "\e751";
}

/* line 1034, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart-add:before {
  content: "\e752";
}

/* line 1037, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart-remove:before {
  content: "\e753";
}

/* line 1040, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cart-exchange:before {
  content: "\e754";
}

/* line 1043, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tag:before {
  content: "\e755";
}

/* line 1046, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tags:before {
  content: "\e756";
}

/* line 1049, app/assets/stylesheets/vendor/linearicon.scss */
.icon-receipt:before {
  content: "\e757";
}

/* line 1052, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wallet:before {
  content: "\e758";
}

/* line 1055, app/assets/stylesheets/vendor/linearicon.scss */
.icon-credit-card:before {
  content: "\e759";
}

/* line 1058, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cash-dollar:before {
  content: "\e75a";
}

/* line 1061, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cash-euro:before {
  content: "\e75b";
}

/* line 1064, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cash-pound:before {
  content: "\e75c";
}

/* line 1067, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cash-yen:before {
  content: "\e75d";
}

/* line 1070, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bag-dollar:before {
  content: "\e75e";
}

/* line 1073, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bag-euro:before {
  content: "\e75f";
}

/* line 1076, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bag-pound:before {
  content: "\e760";
}

/* line 1079, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bag-yen:before {
  content: "\e761";
}

/* line 1082, app/assets/stylesheets/vendor/linearicon.scss */
.icon-coin-dollar:before {
  content: "\e762";
}

/* line 1085, app/assets/stylesheets/vendor/linearicon.scss */
.icon-coin-euro:before {
  content: "\e763";
}

/* line 1088, app/assets/stylesheets/vendor/linearicon.scss */
.icon-coin-pound:before {
  content: "\e764";
}

/* line 1091, app/assets/stylesheets/vendor/linearicon.scss */
.icon-coin-yen:before {
  content: "\e765";
}

/* line 1094, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calculator:before {
  content: "\e766";
}

/* line 1097, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calculator2:before {
  content: "\e767";
}

/* line 1100, app/assets/stylesheets/vendor/linearicon.scss */
.icon-abacus:before {
  content: "\e768";
}

/* line 1103, app/assets/stylesheets/vendor/linearicon.scss */
.icon-vault:before {
  content: "\e769";
}

/* line 1106, app/assets/stylesheets/vendor/linearicon.scss */
.icon-telephone:before {
  content: "\e76a";
}

/* line 1109, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-lock:before {
  content: "\e76b";
}

/* line 1112, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-wave:before {
  content: "\e76c";
}

/* line 1115, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-pause:before {
  content: "\e76d";
}

/* line 1118, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-outgoing:before {
  content: "\e76e";
}

/* line 1121, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-incoming:before {
  content: "\e76f";
}

/* line 1124, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-in-out:before {
  content: "\e770";
}

/* line 1127, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-error:before {
  content: "\e771";
}

/* line 1130, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-sip:before {
  content: "\e772";
}

/* line 1133, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-plus:before {
  content: "\e773";
}

/* line 1136, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-minus:before {
  content: "\e774";
}

/* line 1139, app/assets/stylesheets/vendor/linearicon.scss */
.icon-voicemail:before {
  content: "\e775";
}

/* line 1142, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dial:before {
  content: "\e776";
}

/* line 1145, app/assets/stylesheets/vendor/linearicon.scss */
.icon-telephone2:before {
  content: "\e777";
}

/* line 1148, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pushpin:before {
  content: "\e778";
}

/* line 1151, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pushpin2:before {
  content: "\e779";
}

/* line 1154, app/assets/stylesheets/vendor/linearicon.scss */
.icon-map-marker:before {
  content: "\e77a";
}

/* line 1157, app/assets/stylesheets/vendor/linearicon.scss */
.icon-map-marker-user:before {
  content: "\e77b";
}

/* line 1160, app/assets/stylesheets/vendor/linearicon.scss */
.icon-map-marker-down:before {
  content: "\e77c";
}

/* line 1163, app/assets/stylesheets/vendor/linearicon.scss */
.icon-map-marker-check:before {
  content: "\e77d";
}

/* line 1166, app/assets/stylesheets/vendor/linearicon.scss */
.icon-map-marker-crossed:before {
  content: "\e77e";
}

/* line 1169, app/assets/stylesheets/vendor/linearicon.scss */
.icon-radar:before {
  content: "\e77f";
}

/* line 1172, app/assets/stylesheets/vendor/linearicon.scss */
.icon-compass2:before {
  content: "\e780";
}

/* line 1175, app/assets/stylesheets/vendor/linearicon.scss */
.icon-map:before {
  content: "\e781";
}

/* line 1178, app/assets/stylesheets/vendor/linearicon.scss */
.icon-map2:before {
  content: "\e782";
}

/* line 1181, app/assets/stylesheets/vendor/linearicon.scss */
.icon-location:before {
  content: "\e783";
}

/* line 1184, app/assets/stylesheets/vendor/linearicon.scss */
.icon-road-sign:before {
  content: "\e784";
}

/* line 1187, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-empty:before {
  content: "\e785";
}

/* line 1190, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-check:before {
  content: "\e786";
}

/* line 1193, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-cross:before {
  content: "\e787";
}

/* line 1196, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-31:before {
  content: "\e788";
}

/* line 1199, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-full:before {
  content: "\e789";
}

/* line 1202, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-insert:before {
  content: "\e78a";
}

/* line 1205, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-text:before {
  content: "\e78b";
}

/* line 1208, app/assets/stylesheets/vendor/linearicon.scss */
.icon-calendar-user:before {
  content: "\e78c";
}

/* line 1211, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mouse:before {
  content: "\e78d";
}

/* line 1214, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mouse-left:before {
  content: "\e78e";
}

/* line 1217, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mouse-right:before {
  content: "\e78f";
}

/* line 1220, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mouse-both:before {
  content: "\e790";
}

/* line 1223, app/assets/stylesheets/vendor/linearicon.scss */
.icon-keyboard:before {
  content: "\e791";
}

/* line 1226, app/assets/stylesheets/vendor/linearicon.scss */
.icon-keyboard-up:before {
  content: "\e792";
}

/* line 1229, app/assets/stylesheets/vendor/linearicon.scss */
.icon-keyboard-down:before {
  content: "\e793";
}

/* line 1232, app/assets/stylesheets/vendor/linearicon.scss */
.icon-delete:before {
  content: "\e794";
}

/* line 1235, app/assets/stylesheets/vendor/linearicon.scss */
.icon-spell-check:before {
  content: "\e795";
}

/* line 1238, app/assets/stylesheets/vendor/linearicon.scss */
.icon-escape:before {
  content: "\e796";
}

/* line 1241, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter2:before {
  content: "\e797";
}

/* line 1244, app/assets/stylesheets/vendor/linearicon.scss */
.icon-screen:before {
  content: "\e798";
}

/* line 1247, app/assets/stylesheets/vendor/linearicon.scss */
.icon-aspect-ratio:before {
  content: "\e799";
}

/* line 1250, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal:before {
  content: "\e79a";
}

/* line 1253, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal-lock:before {
  content: "\e79b";
}

/* line 1256, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal-80:before {
  content: "\e79c";
}

/* line 1259, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal-60:before {
  content: "\e79d";
}

/* line 1262, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal-40:before {
  content: "\e79e";
}

/* line 1265, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal-20:before {
  content: "\e79f";
}

/* line 1268, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal-0:before {
  content: "\e7a0";
}

/* line 1271, app/assets/stylesheets/vendor/linearicon.scss */
.icon-signal-blocked:before {
  content: "\e7a1";
}

/* line 1274, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sim:before {
  content: "\e7a2";
}

/* line 1277, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flash-memory:before {
  content: "\e7a3";
}

/* line 1280, app/assets/stylesheets/vendor/linearicon.scss */
.icon-usb-drive:before {
  content: "\e7a4";
}

/* line 1283, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone:before {
  content: "\e7a5";
}

/* line 1286, app/assets/stylesheets/vendor/linearicon.scss */
.icon-smartphone:before {
  content: "\e7a6";
}

/* line 1289, app/assets/stylesheets/vendor/linearicon.scss */
.icon-smartphone-notification:before {
  content: "\e7a7";
}

/* line 1292, app/assets/stylesheets/vendor/linearicon.scss */
.icon-smartphone-vibration:before {
  content: "\e7a8";
}

/* line 1295, app/assets/stylesheets/vendor/linearicon.scss */
.icon-smartphone-embed:before {
  content: "\e7a9";
}

/* line 1298, app/assets/stylesheets/vendor/linearicon.scss */
.icon-smartphone-waves:before {
  content: "\e7aa";
}

/* line 1301, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tablet:before {
  content: "\e7ab";
}

/* line 1304, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tablet2:before {
  content: "\e7ac";
}

/* line 1307, app/assets/stylesheets/vendor/linearicon.scss */
.icon-laptop:before {
  content: "\e7ad";
}

/* line 1310, app/assets/stylesheets/vendor/linearicon.scss */
.icon-laptop-phone:before {
  content: "\e7ae";
}

/* line 1313, app/assets/stylesheets/vendor/linearicon.scss */
.icon-desktop:before {
  content: "\e7af";
}

/* line 1316, app/assets/stylesheets/vendor/linearicon.scss */
.icon-launch:before {
  content: "\e7b0";
}

/* line 1319, app/assets/stylesheets/vendor/linearicon.scss */
.icon-new-tab:before {
  content: "\e7b1";
}

/* line 1322, app/assets/stylesheets/vendor/linearicon.scss */
.icon-window:before {
  content: "\e7b2";
}

/* line 1325, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cable:before {
  content: "\e7b3";
}

/* line 1328, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cable2:before {
  content: "\e7b4";
}

/* line 1331, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tv:before {
  content: "\e7b5";
}

/* line 1334, app/assets/stylesheets/vendor/linearicon.scss */
.icon-radio:before {
  content: "\e7b6";
}

/* line 1337, app/assets/stylesheets/vendor/linearicon.scss */
.icon-remote-control:before {
  content: "\e7b7";
}

/* line 1340, app/assets/stylesheets/vendor/linearicon.scss */
.icon-power-switch:before {
  content: "\e7b8";
}

/* line 1343, app/assets/stylesheets/vendor/linearicon.scss */
.icon-power:before {
  content: "\e7b9";
}

/* line 1346, app/assets/stylesheets/vendor/linearicon.scss */
.icon-power-crossed:before {
  content: "\e7ba";
}

/* line 1349, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flash-auto:before {
  content: "\e7bb";
}

/* line 1352, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lamp:before {
  content: "\e7bc";
}

/* line 1355, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flashlight:before {
  content: "\e7bd";
}

/* line 1358, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lampshade:before {
  content: "\e7be";
}

/* line 1361, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cord:before {
  content: "\e7bf";
}

/* line 1364, app/assets/stylesheets/vendor/linearicon.scss */
.icon-outlet:before {
  content: "\e7c0";
}

/* line 1367, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-power:before {
  content: "\e7c1";
}

/* line 1370, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-empty:before {
  content: "\e7c2";
}

/* line 1373, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-alert:before {
  content: "\e7c3";
}

/* line 1376, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-error:before {
  content: "\e7c4";
}

/* line 1379, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-low1:before {
  content: "\e7c5";
}

/* line 1382, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-low2:before {
  content: "\e7c6";
}

/* line 1385, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-low3:before {
  content: "\e7c7";
}

/* line 1388, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-mid1:before {
  content: "\e7c8";
}

/* line 1391, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-mid2:before {
  content: "\e7c9";
}

/* line 1394, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-mid3:before {
  content: "\e7ca";
}

/* line 1397, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-full:before {
  content: "\e7cb";
}

/* line 1400, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-charging:before {
  content: "\e7cc";
}

/* line 1403, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-charging2:before {
  content: "\e7cd";
}

/* line 1406, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-charging3:before {
  content: "\e7ce";
}

/* line 1409, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-charging4:before {
  content: "\e7cf";
}

/* line 1412, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-charging5:before {
  content: "\e7d0";
}

/* line 1415, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-charging6:before {
  content: "\e7d1";
}

/* line 1418, app/assets/stylesheets/vendor/linearicon.scss */
.icon-battery-charging7:before {
  content: "\e7d2";
}

/* line 1421, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chip:before {
  content: "\e7d3";
}

/* line 1424, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chip-x64:before {
  content: "\e7d4";
}

/* line 1427, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chip-x86:before {
  content: "\e7d5";
}

/* line 1430, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble:before {
  content: "\e7d6";
}

/* line 1433, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubbles:before {
  content: "\e7d7";
}

/* line 1436, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-dots:before {
  content: "\e7d8";
}

/* line 1439, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-alert:before {
  content: "\e7d9";
}

/* line 1442, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-question:before {
  content: "\e7da";
}

/* line 1445, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-text:before {
  content: "\e7db";
}

/* line 1448, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-pencil:before {
  content: "\e7dc";
}

/* line 1451, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-picture:before {
  content: "\e7dd";
}

/* line 1454, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-video:before {
  content: "\e7de";
}

/* line 1457, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-user:before {
  content: "\e7df";
}

/* line 1460, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-quote:before {
  content: "\e7e0";
}

/* line 1463, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-heart:before {
  content: "\e7e1";
}

/* line 1466, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-emoticon:before {
  content: "\e7e2";
}

/* line 1469, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bubble-attachment:before {
  content: "\e7e3";
}

/* line 1472, app/assets/stylesheets/vendor/linearicon.scss */
.icon-phone-bubble:before {
  content: "\e7e4";
}

/* line 1475, app/assets/stylesheets/vendor/linearicon.scss */
.icon-quote-open:before {
  content: "\e7e5";
}

/* line 1478, app/assets/stylesheets/vendor/linearicon.scss */
.icon-quote-close:before {
  content: "\e7e6";
}

/* line 1481, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dna:before {
  content: "\e7e7";
}

/* line 1484, app/assets/stylesheets/vendor/linearicon.scss */
.icon-heart-pulse:before {
  content: "\e7e8";
}

/* line 1487, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pulse:before {
  content: "\e7e9";
}

/* line 1490, app/assets/stylesheets/vendor/linearicon.scss */
.icon-syringe:before {
  content: "\e7ea";
}

/* line 1493, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pills:before {
  content: "\e7eb";
}

/* line 1496, app/assets/stylesheets/vendor/linearicon.scss */
.icon-first-aid:before {
  content: "\e7ec";
}

/* line 1499, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lifebuoy:before {
  content: "\e7ed";
}

/* line 1502, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bandage:before {
  content: "\e7ee";
}

/* line 1505, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bandages:before {
  content: "\e7ef";
}

/* line 1508, app/assets/stylesheets/vendor/linearicon.scss */
.icon-thermometer:before {
  content: "\e7f0";
}

/* line 1511, app/assets/stylesheets/vendor/linearicon.scss */
.icon-microscope:before {
  content: "\e7f1";
}

/* line 1514, app/assets/stylesheets/vendor/linearicon.scss */
.icon-brain:before {
  content: "\e7f2";
}

/* line 1517, app/assets/stylesheets/vendor/linearicon.scss */
.icon-beaker:before {
  content: "\e7f3";
}

/* line 1520, app/assets/stylesheets/vendor/linearicon.scss */
.icon-skull:before {
  content: "\e7f4";
}

/* line 1523, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bone:before {
  content: "\e7f5";
}

/* line 1526, app/assets/stylesheets/vendor/linearicon.scss */
.icon-construction:before {
  content: "\e7f6";
}

/* line 1529, app/assets/stylesheets/vendor/linearicon.scss */
.icon-construction-cone:before {
  content: "\e7f7";
}

/* line 1532, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pie-chart:before {
  content: "\e7f8";
}

/* line 1535, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pie-chart2:before {
  content: "\e7f9";
}

/* line 1538, app/assets/stylesheets/vendor/linearicon.scss */
.icon-graph:before {
  content: "\e7fa";
}

/* line 1541, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chart-growth:before {
  content: "\e7fb";
}

/* line 1544, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chart-bars:before {
  content: "\e7fc";
}

/* line 1547, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chart-settings:before {
  content: "\e7fd";
}

/* line 1550, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cake:before {
  content: "\e7fe";
}

/* line 1553, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gift:before {
  content: "\e7ff";
}

/* line 1556, app/assets/stylesheets/vendor/linearicon.scss */
.icon-balloon:before {
  content: "\e800";
}

/* line 1559, app/assets/stylesheets/vendor/linearicon.scss */
.icon-rank:before {
  content: "\e801";
}

/* line 1562, app/assets/stylesheets/vendor/linearicon.scss */
.icon-rank2:before {
  content: "\e802";
}

/* line 1565, app/assets/stylesheets/vendor/linearicon.scss */
.icon-rank3:before {
  content: "\e803";
}

/* line 1568, app/assets/stylesheets/vendor/linearicon.scss */
.icon-crown:before {
  content: "\e804";
}

/* line 1571, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lotus:before {
  content: "\e805";
}

/* line 1574, app/assets/stylesheets/vendor/linearicon.scss */
.icon-diamond:before {
  content: "\e806";
}

/* line 1577, app/assets/stylesheets/vendor/linearicon.scss */
.icon-diamond2:before {
  content: "\e807";
}

/* line 1580, app/assets/stylesheets/vendor/linearicon.scss */
.icon-diamond3:before {
  content: "\e808";
}

/* line 1583, app/assets/stylesheets/vendor/linearicon.scss */
.icon-diamond4:before {
  content: "\e809";
}

/* line 1586, app/assets/stylesheets/vendor/linearicon.scss */
.icon-linearicons:before {
  content: "\e80a";
}

/* line 1589, app/assets/stylesheets/vendor/linearicon.scss */
.icon-teacup:before {
  content: "\e80b";
}

/* line 1592, app/assets/stylesheets/vendor/linearicon.scss */
.icon-teapot:before {
  content: "\e80c";
}

/* line 1595, app/assets/stylesheets/vendor/linearicon.scss */
.icon-glass:before {
  content: "\e80d";
}

/* line 1598, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bottle2:before {
  content: "\e80e";
}

/* line 1601, app/assets/stylesheets/vendor/linearicon.scss */
.icon-glass-cocktail:before {
  content: "\e80f";
}

/* line 1604, app/assets/stylesheets/vendor/linearicon.scss */
.icon-glass2:before {
  content: "\e810";
}

/* line 1607, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dinner:before {
  content: "\e811";
}

/* line 1610, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dinner2:before {
  content: "\e812";
}

/* line 1613, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chef:before {
  content: "\e813";
}

/* line 1616, app/assets/stylesheets/vendor/linearicon.scss */
.icon-scale2:before {
  content: "\e814";
}

/* line 1619, app/assets/stylesheets/vendor/linearicon.scss */
.icon-egg:before {
  content: "\e815";
}

/* line 1622, app/assets/stylesheets/vendor/linearicon.scss */
.icon-egg2:before {
  content: "\e816";
}

/* line 1625, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eggs:before {
  content: "\e817";
}

/* line 1628, app/assets/stylesheets/vendor/linearicon.scss */
.icon-platter:before {
  content: "\e818";
}

/* line 1631, app/assets/stylesheets/vendor/linearicon.scss */
.icon-steak:before {
  content: "\e819";
}

/* line 1634, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hamburger:before {
  content: "\e81a";
}

/* line 1637, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hotdog:before {
  content: "\e81b";
}

/* line 1640, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pizza:before {
  content: "\e81c";
}

/* line 1643, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sausage:before {
  content: "\e81d";
}

/* line 1646, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chicken:before {
  content: "\e81e";
}

/* line 1649, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fish:before {
  content: "\e81f";
}

/* line 1652, app/assets/stylesheets/vendor/linearicon.scss */
.icon-carrot:before {
  content: "\e820";
}

/* line 1655, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cheese:before {
  content: "\e821";
}

/* line 1658, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bread:before {
  content: "\e822";
}

/* line 1661, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ice-cream:before {
  content: "\e823";
}

/* line 1664, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ice-cream2:before {
  content: "\e824";
}

/* line 1667, app/assets/stylesheets/vendor/linearicon.scss */
.icon-candy:before {
  content: "\e825";
}

/* line 1670, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lollipop:before {
  content: "\e826";
}

/* line 1673, app/assets/stylesheets/vendor/linearicon.scss */
.icon-coffee-bean:before {
  content: "\e827";
}

/* line 1676, app/assets/stylesheets/vendor/linearicon.scss */
.icon-coffee-cup:before {
  content: "\e828";
}

/* line 1679, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cherry:before {
  content: "\e829";
}

/* line 1682, app/assets/stylesheets/vendor/linearicon.scss */
.icon-grapes:before {
  content: "\e82a";
}

/* line 1685, app/assets/stylesheets/vendor/linearicon.scss */
.icon-citrus:before {
  content: "\e82b";
}

/* line 1688, app/assets/stylesheets/vendor/linearicon.scss */
.icon-apple:before {
  content: "\e82c";
}

/* line 1691, app/assets/stylesheets/vendor/linearicon.scss */
.icon-leaf:before {
  content: "\e82d";
}

/* line 1694, app/assets/stylesheets/vendor/linearicon.scss */
.icon-landscape:before {
  content: "\e82e";
}

/* line 1697, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pine-tree:before {
  content: "\e82f";
}

/* line 1700, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tree:before {
  content: "\e830";
}

/* line 1703, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cactus:before {
  content: "\e831";
}

/* line 1706, app/assets/stylesheets/vendor/linearicon.scss */
.icon-paw:before {
  content: "\e832";
}

/* line 1709, app/assets/stylesheets/vendor/linearicon.scss */
.icon-footprint:before {
  content: "\e833";
}

/* line 1712, app/assets/stylesheets/vendor/linearicon.scss */
.icon-speed-slow:before {
  content: "\e834";
}

/* line 1715, app/assets/stylesheets/vendor/linearicon.scss */
.icon-speed-medium:before {
  content: "\e835";
}

/* line 1718, app/assets/stylesheets/vendor/linearicon.scss */
.icon-speed-fast:before {
  content: "\e836";
}

/* line 1721, app/assets/stylesheets/vendor/linearicon.scss */
.icon-rocket:before {
  content: "\e837";
}

/* line 1724, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hammer2:before {
  content: "\e838";
}

/* line 1727, app/assets/stylesheets/vendor/linearicon.scss */
.icon-balance:before {
  content: "\e839";
}

/* line 1730, app/assets/stylesheets/vendor/linearicon.scss */
.icon-briefcase:before {
  content: "\e83a";
}

/* line 1733, app/assets/stylesheets/vendor/linearicon.scss */
.icon-luggage-weight:before {
  content: "\e83b";
}

/* line 1736, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dolly:before {
  content: "\e83c";
}

/* line 1739, app/assets/stylesheets/vendor/linearicon.scss */
.icon-plane:before {
  content: "\e83d";
}

/* line 1742, app/assets/stylesheets/vendor/linearicon.scss */
.icon-plane-crossed:before {
  content: "\e83e";
}

/* line 1745, app/assets/stylesheets/vendor/linearicon.scss */
.icon-helicopter:before {
  content: "\e83f";
}

/* line 1748, app/assets/stylesheets/vendor/linearicon.scss */
.icon-traffic-lights:before {
  content: "\e840";
}

/* line 1751, app/assets/stylesheets/vendor/linearicon.scss */
.icon-siren:before {
  content: "\e841";
}

/* line 1754, app/assets/stylesheets/vendor/linearicon.scss */
.icon-road:before {
  content: "\e842";
}

/* line 1757, app/assets/stylesheets/vendor/linearicon.scss */
.icon-engine:before {
  content: "\e843";
}

/* line 1760, app/assets/stylesheets/vendor/linearicon.scss */
.icon-oil-pressure:before {
  content: "\e844";
}

/* line 1763, app/assets/stylesheets/vendor/linearicon.scss */
.icon-coolant-temperature:before {
  content: "\e845";
}

/* line 1766, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car-battery:before {
  content: "\e846";
}

/* line 1769, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gas:before {
  content: "\e847";
}

/* line 1772, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gallon:before {
  content: "\e848";
}

/* line 1775, app/assets/stylesheets/vendor/linearicon.scss */
.icon-transmission:before {
  content: "\e849";
}

/* line 1778, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car:before {
  content: "\e84a";
}

/* line 1781, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car-wash:before {
  content: "\e84b";
}

/* line 1784, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car-wash2:before {
  content: "\e84c";
}

/* line 1787, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bus:before {
  content: "\e84d";
}

/* line 1790, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bus2:before {
  content: "\e84e";
}

/* line 1793, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car2:before {
  content: "\e84f";
}

/* line 1796, app/assets/stylesheets/vendor/linearicon.scss */
.icon-parking:before {
  content: "\e850";
}

/* line 1799, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car-lock:before {
  content: "\e851";
}

/* line 1802, app/assets/stylesheets/vendor/linearicon.scss */
.icon-taxi:before {
  content: "\e852";
}

/* line 1805, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car-siren:before {
  content: "\e853";
}

/* line 1808, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car-wash3:before {
  content: "\e854";
}

/* line 1811, app/assets/stylesheets/vendor/linearicon.scss */
.icon-car-wash4:before {
  content: "\e855";
}

/* line 1814, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ambulance:before {
  content: "\e856";
}

/* line 1817, app/assets/stylesheets/vendor/linearicon.scss */
.icon-truck:before {
  content: "\e857";
}

/* line 1820, app/assets/stylesheets/vendor/linearicon.scss */
.icon-trailer:before {
  content: "\e858";
}

/* line 1823, app/assets/stylesheets/vendor/linearicon.scss */
.icon-scale-truck:before {
  content: "\e859";
}

/* line 1826, app/assets/stylesheets/vendor/linearicon.scss */
.icon-train:before {
  content: "\e85a";
}

/* line 1829, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ship:before {
  content: "\e85b";
}

/* line 1832, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ship2:before {
  content: "\e85c";
}

/* line 1835, app/assets/stylesheets/vendor/linearicon.scss */
.icon-anchor:before {
  content: "\e85d";
}

/* line 1838, app/assets/stylesheets/vendor/linearicon.scss */
.icon-boat:before {
  content: "\e85e";
}

/* line 1841, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bicycle:before {
  content: "\e85f";
}

/* line 1844, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bicycle2:before {
  content: "\e860";
}

/* line 1847, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dumbbell:before {
  content: "\e861";
}

/* line 1850, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bench-press:before {
  content: "\e862";
}

/* line 1853, app/assets/stylesheets/vendor/linearicon.scss */
.icon-swim:before {
  content: "\e863";
}

/* line 1856, app/assets/stylesheets/vendor/linearicon.scss */
.icon-football:before {
  content: "\e864";
}

/* line 1859, app/assets/stylesheets/vendor/linearicon.scss */
.icon-baseball-bat:before {
  content: "\e865";
}

/* line 1862, app/assets/stylesheets/vendor/linearicon.scss */
.icon-baseball:before {
  content: "\e866";
}

/* line 1865, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tennis:before {
  content: "\e867";
}

/* line 1868, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tennis2:before {
  content: "\e868";
}

/* line 1871, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ping-pong:before {
  content: "\e869";
}

/* line 1874, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hockey:before {
  content: "\e86a";
}

/* line 1877, app/assets/stylesheets/vendor/linearicon.scss */
.icon-8ball:before {
  content: "\e86b";
}

/* line 1880, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bowling:before {
  content: "\e86c";
}

/* line 1883, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bowling-pins:before {
  content: "\e86d";
}

/* line 1886, app/assets/stylesheets/vendor/linearicon.scss */
.icon-golf:before {
  content: "\e86e";
}

/* line 1889, app/assets/stylesheets/vendor/linearicon.scss */
.icon-golf2:before {
  content: "\e86f";
}

/* line 1892, app/assets/stylesheets/vendor/linearicon.scss */
.icon-archery:before {
  content: "\e870";
}

/* line 1895, app/assets/stylesheets/vendor/linearicon.scss */
.icon-slingshot:before {
  content: "\e871";
}

/* line 1898, app/assets/stylesheets/vendor/linearicon.scss */
.icon-soccer:before {
  content: "\e872";
}

/* line 1901, app/assets/stylesheets/vendor/linearicon.scss */
.icon-basketball:before {
  content: "\e873";
}

/* line 1904, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cube:before {
  content: "\e874";
}

/* line 1907, app/assets/stylesheets/vendor/linearicon.scss */
.icon-3d-rotate:before {
  content: "\e875";
}

/* line 1910, app/assets/stylesheets/vendor/linearicon.scss */
.icon-puzzle:before {
  content: "\e876";
}

/* line 1913, app/assets/stylesheets/vendor/linearicon.scss */
.icon-glasses:before {
  content: "\e877";
}

/* line 1916, app/assets/stylesheets/vendor/linearicon.scss */
.icon-glasses2:before {
  content: "\e878";
}

/* line 1919, app/assets/stylesheets/vendor/linearicon.scss */
.icon-accessibility:before {
  content: "\e879";
}

/* line 1922, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wheelchair:before {
  content: "\e87a";
}

/* line 1925, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wall:before {
  content: "\e87b";
}

/* line 1928, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fence:before {
  content: "\e87c";
}

/* line 1931, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wall2:before {
  content: "\e87d";
}

/* line 1934, app/assets/stylesheets/vendor/linearicon.scss */
.icon-icons:before {
  content: "\e87e";
}

/* line 1937, app/assets/stylesheets/vendor/linearicon.scss */
.icon-resize-handle:before {
  content: "\e87f";
}

/* line 1940, app/assets/stylesheets/vendor/linearicon.scss */
.icon-icons2:before {
  content: "\e880";
}

/* line 1943, app/assets/stylesheets/vendor/linearicon.scss */
.icon-select:before {
  content: "\e881";
}

/* line 1946, app/assets/stylesheets/vendor/linearicon.scss */
.icon-select2:before {
  content: "\e882";
}

/* line 1949, app/assets/stylesheets/vendor/linearicon.scss */
.icon-site-map:before {
  content: "\e883";
}

/* line 1952, app/assets/stylesheets/vendor/linearicon.scss */
.icon-earth:before {
  content: "\e884";
}

/* line 1955, app/assets/stylesheets/vendor/linearicon.scss */
.icon-earth-lock:before {
  content: "\e885";
}

/* line 1958, app/assets/stylesheets/vendor/linearicon.scss */
.icon-network:before {
  content: "\e886";
}

/* line 1961, app/assets/stylesheets/vendor/linearicon.scss */
.icon-network-lock:before {
  content: "\e887";
}

/* line 1964, app/assets/stylesheets/vendor/linearicon.scss */
.icon-planet:before {
  content: "\e888";
}

/* line 1967, app/assets/stylesheets/vendor/linearicon.scss */
.icon-happy:before {
  content: "\e889";
}

/* line 1970, app/assets/stylesheets/vendor/linearicon.scss */
.icon-smile:before {
  content: "\e88a";
}

/* line 1973, app/assets/stylesheets/vendor/linearicon.scss */
.icon-grin:before {
  content: "\e88b";
}

/* line 1976, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tongue:before {
  content: "\e88c";
}

/* line 1979, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sad:before {
  content: "\e88d";
}

/* line 1982, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wink:before {
  content: "\e88e";
}

/* line 1985, app/assets/stylesheets/vendor/linearicon.scss */
.icon-dream:before {
  content: "\e88f";
}

/* line 1988, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shocked:before {
  content: "\e890";
}

/* line 1991, app/assets/stylesheets/vendor/linearicon.scss */
.icon-shocked2:before {
  content: "\e891";
}

/* line 1994, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tongue2:before {
  content: "\e892";
}

/* line 1997, app/assets/stylesheets/vendor/linearicon.scss */
.icon-neutral:before {
  content: "\e893";
}

/* line 2000, app/assets/stylesheets/vendor/linearicon.scss */
.icon-happy-grin:before {
  content: "\e894";
}

/* line 2003, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cool:before {
  content: "\e895";
}

/* line 2006, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mad:before {
  content: "\e896";
}

/* line 2009, app/assets/stylesheets/vendor/linearicon.scss */
.icon-grin-evil:before {
  content: "\e897";
}

/* line 2012, app/assets/stylesheets/vendor/linearicon.scss */
.icon-evil:before {
  content: "\e898";
}

/* line 2015, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wow:before {
  content: "\e899";
}

/* line 2018, app/assets/stylesheets/vendor/linearicon.scss */
.icon-annoyed:before {
  content: "\e89a";
}

/* line 2021, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wondering:before {
  content: "\e89b";
}

/* line 2024, app/assets/stylesheets/vendor/linearicon.scss */
.icon-confused:before {
  content: "\e89c";
}

/* line 2027, app/assets/stylesheets/vendor/linearicon.scss */
.icon-zipped:before {
  content: "\e89d";
}

/* line 2030, app/assets/stylesheets/vendor/linearicon.scss */
.icon-grumpy:before {
  content: "\e89e";
}

/* line 2033, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mustache:before {
  content: "\e89f";
}

/* line 2036, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tombstone-hipster:before {
  content: "\e8a0";
}

/* line 2039, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tombstone:before {
  content: "\e8a1";
}

/* line 2042, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ghost:before {
  content: "\e8a2";
}

/* line 2045, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ghost-hipster:before {
  content: "\e8a3";
}

/* line 2048, app/assets/stylesheets/vendor/linearicon.scss */
.icon-halloween:before {
  content: "\e8a4";
}

/* line 2051, app/assets/stylesheets/vendor/linearicon.scss */
.icon-christmas:before {
  content: "\e8a5";
}

/* line 2054, app/assets/stylesheets/vendor/linearicon.scss */
.icon-easter-egg:before {
  content: "\e8a6";
}

/* line 2057, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mustache2:before {
  content: "\e8a7";
}

/* line 2060, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mustache-glasses:before {
  content: "\e8a8";
}

/* line 2063, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pipe:before {
  content: "\e8a9";
}

/* line 2066, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm:before {
  content: "\e8aa";
}

/* line 2069, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm-add:before {
  content: "\e8ab";
}

/* line 2072, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm-snooze:before {
  content: "\e8ac";
}

/* line 2075, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm-ringing:before {
  content: "\e8ad";
}

/* line 2078, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bullhorn:before {
  content: "\e8ae";
}

/* line 2081, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hearing:before {
  content: "\e8af";
}

/* line 2084, app/assets/stylesheets/vendor/linearicon.scss */
.icon-volume-high:before {
  content: "\e8b0";
}

/* line 2087, app/assets/stylesheets/vendor/linearicon.scss */
.icon-volume-medium:before {
  content: "\e8b1";
}

/* line 2090, app/assets/stylesheets/vendor/linearicon.scss */
.icon-volume-low:before {
  content: "\e8b2";
}

/* line 2093, app/assets/stylesheets/vendor/linearicon.scss */
.icon-volume:before {
  content: "\e8b3";
}

/* line 2096, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mute:before {
  content: "\e8b4";
}

/* line 2099, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lan:before {
  content: "\e8b5";
}

/* line 2102, app/assets/stylesheets/vendor/linearicon.scss */
.icon-lan2:before {
  content: "\e8b6";
}

/* line 2105, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi:before {
  content: "\e8b7";
}

/* line 2108, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-lock:before {
  content: "\e8b8";
}

/* line 2111, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-blocked:before {
  content: "\e8b9";
}

/* line 2114, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-mid:before {
  content: "\e8ba";
}

/* line 2117, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-low:before {
  content: "\e8bb";
}

/* line 2120, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-low2:before {
  content: "\e8bc";
}

/* line 2123, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-alert:before {
  content: "\e8bd";
}

/* line 2126, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-alert-mid:before {
  content: "\e8be";
}

/* line 2129, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-alert-low:before {
  content: "\e8bf";
}

/* line 2132, app/assets/stylesheets/vendor/linearicon.scss */
.icon-wifi-alert-low2:before {
  content: "\e8c0";
}

/* line 2135, app/assets/stylesheets/vendor/linearicon.scss */
.icon-stream:before {
  content: "\e8c1";
}

/* line 2138, app/assets/stylesheets/vendor/linearicon.scss */
.icon-stream-check:before {
  content: "\e8c2";
}

/* line 2141, app/assets/stylesheets/vendor/linearicon.scss */
.icon-stream-error:before {
  content: "\e8c3";
}

/* line 2144, app/assets/stylesheets/vendor/linearicon.scss */
.icon-stream-alert:before {
  content: "\e8c4";
}

/* line 2147, app/assets/stylesheets/vendor/linearicon.scss */
.icon-communication:before {
  content: "\e8c5";
}

/* line 2150, app/assets/stylesheets/vendor/linearicon.scss */
.icon-communication-crossed:before {
  content: "\e8c6";
}

/* line 2153, app/assets/stylesheets/vendor/linearicon.scss */
.icon-broadcast:before {
  content: "\e8c7";
}

/* line 2156, app/assets/stylesheets/vendor/linearicon.scss */
.icon-antenna:before {
  content: "\e8c8";
}

/* line 2159, app/assets/stylesheets/vendor/linearicon.scss */
.icon-satellite:before {
  content: "\e8c9";
}

/* line 2162, app/assets/stylesheets/vendor/linearicon.scss */
.icon-satellite2:before {
  content: "\e8ca";
}

/* line 2165, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mic:before {
  content: "\e8cb";
}

/* line 2168, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mic-mute:before {
  content: "\e8cc";
}

/* line 2171, app/assets/stylesheets/vendor/linearicon.scss */
.icon-mic2:before {
  content: "\e8cd";
}

/* line 2174, app/assets/stylesheets/vendor/linearicon.scss */
.icon-spotlights:before {
  content: "\e8ce";
}

/* line 2177, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hourglass:before {
  content: "\e8cf";
}

/* line 2180, app/assets/stylesheets/vendor/linearicon.scss */
.icon-loading:before {
  content: "\e8d0";
}

/* line 2183, app/assets/stylesheets/vendor/linearicon.scss */
.icon-loading2:before {
  content: "\e8d1";
}

/* line 2186, app/assets/stylesheets/vendor/linearicon.scss */
.icon-loading3:before {
  content: "\e8d2";
}

/* line 2189, app/assets/stylesheets/vendor/linearicon.scss */
.icon-refresh:before {
  content: "\e8d3";
}

/* line 2192, app/assets/stylesheets/vendor/linearicon.scss */
.icon-refresh2:before {
  content: "\e8d4";
}

/* line 2195, app/assets/stylesheets/vendor/linearicon.scss */
.icon-undo:before {
  content: "\e8d5";
}

/* line 2198, app/assets/stylesheets/vendor/linearicon.scss */
.icon-redo:before {
  content: "\e8d6";
}

/* line 2201, app/assets/stylesheets/vendor/linearicon.scss */
.icon-jump2:before {
  content: "\e8d7";
}

/* line 2204, app/assets/stylesheets/vendor/linearicon.scss */
.icon-undo2:before {
  content: "\e8d8";
}

/* line 2207, app/assets/stylesheets/vendor/linearicon.scss */
.icon-redo2:before {
  content: "\e8d9";
}

/* line 2210, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sync:before {
  content: "\e8da";
}

/* line 2213, app/assets/stylesheets/vendor/linearicon.scss */
.icon-repeat-one2:before {
  content: "\e8db";
}

/* line 2216, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sync-crossed:before {
  content: "\e8dc";
}

/* line 2219, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sync2:before {
  content: "\e8dd";
}

/* line 2222, app/assets/stylesheets/vendor/linearicon.scss */
.icon-repeat-one3:before {
  content: "\e8de";
}

/* line 2225, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sync-crossed2:before {
  content: "\e8df";
}

/* line 2228, app/assets/stylesheets/vendor/linearicon.scss */
.icon-return:before {
  content: "\e8e0";
}

/* line 2231, app/assets/stylesheets/vendor/linearicon.scss */
.icon-return2:before {
  content: "\e8e1";
}

/* line 2234, app/assets/stylesheets/vendor/linearicon.scss */
.icon-refund:before {
  content: "\e8e2";
}

/* line 2237, app/assets/stylesheets/vendor/linearicon.scss */
.icon-history:before {
  content: "\e8e3";
}

/* line 2240, app/assets/stylesheets/vendor/linearicon.scss */
.icon-history2:before {
  content: "\e8e4";
}

/* line 2243, app/assets/stylesheets/vendor/linearicon.scss */
.icon-self-timer:before {
  content: "\e8e5";
}

/* line 2246, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clock:before {
  content: "\e8e6";
}

/* line 2249, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clock2:before {
  content: "\e8e7";
}

/* line 2252, app/assets/stylesheets/vendor/linearicon.scss */
.icon-clock3:before {
  content: "\e8e8";
}

/* line 2255, app/assets/stylesheets/vendor/linearicon.scss */
.icon-watch:before {
  content: "\e8e9";
}

/* line 2258, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm2:before {
  content: "\e8ea";
}

/* line 2261, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm-add2:before {
  content: "\e8eb";
}

/* line 2264, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm-remove:before {
  content: "\e8ec";
}

/* line 2267, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm-check:before {
  content: "\e8ed";
}

/* line 2270, app/assets/stylesheets/vendor/linearicon.scss */
.icon-alarm-error:before {
  content: "\e8ee";
}

/* line 2273, app/assets/stylesheets/vendor/linearicon.scss */
.icon-timer:before {
  content: "\e8ef";
}

/* line 2276, app/assets/stylesheets/vendor/linearicon.scss */
.icon-timer-crossed:before {
  content: "\e8f0";
}

/* line 2279, app/assets/stylesheets/vendor/linearicon.scss */
.icon-timer2:before {
  content: "\e8f1";
}

/* line 2282, app/assets/stylesheets/vendor/linearicon.scss */
.icon-timer-crossed2:before {
  content: "\e8f2";
}

/* line 2285, app/assets/stylesheets/vendor/linearicon.scss */
.icon-download:before {
  content: "\e8f3";
}

/* line 2288, app/assets/stylesheets/vendor/linearicon.scss */
.icon-upload:before {
  content: "\e8f4";
}

/* line 2291, app/assets/stylesheets/vendor/linearicon.scss */
.icon-download2:before {
  content: "\e8f5";
}

/* line 2294, app/assets/stylesheets/vendor/linearicon.scss */
.icon-upload2:before {
  content: "\e8f6";
}

/* line 2297, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-up:before {
  content: "\e8f7";
}

/* line 2300, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-down:before {
  content: "\e8f8";
}

/* line 2303, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-left:before {
  content: "\e8f9";
}

/* line 2306, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-right:before {
  content: "\e8fa";
}

/* line 2309, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-up:before {
  content: "\e8fb";
}

/* line 2312, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-down:before {
  content: "\e8fc";
}

/* line 2315, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-left:before {
  content: "\e8fd";
}

/* line 2318, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-right:before {
  content: "\e8fe";
}

/* line 2321, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-up2:before {
  content: "\e8ff";
}

/* line 2324, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-down2:before {
  content: "\e900";
}

/* line 2327, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-vertical:before {
  content: "\e901";
}

/* line 2330, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-left2:before {
  content: "\e902";
}

/* line 2333, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-right2:before {
  content: "\e903";
}

/* line 2336, app/assets/stylesheets/vendor/linearicon.scss */
.icon-enter-horizontal:before {
  content: "\e904";
}

/* line 2339, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-up2:before {
  content: "\e905";
}

/* line 2342, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-down2:before {
  content: "\e906";
}

/* line 2345, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-left2:before {
  content: "\e907";
}

/* line 2348, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exit-right2:before {
  content: "\e908";
}

/* line 2351, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cli:before {
  content: "\e909";
}

/* line 2354, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bug:before {
  content: "\e90a";
}

/* line 2357, app/assets/stylesheets/vendor/linearicon.scss */
.icon-code:before {
  content: "\e90b";
}

/* line 2360, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-code:before {
  content: "\e90c";
}

/* line 2363, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-image:before {
  content: "\e90d";
}

/* line 2366, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-zip:before {
  content: "\e90e";
}

/* line 2369, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-audio:before {
  content: "\e90f";
}

/* line 2372, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-video:before {
  content: "\e910";
}

/* line 2375, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-preview:before {
  content: "\e911";
}

/* line 2378, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-charts:before {
  content: "\e912";
}

/* line 2381, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-stats:before {
  content: "\e913";
}

/* line 2384, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-spreadsheet:before {
  content: "\e914";
}

/* line 2387, app/assets/stylesheets/vendor/linearicon.scss */
.icon-link:before {
  content: "\e915";
}

/* line 2390, app/assets/stylesheets/vendor/linearicon.scss */
.icon-unlink:before {
  content: "\e916";
}

/* line 2393, app/assets/stylesheets/vendor/linearicon.scss */
.icon-link2:before {
  content: "\e917";
}

/* line 2396, app/assets/stylesheets/vendor/linearicon.scss */
.icon-unlink2:before {
  content: "\e918";
}

/* line 2399, app/assets/stylesheets/vendor/linearicon.scss */
.icon-thumbs-up:before {
  content: "\e919";
}

/* line 2402, app/assets/stylesheets/vendor/linearicon.scss */
.icon-thumbs-down:before {
  content: "\e91a";
}

/* line 2405, app/assets/stylesheets/vendor/linearicon.scss */
.icon-thumbs-up2:before {
  content: "\e91b";
}

/* line 2408, app/assets/stylesheets/vendor/linearicon.scss */
.icon-thumbs-down2:before {
  content: "\e91c";
}

/* line 2411, app/assets/stylesheets/vendor/linearicon.scss */
.icon-thumbs-up3:before {
  content: "\e91d";
}

/* line 2414, app/assets/stylesheets/vendor/linearicon.scss */
.icon-thumbs-down3:before {
  content: "\e91e";
}

/* line 2417, app/assets/stylesheets/vendor/linearicon.scss */
.icon-share:before {
  content: "\e91f";
}

/* line 2420, app/assets/stylesheets/vendor/linearicon.scss */
.icon-share2:before {
  content: "\e920";
}

/* line 2423, app/assets/stylesheets/vendor/linearicon.scss */
.icon-share3:before {
  content: "\e921";
}

/* line 2426, app/assets/stylesheets/vendor/linearicon.scss */
.icon-magnifier:before {
  content: "\e922";
}

/* line 2429, app/assets/stylesheets/vendor/linearicon.scss */
.icon-file-search:before {
  content: "\e923";
}

/* line 2432, app/assets/stylesheets/vendor/linearicon.scss */
.icon-find-replace:before {
  content: "\e924";
}

/* line 2435, app/assets/stylesheets/vendor/linearicon.scss */
.icon-zoom-in:before {
  content: "\e925";
}

/* line 2438, app/assets/stylesheets/vendor/linearicon.scss */
.icon-zoom-out:before {
  content: "\e926";
}

/* line 2441, app/assets/stylesheets/vendor/linearicon.scss */
.icon-loupe:before {
  content: "\e927";
}

/* line 2444, app/assets/stylesheets/vendor/linearicon.scss */
.icon-loupe-zoom-in:before {
  content: "\e928";
}

/* line 2447, app/assets/stylesheets/vendor/linearicon.scss */
.icon-loupe-zoom-out:before {
  content: "\e929";
}

/* line 2450, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cross:before {
  content: "\e92a";
}

/* line 2453, app/assets/stylesheets/vendor/linearicon.scss */
.icon-menu:before {
  content: "\e92b";
}

/* line 2456, app/assets/stylesheets/vendor/linearicon.scss */
.icon-list:before {
  content: "\e92c";
}

/* line 2459, app/assets/stylesheets/vendor/linearicon.scss */
.icon-list2:before {
  content: "\e92d";
}

/* line 2462, app/assets/stylesheets/vendor/linearicon.scss */
.icon-list3:before {
  content: "\e92e";
}

/* line 2465, app/assets/stylesheets/vendor/linearicon.scss */
.icon-menu2:before {
  content: "\e92f";
}

/* line 2468, app/assets/stylesheets/vendor/linearicon.scss */
.icon-list4:before {
  content: "\e930";
}

/* line 2471, app/assets/stylesheets/vendor/linearicon.scss */
.icon-menu3:before {
  content: "\e931";
}

/* line 2474, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exclamation:before {
  content: "\e932";
}

/* line 2477, app/assets/stylesheets/vendor/linearicon.scss */
.icon-question:before {
  content: "\e933";
}

/* line 2480, app/assets/stylesheets/vendor/linearicon.scss */
.icon-check:before {
  content: "\e934";
}

/* line 2483, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cross2:before {
  content: "\e935";
}

/* line 2486, app/assets/stylesheets/vendor/linearicon.scss */
.icon-plus:before {
  content: "\e936";
}

/* line 2489, app/assets/stylesheets/vendor/linearicon.scss */
.icon-minus:before {
  content: "\e937";
}

/* line 2492, app/assets/stylesheets/vendor/linearicon.scss */
.icon-percent:before {
  content: "\e938";
}

/* line 2495, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-up:before {
  content: "\e939";
}

/* line 2498, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-down:before {
  content: "\e93a";
}

/* line 2501, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-left:before {
  content: "\e93b";
}

/* line 2504, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-right:before {
  content: "\e93c";
}

/* line 2507, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevrons-expand-vertical:before {
  content: "\e93d";
}

/* line 2510, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevrons-expand-horizontal:before {
  content: "\e93e";
}

/* line 2513, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevrons-contract-vertical:before {
  content: "\e93f";
}

/* line 2516, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevrons-contract-horizontal:before {
  content: "\e940";
}

/* line 2519, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-up:before {
  content: "\e941";
}

/* line 2522, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-down:before {
  content: "\e942";
}

/* line 2525, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-left:before {
  content: "\e943";
}

/* line 2528, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-right:before {
  content: "\e944";
}

/* line 2531, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-up-right:before {
  content: "\e945";
}

/* line 2534, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrows-merge:before {
  content: "\e946";
}

/* line 2537, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrows-split:before {
  content: "\e947";
}

/* line 2540, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-divert:before {
  content: "\e948";
}

/* line 2543, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-return:before {
  content: "\e949";
}

/* line 2546, app/assets/stylesheets/vendor/linearicon.scss */
.icon-expand:before {
  content: "\e94a";
}

/* line 2549, app/assets/stylesheets/vendor/linearicon.scss */
.icon-contract:before {
  content: "\e94b";
}

/* line 2552, app/assets/stylesheets/vendor/linearicon.scss */
.icon-expand2:before {
  content: "\e94c";
}

/* line 2555, app/assets/stylesheets/vendor/linearicon.scss */
.icon-contract2:before {
  content: "\e94d";
}

/* line 2558, app/assets/stylesheets/vendor/linearicon.scss */
.icon-move:before {
  content: "\e94e";
}

/* line 2561, app/assets/stylesheets/vendor/linearicon.scss */
.icon-tab:before {
  content: "\e94f";
}

/* line 2564, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-wave:before {
  content: "\e950";
}

/* line 2567, app/assets/stylesheets/vendor/linearicon.scss */
.icon-expand3:before {
  content: "\e951";
}

/* line 2570, app/assets/stylesheets/vendor/linearicon.scss */
.icon-expand4:before {
  content: "\e952";
}

/* line 2573, app/assets/stylesheets/vendor/linearicon.scss */
.icon-contract3:before {
  content: "\e953";
}

/* line 2576, app/assets/stylesheets/vendor/linearicon.scss */
.icon-notification:before {
  content: "\e954";
}

/* line 2579, app/assets/stylesheets/vendor/linearicon.scss */
.icon-warning:before {
  content: "\e955";
}

/* line 2582, app/assets/stylesheets/vendor/linearicon.scss */
.icon-notification-circle:before {
  content: "\e956";
}

/* line 2585, app/assets/stylesheets/vendor/linearicon.scss */
.icon-question-circle:before {
  content: "\e957";
}

/* line 2588, app/assets/stylesheets/vendor/linearicon.scss */
.icon-menu-circle:before {
  content: "\e958";
}

/* line 2591, app/assets/stylesheets/vendor/linearicon.scss */
.icon-checkmark-circle:before {
  content: "\e959";
}

/* line 2594, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cross-circle:before {
  content: "\e95a";
}

/* line 2597, app/assets/stylesheets/vendor/linearicon.scss */
.icon-plus-circle:before {
  content: "\e95b";
}

/* line 2600, app/assets/stylesheets/vendor/linearicon.scss */
.icon-circle-minus:before {
  content: "\e95c";
}

/* line 2603, app/assets/stylesheets/vendor/linearicon.scss */
.icon-percent-circle:before {
  content: "\e95d";
}

/* line 2606, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-up-circle:before {
  content: "\e95e";
}

/* line 2609, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-down-circle:before {
  content: "\e95f";
}

/* line 2612, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-left-circle:before {
  content: "\e960";
}

/* line 2615, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-right-circle:before {
  content: "\e961";
}

/* line 2618, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-up-circle:before {
  content: "\e962";
}

/* line 2621, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-down-circle:before {
  content: "\e963";
}

/* line 2624, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-left-circle:before {
  content: "\e964";
}

/* line 2627, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-right-circle:before {
  content: "\e965";
}

/* line 2630, app/assets/stylesheets/vendor/linearicon.scss */
.icon-backward-circle:before {
  content: "\e966";
}

/* line 2633, app/assets/stylesheets/vendor/linearicon.scss */
.icon-first-circle:before {
  content: "\e967";
}

/* line 2636, app/assets/stylesheets/vendor/linearicon.scss */
.icon-previous-circle:before {
  content: "\e968";
}

/* line 2639, app/assets/stylesheets/vendor/linearicon.scss */
.icon-stop-circle:before {
  content: "\e969";
}

/* line 2642, app/assets/stylesheets/vendor/linearicon.scss */
.icon-play-circle:before {
  content: "\e96a";
}

/* line 2645, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pause-circle:before {
  content: "\e96b";
}

/* line 2648, app/assets/stylesheets/vendor/linearicon.scss */
.icon-next-circle:before {
  content: "\e96c";
}

/* line 2651, app/assets/stylesheets/vendor/linearicon.scss */
.icon-last-circle:before {
  content: "\e96d";
}

/* line 2654, app/assets/stylesheets/vendor/linearicon.scss */
.icon-forward-circle:before {
  content: "\e96e";
}

/* line 2657, app/assets/stylesheets/vendor/linearicon.scss */
.icon-eject-circle:before {
  content: "\e96f";
}

/* line 2660, app/assets/stylesheets/vendor/linearicon.scss */
.icon-crop:before {
  content: "\e970";
}

/* line 2663, app/assets/stylesheets/vendor/linearicon.scss */
.icon-frame-expand:before {
  content: "\e971";
}

/* line 2666, app/assets/stylesheets/vendor/linearicon.scss */
.icon-frame-contract:before {
  content: "\e972";
}

/* line 2669, app/assets/stylesheets/vendor/linearicon.scss */
.icon-focus:before {
  content: "\e973";
}

/* line 2672, app/assets/stylesheets/vendor/linearicon.scss */
.icon-transform:before {
  content: "\e974";
}

/* line 2675, app/assets/stylesheets/vendor/linearicon.scss */
.icon-grid:before {
  content: "\e975";
}

/* line 2678, app/assets/stylesheets/vendor/linearicon.scss */
.icon-grid-crossed:before {
  content: "\e976";
}

/* line 2681, app/assets/stylesheets/vendor/linearicon.scss */
.icon-layers:before {
  content: "\e977";
}

/* line 2684, app/assets/stylesheets/vendor/linearicon.scss */
.icon-layers-crossed:before {
  content: "\e978";
}

/* line 2687, app/assets/stylesheets/vendor/linearicon.scss */
.icon-toggle:before {
  content: "\e979";
}

/* line 2690, app/assets/stylesheets/vendor/linearicon.scss */
.icon-rulers:before {
  content: "\e97a";
}

/* line 2693, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ruler:before {
  content: "\e97b";
}

/* line 2696, app/assets/stylesheets/vendor/linearicon.scss */
.icon-funnel:before {
  content: "\e97c";
}

/* line 2699, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flip-horizontal:before {
  content: "\e97d";
}

/* line 2702, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flip-vertical:before {
  content: "\e97e";
}

/* line 2705, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flip-horizontal2:before {
  content: "\e97f";
}

/* line 2708, app/assets/stylesheets/vendor/linearicon.scss */
.icon-flip-vertical2:before {
  content: "\e980";
}

/* line 2711, app/assets/stylesheets/vendor/linearicon.scss */
.icon-angle:before {
  content: "\e981";
}

/* line 2714, app/assets/stylesheets/vendor/linearicon.scss */
.icon-angle2:before {
  content: "\e982";
}

/* line 2717, app/assets/stylesheets/vendor/linearicon.scss */
.icon-subtract:before {
  content: "\e983";
}

/* line 2720, app/assets/stylesheets/vendor/linearicon.scss */
.icon-combine:before {
  content: "\e984";
}

/* line 2723, app/assets/stylesheets/vendor/linearicon.scss */
.icon-intersect:before {
  content: "\e985";
}

/* line 2726, app/assets/stylesheets/vendor/linearicon.scss */
.icon-exclude:before {
  content: "\e986";
}

/* line 2729, app/assets/stylesheets/vendor/linearicon.scss */
.icon-align-center-vertical:before {
  content: "\e987";
}

/* line 2732, app/assets/stylesheets/vendor/linearicon.scss */
.icon-align-right:before {
  content: "\e988";
}

/* line 2735, app/assets/stylesheets/vendor/linearicon.scss */
.icon-align-bottom:before {
  content: "\e989";
}

/* line 2738, app/assets/stylesheets/vendor/linearicon.scss */
.icon-align-left:before {
  content: "\e98a";
}

/* line 2741, app/assets/stylesheets/vendor/linearicon.scss */
.icon-align-center-horizontal:before {
  content: "\e98b";
}

/* line 2744, app/assets/stylesheets/vendor/linearicon.scss */
.icon-align-top:before {
  content: "\e98c";
}

/* line 2747, app/assets/stylesheets/vendor/linearicon.scss */
.icon-square:before {
  content: "\e98d";
}

/* line 2750, app/assets/stylesheets/vendor/linearicon.scss */
.icon-plus-square:before {
  content: "\e98e";
}

/* line 2753, app/assets/stylesheets/vendor/linearicon.scss */
.icon-minus-square:before {
  content: "\e98f";
}

/* line 2756, app/assets/stylesheets/vendor/linearicon.scss */
.icon-percent-square:before {
  content: "\e990";
}

/* line 2759, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-up-square:before {
  content: "\e991";
}

/* line 2762, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-down-square:before {
  content: "\e992";
}

/* line 2765, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-left-square:before {
  content: "\e993";
}

/* line 2768, app/assets/stylesheets/vendor/linearicon.scss */
.icon-arrow-right-square:before {
  content: "\e994";
}

/* line 2771, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-up-square:before {
  content: "\e995";
}

/* line 2774, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-down-square:before {
  content: "\e996";
}

/* line 2777, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-left-square:before {
  content: "\e997";
}

/* line 2780, app/assets/stylesheets/vendor/linearicon.scss */
.icon-chevron-right-square:before {
  content: "\e998";
}

/* line 2783, app/assets/stylesheets/vendor/linearicon.scss */
.icon-check-square:before {
  content: "\e999";
}

/* line 2786, app/assets/stylesheets/vendor/linearicon.scss */
.icon-cross-square:before {
  content: "\e99a";
}

/* line 2789, app/assets/stylesheets/vendor/linearicon.scss */
.icon-menu-square:before {
  content: "\e99b";
}

/* line 2792, app/assets/stylesheets/vendor/linearicon.scss */
.icon-prohibited:before {
  content: "\e99c";
}

/* line 2795, app/assets/stylesheets/vendor/linearicon.scss */
.icon-circle:before {
  content: "\e99d";
}

/* line 2798, app/assets/stylesheets/vendor/linearicon.scss */
.icon-radio-button:before {
  content: "\e99e";
}

/* line 2801, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ligature:before {
  content: "\e99f";
}

/* line 2804, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-format:before {
  content: "\e9a0";
}

/* line 2807, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-format-remove:before {
  content: "\e9a1";
}

/* line 2810, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-size:before {
  content: "\e9a2";
}

/* line 2813, app/assets/stylesheets/vendor/linearicon.scss */
.icon-bold:before {
  content: "\e9a3";
}

/* line 2816, app/assets/stylesheets/vendor/linearicon.scss */
.icon-italic:before {
  content: "\e9a4";
}

/* line 2819, app/assets/stylesheets/vendor/linearicon.scss */
.icon-underline:before {
  content: "\e9a5";
}

/* line 2822, app/assets/stylesheets/vendor/linearicon.scss */
.icon-strikethrough:before {
  content: "\e9a6";
}

/* line 2825, app/assets/stylesheets/vendor/linearicon.scss */
.icon-highlight:before {
  content: "\e9a7";
}

/* line 2828, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-align-left:before {
  content: "\e9a8";
}

/* line 2831, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-align-center:before {
  content: "\e9a9";
}

/* line 2834, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-align-right:before {
  content: "\e9aa";
}

/* line 2837, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-align-justify:before {
  content: "\e9ab";
}

/* line 2840, app/assets/stylesheets/vendor/linearicon.scss */
.icon-line-spacing:before {
  content: "\e9ac";
}

/* line 2843, app/assets/stylesheets/vendor/linearicon.scss */
.icon-indent-increase:before {
  content: "\e9ad";
}

/* line 2846, app/assets/stylesheets/vendor/linearicon.scss */
.icon-indent-decrease:before {
  content: "\e9ae";
}

/* line 2849, app/assets/stylesheets/vendor/linearicon.scss */
.icon-text-wrap:before {
  content: "\e9af";
}

/* line 2852, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pilcrow:before {
  content: "\e9b0";
}

/* line 2855, app/assets/stylesheets/vendor/linearicon.scss */
.icon-direction-ltr:before {
  content: "\e9b1";
}

/* line 2858, app/assets/stylesheets/vendor/linearicon.scss */
.icon-direction-rtl:before {
  content: "\e9b2";
}

/* line 2861, app/assets/stylesheets/vendor/linearicon.scss */
.icon-page-break:before {
  content: "\e9b3";
}

/* line 2864, app/assets/stylesheets/vendor/linearicon.scss */
.icon-page-break2:before {
  content: "\e9b4";
}

/* line 2867, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-alpha-asc:before {
  content: "\e9b5";
}

/* line 2870, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-alpha-desc:before {
  content: "\e9b6";
}

/* line 2873, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-numeric-asc:before {
  content: "\e9b7";
}

/* line 2876, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-numeric-desc:before {
  content: "\e9b8";
}

/* line 2879, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-amount-asc:before {
  content: "\e9b9";
}

/* line 2882, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-amount-desc:before {
  content: "\e9ba";
}

/* line 2885, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-time-asc:before {
  content: "\e9bb";
}

/* line 2888, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sort-time-desc:before {
  content: "\e9bc";
}

/* line 2891, app/assets/stylesheets/vendor/linearicon.scss */
.icon-sigma:before {
  content: "\e9bd";
}

/* line 2894, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pencil-line:before {
  content: "\e9be";
}

/* line 2897, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hand:before {
  content: "\e9bf";
}

/* line 2900, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-up:before {
  content: "\e9c0";
}

/* line 2903, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-right:before {
  content: "\e9c1";
}

/* line 2906, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-down:before {
  content: "\e9c2";
}

/* line 2909, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-left:before {
  content: "\e9c3";
}

/* line 2912, app/assets/stylesheets/vendor/linearicon.scss */
.icon-finger-tap:before {
  content: "\e9c4";
}

/* line 2915, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-tap:before {
  content: "\e9c5";
}

/* line 2918, app/assets/stylesheets/vendor/linearicon.scss */
.icon-reminder:before {
  content: "\e9c6";
}

/* line 2921, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-crossed:before {
  content: "\e9c7";
}

/* line 2924, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-victory:before {
  content: "\e9c8";
}

/* line 2927, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gesture-zoom:before {
  content: "\e9c9";
}

/* line 2930, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gesture-pinch:before {
  content: "\e9ca";
}

/* line 2933, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}

/* line 2936, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-vertical:before {
  content: "\e9cc";
}

/* line 2939, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-left:before {
  content: "\e9cd";
}

/* line 2942, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-right:before {
  content: "\e9ce";
}

/* line 2945, app/assets/stylesheets/vendor/linearicon.scss */
.icon-hand2:before {
  content: "\e9cf";
}

/* line 2948, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-up2:before {
  content: "\e9d0";
}

/* line 2951, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-right2:before {
  content: "\e9d1";
}

/* line 2954, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-down2:before {
  content: "\e9d2";
}

/* line 2957, app/assets/stylesheets/vendor/linearicon.scss */
.icon-pointer-left2:before {
  content: "\e9d3";
}

/* line 2960, app/assets/stylesheets/vendor/linearicon.scss */
.icon-finger-tap2:before {
  content: "\e9d4";
}

/* line 2963, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-tap2:before {
  content: "\e9d5";
}

/* line 2966, app/assets/stylesheets/vendor/linearicon.scss */
.icon-reminder2:before {
  content: "\e9d6";
}

/* line 2969, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gesture-zoom2:before {
  content: "\e9d7";
}

/* line 2972, app/assets/stylesheets/vendor/linearicon.scss */
.icon-gesture-pinch2:before {
  content: "\e9d8";
}

/* line 2975, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}

/* line 2978, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-vertical2:before {
  content: "\e9da";
}

/* line 2981, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-left2:before {
  content: "\e9db";
}

/* line 2984, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-right2:before {
  content: "\e9dc";
}

/* line 2987, app/assets/stylesheets/vendor/linearicon.scss */
.icon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}

/* line 2990, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-style:before {
  content: "\e9de";
}

/* line 2993, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-all:before {
  content: "\e9df";
}

/* line 2996, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-outer:before {
  content: "\e9e0";
}

/* line 2999, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-inner:before {
  content: "\e9e1";
}

/* line 3002, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-top:before {
  content: "\e9e2";
}

/* line 3005, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-horizontal:before {
  content: "\e9e3";
}

/* line 3008, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-bottom:before {
  content: "\e9e4";
}

/* line 3011, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-left:before {
  content: "\e9e5";
}

/* line 3014, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-vertical:before {
  content: "\e9e6";
}

/* line 3017, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-right:before {
  content: "\e9e7";
}

/* line 3020, app/assets/stylesheets/vendor/linearicon.scss */
.icon-border-none:before {
  content: "\e9e8";
}

/* line 3023, app/assets/stylesheets/vendor/linearicon.scss */
.icon-ellipsis:before {
  content: "\e9e9";
}

/* line 3026, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni21:before {
  content: "\21";
}

/* line 3029, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni22:before {
  content: "\22";
}

/* line 3032, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni23:before {
  content: "\23";
}

/* line 3035, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni24:before {
  content: "\24";
}

/* line 3038, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni25:before {
  content: "\25";
}

/* line 3041, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni26:before {
  content: "\26";
}

/* line 3044, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni27:before {
  content: "\27";
}

/* line 3047, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni28:before {
  content: "\28";
}

/* line 3050, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni29:before {
  content: "\29";
}

/* line 3053, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni2a:before {
  content: "\2a";
}

/* line 3056, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni2b:before {
  content: "\2b";
}

/* line 3059, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni2c:before {
  content: "\2c";
}

/* line 3062, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni2d:before {
  content: "\2d";
}

/* line 3065, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni2e:before {
  content: "\2e";
}

/* line 3068, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni2f:before {
  content: "\2f";
}

/* line 3071, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni30:before {
  content: "\30";
}

/* line 3074, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni31:before {
  content: "\31";
}

/* line 3077, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni32:before {
  content: "\32";
}

/* line 3080, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni33:before {
  content: "\33";
}

/* line 3083, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni34:before {
  content: "\34";
}

/* line 3086, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni35:before {
  content: "\35";
}

/**
.icon-uni36<div><br></div>:before {
	content: "\36";
}
**/
/* line 3094, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni37:before {
  content: "\37";
}

/* line 3097, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni38:before {
  content: "\38";
}

/* line 3100, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni39:before {
  content: "\39";
}

/* line 3103, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni3a:before {
  content: "\3a";
}

/* line 3106, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni3b:before {
  content: "\3b";
}

/* line 3109, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni3c:before {
  content: "\3c";
}

/* line 3112, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni3d:before {
  content: "\3d";
}

/* line 3115, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni3e:before {
  content: "\3e";
}

/* line 3118, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni3f:before {
  content: "\3f";
}

/* line 3121, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni40:before {
  content: "\40";
}

/* line 3124, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni41:before {
  content: "\41";
}

/* line 3127, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni42:before {
  content: "\42";
}

/* line 3130, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni43:before {
  content: "\43";
}

/* line 3133, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni44:before {
  content: "\44";
}

/* line 3136, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni45:before {
  content: "\45";
}

/* line 3139, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni46:before {
  content: "\46";
}

/* line 3142, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni47:before {
  content: "\47";
}

/* line 3145, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni48:before {
  content: "\48";
}

/* line 3148, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni49:before {
  content: "\49";
}

/* line 3151, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni4a:before {
  content: "\4a";
}

/* line 3154, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni4b:before {
  content: "\4b";
}

/* line 3157, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni4c:before {
  content: "\4c";
}

/* line 3160, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni4d:before {
  content: "\4d";
}

/* line 3163, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni4e:before {
  content: "\4e";
}

/* line 3166, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni4f:before {
  content: "\4f";
}

/* line 3169, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni50:before {
  content: "\50";
}

/* line 3172, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni51:before {
  content: "\51";
}

/* line 3175, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni52:before {
  content: "\52";
}

/* line 3178, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni53:before {
  content: "\53";
}

/* line 3181, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni54:before {
  content: "\54";
}

/* line 3184, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni55:before {
  content: "\55";
}

/* line 3187, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni56:before {
  content: "\56";
}

/* line 3190, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni57:before {
  content: "\57";
}

/* line 3193, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni58:before {
  content: "\58";
}

/* line 3196, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni59:before {
  content: "\59";
}

/* line 3199, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni5a:before {
  content: "\5a";
}

/* line 3202, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni5b:before {
  content: "\5b";
}

/* line 3205, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni5c:before {
  content: "\5c";
}

/* line 3208, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni5d:before {
  content: "\5d";
}

/* line 3211, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni5e:before {
  content: "\5e";
}

/* line 3214, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni5f:before {
  content: "\5f";
}

/* line 3217, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni60:before {
  content: "\60";
}

/* line 3220, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni61:before {
  content: "\61";
}

/* line 3223, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni62:before {
  content: "\62";
}

/* line 3226, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni63:before {
  content: "\63";
}

/* line 3229, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni64:before {
  content: "\64";
}

/* line 3232, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni65:before {
  content: "\65";
}

/* line 3235, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni66:before {
  content: "\66";
}

/* line 3238, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni67:before {
  content: "\67";
}

/* line 3241, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni68:before {
  content: "\68";
}

/* line 3244, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni69:before {
  content: "\69";
}

/* line 3247, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni6a:before {
  content: "\6a";
}

/* line 3250, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni6b:before {
  content: "\6b";
}

/* line 3253, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni6c:before {
  content: "\6c";
}

/* line 3256, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni6d:before {
  content: "\6d";
}

/* line 3259, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni6e:before {
  content: "\6e";
}

/* line 3262, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni6f:before {
  content: "\6f";
}

/* line 3265, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni70:before {
  content: "\70";
}

/* line 3268, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni71:before {
  content: "\71";
}

/* line 3271, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni72:before {
  content: "\72";
}

/* line 3274, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni73:before {
  content: "\73";
}

/* line 3277, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni74:before {
  content: "\74";
}

/* line 3280, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni75:before {
  content: "\75";
}

/* line 3283, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni76:before {
  content: "\76";
}

/* line 3286, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni77:before {
  content: "\77";
}

/* line 3289, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni78:before {
  content: "\78";
}

/* line 3292, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni79:before {
  content: "\79";
}

/* line 3295, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni7a:before {
  content: "\7a";
}

/* line 3298, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni7b:before {
  content: "\7b";
}

/* line 3301, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni7c:before {
  content: "\7c";
}

/* line 3304, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni7d:before {
  content: "\7d";
}

/* line 3307, app/assets/stylesheets/vendor/linearicon.scss */
.icon-uni7e:before {
  content: "\7e";
}

/* line 3310, app/assets/stylesheets/vendor/linearicon.scss */
.icon-copyright:before {
  content: "\a9";
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/MaterialIcons-Regular-f28941acfd6f4a7681e2b498b15d128f1019086506fd41a96de8a1b82f38da9d.woff2) format("woff2");
}

/* line 8, app/assets/stylesheets/vendor/materialicon.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, app/assets/stylesheets/vendor/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 25, app/assets/stylesheets/vendor/normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 39, app/assets/stylesheets/vendor/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 52, app/assets/stylesheets/vendor/normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 62, app/assets/stylesheets/vendor/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 71, app/assets/stylesheets/vendor/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 82, app/assets/stylesheets/vendor/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 95, app/assets/stylesheets/vendor/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 105, app/assets/stylesheets/vendor/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 115, app/assets/stylesheets/vendor/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 124, app/assets/stylesheets/vendor/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 134, app/assets/stylesheets/vendor/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, app/assets/stylesheets/vendor/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 153, app/assets/stylesheets/vendor/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 162, app/assets/stylesheets/vendor/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 171, app/assets/stylesheets/vendor/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 179, app/assets/stylesheets/vendor/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 183, app/assets/stylesheets/vendor/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 194, app/assets/stylesheets/vendor/normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 203, app/assets/stylesheets/vendor/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 212, app/assets/stylesheets/vendor/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 220, app/assets/stylesheets/vendor/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
/* line 231, app/assets/stylesheets/vendor/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 244, app/assets/stylesheets/vendor/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 254, app/assets/stylesheets/vendor/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 265, app/assets/stylesheets/vendor/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 276, app/assets/stylesheets/vendor/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 288, app/assets/stylesheets/vendor/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 302, app/assets/stylesheets/vendor/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 316, app/assets/stylesheets/vendor/normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 325, app/assets/stylesheets/vendor/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 334, app/assets/stylesheets/vendor/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 344, app/assets/stylesheets/vendor/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 354, app/assets/stylesheets/vendor/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 363, app/assets/stylesheets/vendor/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 373, app/assets/stylesheets/vendor/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 386, app/assets/stylesheets/vendor/normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 395, app/assets/stylesheets/vendor/normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 406, app/assets/stylesheets/vendor/normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 414, app/assets/stylesheets/vendor/normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 425, app/assets/stylesheets/vendor/normalize.scss */
[hidden] {
  display: none;
}

@media only screen and (max-width: 799px) {
  /* line 1, app/assets/stylesheets/overrides/chatlio.scss */
  #chatlio-widget .chatlio-widget {
    bottom: 90px;
    right: 25px;
  }
}

/* line 1, app/assets/stylesheets/overrides/dropzone.scss */
.dropzone {
  border: none;
  background-color: #d5d8dd;
}

/**
 * @package   PickMeUp
 * @author    Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author    Stefan Petre <www.eyecon.ro>
 * @copyright Copyright (c) 2013-2016, Nazar Mokrynskyi
 * @copyright Copyright (c) 2008-2009, Stefan Petre
 * @license   MIT License, see license.txt
 */
/* line 31, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup {
  background: white;
  border-radius: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
}

/* line 41, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 46, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup.pmu-flat {
  position: relative;
}

/* line 50, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup.pmu-hidden {
  display: none;
}

/* line 54, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance {
  box-shadow: 0 3px 20px rgba(20, 20, 20, 0.2);
  font-size: 0.8rem;
  display: inline-block;
  height: 13.8em;
  padding: .5em;
  text-align: center;
  width: 15em;
}

/* line 64, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-button {
  color: #141414;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-today {
  background: transparent;
  color: #1c8ef2;
}

/* line 76, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-today.pmu-disabled {
  background-color: #f4f4f6;
  color: #d5d8dd;
}

/* line 81, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-today.pmu-disabled:hover {
  background-color: #f4f4f6;
  color: #d5d8dd;
}

/* line 86, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-button:hover {
  background: #ecc44b;
  color: white;
}

/* line 91, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #d5d8dd;
}

/* line 95, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  background-color: transparent;
  color: #f4f4f6;
  cursor: default;
}

/* line 102, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-selected {
  background: #1c8ef2;
  color: white;
}

/* line 107, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #1c8ef2;
}

/* line 111, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav {
  color: #141414;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 2em;
}

/* line 119, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em;
}

/* line 126, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}

/* line 130, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-prev:hover,
.pickmeup .pmu-instance nav .pmu-next:hover,
.pickmeup .pmu-instance nav .pmu-month:hover {
  background-color: transparent;
  color: #141414;
}

/* line 137, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}

/* line 144, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #79859a;
  cursor: default;
}

/* line 149, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2em;
}

/* line 156, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}

/* line 160, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:first-child .pmu-next {
  display: block;
}

/* line 165, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}

/* line 170, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em;
}

/* line 174, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

/* line 2, app/assets/stylesheets/overrides/pikaday.scss */
.pika-single {
  display: flex;
  flex-flow: column-reverse nowrap;
  z-index: 100;
}

/* line 7, app/assets/stylesheets/overrides/pikaday.scss */
.pika-single .has-event .pika-button {
  background: #ecc44b;
}

/**
 * selectize.css (v0.12.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 25, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 1.5rem !important;
}

/* line 76, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

/* line 106, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 1.5rem;
}

/* line 118, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 0.8rem;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 136, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 159, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 267, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

/* line 272, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 276, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 279, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 282, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 287, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 291, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 295, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 308, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 313, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 317, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 320, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 326, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 10px 10px 0;
  min-height: 45px;
}

/* line 330, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input input {
  height: auto;
}

/* line 332, app/assets/stylesheets/overrides/selectize.scss */
.field_with_errors > .selectize-control > .selectize-input {
  border-color: #fa5764;
}

/* line 1, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-default {
  border-radius: 0.4rem;
  background: #141414;
  color: #fff;
}

/* line 7, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-default .tooltipster-content {
  font-family: "Averta-Regular";
  font-size: 0.8rem;
  line-height: 16px;
  padding: 0.5rem 0.5rem;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fc-progress {
  border-radius: 0px;
  background: #fff;
  color: #616161;
}

/* line 22, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fc-progress .tooltipster-content {
  padding: 15px;
}

/* line 34, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-icon {
  cursor: help;
  margin-left: 0.25rem;
}

/* line 41, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

/* line 54, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 71, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 78, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 85, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

/* line 94, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

/* line 103, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

/* line 112, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

/* line 121, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top span,
.tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 128, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-bottom span,
.tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 135, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}

/* line 140, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

/* line 145, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}

/* line 150, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

/* line 155, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

/* line 164, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

/* line 177, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

/* line 186, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* line 201, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

/* line 210, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fade-show {
  opacity: 1;
}

/* line 214, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

/* line 228, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 242, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

/* line 256, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* line 271, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 286, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

/* line 296, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 310, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* line 322, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/**
 * @license
 * MyFonts Webfont Build ID 3254588, 2016-07-22T05:54:13-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the asset_urls below.
 *
 * Webfont: Averta-Bold by Intelligent Design
 * asset_url: http://www.myfonts.com/fonts/intelligent-foundry/averta /bold/
 *
 * Webfont: Averta-Regular by Intelligent Design
 * asset_url: http://www.myfonts.com/fonts/intelligent-foundry/averta /regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3254588
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2015 by Kostas Bartsokas. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/
@font-face {
  font-family: 'Averta-Bold';
  src: url(/assets/31A93C_0_0-b39129c1d7b2d3c4a8ad328033cbf464ef403847152f329fefeb31e35a8c978b.eot);
  src: url(/assets/31A93C_0_0-b39129c1d7b2d3c4a8ad328033cbf464ef403847152f329fefeb31e35a8c978b.eot?#iefix) format("embedded-opentype"), url(/assets/31A93C_0_0-9a8be30961bfbf8338e6bf09871cd1a6b4132b8b1a4f48cb9d159dc6096c2bd8.woff2) format("woff2"), url(/assets/31A93C_0_0-05020ff77ceaf464ee140900cb96dd484a312513a33a5d0c1cb9af6ac81381e9.woff) format("woff"), url(/assets/31A93C_0_0-fe1005c50ec230c6b4fad7715cb66a3494859e680eb3e5cccabbf298345671f8.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Averta-Regular';
  src: url(/assets/31A93C_1_0-7c807a99f1553e783f6411ad9763804e6173502eb5b553b82cadd8e7c97c91ac.eot);
  src: url(/assets/31A93C_1_0-7c807a99f1553e783f6411ad9763804e6173502eb5b553b82cadd8e7c97c91ac.eot?#iefix) format("embedded-opentype"), url(/assets/31A93C_1_0-ac181bdec8f7c5db756ab268b9bf44f6b9a3b04205da70bc0307cdfbaadd0c0a.woff2) format("woff2"), url(/assets/31A93C_1_0-8bb8346c6a12c59b61f6dcdbc344e2914d7b9d93614eb15fc3936defcbd44939.woff) format("woff"), url(/assets/31A93C_1_0-ef4563191310fecbf586a2957bb6938b37a432ecc57d0bc6746da93e098f62f7.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Averta-Semibold';
  src: url(/averta-semibold-webfont.eot.eot);
  src: url(/assets/averta-semibold-webfont-c7b4318f9dfe1cfadb886e7bda7dab836e0e205db21370b3624668b6e9831cfd.eot) format("embedded-opentype"), url(/assets/averta-semibold-webfont-96f1d98263a13897a63842ca83eaf9d9988bf32e0cdef5ba7a9edf9e68a39523.woff2) format("woff2"), url(/assets/averta-semibold-webfont-5c6520fe941a24306b74f0d505f0495d05308e5c911b4c3480f2ee054130d192.woff) format("woff"), url(/assets/averta-semibold-webfont-b6dc6cbe632ba285f244a34ec2b6ff324cd2d5a3b4c7f7407e776641132dfdd3.ttf) format("truetype");
}

@font-face {
  font-family: 'Averta-Light';
  src: url(/assets/averta-light-webfont-42060b5b0a5cc3cf8bb0522e3c4e9792381b872c16efe3da874efbce55935ba6.eot);
  src: url(/assets/averta-light-webfont-42060b5b0a5cc3cf8bb0522e3c4e9792381b872c16efe3da874efbce55935ba6.eot) format("embedded-opentype"), url(/assets/averta-light-webfont-d2477663e80e75dba432f85211e1d69d84239cbe508b5ac2713c1e9a2b8a0f7b.woff2) format("woff2"), url(/assets/averta-light-webfont-dcbaeb1b749d1aaa0fcd0f336900e1313feb2b1eed8f7336eeb1d8e0ade11012.woff) format("woff"), url(/assets/averta-light-webfont-2045a41bec52ad751a939ace59961fe076f122af610a2ca3255f17f3d6e0ffb5.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/* line 8, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
/* line 23, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

/* line 28, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-single:after {
  clear: both;
}

/* line 29, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-single {
  *zoom: 1;
}

/* line 31, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-single.is-hidden {
  display: none;
}

/* line 35, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 40, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 46, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-title {
  position: relative;
  text-align: center;
}

/* line 51, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

/* line 64, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 75, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

/* line 97, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 102, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

/* line 109, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

/* line 116, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 122, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-select {
  display: inline-block;
  *display: inline;
}

/* line 127, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 134, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 140, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 148, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

/* line 165, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 170, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

/* line 175, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

/* line 184, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

/* line 189, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

/* line 194, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

/* line 201, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* line 208, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

/* line 215, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

/* line 220, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* line 225, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
/* line 234, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* line 239, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-time-container {
  clear: both;
}

/* line 243, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-time {
  margin: 7px auto 7px;
}

/* line 247, ../usr/local/bundle/gems/rails-assets-pikaday-time-1.6.1/app/assets/stylesheets/pikaday-time/pikaday.scss */
.pika-time .pika-time-label {
  font-weight: bold;
  font-size: 11px;
  color: #666;
  padding-right: 0.33em;
}

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
/* line 10, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

/* line 30, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */
/* line 42, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

/* line 48, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-small > small {
  height: 20px;
  width: 20px;
}

/* line 53, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

/* line 59, ../usr/local/bundle/gems/rails-assets-switchery-0.8.2/app/assets/stylesheets/switchery/switchery.scss */
.switchery-large > small {
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 799px) {
  /* line 1, app/assets/stylesheets/overrides/chatlio.scss */
  #chatlio-widget .chatlio-widget {
    bottom: 90px;
    right: 25px;
  }
}

/* line 1, app/assets/stylesheets/overrides/dropzone.scss */
.dropzone {
  border: none;
  background-color: #d5d8dd;
}

/**
 * @package   PickMeUp
 * @author    Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author    Stefan Petre <www.eyecon.ro>
 * @copyright Copyright (c) 2013-2016, Nazar Mokrynskyi
 * @copyright Copyright (c) 2008-2009, Stefan Petre
 * @license   MIT License, see license.txt
 */
/* line 31, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup {
  background: white;
  border-radius: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
}

/* line 41, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 46, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup.pmu-flat {
  position: relative;
}

/* line 50, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup.pmu-hidden {
  display: none;
}

/* line 54, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance {
  box-shadow: 0 3px 20px rgba(20, 20, 20, 0.2);
  font-size: 0.8rem;
  display: inline-block;
  height: 13.8em;
  padding: .5em;
  text-align: center;
  width: 15em;
}

/* line 64, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-button {
  color: #141414;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-today {
  background: transparent;
  color: #1c8ef2;
}

/* line 76, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-today.pmu-disabled {
  background-color: #f4f4f6;
  color: #d5d8dd;
}

/* line 81, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-today.pmu-disabled:hover {
  background-color: #f4f4f6;
  color: #d5d8dd;
}

/* line 86, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-button:hover {
  background: #ecc44b;
  color: white;
}

/* line 91, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #d5d8dd;
}

/* line 95, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  background-color: transparent;
  color: #f4f4f6;
  cursor: default;
}

/* line 102, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-selected {
  background: #1c8ef2;
  color: white;
}

/* line 107, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #1c8ef2;
}

/* line 111, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav {
  color: #141414;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 2em;
}

/* line 119, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em;
}

/* line 126, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}

/* line 130, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-prev:hover,
.pickmeup .pmu-instance nav .pmu-next:hover,
.pickmeup .pmu-instance nav .pmu-month:hover {
  background-color: transparent;
  color: #141414;
}

/* line 137, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}

/* line 144, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #79859a;
  cursor: default;
}

/* line 149, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2em;
}

/* line 156, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}

/* line 160, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:first-child .pmu-next {
  display: block;
}

/* line 165, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}

/* line 170, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em;
}

/* line 174, app/assets/stylesheets/overrides/pickmeup.scss */
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

/* line 2, app/assets/stylesheets/overrides/pikaday.scss */
.pika-single {
  display: flex;
  flex-flow: column-reverse nowrap;
  z-index: 100;
}

/* line 7, app/assets/stylesheets/overrides/pikaday.scss */
.pika-single .has-event .pika-button {
  background: #ecc44b;
}

/**
 * selectize.css (v0.12.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 25, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 1.5rem !important;
}

/* line 76, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

/* line 106, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 1.5rem;
}

/* line 118, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 0.8rem;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 136, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 159, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 267, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

/* line 272, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 276, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 279, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 282, app/assets/stylesheets/overrides/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 287, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 291, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 295, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 308, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 313, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 317, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 320, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 326, app/assets/stylesheets/overrides/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 10px 10px 0;
  min-height: 45px;
}

/* line 330, app/assets/stylesheets/overrides/selectize.scss */
.selectize-input input {
  height: auto;
}

/* line 332, app/assets/stylesheets/overrides/selectize.scss */
.field_with_errors > .selectize-control > .selectize-input {
  border-color: #fa5764;
}

/* line 1, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-default {
  border-radius: 0.4rem;
  background: #141414;
  color: #fff;
}

/* line 7, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-default .tooltipster-content {
  font-family: "Averta-Regular";
  font-size: 0.8rem;
  line-height: 16px;
  padding: 0.5rem 0.5rem;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fc-progress {
  border-radius: 0px;
  background: #fff;
  color: #616161;
}

/* line 22, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fc-progress .tooltipster-content {
  padding: 15px;
}

/* line 34, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-icon {
  cursor: help;
  margin-left: 0.25rem;
}

/* line 41, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

/* line 54, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 71, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 78, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 85, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

/* line 94, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

/* line 103, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

/* line 112, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

/* line 121, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top span,
.tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 128, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-bottom span,
.tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 135, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}

/* line 140, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

/* line 145, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}

/* line 150, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

/* line 155, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

/* line 164, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

/* line 177, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

/* line 186, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* line 201, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

/* line 210, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fade-show {
  opacity: 1;
}

/* line 214, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

/* line 228, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 242, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

/* line 256, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* line 271, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 286, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

/* line 296, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 310, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* line 322, app/assets/stylesheets/overrides/tooltipster.scss */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 1, app/assets/stylesheets/components/accordion.scss */
.accordion {
  font-family: "Averta-Regular";
}

/* line 4, app/assets/stylesheets/components/accordion.scss */
.accordion > .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid white;
  padding: 1rem;
  color: #141414;
  text-align: left;
}

/* line 15, app/assets/stylesheets/components/accordion.scss */
.accordion > .content {
  display: none;
}

/* line 20, app/assets/stylesheets/components/accordion.scss */
.accordion.-active > .content {
  display: block;
}

/* line 25, app/assets/stylesheets/components/accordion.scss */
.accordion.-animated .content {
  transition: visibility 0s, opacity 0.5s linear;
}

/* line 29, app/assets/stylesheets/components/accordion.scss */
.accordion.-compact > .header {
  height: 2rem;
  background-color: #f4f4f6;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 38, app/assets/stylesheets/components/accordion.scss */
.accordion.-plain > .header {
  padding: inherit;
  background: inherit;
  font-size: initial;
}

/* line 47, app/assets/stylesheets/components/accordion.scss */
.accordion.-positive > .header, .bank-account-wizard > .wizard-button.complete > .accordion.step > .header, .step-form > .submit-container.-nav .accordion.submit-requirements-btn > .header, .congratulatory-box > .accordion.collections-primary-button > .header, .congratulatory-box > .accordion.collections-secondary-button > .header, .congratulatory-box > .accordion.file-input-button > .header, .step-form > .submit-container.-nav .congratulatory-box > .accordion.submit-requirements-btn > .header, .rs-proof-of-sales-modal .congratulatory-box > .accordion.btn-container > .header, .congratulatory-box > .accordion.button > .header, .chat-notes .congratulatory-box > .accordion.button > .header, .error-container.congratulatory-box > .accordion.goback > .header {
  background-color: #d5fbf2;
  color: #11c097;
}

/* line 1, app/assets/stylesheets/components/alert.scss */
.alert {
  background-color: #1c8ef2;
  border-radius: 0.2rem;
  box-shadow: 0 2px 20px rgba(20, 20, 20, 0.1);
  color: white;
  font-size: 1rem;
  max-width: 260px;
  opacity: 0;
  position: fixed;
  padding: 1.5rem;
  right: 20px;
  top: 20px;
  transform: translate(100px, 0);
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.46, 0.07, 0.13, 1.37);
  z-index: 9999999;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/components/alert.scss */
  .alert {
    background-color: #141414;
    bottom: 20px;
    max-width: none;
    right: 5%;
    text-align: center;
    top: auto;
    transform: translate(0, 100px);
    width: 90%;
  }
}

/* line 31, app/assets/stylesheets/components/alert.scss */
.alert-error {
  background-color: #fa5764;
}

/* line 35, app/assets/stylesheets/components/alert.scss */
.alert--show {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 40, app/assets/stylesheets/components/alert.scss */
.alert--show.alert--dismiss {
  opacity: 0;
  transform: translate(0, 2px);
  z-index: -1;
}

/* line 1, app/assets/stylesheets/components/asset.scss */
.Asset {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 7, app/assets/stylesheets/components/asset.scss */
.Asset.size1 {
  width: 0.5rem;
  height: 0.5rem;
}

/* line 12, app/assets/stylesheets/components/asset.scss */
.Asset.size2 {
  width: 1rem;
  height: 1rem;
}

/* line 17, app/assets/stylesheets/components/asset.scss */
.Asset.size3 {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 22, app/assets/stylesheets/components/asset.scss */
.Asset.size4 {
  width: 2rem;
  height: 2rem;
}

/* line 27, app/assets/stylesheets/components/asset.scss */
.Asset.size5 {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 32, app/assets/stylesheets/components/asset.scss */
.Asset.size6 {
  width: 2.75rem;
  height: 2.75rem;
}

/* line 37, app/assets/stylesheets/components/asset.scss */
.Asset.size7 {
  width: 4rem;
  height: 4rem;
}

/* line 42, app/assets/stylesheets/components/asset.scss */
.Asset.size8 {
  width: 5rem;
  height: 5rem;
}

/* line 1, app/assets/stylesheets/components/avatar.scss */
.Avatar, .referral-dashboard table td img, .avatar {
  align-items: center;
  background-color: #e6ebef;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  font-family: "Averta-SemiBold";
  font-size: 0.8rem;
  font-weight: normal;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  object-fit: cover;
}

/* line 18, app/assets/stylesheets/components/avatar.scss */
.Avatar.avatar-has-image, .referral-dashboard table td img.avatar-has-image {
  color: transparent;
}

/* line 24, app/assets/stylesheets/components/avatar.scss */
.Avatar.size1, .referral-dashboard table td img {
  font-size: 0.5rem;
  height: 1.5rem;
  letter-spacing: .8px;
  width: 1.5rem;
}

/* line 31, app/assets/stylesheets/components/avatar.scss */
.Avatar.size2, .referral-dashboard table td img.size2 {
  font-size: 0.75rem;
  height: 2rem;
  letter-spacing: .8px;
  width: 2rem;
}

/* line 38, app/assets/stylesheets/components/avatar.scss */
.Avatar.size3, .referral-dashboard table td img.size3 {
  font-size: 1rem;
  height: 2.5rem;
  letter-spacing: .5px;
  line-height: 2.5rem;
  width: 2.5rem;
}

/* line 46, app/assets/stylesheets/components/avatar.scss */
.Avatar.size4, .referral-dashboard table td img.size4 {
  font-size: 1.25rem;
  height: 2.75rem;
  line-height: 2.75rem;
  width: 2.75rem;
}

/* line 53, app/assets/stylesheets/components/avatar.scss */
.Avatar.size5, .referral-dashboard table td img.size5 {
  font-size: 1.75rem;
  height: 4rem;
  letter-spacing: -.5px;
  line-height: 4rem;
  width: 4rem;
}

/* line 61, app/assets/stylesheets/components/avatar.scss */
.Avatar.size6, .referral-dashboard table td img.size6 {
  width: 7rem;
  height: 7rem;
  letter-spacing: -.5px;
  line-height: 5rem;
  font-size: 2.5rem;
}

/* line 71, app/assets/stylesheets/components/avatar.scss */
.Avatar.nested, .referral-dashboard table td img.nested {
  position: relative;
}

/* line 75, app/assets/stylesheets/components/avatar.scss */
.Avatar.nested .Avatar, .referral-dashboard table td img.nested .Avatar, .Avatar.nested .referral-dashboard table td img, .referral-dashboard table td .Avatar.nested img, .referral-dashboard table td img.nested img {
  bottom: -6px;
  box-shadow: 0 0 0 1px white;
  height: 1.5rem;
  position: absolute;
  right: -12px;
  width: 1.5rem;
}

/* line 98, app/assets/stylesheets/components/avatar.scss */
.avatars.avatars-picture-in-picture {
  position: relative;
  width: 2.75rem;
}

/* line 103, app/assets/stylesheets/components/avatar.scss */
.avatars.avatars-picture-in-picture .secondary {
  bottom: -5px;
  position: absolute;
  right: 0;
  width: 1.5rem;
}

/* line 110, app/assets/stylesheets/components/avatar.scss */
.avatars.avatars-picture-in-picture.smaller {
  width: 2.5rem;
}

/* line 114, app/assets/stylesheets/components/avatar.scss */
.avatars.avatars-picture-in-picture.smaller .avatar-xl {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}

/* line 120, app/assets/stylesheets/components/avatar.scss */
.avatars.avatars-picture-in-picture.smaller .secondary {
  bottom: -10px;
  width: 1rem;
}

/* line 1, app/assets/stylesheets/components/badge.scss */
.badge {
  position: relative;
}

/* line 5, app/assets/stylesheets/components/badge.scss */
.badge[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -10px;
  right: -20px;
  font-size: .7em;
  background: #bc101f;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}

/* line 1, app/assets/stylesheets/components/card.scss */
.card, .comaker, .business-trustpass-verified-container .transparent-card, .personal-trustpass-verified-container .transparent-card, .poid-container > .option-card, .receivables-list > .item, .trustpass-container .option-card, .trustpass-selection-container > .option-card, .lead-search-bar .results-container, .request-item, .risk-dashboard, .trustpass-request-item, .trade-documents > .item, .referral-dashboard .table-container {
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

/* line 6, app/assets/stylesheets/components/card.scss */
.card.-small, .-small.comaker, .bank-account-wizard > .wizard-button > .comaker.step, .bank-account-wizard > .wizard-button > .card.step, .business-trustpass-verified-container .bank-account-wizard > .wizard-button > .step.transparent-card, .personal-trustpass-verified-container .bank-account-wizard > .wizard-button > .step.transparent-card, .bank-account-wizard > .poid-container.wizard-button > .step.option-card, .bank-account-wizard > .receivables-list.wizard-button > .step.item, .trustpass-container .bank-account-wizard > .wizard-button > .step.option-card, .bank-account-wizard > .trustpass-selection-container.wizard-button > .step.option-card, .lead-search-bar .bank-account-wizard > .wizard-button > .step.results-container, .bank-account-wizard > .wizard-button > .step.request-item, .bank-account-wizard > .wizard-button > .step.risk-dashboard, .bank-account-wizard > .wizard-button > .step.trustpass-request-item, .bank-account-wizard > .trade-documents.wizard-button > .step.item, .referral-dashboard .bank-account-wizard > .wizard-button > .step.table-container, .business-trustpass-verified-container .-small.transparent-card, .personal-trustpass-verified-container .-small.transparent-card, .poid-container > .-small.option-card, .receivables-list > .-small.item, .trustpass-container .-small.option-card, .trustpass-selection-container > .-small.option-card, .lead-search-bar .-small.results-container, .-small.request-item, .-small.risk-dashboard, .-small.trustpass-request-item, .trade-documents > .-small.item, .referral-dashboard .-small.table-container {
  padding: 0.5rem;
}

/* line 7, app/assets/stylesheets/components/card.scss */
.card.-medium, .-medium.comaker, .business-trustpass-verified-container .-medium.transparent-card, .personal-trustpass-verified-container .-medium.transparent-card, .poid-container > .-medium.option-card, .receivables-list > .-medium.item, .trustpass-container .-medium.option-card, .trustpass-selection-container > .-medium.option-card, .lead-search-bar .-medium.results-container, .-medium.request-item, .-medium.risk-dashboard, .-medium.trustpass-request-item, .trade-documents > .-medium.item, .referral-dashboard .-medium.table-container {
  padding: 1.5rem;
}

/* line 8, app/assets/stylesheets/components/card.scss */
.card.-large, .-large.comaker, .business-trustpass-verified-container .-large.transparent-card, .personal-trustpass-verified-container .-large.transparent-card, .poid-container > .-large.option-card, .receivables-list > .-large.item, .trustpass-container .-large.option-card, .trustpass-selection-container > .-large.option-card, .lead-search-bar .-large.results-container, .-large.request-item, .-large.risk-dashboard, .-large.trustpass-request-item, .trade-documents > .-large.item, .referral-dashboard .-large.table-container {
  padding: 2rem;
}

/* line 9, app/assets/stylesheets/components/card.scss */
.card.-xl, .-xl.comaker, .business-trustpass-verified-container .-xl.transparent-card, .personal-trustpass-verified-container .-xl.transparent-card, .poid-container > .-xl.option-card, .receivables-list > .-xl.item, .trustpass-container .-xl.option-card, .trustpass-selection-container > .-xl.option-card, .lead-search-bar .-xl.results-container, .-xl.request-item, .-xl.risk-dashboard, .-xl.trustpass-request-item, .trade-documents > .-xl.item, .referral-dashboard .-xl.table-container {
  padding: 6.5rem;
}

@media only screen and (max-width: 900px) {
  /* line 12, app/assets/stylesheets/components/card.scss */
  .card.-small-mobile, .-small-mobile.comaker, .business-trustpass-verified-container .-small-mobile.transparent-card, .personal-trustpass-verified-container .-small-mobile.transparent-card, .poid-container > .-small-mobile.option-card, .receivables-list > .-small-mobile.item, .trustpass-container .-small-mobile.option-card, .trustpass-selection-container > .-small-mobile.option-card, .lead-search-bar .-small-mobile.results-container, .-small-mobile.request-item, .-small-mobile.risk-dashboard, .-small-mobile.trustpass-request-item, .trade-documents > .-small-mobile.item, .referral-dashboard .-small-mobile.table-container {
    padding: 0.5rem;
  }
  /* line 13, app/assets/stylesheets/components/card.scss */
  .card.-medium-mobile, .-medium-mobile.comaker, .business-trustpass-verified-container .-medium-mobile.transparent-card, .personal-trustpass-verified-container .-medium-mobile.transparent-card, .poid-container > .-medium-mobile.option-card, .receivables-list > .-medium-mobile.item, .trustpass-container .-medium-mobile.option-card, .trustpass-selection-container > .-medium-mobile.option-card, .lead-search-bar .-medium-mobile.results-container, .-medium-mobile.request-item, .-medium-mobile.risk-dashboard, .-medium-mobile.trustpass-request-item, .trade-documents > .-medium-mobile.item, .referral-dashboard .-medium-mobile.table-container {
    padding: 1.5rem;
  }
  /* line 14, app/assets/stylesheets/components/card.scss */
  .card.-large-mobile, .-large-mobile.comaker, .business-trustpass-verified-container .-large-mobile.transparent-card, .personal-trustpass-verified-container .-large-mobile.transparent-card, .poid-container > .-large-mobile.option-card, .receivables-list > .-large-mobile.item, .trustpass-container .-large-mobile.option-card, .trustpass-selection-container > .-large-mobile.option-card, .lead-search-bar .-large-mobile.results-container, .-large-mobile.request-item, .-large-mobile.risk-dashboard, .-large-mobile.trustpass-request-item, .trade-documents > .-large-mobile.item, .referral-dashboard .-large-mobile.table-container {
    padding: 2rem;
  }
  /* line 15, app/assets/stylesheets/components/card.scss */
  .card.-xl-mobile, .-xl-mobile.comaker, .business-trustpass-verified-container .-xl-mobile.transparent-card, .personal-trustpass-verified-container .-xl-mobile.transparent-card, .poid-container > .-xl-mobile.option-card, .receivables-list > .-xl-mobile.item, .trustpass-container .-xl-mobile.option-card, .trustpass-selection-container > .-xl-mobile.option-card, .lead-search-bar .-xl-mobile.results-container, .-xl-mobile.request-item, .-xl-mobile.risk-dashboard, .-xl-mobile.trustpass-request-item, .trade-documents > .-xl-mobile.item, .referral-dashboard .-xl-mobile.table-container {
    padding: 6.5rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 19, app/assets/stylesheets/components/card.scss */
  .card.-desktop, .comaker, .business-trustpass-verified-container .-desktop.transparent-card, .business-trustpass-verified-container .transparent-card.comaker, .personal-trustpass-verified-container .-desktop.transparent-card, .personal-trustpass-verified-container .transparent-card.comaker, .poid-container > .-desktop.option-card, .poid-container > .option-card.comaker, .receivables-list > .-desktop.item, .receivables-list > .item.comaker, .trustpass-container .-desktop.option-card, .trustpass-container .option-card.comaker, .trustpass-selection-container > .-desktop.option-card, .trustpass-selection-container > .option-card.comaker, .lead-search-bar .-desktop.results-container, .lead-search-bar .results-container.comaker, .-desktop.request-item, .-desktop.risk-dashboard, .-desktop.trustpass-request-item, .trade-documents > .-desktop.item, .trade-documents > .item.comaker, .referral-dashboard .-desktop.table-container, .referral-dashboard .table-container.comaker {
    padding: 2rem;
    background-color: white;
    box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
    display: block;
  }
}

/* line 28, app/assets/stylesheets/components/card.scss */
.card.-interactive, .-interactive.comaker, .business-trustpass-verified-container .-interactive.transparent-card, .personal-trustpass-verified-container .-interactive.transparent-card, .poid-container > .-interactive.option-card, .receivables-list > .-interactive.item, .trustpass-container .-interactive.option-card, .trustpass-selection-container > .-interactive.option-card, .lead-search-bar .-interactive.results-container, .-interactive.request-item, .-interactive.risk-dashboard, .-interactive.trustpass-request-item, .trade-documents > .-interactive.item, .referral-dashboard .-interactive.table-container {
  cursor: pointer;
  transition: all 100ms ease;
}

/* line 33, app/assets/stylesheets/components/card.scss */
.card.-interactive:hover, .-interactive.comaker:hover, .business-trustpass-verified-container .-interactive.transparent-card:hover, .personal-trustpass-verified-container .-interactive.transparent-card:hover, .poid-container > .-interactive.option-card:hover, .receivables-list > .-interactive.item:hover, .trustpass-container .-interactive.option-card:hover, .trustpass-selection-container > .-interactive.option-card:hover, .lead-search-bar .-interactive.results-container:hover, .-interactive.request-item:hover, .-interactive.risk-dashboard:hover, .-interactive.trustpass-request-item:hover, .trade-documents > .-interactive.item:hover, .referral-dashboard .-interactive.table-container:hover {
  box-shadow: 0 3px 15px rgba(20, 20, 20, 0.1);
  transform: scale(1.01);
}

/* line 38, app/assets/stylesheets/components/card.scss */
.card.-blue, .-blue.comaker, .business-trustpass-verified-container .-blue.transparent-card, .personal-trustpass-verified-container .-blue.transparent-card, .poid-container > .-blue.option-card, .receivables-list > .-blue.item, .trustpass-container .-blue.option-card, .trustpass-selection-container > .-blue.option-card, .lead-search-bar .-blue.results-container, .-blue.request-item, .-blue.risk-dashboard, .-blue.trustpass-request-item, .trade-documents > .-blue.item, .referral-dashboard .-blue.table-container {
  color: white;
  background-image: linear-gradient(#1c8ef2, #0066db);
}

/* line 43, app/assets/stylesheets/components/card.scss */
.card.-gradient-blue, .-gradient-blue.comaker, .business-trustpass-verified-container .-gradient-blue.transparent-card, .personal-trustpass-verified-container .-gradient-blue.transparent-card, .poid-container > .-gradient-blue.option-card, .receivables-list > .-gradient-blue.item, .trustpass-container .-gradient-blue.option-card, .trustpass-selection-container > .-gradient-blue.option-card, .lead-search-bar .-gradient-blue.results-container, .-gradient-blue.request-item, .-gradient-blue.risk-dashboard, .-gradient-blue.trustpass-request-item, .trade-documents > .-gradient-blue.item, .referral-dashboard .-gradient-blue.table-container {
  color: white;
  background: linear-gradient(90deg, #00b5ff, #3932f5);
}

/* line 48, app/assets/stylesheets/components/card.scss */
.card.-gradient-purple, .-gradient-purple.comaker, .business-trustpass-verified-container .-gradient-purple.transparent-card, .personal-trustpass-verified-container .-gradient-purple.transparent-card, .poid-container > .-gradient-purple.option-card, .receivables-list > .-gradient-purple.item, .trustpass-container .-gradient-purple.option-card, .trustpass-selection-container > .-gradient-purple.option-card, .lead-search-bar .-gradient-purple.results-container, .-gradient-purple.request-item, .-gradient-purple.risk-dashboard, .-gradient-purple.trustpass-request-item, .trade-documents > .-gradient-purple.item, .referral-dashboard .-gradient-purple.table-container {
  color: white;
  background: linear-gradient(45.4deg, #2CB2EA 0%, #6B83EA 100%);
}

/* line 53, app/assets/stylesheets/components/card.scss */
.card.-gradient-red, .-gradient-red.comaker, .business-trustpass-verified-container .-gradient-red.transparent-card, .personal-trustpass-verified-container .-gradient-red.transparent-card, .poid-container > .-gradient-red.option-card, .receivables-list > .-gradient-red.item, .trustpass-container .-gradient-red.option-card, .trustpass-selection-container > .-gradient-red.option-card, .lead-search-bar .-gradient-red.results-container, .-gradient-red.request-item, .-gradient-red.risk-dashboard, .-gradient-red.trustpass-request-item, .trade-documents > .-gradient-red.item, .referral-dashboard .-gradient-red.table-container {
  color: white;
  background: linear-gradient(135deg, #FF512F 0%, #DD2476 100%);
}

/* line 61, app/assets/stylesheets/components/card.scss */
.card, .comaker, .business-trustpass-verified-container .transparent-card, .personal-trustpass-verified-container .transparent-card, .poid-container > .option-card, .receivables-list > .item, .trustpass-container .option-card, .trustpass-selection-container > .option-card, .lead-search-bar .results-container, .request-item, .risk-dashboard, .trustpass-request-item, .trade-documents > .item, .referral-dashboard .table-container {
  background-color: white;
  border-radius: 0.4rem;
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
  display: block;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/components/card.scss */
.card.-xl, .-xl.comaker, .business-trustpass-verified-container .-xl.transparent-card, .personal-trustpass-verified-container .-xl.transparent-card, .poid-container > .-xl.option-card, .receivables-list > .-xl.item, .trustpass-container .-xl.option-card, .trustpass-selection-container > .-xl.option-card, .lead-search-bar .-xl.results-container, .-xl.request-item, .-xl.risk-dashboard, .-xl.trustpass-request-item, .trade-documents > .-xl.item, .referral-dashboard .-xl.table-container {
  padding: 6.5rem;
  margin-bottom: 2.5rem;
}

/* line 73, app/assets/stylesheets/components/card.scss */
.card.-fullwidth, .-fullwidth.comaker, .business-trustpass-verified-container .-fullwidth.transparent-card, .personal-trustpass-verified-container .-fullwidth.transparent-card, .poid-container > .-fullwidth.option-card, .receivables-list > .-fullwidth.item, .trustpass-container .-fullwidth.option-card, .trustpass-selection-container > .-fullwidth.option-card, .lead-search-bar .-fullwidth.results-container, .-fullwidth.request-item, .-fullwidth.risk-dashboard, .-fullwidth.trustpass-request-item, .trade-documents > .-fullwidth.item, .referral-dashboard .-fullwidth.table-container {
  width: 100%;
}

/* line 77, app/assets/stylesheets/components/card.scss */
.card.-sidebar, .-sidebar.comaker, .business-trustpass-verified-container .-sidebar.transparent-card, .personal-trustpass-verified-container .-sidebar.transparent-card, .poid-container > .-sidebar.option-card, .receivables-list > .-sidebar.item, .trustpass-container .-sidebar.option-card, .trustpass-selection-container > .-sidebar.option-card, .lead-search-bar .-sidebar.results-container, .-sidebar.request-item, .-sidebar.risk-dashboard, .-sidebar.trustpass-request-item, .trade-documents > .-sidebar.item, .referral-dashboard .-sidebar.table-container {
  width: 35%;
}

/* line 81, app/assets/stylesheets/components/card.scss */
.card.-noshadow, .-noshadow.comaker, .business-trustpass-verified-container .-noshadow.transparent-card, .personal-trustpass-verified-container .-noshadow.transparent-card, .poid-container > .-noshadow.option-card, .receivables-list > .-noshadow.item, .trustpass-container .-noshadow.option-card, .trustpass-selection-container > .-noshadow.option-card, .lead-search-bar .-noshadow.results-container, .-noshadow.request-item, .-noshadow.risk-dashboard, .-noshadow.trustpass-request-item, .trade-documents > .-noshadow.item, .referral-dashboard .-noshadow.table-container {
  box-shadow: none;
}

/* line 85, app/assets/stylesheets/components/card.scss */
.card.-noradius, .-noradius.comaker, .business-trustpass-verified-container .-noradius.transparent-card, .personal-trustpass-verified-container .-noradius.transparent-card, .poid-container > .-noradius.option-card, .receivables-list > .-noradius.item, .trustpass-container .-noradius.option-card, .trustpass-selection-container > .-noradius.option-card, .lead-search-bar .-noradius.results-container, .-noradius.request-item, .-noradius.risk-dashboard, .-noradius.trustpass-request-item, .trade-documents > .-noradius.item, .referral-dashboard .-noradius.table-container {
  border-radius: 0px;
}

/* line 89, app/assets/stylesheets/components/card.scss */
.card.-leftsiderounded, .-leftsiderounded.comaker, .business-trustpass-verified-container .-leftsiderounded.transparent-card, .personal-trustpass-verified-container .-leftsiderounded.transparent-card, .poid-container > .-leftsiderounded.option-card, .receivables-list > .-leftsiderounded.item, .trustpass-container .-leftsiderounded.option-card, .trustpass-selection-container > .-leftsiderounded.option-card, .lead-search-bar .-leftsiderounded.results-container, .-leftsiderounded.request-item, .-leftsiderounded.risk-dashboard, .-leftsiderounded.trustpass-request-item, .trade-documents > .-leftsiderounded.item, .referral-dashboard .-leftsiderounded.table-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 96, app/assets/stylesheets/components/card.scss */
.card.-eightyVH, .-eightyVH.comaker, .business-trustpass-verified-container .-eightyVH.transparent-card, .personal-trustpass-verified-container .-eightyVH.transparent-card, .poid-container > .-eightyVH.option-card, .receivables-list > .-eightyVH.item, .trustpass-container .-eightyVH.option-card, .trustpass-selection-container > .-eightyVH.option-card, .lead-search-bar .-eightyVH.results-container, .-eightyVH.request-item, .-eightyVH.risk-dashboard, .-eightyVH.trustpass-request-item, .trade-documents > .-eightyVH.item, .referral-dashboard .-eightyVH.table-container {
  min-height: 80vh;
}

/* line 101, app/assets/stylesheets/components/card.scss */
.card-header {
  background-color: rgba(244, 244, 246, 0.5);
  border-bottom: 1px solid rgba(121, 133, 154, 0.1);
  min-height: 2.75rem;
  line-height: 2.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 109, app/assets/stylesheets/components/card.scss */
.card-header.-black {
  color: white;
  text-align: center;
  background-color: #141414;
}

/* line 115, app/assets/stylesheets/components/card.scss */
.card-header.-rounded-top-left {
  border-top-left-radius: 5px;
}

/* line 119, app/assets/stylesheets/components/card.scss */
.card-header.-nolineheight {
  line-height: inherit;
}

/* line 124, app/assets/stylesheets/components/card.scss */
.card.card-m, .card-m.comaker, .business-trustpass-verified-container .card-m.transparent-card, .personal-trustpass-verified-container .card-m.transparent-card, .poid-container > .card-m.option-card, .receivables-list > .card-m.item, .trustpass-container .card-m.option-card, .trustpass-selection-container > .card-m.option-card, .lead-search-bar .card-m.results-container, .card-m.request-item, .card-m.risk-dashboard, .card-m.trustpass-request-item, .trade-documents > .card-m.item, .referral-dashboard .card-m.table-container {
  box-shadow: 0 2px 20px rgba(20, 20, 20, 0.05), 0 25px 18px -18px rgba(20, 20, 20, 0.1);
}

/* line 130, app/assets/stylesheets/components/card.scss */
.card.card-l, .card-l.comaker, .business-trustpass-verified-container .card-l.transparent-card, .personal-trustpass-verified-container .card-l.transparent-card, .poid-container > .card-l.option-card, .receivables-list > .card-l.item, .trustpass-container .card-l.option-card, .trustpass-selection-container > .card-l.option-card, .lead-search-bar .card-l.results-container, .card-l.request-item, .card-l.risk-dashboard, .card-l.trustpass-request-item, .trade-documents > .card-l.item, .referral-dashboard .card-l.table-container {
  box-shadow: 0 2px 30px rgba(20, 20, 20, 0.2), 0 40px 28px -28px rgba(20, 20, 20, 0.2);
}

/* line 137, app/assets/stylesheets/components/card.scss */
.card-hover {
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}

/* line 143, app/assets/stylesheets/components/card.scss */
.card-hover:hover {
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.05), 0 12px 12px -12px rgba(20, 20, 20, 0.2);
  transform: translate(0, -1px);
}

/* line 150, app/assets/stylesheets/components/card.scss */
.card-hover.card-l:hover {
  box-shadow: 0 4px 50px rgba(20, 20, 20, 0.28), 0 50px 35px -35px rgba(20, 20, 20, 0.28);
}

/* line 156, app/assets/stylesheets/components/card.scss */
.card.card-brand, .card-brand.comaker, .business-trustpass-verified-container .card-brand.transparent-card, .personal-trustpass-verified-container .card-brand.transparent-card, .poid-container > .card-brand.option-card, .receivables-list > .card-brand.item, .trustpass-container .card-brand.option-card, .trustpass-selection-container > .card-brand.option-card, .lead-search-bar .card-brand.results-container, .card-brand.request-item, .card-brand.risk-dashboard, .card-brand.trustpass-request-item, .trade-documents > .card-brand.item, .referral-dashboard .card-brand.table-container {
  background-color: #141414;
  color: white;
}

/* line 1, app/assets/stylesheets/components/circle-loading.scss */

.circle-loading {
  fill: transparent;
  stroke: white;
  stroke-width: 5;
  animation: dash 2s ease infinite,rotate 2s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -93;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/components/code-block.scss */
.code-block {
  padding: 1rem;
  overflow: auto;
  font-size: 0.8rem;
  color: #677889;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/components/code-line.scss */
.code-line {
  background-color: white;
  border-radius: 0.2rem;
  color: #0080ff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  white-space: pre-wrap;
}

/* line 1, app/assets/stylesheets/components/container.scss */
.login-container,
.container,
.loan-plan-figures,
.poid-container,
.receivables-upload-button,
.trustpass-container,
.trustpass-selection-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

/* line 7, app/assets/stylesheets/components/container.scss */
.-large.login-container, .large.login-container,
.container.-large,
.-large.loan-plan-figures,
.-large.poid-container,
.-large.receivables-upload-button,
.-large.trustpass-container,
.-large.trustpass-selection-container,
.container.large,
.large.loan-plan-figures,
.large.poid-container,
.large.receivables-upload-button,
.large.trustpass-container,
.large.trustpass-selection-container {
  max-width: 70rem;
}

/* line 8, app/assets/stylesheets/components/container.scss */
.bank-account-wizard > .wizard-button > .step.login-container, .-small.login-container, .small.login-container,
.container.-small,
.bank-account-wizard > .wizard-button > .container.step,
.bank-account-wizard > .wizard-button > .step.loan-plan-figures,
.bank-account-wizard > .wizard-button > .step.poid-container,
.bank-account-wizard > .wizard-button > .step.receivables-upload-button,
.bank-account-wizard > .wizard-button > .step.trustpass-container,
.bank-account-wizard > .wizard-button > .step.trustpass-selection-container,
.-small.loan-plan-figures,
.-small.poid-container,
.-small.receivables-upload-button,
.-small.trustpass-container,
.-small.trustpass-selection-container,
.container.small,
.small.loan-plan-figures,
.small.poid-container,
.small.receivables-upload-button,
.small.trustpass-container,
.small.trustpass-selection-container {
  max-width: 20rem;
}

/* line 9, app/assets/stylesheets/components/container.scss */
.-xlarge.login-container, .large.login-container,
.container.-xlarge,
.-xlarge.loan-plan-figures,
.-xlarge.poid-container,
.-xlarge.receivables-upload-button,
.-xlarge.trustpass-container,
.-xlarge.trustpass-selection-container,
.container.large,
.large.loan-plan-figures,
.large.poid-container,
.large.receivables-upload-button,
.large.trustpass-container,
.large.trustpass-selection-container {
  max-width: 80rem;
}

/* line 1, app/assets/stylesheets/components/currency_amount_slider.scss */
.currency-amount-slider {
  height: 30px;
}

/* line 4, app/assets/stylesheets/components/currency_amount_slider.scss */
.currency-amount-slider.-disable-min .handle-0 {
  display: none;
}

/* line 8, app/assets/stylesheets/components/currency_amount_slider.scss */
.currency-amount-slider .slider-value {
  cursor: pointer;
  color: #fff !important;
}

/* line 3, app/assets/stylesheets/components/drawer.scss */
.drawer {
  width: 25rem;
  bottom: 0px;
  top: 0;
  left: 0;
  z-index: 15;
  position: fixed;
  box-shadow: 0 3px 15px rgba(20, 20, 20, 0.1);
  background: #f3f5f7;
  transition-property: all;
  transition-duration: 210ms;
  transition-timing-function: ease-in;
  transform: translate(-100%, 0);
  overflow-y: hidden;
}

/* line 17, app/assets/stylesheets/components/drawer.scss */
.drawer:hover {
  overflow-y: scroll;
}

/* line 19, app/assets/stylesheets/components/drawer.scss */
.drawer.-leftNav {
  left: 5rem;
}

/* line 23, app/assets/stylesheets/components/drawer.scss */
.drawer.-topNav {
  top: 3.75rem;
}

/* line 28, app/assets/stylesheets/components/drawer.scss */
.drawer.-staging {
  top: 7.5rem;
}

/* line 32, app/assets/stylesheets/components/drawer.scss */
.drawer.-right {
  left: unset;
  right: 0;
  transform: translate(100%, 0);
}

/* line 38, app/assets/stylesheets/components/drawer.scss */
.drawer.-full {
  width: 100%;
}

/* line 42, app/assets/stylesheets/components/drawer.scss */
.drawer.-absolute {
  position: absolute;
}

/* line 46, app/assets/stylesheets/components/drawer.scss */
.drawer.-noscroll {
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/components/drawer.scss */
.drawer.-small, .bank-account-wizard > .wizard-button > .drawer.step {
  width: 50%;
  z-index: 30;
}

/* line 56, app/assets/stylesheets/components/drawer.scss */
.drawer.-medium {
  width: 70%;
  z-index: 30;
}

/* line 61, app/assets/stylesheets/components/drawer.scss */
.drawer.-large {
  width: 80%;
  z-index: 30;
}

/* line 66, app/assets/stylesheets/components/drawer.scss */
.drawer--open,
.drawer.-open {
  transform: translate(0, 0);
}

/* line 71, app/assets/stylesheets/components/drawer.scss */
.drawer.-closed {
  transform: translate(-100%, 0);
}

/* line 75, app/assets/stylesheets/components/drawer.scss */
.drawer.-right.-closed {
  transform: translate(100%, 0);
}

/* line 1, app/assets/stylesheets/components/errors.scss */
.error > input {
  border-color: #fa5764;
}

/* line 5, app/assets/stylesheets/components/errors.scss */
.error > div {
  border-color: #fa5764;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

/* line 2, app/assets/stylesheets/components/expand-toggle.scss */
.expand-container {
  position: relative;
}

/* line 5, app/assets/stylesheets/components/expand-toggle.scss */
.expand-container > .content {
  height: 5rem;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/components/expand-toggle.scss */
.expand-container > .trigger {
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
  bottom: 0;
  color: #1c8ef2;
  height: 60px;
  left: 0;
  line-height: 100px;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 22, app/assets/stylesheets/components/expand-toggle.scss */
.expand-container.-active > .trigger {
  background-image: none;
}

/* line 26, app/assets/stylesheets/components/expand-toggle.scss */
.expand-container.-active > .content {
  height: auto;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/collections-button-group.scss */
.collections-button-group {
  display: flex;
}

/* line 4, app/assets/stylesheets/components/fcc/collections-dashboard/collections-button-group.scss */
.collections-button-group > .collections-secondary-button {
  margin-left: 0.5rem;
}

/* line 5, app/assets/stylesheets/components/fcc/collections-dashboard/collections-checkboxes.scss */
.collections-checkbox > .collections-checkboxlabel {
  margin-left: 0.5rem;
}

/* line 10, app/assets/stylesheets/components/fcc/collections-dashboard/collections-checkboxes.scss */
.collections-checkboxlabel {
  font-family: "Averta-Light";
  font-weight: normal;
  font-size: 0.8rem;
  font-color: #e6ebef;
}

/* line 2, app/assets/stylesheets/components/fcc/collections-dashboard/collections-dashboard.scss */
.collections-dashboard > .header {
  display: flex;
  align-items: center;
  margin: 2rem;
}

/* line 8, app/assets/stylesheets/components/fcc/collections-dashboard/collections-dashboard.scss */
.collections-dashboard > .header > .instructions {
  margin-left: 1.5rem;
  padding: 0.5rem;
  border: 1px solid #fae105;
  border-radius: 0.2rem;
  background-color: #fcf8cf;
  color: #827503;
}

/* line 17, app/assets/stylesheets/components/fcc/collections-dashboard/collections-dashboard.scss */
.collections-dashboard > .content {
  display: flex;
  align-items: flex-start;
  margin: 2rem;
}

/* line 23, app/assets/stylesheets/components/fcc/collections-dashboard/collections-dashboard.scss */
.collections-dashboard > .content > .filters {
  padding-right: 1rem;
  width: 22%;
}

/* line 28, app/assets/stylesheets/components/fcc/collections-dashboard/collections-dashboard.scss */
.collections-dashboard > .content > .repayments {
  width: 78%;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/collections-filter.scss */
.collections-filter {
  margin-bottom: 2rem;
}

/* line 4, app/assets/stylesheets/components/fcc/collections-dashboard/collections-filter.scss */
.collections-filter > .subheader {
  color: #677889;
  margin-top: 1rem;
}

/* line 9, app/assets/stylesheets/components/fcc/collections-dashboard/collections-filter.scss */
.collections-filter > #lead-text-field {
  display: none;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/collections-form-actions.scss */
.collections-form-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

/* line 7, app/assets/stylesheets/components/fcc/collections-dashboard/collections-form-actions.scss */
.collections-form-actions > .link-action-group {
  display: inherit;
  justify-content: inherit;
  width: 40%;
}

/* line 13, app/assets/stylesheets/components/fcc/collections-dashboard/collections-form-actions.scss */
.collections-form-actions > .link-action {
  align-items: center;
  display: inherit;
  margin-left: 0px;
}

/* line 18, app/assets/stylesheets/components/fcc/collections-dashboard/collections-form-actions.scss */
.collections-form-actions > .link-action.-primary, .collections-form-actions > .link-action.file-input-button, .error-container.collections-form-actions > .link-action.goback {
  color: #1c8ef2;
}

/* line 19, app/assets/stylesheets/components/fcc/collections-dashboard/collections-form-actions.scss */
.collections-form-actions > .link-action.-negative, .resurfacedocument-modal.collections-form-actions > .link-action.notice {
  color: #fa5764;
}

/* line 2, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .apply-section {
  align-items: center;
  display: flex;
  flex-direction: row;
}

/* line 8, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .apply-section > .title {
  flex: 5 0 0;
  color: #677889;
}

/* line 13, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .apply-section > .title.-reset {
  color: #fa5764;
}

/* line 17, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .apply-section > .buttons {
  display: flex;
}

/* line 21, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .header {
  color: #677889;
  margin-top: 0.5rem;
}

/* line 26, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .filter-toggles {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 33, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .filter-toggles > .option {
  margin-left: 1rem;
}

/* line 37, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .filter-toggles > .option-label {
  color: #677889;
  margin-left: 0.2rem;
}

/* line 42, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .filter-options {
  display: none;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 49, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .filter-options > .option {
  margin-left: 1rem;
}

/* line 53, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .filter-options > .option-label {
  color: #677889;
  margin-left: 1rem;
}

/* line 58, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form > .filter-fields {
  align-items: center;
  display: none;
  margin-bottom: 1rem;
}

/* line 64, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form .filter-errors {
  background-color: #fef1f2;
  color: #ef4352;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.5rem;
}

/* line 72, app/assets/stylesheets/components/fcc/collections-dashboard/filters-form.scss */
.filters-form .filter-errors > ul > li {
  margin: 0.5rem;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/optionlabel.scss */
.optionlabel {
  font-size: 0.8rem;
  color: #677889;
}

/* line 4, app/assets/stylesheets/components/fcc/collections-dashboard/option.scss */
.option > .optionlabel {
  margin-left: 0.2rem;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/optionlabel.scss */
.optionlabel {
  font-size: 0.8rem;
  color: #677889;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/optionlabel.scss */
.optionlabel {
  font-size: 0.8rem;
  color: #677889;
}

/* line 4, app/assets/stylesheets/components/fcc/collections-dashboard/option.scss */
.option > .optionlabel {
  margin-left: 0.2rem;
}

/* line 3, app/assets/stylesheets/components/fcc/collections-dashboard/options.scss */
.options {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 9, app/assets/stylesheets/components/fcc/collections-dashboard/options.scss */
.options > .option {
  margin-right: 1.5rem;
}

/* line 11, app/assets/stylesheets/components/fcc/collections-dashboard/options.scss */
.options.-vertical {
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/range-fields.scss */
.range-fields {
  display: flex;
  justify-content: space-between;
}

/* line 5, app/assets/stylesheets/components/fcc/collections-dashboard/range-fields.scss */
.range-fields > .input {
  width: 48%;
}

/* line 1, app/assets/stylesheets/components/fcc/collections-dashboard/repayment-type-filters.scss */
.repayment-type-filters {
  display: flex;
  justify-content: space-between;
}

/* line 2, app/assets/stylesheets/components/fcc/collections-dashboard/repayments.scss */
.repayments > .table-container {
  height: 70vh;
  overflow-y: auto;
}

/* line 7, app/assets/stylesheets/components/fcc/collections-dashboard/repayments.scss */
.repayments > .table-container > .table > tbody > tr > td, .referral-dashboard .repayments > .table-container > table > tbody > tr > td, .repayments th {
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 12, app/assets/stylesheets/components/fcc/collections-dashboard/repayments.scss */
.repayments > .footer {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem;
}

/* line 2, app/assets/stylesheets/components/fcc/pre_collections/repayment/timeline_note.scss */
.timeline-note svg {
  margin-top: 0.5rem;
}

/* line 3, app/assets/stylesheets/components/fcc/pre_collections/repayment/timeline_note.scss */
.timeline-note > .call-back {
  color: #11c097;
}

/* line 4, app/assets/stylesheets/components/fcc/pre_collections/repayment/timeline_note.scss */
.timeline-note > .unreachable {
  color: #fa5764;
}

/* line 5, app/assets/stylesheets/components/fcc/pre_collections/repayment/timeline_note.scss */
.timeline-note > .general {
  color: #ecc44b;
}

/* line 7, app/assets/stylesheets/components/fcc/pre_collections/repayment/timeline_note.scss */
.timeline-note > .email {
  color: #1c8ef2;
}

/* line 1, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard {
  width: 100%;
  max-width: 100%;
  font-size: 0.8rem;
}

/* line 6, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard th {
  color: #141414;
  font-family: "Averta-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 12px 16px;
}

/* line 14, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard td {
  border: 1px solid #f4f4f6;
  color: #79859a;
  line-height: 22px;
  padding: 8px 12px;
}

/* line 20, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard td a {
  color: #1c8ef2;
}

/* line 25, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard tbody tr {
  background-color: white;
}

/* line 28, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard tbody tr td:first-child {
  color: white;
  background-color: #d5d8dd;
  text-align: center;
}

/* line 34, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard tbody tr td:last-child {
  text-align: center;
}

/* line 39, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-standard .button.-neutral, .tbl-standard .-neutral.collections-primary-button, .tbl-standard .-neutral.collections-secondary-button, .tbl-standard .-neutral.file-input-button, .tbl-standard .step-form > .submit-container.-nav .-neutral.submit-requirements-btn, .step-form > .submit-container.-nav .tbl-standard .-neutral.submit-requirements-btn, .tbl-standard .rs-proof-of-sales-modal .-neutral.btn-container, .rs-proof-of-sales-modal .tbl-standard .-neutral.btn-container, .tbl-standard .error-container > .-neutral.goback {
  color: #141414;
  text-align: center;
}

/* line 46, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard-tables.scss */
.tbl-mod, .tbl-mod .pagination {
  margin-bottom: 40px;
}

/* line 1, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.main-content-mod {
  display: grid;
  grid-template-columns: 25% auto;
  min-height: 100%;
}

/* line 7, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-mod {
  background: white;
  border-right: 1px solid #c5d1dd;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 20px;
}

/* line 15, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-mod [class*="icon-"]:before,
.sidebar-standard-mod [class*="icon-"]:after {
  font-family: 'Linearicons';
}

/* line 20, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-mod > .sidebar-standard-body > .credit-boost-documents-list {
  overflow: hidden;
  height: 65vh;
}

/* line 25, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-mod > .sidebar-standard-body > .credit-boost-documents-list:hover {
  overflow-y: scroll;
}

/* line 30, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-header {
  text-align: center;
}

/* line 33, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-header a {
  font-family: "Averta-SemiBold";
  color: #677889;
  display: block;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.25px;
}

/* line 42, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-header .btn-left-icon {
  font-size: 1rem;
}

/* line 45, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-header .btn-left-icon:before {
  content: "\e93b";
  font-size: 0.8rem;
}

/* line 50, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-header .btn-left-icon:hover {
  color: #141414;
}

/* line 56, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items {
  background: #f3f5f7;
  border: 1px solid #c5d1dd;
  border-radius: 5px;
  color: #677889;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 10px 15px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-family: "Averta-SemiBold";
}

/* line 69, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items article {
  width: 100%;
  padding: 0 10px 0 18px;
}

/* line 74, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items h4 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.25px;
}

/* line 79, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items p {
  color: #677889;
  font-size: 0.75rem;
  margin-top: 4px;
}

/* line 85, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items:hover {
  background: #fafafa;
}

/* line 89, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items:before {
  content: "\e934";
  font-size: 1.5rem;
}

/* line 94, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items:after {
  content: "\e93c";
  color: #d5d8dd;
  font-size: 1.2rem;
}

/* line 100, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.pending, .sidebar-standard-items.resubmitted, .sidebar-standard-items.submitted {
  color: #677889;
}

/* line 105, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.pending:before, .sidebar-standard-items.resubmitted:before, .sidebar-standard-items.submitted:before {
  content: "\e934";
  color: #d5d8dd;
}

/* line 111, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.passed, .sidebar-standard-items.verified {
  border-color: #11c097;
  color: #11c097;
}

/* line 116, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.passed:before, .sidebar-standard-items.verified:before {
  content: "\e934";
}

/* line 121, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.failed, .sidebar-standard-items.resubmit_sent, .sidebar-standard-items.kyc_rejected, .sidebar-standard-items.rejected {
  border-color: #fa5764;
  color: #fa5764;
}

/* line 128, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.failed:before, .sidebar-standard-items.resubmit_sent:before, .sidebar-standard-items.kyc_rejected:before, .sidebar-standard-items.rejected:before {
  content: "\e92a";
}

/* line 133, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.skipped {
  color: #c5d1dd;
}

/* line 136, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.skipped:before {
  content: "\e95c";
}

/* line 140, app/assets/stylesheets/components/fcc/risk_dashboard/risk-dashboard.scss */
.sidebar-standard-items.skipped p {
  color: #c5d1dd;
}

/* line 1, app/assets/stylesheets/components/file_list.scss */
.file-list {
  width: 100%;
}

/* line 5, app/assets/stylesheets/components/file_list.scss */
.file-list .file {
  border-bottom: 1px solid #f4f4f6;
  font-size: 0.8rem;
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 14, app/assets/stylesheets/components/file_list.scss */
.file-list .file .file-preview {
  background-size: cover;
  border-radius: 0.2rem;
  display: inline-block;
  height: 2rem;
  margin-bottom: 2px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 2rem;
}

/* line 25, app/assets/stylesheets/components/file_list.scss */
.file-list .file .file-name {
  transition-property: all;
  transition-duration: 210ms;
  transition-timing-function: ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 34, app/assets/stylesheets/components/file_list.scss */
.file-list .file.file--uploading {
  background-image: url(/assets/loaders/loading-grey-l-128444d7f7bc884f887a0f5b75465ee3db385f2baf661e2731c3d673a932642f.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

/* line 41, app/assets/stylesheets/components/file_list.scss */
.file-list .file.file--uploading .file-name {
  transform: translate(25px, 0);
}

/* line 45, app/assets/stylesheets/components/file_list.scss */
.file-list .upload-button {
  font-size: 14px;
  background-color: rgba(28, 142, 242, 0.1);
  border-radius: 0.2rem;
  color: #1c8ef2;
  cursor: pointer;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 60, app/assets/stylesheets/components/file_list.scss */
.file-list .upload-button:hover {
  background-color: rgba(28, 142, 242, 0.15);
}

/* line 64, app/assets/stylesheets/components/file_list.scss */
.file-list .upload-button input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/forms/autocomplete.scss */
.autocomplete-suggestions {
  background: #FFF;
  border: 1px solid #eee;
  margin-top: 1px;
  overflow: auto;
}

/* line 8, app/assets/stylesheets/components/forms/autocomplete.scss */
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
}

/* line 15, app/assets/stylesheets/components/forms/autocomplete.scss */
.autocomplete-selected {
  background: #0066db;
  color: #fff;
}

/* line 20, app/assets/stylesheets/components/forms/autocomplete.scss */
.autocomplete-selected strong {
  color: #fff !important;
}

/* line 24, app/assets/stylesheets/components/forms/autocomplete.scss */
.autocomplete-suggestions strong {
  color: #0066db;
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/components/forms/autocomplete.scss */
.autocomplete-group {
  padding: 2px 0.25rem;
}

/* line 33, app/assets/stylesheets/components/forms/autocomplete.scss */
.autocomplete-group strong {
  border-bottom: 1px solid #000;
  display: block;
}

/* line 2, app/assets/stylesheets/components/forms/button.scss */
.Button, .referral-dashboard table td a.btn-edit, .referral-dashboard table td a.btn-lead, .button, .collections-primary-button, .collections-secondary-button, .file-input-button, .file-input-button.-disabled, .step-form > .submit-container.-nav .submit-requirements-btn, .rs-proof-of-sales-modal .btn-container, .congratulatory-box > .button, .chat-notes .button, .error-container > .goback {
  align-items: center;
  background-color: #e6ebef;
  border: none;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(20, 26, 31, 0);
  color: #141a1f;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  min-height: 2rem;
  letter-spacing: .06em;
  line-height: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 210ms;
  transition-timing-function: ease;
}

/* line 28, app/assets/stylesheets/components/forms/button.scss */
.Button.-brand, .chat-notes .Button.collections-primary-button, .chat-notes .referral-dashboard table td a.collections-primary-button.btn-edit, .referral-dashboard table td .chat-notes a.collections-primary-button.btn-edit, .chat-notes .referral-dashboard table td a.collections-primary-button.btn-lead, .referral-dashboard table td .chat-notes a.collections-primary-button.btn-lead, .chat-notes .Button.collections-secondary-button, .chat-notes .referral-dashboard table td a.collections-secondary-button.btn-edit, .referral-dashboard table td .chat-notes a.collections-secondary-button.btn-edit, .chat-notes .referral-dashboard table td a.collections-secondary-button.btn-lead, .referral-dashboard table td .chat-notes a.collections-secondary-button.btn-lead, .chat-notes .Button.file-input-button, .chat-notes .referral-dashboard table td a.file-input-button.btn-edit, .referral-dashboard table td .chat-notes a.file-input-button.btn-edit, .chat-notes .referral-dashboard table td a.file-input-button.btn-lead, .referral-dashboard table td .chat-notes a.file-input-button.btn-lead, .chat-notes .step-form > .submit-container.-nav .Button.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .Button.submit-requirements-btn, .chat-notes .step-form > .submit-container.-nav .referral-dashboard table td a.submit-requirements-btn.btn-edit, .step-form > .submit-container.-nav .referral-dashboard table td .chat-notes a.submit-requirements-btn.btn-edit, .chat-notes .referral-dashboard table td .step-form > .submit-container.-nav a.submit-requirements-btn.btn-edit, .referral-dashboard table td .step-form > .submit-container.-nav .chat-notes a.submit-requirements-btn.btn-edit, .chat-notes .step-form > .submit-container.-nav .referral-dashboard table td a.submit-requirements-btn.btn-lead, .step-form > .submit-container.-nav .referral-dashboard table td .chat-notes a.submit-requirements-btn.btn-lead, .chat-notes .referral-dashboard table td .step-form > .submit-container.-nav a.submit-requirements-btn.btn-lead, .referral-dashboard table td .step-form > .submit-container.-nav .chat-notes a.submit-requirements-btn.btn-lead, .chat-notes .rs-proof-of-sales-modal .Button.btn-container, .rs-proof-of-sales-modal .chat-notes .Button.btn-container, .chat-notes .rs-proof-of-sales-modal .referral-dashboard table td a.btn-container.btn-edit, .rs-proof-of-sales-modal .referral-dashboard table td .chat-notes a.btn-container.btn-edit, .chat-notes .referral-dashboard table td .rs-proof-of-sales-modal a.btn-container.btn-edit, .referral-dashboard table td .rs-proof-of-sales-modal .chat-notes a.btn-container.btn-edit, .chat-notes .rs-proof-of-sales-modal .referral-dashboard table td a.btn-container.btn-lead, .rs-proof-of-sales-modal .referral-dashboard table td .chat-notes a.btn-container.btn-lead, .chat-notes .referral-dashboard table td .rs-proof-of-sales-modal a.btn-container.btn-lead, .referral-dashboard table td .rs-proof-of-sales-modal .chat-notes a.btn-container.btn-lead, .chat-notes .Button.button, .chat-notes .referral-dashboard table td a.button.btn-edit, .referral-dashboard table td .chat-notes a.button.btn-edit, .chat-notes .referral-dashboard table td a.button.btn-lead, .referral-dashboard table td .chat-notes a.button.btn-lead, .chat-notes .error-container > .Button.goback, .chat-notes .referral-dashboard table td .error-container > a.goback.btn-edit, .referral-dashboard table td .chat-notes .error-container > a.goback.btn-edit, .chat-notes .referral-dashboard table td .error-container > a.goback.btn-lead, .referral-dashboard table td .chat-notes .error-container > a.goback.btn-lead, .referral-dashboard table td a.-brand.btn-edit, .referral-dashboard table td .chat-notes .step-form > .submit-container.-nav a.btn-edit.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .referral-dashboard table td a.btn-edit.submit-requirements-btn, .referral-dashboard table td .chat-notes .rs-proof-of-sales-modal a.btn-edit.btn-container, .rs-proof-of-sales-modal .chat-notes .referral-dashboard table td a.btn-edit.btn-container, .referral-dashboard table td a.-brand.btn-lead, .referral-dashboard table td .chat-notes .step-form > .submit-container.-nav a.btn-lead.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .referral-dashboard table td a.btn-lead.submit-requirements-btn, .referral-dashboard table td .chat-notes .rs-proof-of-sales-modal a.btn-lead.btn-container, .rs-proof-of-sales-modal .chat-notes .referral-dashboard table td a.btn-lead.btn-container, .button.-brand, .-brand.collections-primary-button, .-brand.collections-secondary-button, .-brand.file-input-button, .step-form > .submit-container.-nav .-brand.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .submit-requirements-btn.button, .chat-notes .step-form > .submit-container.-nav .submit-requirements-btn.button, .rs-proof-of-sales-modal .-brand.btn-container, .chat-notes .button, .error-container > .-brand.goback {
  background-color: #0066db;
  color: white;
}

/* line 33, app/assets/stylesheets/components/forms/button.scss */
.Button.-active.-brand, .chat-notes .Button.-active.collections-primary-button, .chat-notes .referral-dashboard table td a.-active.collections-primary-button.btn-edit, .referral-dashboard table td .chat-notes a.-active.collections-primary-button.btn-edit, .chat-notes .referral-dashboard table td a.-active.collections-primary-button.btn-lead, .referral-dashboard table td .chat-notes a.-active.collections-primary-button.btn-lead, .chat-notes .Button.-active.collections-secondary-button, .chat-notes .referral-dashboard table td a.-active.collections-secondary-button.btn-edit, .referral-dashboard table td .chat-notes a.-active.collections-secondary-button.btn-edit, .chat-notes .referral-dashboard table td a.-active.collections-secondary-button.btn-lead, .referral-dashboard table td .chat-notes a.-active.collections-secondary-button.btn-lead, .chat-notes .Button.-active.file-input-button, .chat-notes .referral-dashboard table td a.-active.file-input-button.btn-edit, .referral-dashboard table td .chat-notes a.-active.file-input-button.btn-edit, .chat-notes .referral-dashboard table td a.-active.file-input-button.btn-lead, .referral-dashboard table td .chat-notes a.-active.file-input-button.btn-lead, .chat-notes .step-form > .submit-container.-nav .Button.-active.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .Button.-active.submit-requirements-btn, .chat-notes .step-form > .submit-container.-nav .referral-dashboard table td a.-active.submit-requirements-btn.btn-edit, .step-form > .submit-container.-nav .referral-dashboard table td .chat-notes a.-active.submit-requirements-btn.btn-edit, .chat-notes .referral-dashboard table td .step-form > .submit-container.-nav a.-active.submit-requirements-btn.btn-edit, .referral-dashboard table td .step-form > .submit-container.-nav .chat-notes a.-active.submit-requirements-btn.btn-edit, .chat-notes .step-form > .submit-container.-nav .referral-dashboard table td a.-active.submit-requirements-btn.btn-lead, .step-form > .submit-container.-nav .referral-dashboard table td .chat-notes a.-active.submit-requirements-btn.btn-lead, .chat-notes .referral-dashboard table td .step-form > .submit-container.-nav a.-active.submit-requirements-btn.btn-lead, .referral-dashboard table td .step-form > .submit-container.-nav .chat-notes a.-active.submit-requirements-btn.btn-lead, .chat-notes .rs-proof-of-sales-modal .Button.-active.btn-container, .rs-proof-of-sales-modal .chat-notes .Button.-active.btn-container, .chat-notes .rs-proof-of-sales-modal .referral-dashboard table td a.-active.btn-container.btn-edit, .rs-proof-of-sales-modal .referral-dashboard table td .chat-notes a.-active.btn-container.btn-edit, .chat-notes .referral-dashboard table td .rs-proof-of-sales-modal a.-active.btn-container.btn-edit, .referral-dashboard table td .rs-proof-of-sales-modal .chat-notes a.-active.btn-container.btn-edit, .chat-notes .rs-proof-of-sales-modal .referral-dashboard table td a.-active.btn-container.btn-lead, .rs-proof-of-sales-modal .referral-dashboard table td .chat-notes a.-active.btn-container.btn-lead, .chat-notes .referral-dashboard table td .rs-proof-of-sales-modal a.-active.btn-container.btn-lead, .referral-dashboard table td .rs-proof-of-sales-modal .chat-notes a.-active.btn-container.btn-lead, .chat-notes .Button.-active.button, .chat-notes .referral-dashboard table td a.-active.button.btn-edit, .referral-dashboard table td .chat-notes a.-active.button.btn-edit, .chat-notes .referral-dashboard table td a.-active.button.btn-lead, .referral-dashboard table td .chat-notes a.-active.button.btn-lead, .chat-notes .error-container > .Button.-active.goback, .chat-notes .referral-dashboard table td .error-container > a.-active.goback.btn-edit, .referral-dashboard table td .chat-notes .error-container > a.-active.goback.btn-edit, .chat-notes .referral-dashboard table td .error-container > a.-active.goback.btn-lead, .referral-dashboard table td .chat-notes .error-container > a.-active.goback.btn-lead, .referral-dashboard table td a.-active.-brand.btn-edit, .referral-dashboard table td .chat-notes .step-form > .submit-container.-nav a.-active.btn-edit.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .referral-dashboard table td a.-active.btn-edit.submit-requirements-btn, .referral-dashboard table td .chat-notes .rs-proof-of-sales-modal a.-active.btn-edit.btn-container, .rs-proof-of-sales-modal .chat-notes .referral-dashboard table td a.-active.btn-edit.btn-container, .referral-dashboard table td a.-active.-brand.btn-lead, .referral-dashboard table td .chat-notes .step-form > .submit-container.-nav a.-active.btn-lead.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .referral-dashboard table td a.-active.btn-lead.submit-requirements-btn, .referral-dashboard table td .chat-notes .rs-proof-of-sales-modal a.-active.btn-lead.btn-container, .rs-proof-of-sales-modal .chat-notes .referral-dashboard table td a.-active.btn-lead.btn-container, .button.-active.-brand, .-active.-brand.collections-primary-button, .-active.-brand.collections-secondary-button, .-active.-brand.file-input-button, .step-form > .submit-container.-nav .-active.-brand.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .-active.submit-requirements-btn.button, .chat-notes .step-form > .submit-container.-nav .-active.submit-requirements-btn.button, .rs-proof-of-sales-modal .-active.-brand.btn-container, .chat-notes .-active.button, .error-container > .-active.-brand.goback {
  background-color: #004fa8;
  color: white;
}

/* line 28, app/assets/stylesheets/components/forms/button.scss */
.Button.-primary, .Button.file-input-button, .referral-dashboard table td a.file-input-button.btn-edit, .referral-dashboard table td a.file-input-button.btn-lead, .referral-dashboard table td a.-primary.btn-edit, .referral-dashboard table td .error-container > a.btn-edit.goback, .referral-dashboard table td a.-primary.btn-lead, .referral-dashboard table td .error-container > a.btn-lead.goback, .error-container > .Button.goback, .button.-primary, .collections-primary-button, .-primary.collections-secondary-button, .file-input-button, .file-input-button.-disabled, .step-form > .submit-container.-nav .-primary.submit-requirements-btn, .step-form > .submit-container.-nav .submit-requirements-btn.file-input-button, .step-form > .submit-container.-nav .error-container > .submit-requirements-btn.goback, .rs-proof-of-sales-modal .-primary.btn-container, .rs-proof-of-sales-modal .btn-container.file-input-button, .rs-proof-of-sales-modal .error-container > .btn-container.goback, .congratulatory-box > .collections-primary-button, .congratulatory-box > .file-input-button, .chat-notes .collections-primary-button, .chat-notes .file-input-button, .chat-notes .error-container > .goback, .error-container > .goback {
  background-color: #1c8ef2;
  color: white;
}

/* line 33, app/assets/stylesheets/components/forms/button.scss */
.Button.-active.-primary, .Button.-active.file-input-button, .referral-dashboard table td a.-active.file-input-button.btn-edit, .referral-dashboard table td a.-active.file-input-button.btn-lead, .referral-dashboard table td a.-active.-primary.btn-edit, .referral-dashboard table td .error-container > a.-active.btn-edit.goback, .referral-dashboard table td a.-active.-primary.btn-lead, .referral-dashboard table td .error-container > a.-active.btn-lead.goback, .error-container > .Button.-active.goback, .button.-active.-primary, .-active.collections-primary-button, .-active.-primary.collections-secondary-button, .-active.file-input-button, .step-form > .submit-container.-nav .-active.-primary.submit-requirements-btn, .step-form > .submit-container.-nav .-active.submit-requirements-btn.file-input-button, .step-form > .submit-container.-nav .error-container > .-active.submit-requirements-btn.goback, .rs-proof-of-sales-modal .-active.-primary.btn-container, .rs-proof-of-sales-modal .error-container > .-active.btn-container.goback, .chat-notes .error-container > .-active.goback, .error-container > .-active.goback {
  background-color: #0c74cf;
  color: white;
}

/* line 28, app/assets/stylesheets/components/forms/button.scss */
.Button.-positive, .bank-account-wizard > .wizard-button.complete > .Button.step, .referral-dashboard table td .bank-account-wizard > .wizard-button.complete > a.step.btn-edit, .referral-dashboard table td .bank-account-wizard > .wizard-button.complete > a.step.btn-lead, .step-form > .submit-container.-nav .Button.submit-requirements-btn, .step-form > .submit-container.-nav .referral-dashboard table td a.submit-requirements-btn.btn-edit, .referral-dashboard table td .step-form > .submit-container.-nav a.submit-requirements-btn.btn-edit, .step-form > .submit-container.-nav .referral-dashboard table td a.submit-requirements-btn.btn-lead, .referral-dashboard table td .step-form > .submit-container.-nav a.submit-requirements-btn.btn-lead, .congratulatory-box > .Button.button, .referral-dashboard table td .congratulatory-box > a.button.btn-edit, .referral-dashboard table td .congratulatory-box > a.button.btn-lead, .referral-dashboard table td a.-positive.btn-edit, .referral-dashboard table td a.-positive.btn-lead, .button.-positive, .-positive.collections-primary-button, .bank-account-wizard > .wizard-button.complete > .collections-primary-button.step, .-positive.collections-secondary-button, .bank-account-wizard > .wizard-button.complete > .collections-secondary-button.step, .-positive.file-input-button, .bank-account-wizard > .wizard-button.complete > .file-input-button.step, .bank-account-wizard > .wizard-button.complete > .button.step, .rs-proof-of-sales-modal .bank-account-wizard > .wizard-button.complete > .step.btn-container, .chat-notes .bank-account-wizard > .wizard-button.complete > .step.button, .bank-account-wizard > .error-container.wizard-button.complete > .step.goback, .step-form > .submit-container.-nav .submit-requirements-btn, .rs-proof-of-sales-modal .-positive.btn-container, .rs-proof-of-sales-modal .step-form > .submit-container.-nav .btn-container.submit-requirements-btn, .rs-proof-of-sales-modal .congratulatory-box > .btn-container.button, .congratulatory-box > .button, .chat-notes .bank-account-wizard > .wizard-button.complete > .step.collections-primary-button, .chat-notes .bank-account-wizard > .wizard-button.complete > .step.collections-secondary-button, .chat-notes .bank-account-wizard > .wizard-button.complete > .step.file-input-button, .rs-proof-of-sales-modal .chat-notes .bank-account-wizard > .wizard-button.complete > .step.btn-container, .chat-notes .bank-account-wizard > .error-container.wizard-button.complete > .step.goback, .chat-notes .step-form > .submit-container.-nav .submit-requirements-btn, .chat-notes .congratulatory-box > .button, .error-container > .-positive.goback {
  background-color: #11c097;
  color: white;
}

/* line 33, app/assets/stylesheets/components/forms/button.scss */
.Button.-active.-positive, .bank-account-wizard > .wizard-button.complete > .Button.-active.step, .referral-dashboard table td .bank-account-wizard > .wizard-button.complete > a.-active.step.btn-edit, .referral-dashboard table td .bank-account-wizard > .wizard-button.complete > a.-active.step.btn-lead, .step-form > .submit-container.-nav .Button.-active.submit-requirements-btn, .step-form > .submit-container.-nav .referral-dashboard table td a.-active.submit-requirements-btn.btn-edit, .referral-dashboard table td .step-form > .submit-container.-nav a.-active.submit-requirements-btn.btn-edit, .step-form > .submit-container.-nav .referral-dashboard table td a.-active.submit-requirements-btn.btn-lead, .referral-dashboard table td .step-form > .submit-container.-nav a.-active.submit-requirements-btn.btn-lead, .congratulatory-box > .Button.-active.button, .referral-dashboard table td .congratulatory-box > a.-active.button.btn-edit, .referral-dashboard table td .congratulatory-box > a.-active.button.btn-lead, .referral-dashboard table td a.-active.-positive.btn-edit, .referral-dashboard table td a.-active.-positive.btn-lead, .button.-active.-positive, .-active.-positive.collections-primary-button, .bank-account-wizard > .wizard-button.complete > .-active.collections-primary-button.step, .-active.-positive.collections-secondary-button, .bank-account-wizard > .wizard-button.complete > .-active.collections-secondary-button.step, .-active.-positive.file-input-button, .bank-account-wizard > .wizard-button.complete > .-active.file-input-button.step, .bank-account-wizard > .wizard-button.complete > .button.-active.step, .rs-proof-of-sales-modal .bank-account-wizard > .wizard-button.complete > .-active.step.btn-container, .chat-notes .bank-account-wizard > .wizard-button.complete > .-active.step.button, .bank-account-wizard > .error-container.wizard-button.complete > .-active.step.goback, .step-form > .submit-container.-nav .-active.submit-requirements-btn, .rs-proof-of-sales-modal .-active.-positive.btn-container, .rs-proof-of-sales-modal .step-form > .submit-container.-nav .-active.btn-container.submit-requirements-btn, .congratulatory-box > .-active.collections-primary-button, .congratulatory-box > .-active.collections-secondary-button, .congratulatory-box > .-active.file-input-button, .rs-proof-of-sales-modal .congratulatory-box > .-active.btn-container, .congratulatory-box > .-active.button, .chat-notes .congratulatory-box > .-active.button, .error-container.congratulatory-box > .-active.goback, .chat-notes .step-form > .submit-container.-nav .-active.submit-requirements-btn, .error-container > .-active.-positive.goback {
  background-color: #0d9172;
  color: white;
}

/* line 28, app/assets/stylesheets/components/forms/button.scss */
.Button.-negative, .resurfacedocument-modal > .Button.notice, .referral-dashboard table td .resurfacedocument-modal > a.notice.btn-edit, .referral-dashboard table td .resurfacedocument-modal > a.notice.btn-lead, .referral-dashboard table td a.-negative.btn-edit, .referral-dashboard table td a.-negative.btn-lead, .button.-negative, .-negative.collections-primary-button, .resurfacedocument-modal > .collections-primary-button.notice, .-negative.collections-secondary-button, .resurfacedocument-modal > .collections-secondary-button.notice, .-negative.file-input-button, .resurfacedocument-modal > .file-input-button.notice, .step-form > .submit-container.-nav .-negative.submit-requirements-btn, .step-form > .submit-container.-nav .resurfacedocument-modal > .submit-requirements-btn.notice, .rs-proof-of-sales-modal .-negative.btn-container, .rs-proof-of-sales-modal .resurfacedocument-modal > .btn-container.notice, .chat-notes .resurfacedocument-modal > .button.notice, .resurfacedocument-modal > .button.notice, .error-container > .-negative.goback, .resurfacedocument-modal.error-container > .goback.notice {
  background-color: #fa5764;
  color: white;
}

/* line 33, app/assets/stylesheets/components/forms/button.scss */
.Button.-active.-negative, .resurfacedocument-modal > .Button.-active.notice, .referral-dashboard table td .resurfacedocument-modal > a.-active.notice.btn-edit, .referral-dashboard table td .resurfacedocument-modal > a.-active.notice.btn-lead, .referral-dashboard table td a.-active.-negative.btn-edit, .referral-dashboard table td a.-active.-negative.btn-lead, .button.-active.-negative, .-active.-negative.collections-primary-button, .resurfacedocument-modal > .-active.collections-primary-button.notice, .-active.-negative.collections-secondary-button, .resurfacedocument-modal > .-active.collections-secondary-button.notice, .-active.-negative.file-input-button, .resurfacedocument-modal > .-active.file-input-button.notice, .step-form > .submit-container.-nav .-active.-negative.submit-requirements-btn, .step-form > .submit-container.-nav .resurfacedocument-modal > .-active.submit-requirements-btn.notice, .rs-proof-of-sales-modal .-active.-negative.btn-container, .rs-proof-of-sales-modal .resurfacedocument-modal > .-active.btn-container.notice, .chat-notes .resurfacedocument-modal > .-active.button.notice, .resurfacedocument-modal > .button.-active.notice, .error-container.resurfacedocument-modal > .-active.notice.goback, .error-container > .-active.-negative.goback {
  background-color: #f82537;
  color: white;
}

/* line 28, app/assets/stylesheets/components/forms/button.scss */
.Button.-warning, .referral-dashboard table td a.-warning.btn-edit, .referral-dashboard table td a.-warning.btn-lead, .button.-warning, .-warning.collections-primary-button, .-warning.collections-secondary-button, .-warning.file-input-button, .step-form > .submit-container.-nav .-warning.submit-requirements-btn, .rs-proof-of-sales-modal .-warning.btn-container, .error-container > .-warning.goback {
  background-color: #ecc44b;
  color: white;
}

/* line 33, app/assets/stylesheets/components/forms/button.scss */
.Button.-active.-warning, .referral-dashboard table td a.-active.-warning.btn-edit, .referral-dashboard table td a.-active.-warning.btn-lead, .button.-active.-warning, .-active.-warning.collections-primary-button, .-active.-warning.collections-secondary-button, .-active.-warning.file-input-button, .step-form > .submit-container.-nav .-active.-warning.submit-requirements-btn, .rs-proof-of-sales-modal .-active.-warning.btn-container, .error-container > .-active.-warning.goback {
  background-color: #e7b51d;
  color: white;
}

/* line 40, app/assets/stylesheets/components/forms/button.scss */
.Button.disabled, .referral-dashboard table td a.disabled.btn-edit, .referral-dashboard table td a.disabled.btn-lead, .Button.-disabled, .referral-dashboard table td a.-disabled.btn-edit, .referral-dashboard table td a.-disabled.btn-lead, .button.disabled, .disabled.collections-primary-button, .disabled.collections-secondary-button, .disabled.file-input-button, .step-form > .submit-container.-nav .disabled.submit-requirements-btn, .rs-proof-of-sales-modal .disabled.btn-container, .error-container > .disabled.goback, .button.-disabled, .-disabled.collections-primary-button, .-disabled.collections-secondary-button, .-disabled.file-input-button, .step-form > .submit-container.-nav .-disabled.submit-requirements-btn, .rs-proof-of-sales-modal .-disabled.btn-container, .error-container > .-disabled.goback {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/components/forms/button.scss */
.Button:active, .referral-dashboard table td a.btn-edit:active, .referral-dashboard table td a.btn-lead:active, .Button.-active, .referral-dashboard table td a.-active.btn-edit, .referral-dashboard table td a.-active.btn-lead, .button:active, .collections-primary-button:active, .collections-secondary-button:active, .file-input-button:active, .step-form > .submit-container.-nav .submit-requirements-btn:active, .rs-proof-of-sales-modal .btn-container:active, .error-container > .goback:active, .button.-active, .-active.collections-primary-button, .-active.collections-secondary-button, .-active.file-input-button, .step-form > .submit-container.-nav .-active.submit-requirements-btn, .rs-proof-of-sales-modal .-active.btn-container, .error-container > .-active.goback {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(20, 26, 31, 0.1);
}

/* line 50, app/assets/stylesheets/components/forms/button.scss */
.Button:disabled, .referral-dashboard table td a.btn-edit:disabled, .referral-dashboard table td a.btn-lead:disabled, .button:disabled, .collections-primary-button:disabled, .collections-secondary-button:disabled, .file-input-button:disabled, .step-form > .submit-container.-nav .submit-requirements-btn:disabled, .rs-proof-of-sales-modal .btn-container:disabled, .error-container > .goback:disabled {
  cursor: default;
  opacity: 0.6;
}

/* line 55, app/assets/stylesheets/components/forms/button.scss */
.Button:hover, .referral-dashboard table td a.btn-edit:hover, .referral-dashboard table td a.btn-lead:hover, .button:hover, .collections-primary-button:hover, .collections-secondary-button:hover, .file-input-button:hover, .step-form > .submit-container.-nav .submit-requirements-btn:hover, .rs-proof-of-sales-modal .btn-container:hover, .error-container > .goback:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(20, 26, 31, 0.15);
}

/* line 60, app/assets/stylesheets/components/forms/button.scss */
.Button.-block, .rs-proof-of-sales-modal .Button.btn-container, .rs-proof-of-sales-modal .referral-dashboard table td a.btn-container.btn-edit, .referral-dashboard table td .rs-proof-of-sales-modal a.btn-container.btn-edit, .rs-proof-of-sales-modal .referral-dashboard table td a.btn-container.btn-lead, .referral-dashboard table td .rs-proof-of-sales-modal a.btn-container.btn-lead, .rs-proof-of-billing-modal .btn-container .Button.btn, .rs-proof-of-billing-modal .btn-container .referral-dashboard table td a.btn.btn-edit, .referral-dashboard table td .rs-proof-of-billing-modal .btn-container a.btn.btn-edit, .rs-proof-of-billing-modal .btn-container .referral-dashboard table td a.btn.btn-lead, .referral-dashboard table td .rs-proof-of-billing-modal .btn-container a.btn.btn-lead, .referral-dashboard table td a.-block.btn-edit, .referral-dashboard table td a.-block.btn-lead, .button.-block, .-block.collections-primary-button, .rs-proof-of-billing-modal .btn-container .collections-primary-button.btn, .-block.collections-secondary-button, .rs-proof-of-billing-modal .btn-container .collections-secondary-button.btn, .-block.file-input-button, .rs-proof-of-billing-modal .btn-container .file-input-button.btn, .step-form > .submit-container.-nav .-block.submit-requirements-btn, .step-form > .submit-container.-nav .rs-proof-of-sales-modal .submit-requirements-btn.btn-container, .rs-proof-of-sales-modal .step-form > .submit-container.-nav .submit-requirements-btn.btn-container, .step-form > .submit-container.-nav .rs-proof-of-billing-modal .btn-container .submit-requirements-btn.btn, .rs-proof-of-billing-modal .btn-container .step-form > .submit-container.-nav .submit-requirements-btn.btn, .rs-proof-of-sales-modal .btn-container, .rs-proof-of-billing-modal .btn-container .button.btn, .rs-proof-of-billing-modal .btn-container .rs-proof-of-sales-modal .btn.btn-container, .rs-proof-of-sales-modal .rs-proof-of-billing-modal .btn-container .btn.btn-container, .rs-proof-of-billing-modal .btn-container .error-container > .btn.goback, .chat-notes .step-form > .submit-container.-nav .rs-proof-of-billing-modal .btn-container .btn.submit-requirements-btn, .rs-proof-of-billing-modal .btn-container .chat-notes .error-container > .btn.goback, .error-container > .-block.goback {
  justify-content: center;
  width: 100%;
}

/* line 65, app/assets/stylesheets/components/forms/button.scss */
.Button.-rounded, .referral-dashboard table td a.-rounded.btn-edit, .referral-dashboard table td .error-container > a.btn-edit.goback, .referral-dashboard table td a.-rounded.btn-lead, .referral-dashboard table td .error-container > a.btn-lead.goback, .error-container > .Button.goback, .button.-rounded, .-rounded.collections-primary-button, .-rounded.collections-secondary-button, .-rounded.file-input-button, .step-form > .submit-container.-nav .-rounded.submit-requirements-btn, .step-form > .submit-container.-nav .error-container > .submit-requirements-btn.goback, .rs-proof-of-sales-modal .-rounded.btn-container, .rs-proof-of-sales-modal .error-container > .btn-container.goback, .chat-notes .error-container > .goback, .error-container > .goback {
  border-radius: 999rem;
}

/* line 69, app/assets/stylesheets/components/forms/button.scss */
.Button.-noradius, .referral-dashboard table td a.-noradius.btn-edit, .referral-dashboard table td a.-noradius.btn-lead, .button.-noradius, .-noradius.collections-primary-button, .-noradius.collections-secondary-button, .-noradius.file-input-button, .step-form > .submit-container.-nav .-noradius.submit-requirements-btn, .rs-proof-of-sales-modal .-noradius.btn-container, .error-container > .-noradius.goback {
  border-radius: 0;
}

/* line 74, app/assets/stylesheets/components/forms/button.scss */
.Button.-small, .bank-account-wizard > .wizard-button > .Button.step, .referral-dashboard table td .bank-account-wizard > .wizard-button > a.step.btn-edit, .referral-dashboard table td .bank-account-wizard > .wizard-button > a.step.btn-lead, .referral-dashboard table td a.btn-edit, .referral-dashboard table td a.btn-lead, .button.-small, .-small.collections-primary-button, .bank-account-wizard > .wizard-button > .collections-primary-button.step, .-small.collections-secondary-button, .bank-account-wizard > .wizard-button > .collections-secondary-button.step, .-small.file-input-button, .bank-account-wizard > .wizard-button > .file-input-button.step, .bank-account-wizard > .wizard-button > .button.step, .step-form > .submit-container.-nav .bank-account-wizard > .wizard-button > .step.submit-requirements-btn, .rs-proof-of-sales-modal .bank-account-wizard > .wizard-button > .step.btn-container, .chat-notes .bank-account-wizard > .wizard-button > .step.button, .bank-account-wizard > .error-container.wizard-button > .step.goback, .step-form > .submit-container.-nav .-small.submit-requirements-btn, .rs-proof-of-sales-modal .-small.btn-container, .chat-notes .bank-account-wizard > .wizard-button > .collections-primary-button.step, .chat-notes .bank-account-wizard > .wizard-button > .collections-secondary-button.step, .chat-notes .bank-account-wizard > .wizard-button > .step.file-input-button, .chat-notes .step-form > .submit-container.-nav .bank-account-wizard > .wizard-button > .step.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .bank-account-wizard > .wizard-button > .step.submit-requirements-btn, .rs-proof-of-sales-modal .chat-notes .bank-account-wizard > .wizard-button > .step.btn-container, .chat-notes .bank-account-wizard > .error-container.wizard-button > .step.goback, .error-container > .-small.goback {
  height: 1.5rem;
  font-size: 0.6rem;
  padding: 0 0.5rem;
}

/* line 80, app/assets/stylesheets/components/forms/button.scss */
.Button.-large, .referral-dashboard table td a.-large.btn-edit, .referral-dashboard table td a.-large.btn-lead, .button.-large, .-large.collections-primary-button, .-large.collections-secondary-button, .-large.file-input-button, .step-form > .submit-container.-nav .-large.submit-requirements-btn, .rs-proof-of-sales-modal .-large.btn-container, .error-container > .-large.goback {
  font-size: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 87, app/assets/stylesheets/components/forms/button.scss */
.Button.-blue-gradient, .referral-dashboard table td a.-blue-gradient.btn-edit, .referral-dashboard table td a.-blue-gradient.btn-lead, .button.-blue-gradient, .-blue-gradient.collections-primary-button, .-blue-gradient.collections-secondary-button, .-blue-gradient.file-input-button, .step-form > .submit-container.-nav .-blue-gradient.submit-requirements-btn, .rs-proof-of-sales-modal .-blue-gradient.btn-container, .error-container > .-blue-gradient.goback {
  background: linear-gradient(90deg, #00b5ff, #3932f5);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: capitalize;
  font-size: 1rem;
}

/* line 99, app/assets/stylesheets/components/forms/button.scss */
.button.-ghost, .-ghost.collections-primary-button, .-ghost.collections-secondary-button, .-ghost.file-input-button, .step-form > .submit-container.-nav .-ghost.submit-requirements-btn, .rs-proof-of-sales-modal .-ghost.btn-container, .error-container > .-ghost.goback {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #677889, 0 0 0 1px rgba(20, 26, 31, 0);
  color: #677889;
}

/* line 105, app/assets/stylesheets/components/forms/button.scss */
.button.-ghost.-primary, .-ghost.collections-primary-button, .-ghost.-primary.collections-secondary-button, .-ghost.file-input-button, .step-form > .submit-container.-nav .-ghost.-primary.submit-requirements-btn, .step-form > .submit-container.-nav .-ghost.submit-requirements-btn.file-input-button, .step-form > .submit-container.-nav .error-container > .-ghost.submit-requirements-btn.goback, .rs-proof-of-sales-modal .-ghost.-primary.btn-container, .rs-proof-of-sales-modal .error-container > .-ghost.btn-container.goback, .chat-notes .error-container > .-ghost.goback, .error-container > .-ghost.goback {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #0080ff, 0 0 0 1px rgba(20, 26, 31, 0);
  color: #0080ff;
}

/* line 111, app/assets/stylesheets/components/forms/button.scss */
.button.-ghost.-positive, .-ghost.-positive.collections-primary-button, .bank-account-wizard > .wizard-button.complete > .-ghost.collections-primary-button.step, .-ghost.-positive.collections-secondary-button, .bank-account-wizard > .wizard-button.complete > .-ghost.collections-secondary-button.step, .-ghost.-positive.file-input-button, .bank-account-wizard > .wizard-button.complete > .-ghost.file-input-button.step, .bank-account-wizard > .wizard-button.complete > .button.-ghost.step, .rs-proof-of-sales-modal .bank-account-wizard > .wizard-button.complete > .-ghost.step.btn-container, .chat-notes .bank-account-wizard > .wizard-button.complete > .-ghost.step.button, .bank-account-wizard > .error-container.wizard-button.complete > .-ghost.step.goback, .step-form > .submit-container.-nav .-ghost.submit-requirements-btn, .rs-proof-of-sales-modal .-ghost.-positive.btn-container, .rs-proof-of-sales-modal .step-form > .submit-container.-nav .-ghost.btn-container.submit-requirements-btn, .rs-proof-of-sales-modal .congratulatory-box > .-ghost.btn-container.button, .congratulatory-box > .-ghost.button, .chat-notes .step-form > .submit-container.-nav .-ghost.submit-requirements-btn, .chat-notes .congratulatory-box > .-ghost.button, .error-container > .-ghost.-positive.goback {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #11c080, 0 0 0 1px rgba(20, 26, 31, 0);
  color: #11c080;
}

/* line 117, app/assets/stylesheets/components/forms/button.scss */
.button.-ghost.-warning, .-ghost.-warning.collections-primary-button, .-ghost.-warning.collections-secondary-button, .-ghost.-warning.file-input-button, .step-form > .submit-container.-nav .-ghost.-warning.submit-requirements-btn, .rs-proof-of-sales-modal .-ghost.-warning.btn-container, .error-container > .-ghost.-warning.goback {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fae105, 0 0 0 1px rgba(20, 26, 31, 0);
  color: #fae105;
}

/* line 123, app/assets/stylesheets/components/forms/button.scss */
.button.-ghost.-negative, .-ghost.-negative.collections-primary-button, .resurfacedocument-modal > .-ghost.collections-primary-button.notice, .-ghost.-negative.collections-secondary-button, .resurfacedocument-modal > .-ghost.collections-secondary-button.notice, .-ghost.-negative.file-input-button, .resurfacedocument-modal > .-ghost.file-input-button.notice, .step-form > .submit-container.-nav .-ghost.-negative.submit-requirements-btn, .step-form > .submit-container.-nav .resurfacedocument-modal > .-ghost.submit-requirements-btn.notice, .rs-proof-of-sales-modal .-ghost.-negative.btn-container, .rs-proof-of-sales-modal .resurfacedocument-modal > .-ghost.btn-container.notice, .chat-notes .resurfacedocument-modal > .-ghost.button.notice, .resurfacedocument-modal > .button.-ghost.notice, .error-container.resurfacedocument-modal > .-ghost.notice.goback, .error-container > .-ghost.-negative.goback {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #ef4352, 0 0 0 1px rgba(20, 26, 31, 0);
  color: #ef4352;
}

/* line 129, app/assets/stylesheets/components/forms/button.scss */
.button.-ghost:hover, .-ghost.collections-primary-button:hover, .-ghost.collections-secondary-button:hover, .-ghost.file-input-button:hover, .step-form > .submit-container.-nav .-ghost.submit-requirements-btn:hover, .rs-proof-of-sales-modal .-ghost.btn-container:hover, .error-container > .-ghost.goback:hover {
  opacity: 0.6;
}

/* line 133, app/assets/stylesheets/components/forms/button.scss */
.button.-ghost:active, .-ghost.collections-primary-button:active, .-ghost.collections-secondary-button:active, .-ghost.file-input-button:active, .step-form > .submit-container.-nav .-ghost.submit-requirements-btn:active, .rs-proof-of-sales-modal .-ghost.btn-container:active, .error-container > .-ghost.goback:active {
  opacity: 0.4;
}

/* line 139, app/assets/stylesheets/components/forms/button.scss */
.button.-blank, .-blank.collections-primary-button, .-blank.collections-secondary-button, .-blank.file-input-button, .step-form > .submit-container.-nav .-blank.submit-requirements-btn, .rs-proof-of-sales-modal .-blank.btn-container, .error-container > .-blank.goback,
.button.-blank.primary,
.-blank.primary.collections-primary-button,
.-blank.primary.collections-secondary-button,
.-blank.primary.file-input-button,
.step-form > .submit-container.-nav .-blank.primary.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.primary.btn-container,
.error-container > .-blank.primary.goback,
.button.-blank.positive,
.-blank.positive.collections-primary-button,
.-blank.positive.collections-secondary-button,
.-blank.positive.file-input-button,
.step-form > .submit-container.-nav .-blank.positive.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.positive.btn-container,
.error-container > .-blank.positive.goback,
.button.-blank.warning,
.-blank.warning.collections-primary-button,
.-blank.warning.collections-secondary-button,
.-blank.warning.file-input-button,
.step-form > .submit-container.-nav .-blank.warning.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.warning.btn-container,
.error-container > .-blank.warning.goback,
.button.-blank.negative,
.-blank.negative.collections-primary-button,
.-blank.negative.collections-secondary-button,
.-blank.negative.file-input-button,
.step-form > .submit-container.-nav .-blank.negative.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.negative.btn-container,
.error-container > .-blank.negative.goback {
  background-color: transparent;
  box-shadow: none;
  color: #141a1f;
  padding: 0.25rem;
  min-height: 2rem;
}

/* line 151, app/assets/stylesheets/components/forms/button.scss */
.button.-blank:hover, .-blank.collections-primary-button:hover, .-blank.collections-secondary-button:hover, .-blank.file-input-button:hover, .step-form > .submit-container.-nav .-blank.submit-requirements-btn:hover, .rs-proof-of-sales-modal .-blank.btn-container:hover, .error-container > .-blank.goback:hover {
  box-shadow: none;
  opacity: .6;
}

/* line 156, app/assets/stylesheets/components/forms/button.scss */
.button.-blank:active, .-blank.collections-primary-button:active, .-blank.collections-secondary-button:active, .-blank.file-input-button:active, .step-form > .submit-container.-nav .-blank.submit-requirements-btn:active, .rs-proof-of-sales-modal .-blank.btn-container:active, .error-container > .-blank.goback:active {
  box-shadow: none;
  opacity: .4;
}

/* line 161, app/assets/stylesheets/components/forms/button.scss */

.button.-blank.primary,
.-blank.primary.collections-primary-button,
.-blank.primary.collections-secondary-button,
.-blank.primary.file-input-button,
.step-form > .submit-container.-nav .-blank.primary.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.primary.btn-container,
.error-container > .-blank.primary.goback {
  color: #0080ff;
}

/* line 162, app/assets/stylesheets/components/forms/button.scss */

.button.-blank.positive,
.-blank.positive.collections-primary-button,
.-blank.positive.collections-secondary-button,
.-blank.positive.file-input-button,
.step-form > .submit-container.-nav .-blank.positive.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.positive.btn-container,
.error-container > .-blank.positive.goback {
  color: #11c080;
}

/* line 163, app/assets/stylesheets/components/forms/button.scss */

.button.-blank.warning,
.-blank.warning.collections-primary-button,
.-blank.warning.collections-secondary-button,
.-blank.warning.file-input-button,
.step-form > .submit-container.-nav .-blank.warning.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.warning.btn-container,
.error-container > .-blank.warning.goback {
  color: #fae105;
}

/* line 164, app/assets/stylesheets/components/forms/button.scss */

.button.-blank.negative,
.-blank.negative.collections-primary-button,
.-blank.negative.collections-secondary-button,
.-blank.negative.file-input-button,
.step-form > .submit-container.-nav .-blank.negative.submit-requirements-btn,
.rs-proof-of-sales-modal .-blank.negative.btn-container,
.error-container > .-blank.negative.goback {
  color: #ef4352;
}

/* line 168, app/assets/stylesheets/components/forms/button.scss */
.button.-loading, .-loading.collections-primary-button, .-loading.collections-secondary-button, .-loading.file-input-button, .step-form > .submit-container.-nav .-loading.submit-requirements-btn, .rs-proof-of-sales-modal .-loading.btn-container, .error-container > .-loading.goback {
  background-image: url(/assets/loaders/loading-grey-l-128444d7f7bc884f887a0f5b75465ee3db385f2baf661e2731c3d673a932642f.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  color: transparent;
}

/* line 175, app/assets/stylesheets/components/forms/button.scss */
.button.-loading.primary, .-loading.primary.collections-primary-button, .-loading.primary.collections-secondary-button, .-loading.primary.file-input-button, .step-form > .submit-container.-nav .-loading.primary.submit-requirements-btn, .rs-proof-of-sales-modal .-loading.primary.btn-container, .error-container > .-loading.primary.goback, .button.-loading.-primary, .-loading.collections-primary-button, .-loading.-primary.collections-secondary-button, .-loading.file-input-button, .step-form > .submit-container.-nav .-loading.-primary.submit-requirements-btn, .step-form > .submit-container.-nav .-loading.submit-requirements-btn.file-input-button, .step-form > .submit-container.-nav .error-container > .-loading.submit-requirements-btn.goback, .rs-proof-of-sales-modal .-loading.-primary.btn-container, .rs-proof-of-sales-modal .error-container > .-loading.btn-container.goback, .chat-notes .error-container > .-loading.goback, .error-container > .-loading.goback, .button.-loading.-brand, .-loading.-brand.collections-primary-button, .-loading.-brand.collections-secondary-button, .-loading.-brand.file-input-button, .step-form > .submit-container.-nav .-loading.-brand.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .-loading.submit-requirements-btn.button, .chat-notes .step-form > .submit-container.-nav .-loading.submit-requirements-btn.button, .rs-proof-of-sales-modal .-loading.-brand.btn-container, .chat-notes .-loading.button, .error-container > .-loading.-brand.goback {
  background-image: url(/assets/loaders/loading-blue-fdbf964a3388cfd66f50af2111d1c855bf8036f433a270479b8ee5dd8ca9bebf.gif);
}

/* line 179, app/assets/stylesheets/components/forms/button.scss */
.button.-loading.positive, .-loading.positive.collections-primary-button, .-loading.positive.collections-secondary-button, .-loading.positive.file-input-button, .step-form > .submit-container.-nav .-loading.positive.submit-requirements-btn, .rs-proof-of-sales-modal .-loading.positive.btn-container, .error-container > .-loading.positive.goback, .button.-loading.-positive, .-loading.-positive.collections-primary-button, .bank-account-wizard > .wizard-button.complete > .-loading.collections-primary-button.step, .-loading.-positive.collections-secondary-button, .bank-account-wizard > .wizard-button.complete > .-loading.collections-secondary-button.step, .-loading.-positive.file-input-button, .bank-account-wizard > .wizard-button.complete > .-loading.file-input-button.step, .bank-account-wizard > .wizard-button.complete > .button.-loading.step, .rs-proof-of-sales-modal .bank-account-wizard > .wizard-button.complete > .-loading.step.btn-container, .chat-notes .bank-account-wizard > .wizard-button.complete > .-loading.step.button, .bank-account-wizard > .error-container.wizard-button.complete > .-loading.step.goback, .step-form > .submit-container.-nav .-loading.submit-requirements-btn, .rs-proof-of-sales-modal .-loading.-positive.btn-container, .rs-proof-of-sales-modal .step-form > .submit-container.-nav .-loading.btn-container.submit-requirements-btn, .rs-proof-of-sales-modal .congratulatory-box > .-loading.btn-container.button, .congratulatory-box > .-loading.button, .chat-notes .step-form > .submit-container.-nav .-loading.submit-requirements-btn, .chat-notes .congratulatory-box > .-loading.button, .error-container > .-loading.-positive.goback {
  background-image: url(/assets/loaders/loading-red-25b8ac458f344880449176b11ee643c2e300d56091b0904b0e519745c51b024b.gif);
}

/* line 183, app/assets/stylesheets/components/forms/button.scss */
.button.-loading.warning, .-loading.warning.collections-primary-button, .-loading.warning.collections-secondary-button, .-loading.warning.file-input-button, .step-form > .submit-container.-nav .-loading.warning.submit-requirements-btn, .rs-proof-of-sales-modal .-loading.warning.btn-container, .error-container > .-loading.warning.goback, .button.-loading.-warning, .-loading.-warning.collections-primary-button, .-loading.-warning.collections-secondary-button, .-loading.-warning.file-input-button, .step-form > .submit-container.-nav .-loading.-warning.submit-requirements-btn, .rs-proof-of-sales-modal .-loading.-warning.btn-container, .error-container > .-loading.-warning.goback {
  background-image: url(/assets/loaders/loading-yellow-f2c0842f3fc23b7bcebc6a4fffc203c965547a15e9c2eb313cf7ebc59eb62b68.gif);
}

/* line 187, app/assets/stylesheets/components/forms/button.scss */
.button.-loading.negative, .-loading.negative.collections-primary-button, .-loading.negative.collections-secondary-button, .-loading.negative.file-input-button, .step-form > .submit-container.-nav .-loading.negative.submit-requirements-btn, .rs-proof-of-sales-modal .-loading.negative.btn-container, .error-container > .-loading.negative.goback, .button.-loading.-negative, .-loading.-negative.collections-primary-button, .resurfacedocument-modal > .-loading.collections-primary-button.notice, .-loading.-negative.collections-secondary-button, .resurfacedocument-modal > .-loading.collections-secondary-button.notice, .-loading.-negative.file-input-button, .resurfacedocument-modal > .-loading.file-input-button.notice, .step-form > .submit-container.-nav .-loading.-negative.submit-requirements-btn, .step-form > .submit-container.-nav .resurfacedocument-modal > .-loading.submit-requirements-btn.notice, .rs-proof-of-sales-modal .-loading.-negative.btn-container, .rs-proof-of-sales-modal .resurfacedocument-modal > .-loading.btn-container.notice, .chat-notes .resurfacedocument-modal > .-loading.button.notice, .resurfacedocument-modal > .button.-loading.notice, .error-container.resurfacedocument-modal > .-loading.notice.goback, .error-container > .-loading.-negative.goback {
  background-image: url(/assets/loaders/loading-red-25b8ac458f344880449176b11ee643c2e300d56091b0904b0e519745c51b024b.gif);
}

@media only screen and (max-width: 900px) {
  /* line 198, app/assets/stylesheets/components/forms/button.scss */
  .button.-mobile, .-mobile.collections-primary-button, .-mobile.collections-secondary-button, .-mobile.file-input-button, .step-form > .submit-container.-nav .-mobile.submit-requirements-btn, .rs-proof-of-sales-modal .-mobile.btn-container, .error-container > .-mobile.goback {
    height: auto;
    padding: 1rem;
    display: inherit;
    border-radius: 0;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* line 210, app/assets/stylesheets/components/forms/button.scss */
.btn.btn-custom {
  font-size: 0.8rem;
  height: 35px;
  line-height: 35px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 2px;
  letter-spacing: 0px;
}

/* line 220, app/assets/stylesheets/components/forms/button.scss */
.btn.btn-no-border {
  border: 0;
  letter-spacing: 0px;
  text-transform: none;
}

/* line 226, app/assets/stylesheets/components/forms/button.scss */
.button.-repayment, .-repayment.collections-primary-button, .-repayment.collections-secondary-button, .-repayment.file-input-button, .step-form > .submit-container.-nav .-repayment.submit-requirements-btn, .rs-proof-of-sales-modal .-repayment.btn-container, .error-container > .-repayment.goback {
  min-height: 0;
  height: 1.3rem;
}

/* line 231, app/assets/stylesheets/components/forms/button.scss */
.button.-space-text-wrap, .-space-text-wrap.collections-primary-button, .-space-text-wrap.collections-secondary-button, .-space-text-wrap.file-input-button, .step-form > .submit-container.-nav .-space-text-wrap.submit-requirements-btn, .rs-proof-of-sales-modal .-space-text-wrap.btn-container, .error-container > .-space-text-wrap.goback {
  white-space: inherit;
  max-width: 80%;
}

/* line 236, app/assets/stylesheets/components/forms/button.scss */
.button.-center, .-center.collections-primary-button, .-center.collections-secondary-button, .-center.file-input-button, .step-form > .submit-container.-nav .-center.submit-requirements-btn, .rs-proof-of-sales-modal .-center.btn-container, .error-container > .-center.goback {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/components/forms/dropdown.scss */
.Dropdown, .dropdown {
  background-color: white;
  border-radius: 0.2rem;
  min-width: max-content;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: -999999px;
  transform: translateY(-2px);
  transition-property: transform, opacity;
  transition-duration: 210ms;
  transition-timing-function: cubic-bezier(0.46, 0.07, 0.13, 1.37);
  z-index: 10;
}

/* line 16, app/assets/stylesheets/components/forms/dropdown.scss */
.Dropdown.leftAligned, .Dropdown.-leftaligned, .dropdown.leftAligned, .dropdown.-leftaligned {
  left: 0;
  right: auto;
}

/* line 21, app/assets/stylesheets/components/forms/dropdown.scss */
.Dropdown.active, .Dropdown.-active, .dropdown.active, .dropdown.-active {
  box-shadow: 0 2px 30px rgba(20, 26, 31, 0.12), 0 20px 12px -12px rgba(20, 26, 31, 0.08);
  opacity: 1;
  top: 100%;
  transform: translateY(0);
}

/* line 31, app/assets/stylesheets/components/forms/dropdown.scss */
.Dropdown.basic > ul > li:not(.ListItem) > a {
  font-size: 1.4rem;
  line-height: 20px;
  display: flex;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  min-height: 3.2rem;
  align-items: center;
  transition: all 100ms linear;
}

/* line 44, app/assets/stylesheets/components/forms/dropdown.scss */
.Dropdown.basic > ul > li > a:hover {
  background-color: #f4f4f6;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/forms/file-input-button.scss */
.file-input-button {
  overflow: hidden;
  position: relative;
}

/* line 12, app/assets/stylesheets/components/forms/file-input-button.scss */
.file-input-button .file-input {
  cursor: inherit;
  filter: alpha(opacity=0);
  height: 100%;
  opacity: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/components/forms/file-picker.scss */
.file-picker .file {
  height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 95px;
  position: relative;
  width: 100%;
}

/* line 9, app/assets/stylesheets/components/forms/file-picker.scss */
.file-picker .file-name {
  font-size: 0.75rem;
  text-overflow: ellipsis;
}

/* line 14, app/assets/stylesheets/components/forms/file-picker.scss */
.file-picker .file-selector {
  background-color: rgba(28, 142, 242, 0.1);
  border-radius: 0.2rem;
  color: #1c8ef2;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  left: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: absolute;
  top: 0;
}

/* line 30, app/assets/stylesheets/components/forms/file-picker.scss */
.file-picker .file-selector:hover {
  background-color: rgba(28, 142, 242, 0.2);
}

/* line 34, app/assets/stylesheets/components/forms/file-picker.scss */
.file-picker .file-selector input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/forms/form-control.scss */
.Checkbox,
.Radio,
.checkbox,
.radio {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* line 12, app/assets/stylesheets/components/forms/form-control.scss */
.Checkbox > input,
.Radio > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 19, app/assets/stylesheets/components/forms/form-control.scss */
.Checkbox > input ~ div,
.Radio > input ~ div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  background-color: white;
  border: 1px solid #d5d8dd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  transition: all 100ms ease;
  margin-right: 0.5rem;
}

/* Hover state*/
/* line 36, app/assets/stylesheets/components/forms/form-control.scss */
.Checkbox:hover > input ~ div,
.Radio:hover > input ~ div {
  box-shadow: 0 4px 6px rgba(32, 52, 61, 0.05), 0 1px 3px rgba(0, 0, 0, 0.05);
  border-color: #79859a;
}

/* Checked state */
/* line 43, app/assets/stylesheets/components/forms/form-control.scss */
.Checkbox > input:checked ~ div,
.Radio > input:checked ~ div {
  color: white;
  background-color: #1c8ef2;
  border-color: #1c8ef2;
  box-shadow: 0 7px 14px rgba(32, 52, 61, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
}

/* Radio modifiers */
/* line 52, app/assets/stylesheets/components/forms/form-control.scss */
.Radio input ~ div {
  border-radius: 50%;
}

/* line 56, app/assets/stylesheets/components/forms/form-control.scss */
.Radio input ~ div > div {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/components/forms/image-upload.scss */
.image-upload, .image-upload-large {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/components/forms/image-upload.scss */
.image-upload-large {
  height: 10rem;
  position: relative;
  background-color: #f4f4f6;
}

/* line 16, app/assets/stylesheets/components/forms/image-upload.scss */
.image-upload-large > .image {
  width: inherit;
}

/* line 20, app/assets/stylesheets/components/forms/image-upload.scss */
.image-upload-large > button {
  position: absolute;
}

/* line 25, app/assets/stylesheets/components/forms/image-upload.scss */
.file-preview {
  justify-content: center;
  text-align: center;
}

/* line 1, app/assets/stylesheets/components/forms/input.scss */
.Input, .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #c5d1dd;
  border-radius: 0.2rem;
  box-shadow: inset 0 1px 2px rgba(20, 26, 31, 0.1);
  font-size: 0.8rem;
  height: 2rem;
  padding-left: 0.5rem;
  width: 100%;
}

/* line 13, app/assets/stylesheets/components/forms/input.scss */
.Input.-rounded, .error-container > .Input.goback, .input.-rounded, .error-container > .input.goback {
  border-radius: 999rem;
}

/* line 19, app/assets/stylesheets/components/forms/input.scss */
.Input:focus {
  border-color: #1c8ef2;
}

/* line 25, app/assets/stylesheets/components/forms/input.scss */
.Input::-webkit-input-placeholder {
  color: #98a3ae;
}

/* line 28, app/assets/stylesheets/components/forms/input.scss */
.Input::-moz-placeholder {
  color: #98a3ae;
}

/* line 31, app/assets/stylesheets/components/forms/input.scss */
.Input:-ms-input-placeholder {
  color: #98a3ae;
}

/* line 37, app/assets/stylesheets/components/forms/input.scss */
.Input:disabled, Input[readonly] {
  background-color: #f3f5f7;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 43, app/assets/stylesheets/components/forms/input.scss */
.Input:disabled::-webkit-input-placeholder {
  color: #c5d1dd;
}

/* line 46, app/assets/stylesheets/components/forms/input.scss */
.Input:disabled::-moz-placeholder {
  color: #c5d1dd;
}

/* line 49, app/assets/stylesheets/components/forms/input.scss */
.Input:disabled:-ms-input-placeholder {
  color: #c5d1dd;
}

/* line 55, app/assets/stylesheets/components/forms/input.scss */
.field_with_errors > input {
  border-color: #fa5764;
  border-style: solid;
  border-width: 1;
}

/* line 63, app/assets/stylesheets/components/forms/input.scss */
.Input.input-error {
  border-color: #fa5764;
}

/* line 67, app/assets/stylesheets/components/forms/input.scss */
.Input.input-currency {
  background-image: url(/assets/php-7dfdeb7bbc3e2d6e4447a002a02dc48c58afde4188100a2d717971597644ca3b.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 2rem;
}

/* line 74, app/assets/stylesheets/components/forms/input.scss */
.Input.input-percentage {
  background-image: url(/assets/percentage-9e341c5ec1949b2fded4e7409a1d02965fc24d5fce05f0b10d6a922591f4ccba.svg);
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

/* line 81, app/assets/stylesheets/components/forms/input.scss */
input[type=color] {
  border-radius: 0.2rem;
  height: 2rem;
  width: 100%;
}

/* line 87, app/assets/stylesheets/components/forms/input.scss */
input[type=text].input-inplace {
  background-color: #f4f4f6;
  border: none;
  display: inline;
  height: auto;
  line-height: normal;
  padding: 0.25rem;
}

/* line 95, app/assets/stylesheets/components/forms/input.scss */
input[type=text].input-inplace:focus {
  background-color: white;
}

/* line 99, app/assets/stylesheets/components/forms/input.scss */
input[type=text].input-inplace.input-inplace--white {
  background-color: white;
}

/* line 106, app/assets/stylesheets/components/forms/input.scss */
.value-input {
  display: inline;
}

/* line 110, app/assets/stylesheets/components/forms/input.scss */
.value-input-value {
  display: block;
  width: 100%;
  word-wrap: break-word;
}

/* line 116, app/assets/stylesheets/components/forms/input.scss */
.value-input-value--clickable {
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/components/forms/input.scss */
.value-input input[type=phone],
.value-input input[type=text],
.value-input input[type=tel],
.value-input input[type=number],
.value-input input[type=email],
.value-input input[type=password] {
  background-color: #f4f4f6;
  border: none;
  display: inline;
  font-size: inherit;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}

/* line 136, app/assets/stylesheets/components/forms/input.scss */
.value-input input[type=phone].input-percentage,
.value-input input[type=text].input-percentage,
.value-input input[type=tel].input-percentage,
.value-input input[type=number].input-percentage,
.value-input input[type=email].input-percentage,
.value-input input[type=password].input-percentage {
  background-image: url(/assets/percentage-9e341c5ec1949b2fded4e7409a1d02965fc24d5fce05f0b10d6a922591f4ccba.svg);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
}

/* line 144, app/assets/stylesheets/components/forms/input.scss */
.input-with-icon {
  display: inline-flex;
  width: 100%;
  height: 2rem;
  padding: 0.5rem;
  position: relative;
  background-color: white;
  box-shadow: inset 0 1px 2px rgba(20, 26, 31, 0.1);
  border: solid 1px #c5d1dd;
  border-radius: 0.2rem;
}

/* line 156, app/assets/stylesheets/components/forms/input.scss */
.input-with-icon input {
  padding-left: 2rem;
  border: none;
  outline: none;
  font-size: 1rem;
}

/* line 163, app/assets/stylesheets/components/forms/input.scss */
.input-with-icon input:focus {
  outline: none;
}

/* line 167, app/assets/stylesheets/components/forms/input.scss */
.input-with-icon .icon, .input-with-icon .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .input-with-icon [class^="icon-"],
.input-with-icon .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .input-with-icon [class*=" icon-"] {
  left: 12px;
  position: absolute;
  top: 3px;
  z-index: 5;
}

/* line 178, app/assets/stylesheets/components/forms/input.scss */
.date-select-inputs select {
  float: left;
}

/* line 182, app/assets/stylesheets/components/forms/input.scss */
.date-select-inputs select:nth-child(1) {
  width: 30%;
  margin-right: 2%;
}

/* line 187, app/assets/stylesheets/components/forms/input.scss */
.date-select-inputs select:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

/* line 192, app/assets/stylesheets/components/forms/input.scss */
.date-select-inputs select:nth-child(3) {
  width: 30%;
}

/* line 196, app/assets/stylesheets/components/forms/input.scss */
.inline-input {
  border: none;
  border-bottom: 1px solid #c5d1dd;
  background-color: transparent;
}

/* line 200, app/assets/stylesheets/components/forms/input.scss */
.inline-input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #c5d1dd;
}

/* line 1, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions {
  position: relative;
  min-width: 180px;
}

/* line 5, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions:first-child {
  width: 100%;
}

/* line 9, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions input {
  width: 100%;
}

/* line 13, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions > .item-suggestions {
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: 0 3px 15px rgba(20, 20, 20, 0.1);
  left: 0;
  max-height: 200px;
  min-width: 200px;
  overflow-y: auto;
  position: absolute;
  top: 40px;
  z-index: 15;
}

/* line 26, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions.input-with-suggestions--inline {
  display: inline;
}

/* line 30, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions.input-with-suggestions--inline > .item-suggestions {
  top: 2rem;
  width: 100%;
}

/* line 35, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions.input-with-suggestions--inline > .input-with-suggestions-input {
  background-color: #f4f4f6;
  border: none;
  display: inline;
  font-size: inherit;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}

/* line 47, app/assets/stylesheets/components/forms/input_with_suggestions.scss */
.input-with-suggestions.input-with-suggestions--inline > .input-with-suggestions-input.input-with-suggestions-input--any {
  background-image: url(/assets/select-arrow-5ac162f2fd315946912f5b1b59658cd87997f57371f92faa168afde7a538e13a.png);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 1.5rem 0.25rem;
}

/* line 1, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input > .field_with_errors > label,
.labeled-input > label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #79859a;
  z-index: 1;
}

/* line 17, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input input::placeholder {
  color: #d4d4d4;
}

/* line 21, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input input {
  height: 100%;
  width: 100%;
  padding: 2rem 1rem;
  padding-bottom: 1rem;
  line-height: 1.25rem;
  font-size: 1rem;
  outline: none;
  border: 1px solid #d5d8dd;
  border-radius: 3px;
}

/* line 33, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input input:focus {
  border-color: #1c8ef2;
}

/* line 38, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input .cursor-pointer, .labeled-input .conversation-item {
  right: 1rem !important;
}

/* line 42, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input.-error {
  border-color: #fa5764;
}

/* line 45, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input.-error > label {
  color: #fa5764;
}

/* line 49, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input.-error input {
  border-color: #fa5764;
  padding-bottom: 2rem;
}

/* line 54, app/assets/stylesheets/components/forms/labeled-input.scss */
.labeled-input.-error > span {
  width: 85%;
  position: absolute;
  bottom: .5rem;
  color: #fa5764;
  font-size: 0.75rem;
  padding-top: 0.25rem;
  margin: 0.25rem 1rem;
  margin-top: 0.25rem;
  border-top: 1px solid #fa5764;
}

/* line 1, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple .select-multiple-item {
  align-items: center;
  background-color: #e6ebef;
  border-radius: 999rem;
  color: #141a1f;
  display: inline-flex;
  font-size: 0.75rem;
  height: 1.5rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  position: relative;
  text-overflow: ellipsis;
}

/* line 19, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple .select-multiple-item.select-multiple-item--clickable {
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple .select-multiple-item.select-multiple-item--clickable:hover {
  background-color: #ecc44b;
}

/* line 27, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple .select-multiple-tag {
  padding-left: 0.5rem;
}

/* line 31, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple.select-multiple-editable .select-multiple-item {
  padding-right: 2rem;
}

/* line 35, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple.select-multiple-editable .select-multiple-item .remove {
  background-size: 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/remove-b951bd4d93b3e5826a85ef07fc3e8260846be72c89bcb69c78b535e61125c68c.svg);
  cursor: pointer;
  height: 100%;
  margin-left: 0.25rem;
  position: absolute;
  right: 4px;
  top: 0;
  width: 1.5rem;
}

/* line 49, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple.select-multiple-editable .select-multiple-item .remove:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple .input-with-suggestions {
  display: inline-block;
}

/* line 57, app/assets/stylesheets/components/forms/select-multiple.scss */
.select-multiple input[type=text] {
  background-color: transparent;
  border: none;
  height: 31px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/components/forms/select.scss */
.Select,
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-size: 1.5rem 0.25rem;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-image: url(/assets/select-arrow-5ac162f2fd315946912f5b1b59658cd87997f57371f92faa168afde7a538e13a.png);
  border: 1px solid #c5d1dd;
  border-radius: 0.2rem;
  cursor: pointer;
  font-size: 0.8rem;
  height: 2rem;
  padding-left: 0.5rem;
  padding-right: 2.5rem;
  width: 100%;
}

/* line 20, app/assets/stylesheets/components/forms/select.scss */
.Select-xxxl,
.select-xxxl {
  height: 4rem;
}

/* line 24, app/assets/stylesheets/components/forms/select.scss */
.Select.filter,
.select.filter {
  width: 200px;
  height: 40px;
  padding: 10px;
}

/* line 30, app/assets/stylesheets/components/forms/select.scss */
.field_with_errors > .Select, .Select.input-error, .Select.-error, .field_with_errors >
.select,
.select.input-error,
.select.-error {
  border-color: #fa5764;
}

/* line 36, app/assets/stylesheets/components/forms/select.scss */
.Select:hover,
.select:hover {
  border-color: #79859a;
}

/* line 39, app/assets/stylesheets/components/forms/select.scss */
.Select:disabled,
.select:disabled {
  background-color: #f3f5f7;
  color: #c5d1dd;
  cursor: not-allowed;
}

/* line 45, app/assets/stylesheets/components/forms/select.scss */
.Select:disabled:hover,
.select:disabled:hover {
  background-color: #f3f5f7;
  border: 1px solid #c5d1dd;
  color: #c5d1dd;
  cursor: not-allowed;
}

/* line 52, app/assets/stylesheets/components/forms/select.scss */
.Select.-repayment-admin-user-dropdown,
.select.-repayment-admin-user-dropdown {
  height: 1.3rem;
}

/* line 1, app/assets/stylesheets/components/forms/slider.scss */
.slider {
  height: 45px;
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/forms/slider.scss */
.slider-info {
  position: relative;
  right: 0.25rem;
}

/* line 11, app/assets/stylesheets/components/forms/slider.scss */
.slider-info .slider-value {
  color: #79859a;
  font-family: "Averta-Light";
  font-size: 0.8rem;
  font-weight: normal;
  position: relative;
  top: 0.5rem;
}

/* line 20, app/assets/stylesheets/components/forms/slider.scss */
.slider-handle {
  cursor: pointer;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.5rem solid #1c8ef2;
  display: block;
  height: 0;
  width: 0;
}

/* line 30, app/assets/stylesheets/components/forms/slider.scss */
.bar {
  background-color: #1c8ef2;
  height: 0.25rem;
  top: 0.5rem;
}

/* line 36, app/assets/stylesheets/components/forms/slider.scss */
.bar.bar-0,
.bar.bar-2 {
  background-color: white;
}

/* line 1, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea, .textarea {
  appearance: none;
  background-color: white;
  border: 1px solid #c5d1dd;
  border-radius: 0.2rem;
  box-shadow: inset 0 1px 2px rgba(20, 26, 31, 0.1);
  font-size: 0.8rem;
  line-height: 16px;
  max-height: 200px;
  min-height: 80px;
  overflow: auto;
  padding: 0.5rem;
  position: relative;
  resize: vertical;
  width: 100%;
}

/* line 17, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea:focus, .textarea:focus {
  border-color: #79859a;
}

/* line 20, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea::-webkit-input-placeholder, .Textarea::-moz-placeholder, .Textarea::-ms-input-placeholder, .textarea::-webkit-input-placeholder, .textarea::-moz-placeholder, .textarea::-ms-input-placeholder {
  color: #d5d8dd;
}

/* line 26, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea.input-error, .Textarea.-error, .textarea.input-error, .textarea.-error {
  border-color: #fa5764;
}

/* line 31, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea:disabled, .textarea:disabled {
  background-color: #f3f5f7;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 37, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea:disabled::-webkit-input-placeholder, .Textarea:disabled::-moz-placeholder, .Textarea:disabled:-ms-input-placeholder, .textarea:disabled::-webkit-input-placeholder, .textarea:disabled::-moz-placeholder, .textarea:disabled:-ms-input-placeholder {
  color: #c5d1dd;
}

/* line 46, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea.input-currency {
  background-image: url(/assets/php-7dfdeb7bbc3e2d6e4447a002a02dc48c58afde4188100a2d717971597644ca3b.svg);
  background-position: 0.5rem center;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
}

/* line 53, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea.input-percentage {
  background-image: url(/assets/percentage-9e341c5ec1949b2fded4e7409a1d02965fc24d5fce05f0b10d6a922591f4ccba.svg);
  background-position: 0.5rem center;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
}

/* line 60, app/assets/stylesheets/components/forms/textarea.scss */
.Textarea.plain {
  box-shadow: none;
  border: none;
}

/* line 1, app/assets/stylesheets/components/forms/toggle-switch.scss */
.ToggleSwitch {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
}

/* line 8, app/assets/stylesheets/components/forms/toggle-switch.scss */
.ToggleSwitch input {
  display: none;
}

/* line 12, app/assets/stylesheets/components/forms/toggle-switch.scss */
.ToggleSwitch .track {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d5d8dd;
  transition: all 100ms;
  border-radius: 9999px;
}

/* line 24, app/assets/stylesheets/components/forms/toggle-switch.scss */
.ToggleSwitch .track:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0;
  bottom: -4px;
  background-color: #79859a;
  transition: all 100ms ease;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(32, 52, 61, 0.05), 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* line 37, app/assets/stylesheets/components/forms/toggle-switch.scss */
.ToggleSwitch input:checked + .track {
  background-color: #11c097;
}

/* line 41, app/assets/stylesheets/components/forms/toggle-switch.scss */
.ToggleSwitch input:checked + .track:before {
  transform: translateX(1rem);
  background-color: white;
}

/* line 6, app/assets/stylesheets/components/grid.scss */
.columns, .loan-plan-figures {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  width: 100%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.columns.-full, .-full.loan-plan-figures {
  max-width: none;
}

/* line 17, app/assets/stylesheets/components/grid.scss */
.columns.-collapse .column, .-collapse.loan-plan-figures .column, .columns.-collapse .column-1, .-collapse.loan-plan-figures .column-1, .columns.-collapse .column-2, .-collapse.loan-plan-figures .column-2, .columns.-collapse .column-3, .-collapse.loan-plan-figures .column-3, .columns.-collapse .loan-plan-figures .figure, .loan-plan-figures .columns.-collapse .figure, .-collapse.loan-plan-figures .figure, .columns.-collapse .column-4, .-collapse.loan-plan-figures .column-4, .columns.-collapse .column-5, .-collapse.loan-plan-figures .column-5, .columns.-collapse .column-6, .-collapse.loan-plan-figures .column-6, .columns.-collapse .column-7, .-collapse.loan-plan-figures .column-7, .columns.-collapse .column-8, .-collapse.loan-plan-figures .column-8, .columns.-collapse .column-9, .-collapse.loan-plan-figures .column-9, .columns.-collapse .column-10, .-collapse.loan-plan-figures .column-10, .columns.-collapse .column-11, .-collapse.loan-plan-figures .column-11, .columns.-collapse .column-12, .-collapse.loan-plan-figures .column-12 {
  margin-left: 0;
  margin-right: 0;
}

/* line 23, app/assets/stylesheets/components/grid.scss */
.columns.columns-full-width, .loan-plan-figures {
  max-width: none;
}

/* line 27, app/assets/stylesheets/components/grid.scss */
.columns .column, .loan-plan-figures .column, .columns .column-1, .loan-plan-figures .column-1, .columns .column-2, .loan-plan-figures .column-2, .columns .column-3, .loan-plan-figures .column-3, .loan-plan-figures .figure, .columns .column-4, .loan-plan-figures .column-4, .columns .column-5, .loan-plan-figures .column-5, .columns .column-6, .loan-plan-figures .column-6, .columns .column-7, .loan-plan-figures .column-7, .columns .column-8, .loan-plan-figures .column-8, .columns .column-9, .loan-plan-figures .column-9, .columns .column-10, .loan-plan-figures .column-10, .columns .column-11, .loan-plan-figures .column-11, .columns .column-12, .loan-plan-figures .column-12 {
  float: left;
  margin-left: 1.7156862745%;
  margin-right: 1.7156862745%;
  min-height: 1px;
}

/* line 34, app/assets/stylesheets/components/grid.scss */
.columns .column:first-child, .loan-plan-figures .column:first-child, .columns .column-1:first-child, .loan-plan-figures .column-1:first-child, .columns .column-2:first-child, .loan-plan-figures .column-2:first-child, .columns .column-3:first-child, .loan-plan-figures .column-3:first-child, .loan-plan-figures .figure:first-child, .columns .column-4:first-child, .loan-plan-figures .column-4:first-child, .columns .column-5:first-child, .loan-plan-figures .column-5:first-child, .columns .column-6:first-child, .loan-plan-figures .column-6:first-child, .columns .column-7:first-child, .loan-plan-figures .column-7:first-child, .columns .column-8:first-child, .loan-plan-figures .column-8:first-child, .columns .column-9:first-child, .loan-plan-figures .column-9:first-child, .columns .column-10:first-child, .loan-plan-figures .column-10:first-child, .columns .column-11:first-child, .loan-plan-figures .column-11:first-child, .columns .column-12:first-child, .loan-plan-figures .column-12:first-child {
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/components/grid.scss */
.columns .column:last-child, .loan-plan-figures .column:last-child, .columns .column-1:last-child, .loan-plan-figures .column-1:last-child, .columns .column-2:last-child, .loan-plan-figures .column-2:last-child, .columns .column-3:last-child, .loan-plan-figures .column-3:last-child, .loan-plan-figures .figure:last-child, .columns .column-4:last-child, .loan-plan-figures .column-4:last-child, .columns .column-5:last-child, .loan-plan-figures .column-5:last-child, .columns .column-6:last-child, .loan-plan-figures .column-6:last-child, .columns .column-7:last-child, .loan-plan-figures .column-7:last-child, .columns .column-8:last-child, .loan-plan-figures .column-8:last-child, .columns .column-9:last-child, .loan-plan-figures .column-9:last-child, .columns .column-10:last-child, .loan-plan-figures .column-10:last-child, .columns .column-11:last-child, .loan-plan-figures .column-11:last-child, .columns .column-12:last-child, .loan-plan-figures .column-12:last-child {
  margin-right: 0;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-1, .loan-plan-figures .column-1 {
  width: 5.1879084967%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-1, .loan-plan-figures .column.column-push-1, .columns .column-push-1.column-1, .loan-plan-figures .column-push-1.column-1, .columns .column-push-1.column-2, .loan-plan-figures .column-push-1.column-2, .columns .column-push-1.column-3, .loan-plan-figures .column-push-1.column-3, .loan-plan-figures .column-push-1.figure, .columns .column-push-1.column-4, .loan-plan-figures .column-push-1.column-4, .columns .column-push-1.column-5, .loan-plan-figures .column-push-1.column-5, .columns .column-push-1.column-6, .loan-plan-figures .column-push-1.column-6, .columns .column-push-1.column-7, .loan-plan-figures .column-push-1.column-7, .columns .column-push-1.column-8, .loan-plan-figures .column-push-1.column-8, .columns .column-push-1.column-9, .loan-plan-figures .column-push-1.column-9, .columns .column-push-1.column-10, .loan-plan-figures .column-push-1.column-10, .columns .column-push-1.column-11, .loan-plan-figures .column-push-1.column-11, .columns .column-push-1.column-12, .loan-plan-figures .column-push-1.column-12 {
  margin-left: 8.6192810458%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-2, .loan-plan-figures .column-2 {
  width: 13.8071895425%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-2, .loan-plan-figures .column.column-push-2, .columns .column-push-2.column-1, .loan-plan-figures .column-push-2.column-1, .columns .column-push-2.column-2, .loan-plan-figures .column-push-2.column-2, .columns .column-push-2.column-3, .loan-plan-figures .column-push-2.column-3, .loan-plan-figures .column-push-2.figure, .columns .column-push-2.column-4, .loan-plan-figures .column-push-2.column-4, .columns .column-push-2.column-5, .loan-plan-figures .column-push-2.column-5, .columns .column-push-2.column-6, .loan-plan-figures .column-push-2.column-6, .columns .column-push-2.column-7, .loan-plan-figures .column-push-2.column-7, .columns .column-push-2.column-8, .loan-plan-figures .column-push-2.column-8, .columns .column-push-2.column-9, .loan-plan-figures .column-push-2.column-9, .columns .column-push-2.column-10, .loan-plan-figures .column-push-2.column-10, .columns .column-push-2.column-11, .loan-plan-figures .column-push-2.column-11, .columns .column-push-2.column-12, .loan-plan-figures .column-push-2.column-12 {
  margin-left: 17.2385620915%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-3, .loan-plan-figures .column-3, .loan-plan-figures .figure {
  width: 22.4264705882%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-3, .loan-plan-figures .column.column-push-3, .columns .column-push-3.column-1, .loan-plan-figures .column-push-3.column-1, .columns .column-push-3.column-2, .loan-plan-figures .column-push-3.column-2, .columns .column-push-3.column-3, .loan-plan-figures .column-push-3.column-3, .loan-plan-figures .column-push-3.figure, .columns .column-push-3.column-4, .loan-plan-figures .column-push-3.column-4, .columns .column-push-3.column-5, .loan-plan-figures .column-push-3.column-5, .columns .column-push-3.column-6, .loan-plan-figures .column-push-3.column-6, .columns .column-push-3.column-7, .loan-plan-figures .column-push-3.column-7, .columns .column-push-3.column-8, .loan-plan-figures .column-push-3.column-8, .columns .column-push-3.column-9, .loan-plan-figures .column-push-3.column-9, .columns .column-push-3.column-10, .loan-plan-figures .column-push-3.column-10, .columns .column-push-3.column-11, .loan-plan-figures .column-push-3.column-11, .columns .column-push-3.column-12, .loan-plan-figures .column-push-3.column-12 {
  margin-left: 25.8578431373%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-4, .loan-plan-figures .column-4 {
  width: 31.045751634%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-4, .loan-plan-figures .column.column-push-4, .columns .column-push-4.column-1, .loan-plan-figures .column-push-4.column-1, .columns .column-push-4.column-2, .loan-plan-figures .column-push-4.column-2, .columns .column-push-4.column-3, .loan-plan-figures .column-push-4.column-3, .loan-plan-figures .column-push-4.figure, .columns .column-push-4.column-4, .loan-plan-figures .column-push-4.column-4, .columns .column-push-4.column-5, .loan-plan-figures .column-push-4.column-5, .columns .column-push-4.column-6, .loan-plan-figures .column-push-4.column-6, .columns .column-push-4.column-7, .loan-plan-figures .column-push-4.column-7, .columns .column-push-4.column-8, .loan-plan-figures .column-push-4.column-8, .columns .column-push-4.column-9, .loan-plan-figures .column-push-4.column-9, .columns .column-push-4.column-10, .loan-plan-figures .column-push-4.column-10, .columns .column-push-4.column-11, .loan-plan-figures .column-push-4.column-11, .columns .column-push-4.column-12, .loan-plan-figures .column-push-4.column-12 {
  margin-left: 34.477124183%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-5, .loan-plan-figures .column-5 {
  width: 39.6650326797%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-5, .loan-plan-figures .column.column-push-5, .columns .column-push-5.column-1, .loan-plan-figures .column-push-5.column-1, .columns .column-push-5.column-2, .loan-plan-figures .column-push-5.column-2, .columns .column-push-5.column-3, .loan-plan-figures .column-push-5.column-3, .loan-plan-figures .column-push-5.figure, .columns .column-push-5.column-4, .loan-plan-figures .column-push-5.column-4, .columns .column-push-5.column-5, .loan-plan-figures .column-push-5.column-5, .columns .column-push-5.column-6, .loan-plan-figures .column-push-5.column-6, .columns .column-push-5.column-7, .loan-plan-figures .column-push-5.column-7, .columns .column-push-5.column-8, .loan-plan-figures .column-push-5.column-8, .columns .column-push-5.column-9, .loan-plan-figures .column-push-5.column-9, .columns .column-push-5.column-10, .loan-plan-figures .column-push-5.column-10, .columns .column-push-5.column-11, .loan-plan-figures .column-push-5.column-11, .columns .column-push-5.column-12, .loan-plan-figures .column-push-5.column-12 {
  margin-left: 43.0964052288%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-6, .loan-plan-figures .column-6 {
  width: 48.2843137255%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-6, .loan-plan-figures .column.column-push-6, .columns .column-push-6.column-1, .loan-plan-figures .column-push-6.column-1, .columns .column-push-6.column-2, .loan-plan-figures .column-push-6.column-2, .columns .column-push-6.column-3, .loan-plan-figures .column-push-6.column-3, .loan-plan-figures .column-push-6.figure, .columns .column-push-6.column-4, .loan-plan-figures .column-push-6.column-4, .columns .column-push-6.column-5, .loan-plan-figures .column-push-6.column-5, .columns .column-push-6.column-6, .loan-plan-figures .column-push-6.column-6, .columns .column-push-6.column-7, .loan-plan-figures .column-push-6.column-7, .columns .column-push-6.column-8, .loan-plan-figures .column-push-6.column-8, .columns .column-push-6.column-9, .loan-plan-figures .column-push-6.column-9, .columns .column-push-6.column-10, .loan-plan-figures .column-push-6.column-10, .columns .column-push-6.column-11, .loan-plan-figures .column-push-6.column-11, .columns .column-push-6.column-12, .loan-plan-figures .column-push-6.column-12 {
  margin-left: 51.7156862745%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-7, .loan-plan-figures .column-7 {
  width: 56.9035947712%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-7, .loan-plan-figures .column.column-push-7, .columns .column-push-7.column-1, .loan-plan-figures .column-push-7.column-1, .columns .column-push-7.column-2, .loan-plan-figures .column-push-7.column-2, .columns .column-push-7.column-3, .loan-plan-figures .column-push-7.column-3, .loan-plan-figures .column-push-7.figure, .columns .column-push-7.column-4, .loan-plan-figures .column-push-7.column-4, .columns .column-push-7.column-5, .loan-plan-figures .column-push-7.column-5, .columns .column-push-7.column-6, .loan-plan-figures .column-push-7.column-6, .columns .column-push-7.column-7, .loan-plan-figures .column-push-7.column-7, .columns .column-push-7.column-8, .loan-plan-figures .column-push-7.column-8, .columns .column-push-7.column-9, .loan-plan-figures .column-push-7.column-9, .columns .column-push-7.column-10, .loan-plan-figures .column-push-7.column-10, .columns .column-push-7.column-11, .loan-plan-figures .column-push-7.column-11, .columns .column-push-7.column-12, .loan-plan-figures .column-push-7.column-12 {
  margin-left: 60.3349673203%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-8, .loan-plan-figures .column-8 {
  width: 65.522875817%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-8, .loan-plan-figures .column.column-push-8, .columns .column-push-8.column-1, .loan-plan-figures .column-push-8.column-1, .columns .column-push-8.column-2, .loan-plan-figures .column-push-8.column-2, .columns .column-push-8.column-3, .loan-plan-figures .column-push-8.column-3, .loan-plan-figures .column-push-8.figure, .columns .column-push-8.column-4, .loan-plan-figures .column-push-8.column-4, .columns .column-push-8.column-5, .loan-plan-figures .column-push-8.column-5, .columns .column-push-8.column-6, .loan-plan-figures .column-push-8.column-6, .columns .column-push-8.column-7, .loan-plan-figures .column-push-8.column-7, .columns .column-push-8.column-8, .loan-plan-figures .column-push-8.column-8, .columns .column-push-8.column-9, .loan-plan-figures .column-push-8.column-9, .columns .column-push-8.column-10, .loan-plan-figures .column-push-8.column-10, .columns .column-push-8.column-11, .loan-plan-figures .column-push-8.column-11, .columns .column-push-8.column-12, .loan-plan-figures .column-push-8.column-12 {
  margin-left: 68.954248366%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-9, .loan-plan-figures .column-9 {
  width: 74.1421568627%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-9, .loan-plan-figures .column.column-push-9, .columns .column-push-9.column-1, .loan-plan-figures .column-push-9.column-1, .columns .column-push-9.column-2, .loan-plan-figures .column-push-9.column-2, .columns .column-push-9.column-3, .loan-plan-figures .column-push-9.column-3, .loan-plan-figures .column-push-9.figure, .columns .column-push-9.column-4, .loan-plan-figures .column-push-9.column-4, .columns .column-push-9.column-5, .loan-plan-figures .column-push-9.column-5, .columns .column-push-9.column-6, .loan-plan-figures .column-push-9.column-6, .columns .column-push-9.column-7, .loan-plan-figures .column-push-9.column-7, .columns .column-push-9.column-8, .loan-plan-figures .column-push-9.column-8, .columns .column-push-9.column-9, .loan-plan-figures .column-push-9.column-9, .columns .column-push-9.column-10, .loan-plan-figures .column-push-9.column-10, .columns .column-push-9.column-11, .loan-plan-figures .column-push-9.column-11, .columns .column-push-9.column-12, .loan-plan-figures .column-push-9.column-12 {
  margin-left: 77.5735294118%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-10, .loan-plan-figures .column-10 {
  width: 82.7614379085%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-10, .loan-plan-figures .column.column-push-10, .columns .column-push-10.column-1, .loan-plan-figures .column-push-10.column-1, .columns .column-push-10.column-2, .loan-plan-figures .column-push-10.column-2, .columns .column-push-10.column-3, .loan-plan-figures .column-push-10.column-3, .loan-plan-figures .column-push-10.figure, .columns .column-push-10.column-4, .loan-plan-figures .column-push-10.column-4, .columns .column-push-10.column-5, .loan-plan-figures .column-push-10.column-5, .columns .column-push-10.column-6, .loan-plan-figures .column-push-10.column-6, .columns .column-push-10.column-7, .loan-plan-figures .column-push-10.column-7, .columns .column-push-10.column-8, .loan-plan-figures .column-push-10.column-8, .columns .column-push-10.column-9, .loan-plan-figures .column-push-10.column-9, .columns .column-push-10.column-10, .loan-plan-figures .column-push-10.column-10, .columns .column-push-10.column-11, .loan-plan-figures .column-push-10.column-11, .columns .column-push-10.column-12, .loan-plan-figures .column-push-10.column-12 {
  margin-left: 86.1928104575%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-11, .loan-plan-figures .column-11 {
  width: 91.3807189542%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-11, .loan-plan-figures .column.column-push-11, .columns .column-push-11.column-1, .loan-plan-figures .column-push-11.column-1, .columns .column-push-11.column-2, .loan-plan-figures .column-push-11.column-2, .columns .column-push-11.column-3, .loan-plan-figures .column-push-11.column-3, .loan-plan-figures .column-push-11.figure, .columns .column-push-11.column-4, .loan-plan-figures .column-push-11.column-4, .columns .column-push-11.column-5, .loan-plan-figures .column-push-11.column-5, .columns .column-push-11.column-6, .loan-plan-figures .column-push-11.column-6, .columns .column-push-11.column-7, .loan-plan-figures .column-push-11.column-7, .columns .column-push-11.column-8, .loan-plan-figures .column-push-11.column-8, .columns .column-push-11.column-9, .loan-plan-figures .column-push-11.column-9, .columns .column-push-11.column-10, .loan-plan-figures .column-push-11.column-10, .columns .column-push-11.column-11, .loan-plan-figures .column-push-11.column-11, .columns .column-push-11.column-12, .loan-plan-figures .column-push-11.column-12 {
  margin-left: 94.8120915033%;
}

/* line 46, app/assets/stylesheets/components/grid.scss */
.columns .column-12, .loan-plan-figures .column-12 {
  width: 100%;
}

/* line 51, app/assets/stylesheets/components/grid.scss */
.columns .column.column-push-12, .loan-plan-figures .column.column-push-12, .columns .column-push-12.column-1, .loan-plan-figures .column-push-12.column-1, .columns .column-push-12.column-2, .loan-plan-figures .column-push-12.column-2, .columns .column-push-12.column-3, .loan-plan-figures .column-push-12.column-3, .loan-plan-figures .column-push-12.figure, .columns .column-push-12.column-4, .loan-plan-figures .column-push-12.column-4, .columns .column-push-12.column-5, .loan-plan-figures .column-push-12.column-5, .columns .column-push-12.column-6, .loan-plan-figures .column-push-12.column-6, .columns .column-push-12.column-7, .loan-plan-figures .column-push-12.column-7, .columns .column-push-12.column-8, .loan-plan-figures .column-push-12.column-8, .columns .column-push-12.column-9, .loan-plan-figures .column-push-12.column-9, .columns .column-push-12.column-10, .loan-plan-figures .column-push-12.column-10, .columns .column-push-12.column-11, .loan-plan-figures .column-push-12.column-11, .columns .column-push-12.column-12, .loan-plan-figures .column-push-12.column-12 {
  margin-left: 103.431372549%;
}

/* line 57, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column:first-child, .columns-endless.loan-plan-figures .column:first-child, .columns.columns-endless .column-1:first-child, .columns-endless.loan-plan-figures .column-1:first-child, .columns.columns-endless .column-2:first-child, .columns-endless.loan-plan-figures .column-2:first-child, .columns.columns-endless .column-3:first-child, .columns-endless.loan-plan-figures .column-3:first-child, .columns.columns-endless .loan-plan-figures .figure:first-child, .loan-plan-figures .columns.columns-endless .figure:first-child, .columns-endless.loan-plan-figures .figure:first-child, .columns.columns-endless .column-4:first-child, .columns-endless.loan-plan-figures .column-4:first-child, .columns.columns-endless .column-5:first-child, .columns-endless.loan-plan-figures .column-5:first-child, .columns.columns-endless .column-6:first-child, .columns-endless.loan-plan-figures .column-6:first-child, .columns.columns-endless .column-7:first-child, .columns-endless.loan-plan-figures .column-7:first-child, .columns.columns-endless .column-8:first-child, .columns-endless.loan-plan-figures .column-8:first-child, .columns.columns-endless .column-9:first-child, .columns-endless.loan-plan-figures .column-9:first-child, .columns.columns-endless .column-10:first-child, .columns-endless.loan-plan-figures .column-10:first-child, .columns.columns-endless .column-11:first-child, .columns-endless.loan-plan-figures .column-11:first-child, .columns.columns-endless .column-12:first-child, .columns-endless.loan-plan-figures .column-12:first-child {
  margin-left: 1.7156862745%;
}

/* line 61, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column:last-child, .columns-endless.loan-plan-figures .column:last-child, .columns.columns-endless .column-1:last-child, .columns-endless.loan-plan-figures .column-1:last-child, .columns.columns-endless .column-2:last-child, .columns-endless.loan-plan-figures .column-2:last-child, .columns.columns-endless .column-3:last-child, .columns-endless.loan-plan-figures .column-3:last-child, .columns.columns-endless .loan-plan-figures .figure:last-child, .loan-plan-figures .columns.columns-endless .figure:last-child, .columns-endless.loan-plan-figures .figure:last-child, .columns.columns-endless .column-4:last-child, .columns-endless.loan-plan-figures .column-4:last-child, .columns.columns-endless .column-5:last-child, .columns-endless.loan-plan-figures .column-5:last-child, .columns.columns-endless .column-6:last-child, .columns-endless.loan-plan-figures .column-6:last-child, .columns.columns-endless .column-7:last-child, .columns-endless.loan-plan-figures .column-7:last-child, .columns.columns-endless .column-8:last-child, .columns-endless.loan-plan-figures .column-8:last-child, .columns.columns-endless .column-9:last-child, .columns-endless.loan-plan-figures .column-9:last-child, .columns.columns-endless .column-10:last-child, .columns-endless.loan-plan-figures .column-10:last-child, .columns.columns-endless .column-11:last-child, .columns-endless.loan-plan-figures .column-11:last-child, .columns.columns-endless .column-12:last-child, .columns-endless.loan-plan-figures .column-12:last-child {
  margin-right: 1.7156862745%;
}

/* line 65, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless, .columns-endless.loan-plan-figures {
  margin-left: -1.7156862745%;
  margin-right: -1.7156862745%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-1, .columns-endless.loan-plan-figures .column-1 {
  width: 4.9019607843%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-2, .columns-endless.loan-plan-figures .column-2 {
  width: 13.2352941176%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-3, .columns-endless.loan-plan-figures .column-3, .columns.columns-endless .loan-plan-figures .figure, .loan-plan-figures .columns.columns-endless .figure, .columns-endless.loan-plan-figures .figure {
  width: 21.568627451%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-4, .columns-endless.loan-plan-figures .column-4 {
  width: 29.9019607843%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-5, .columns-endless.loan-plan-figures .column-5 {
  width: 38.2352941176%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-6, .columns-endless.loan-plan-figures .column-6 {
  width: 46.568627451%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-7, .columns-endless.loan-plan-figures .column-7 {
  width: 54.9019607843%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-8, .columns-endless.loan-plan-figures .column-8 {
  width: 63.2352941176%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-9, .columns-endless.loan-plan-figures .column-9 {
  width: 71.568627451%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-10, .columns-endless.loan-plan-figures .column-10 {
  width: 79.9019607843%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-11, .columns-endless.loan-plan-figures .column-11 {
  width: 88.2352941176%;
}

/* line 72, app/assets/stylesheets/components/grid.scss */
.columns.columns-endless .column-12, .columns-endless.loan-plan-figures .column-12 {
  width: 96.568627451%;
}

@media only screen and (max-width: 900px) {
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-1, .loan-plan-figures .column-1 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-1, .loan-plan-figures .column.column-push-1, .columns .column-push-1.column-1, .loan-plan-figures .column-push-1.column-1, .columns .column-push-1.column-2, .loan-plan-figures .column-push-1.column-2, .columns .column-push-1.column-3, .loan-plan-figures .column-push-1.column-3, .loan-plan-figures .column-push-1.figure, .columns .column-push-1.column-4, .loan-plan-figures .column-push-1.column-4, .columns .column-push-1.column-5, .loan-plan-figures .column-push-1.column-5, .columns .column-push-1.column-6, .loan-plan-figures .column-push-1.column-6, .columns .column-push-1.column-7, .loan-plan-figures .column-push-1.column-7, .columns .column-push-1.column-8, .loan-plan-figures .column-push-1.column-8, .columns .column-push-1.column-9, .loan-plan-figures .column-push-1.column-9, .columns .column-push-1.column-10, .loan-plan-figures .column-push-1.column-10, .columns .column-push-1.column-11, .loan-plan-figures .column-push-1.column-11, .columns .column-push-1.column-12, .loan-plan-figures .column-push-1.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-2, .loan-plan-figures .column-2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-2, .loan-plan-figures .column.column-push-2, .columns .column-push-2.column-1, .loan-plan-figures .column-push-2.column-1, .columns .column-push-2.column-2, .loan-plan-figures .column-push-2.column-2, .columns .column-push-2.column-3, .loan-plan-figures .column-push-2.column-3, .loan-plan-figures .column-push-2.figure, .columns .column-push-2.column-4, .loan-plan-figures .column-push-2.column-4, .columns .column-push-2.column-5, .loan-plan-figures .column-push-2.column-5, .columns .column-push-2.column-6, .loan-plan-figures .column-push-2.column-6, .columns .column-push-2.column-7, .loan-plan-figures .column-push-2.column-7, .columns .column-push-2.column-8, .loan-plan-figures .column-push-2.column-8, .columns .column-push-2.column-9, .loan-plan-figures .column-push-2.column-9, .columns .column-push-2.column-10, .loan-plan-figures .column-push-2.column-10, .columns .column-push-2.column-11, .loan-plan-figures .column-push-2.column-11, .columns .column-push-2.column-12, .loan-plan-figures .column-push-2.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-3, .loan-plan-figures .column-3, .loan-plan-figures .figure {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-3, .loan-plan-figures .column.column-push-3, .columns .column-push-3.column-1, .loan-plan-figures .column-push-3.column-1, .columns .column-push-3.column-2, .loan-plan-figures .column-push-3.column-2, .columns .column-push-3.column-3, .loan-plan-figures .column-push-3.column-3, .loan-plan-figures .column-push-3.figure, .columns .column-push-3.column-4, .loan-plan-figures .column-push-3.column-4, .columns .column-push-3.column-5, .loan-plan-figures .column-push-3.column-5, .columns .column-push-3.column-6, .loan-plan-figures .column-push-3.column-6, .columns .column-push-3.column-7, .loan-plan-figures .column-push-3.column-7, .columns .column-push-3.column-8, .loan-plan-figures .column-push-3.column-8, .columns .column-push-3.column-9, .loan-plan-figures .column-push-3.column-9, .columns .column-push-3.column-10, .loan-plan-figures .column-push-3.column-10, .columns .column-push-3.column-11, .loan-plan-figures .column-push-3.column-11, .columns .column-push-3.column-12, .loan-plan-figures .column-push-3.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-4, .loan-plan-figures .column-4 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-4, .loan-plan-figures .column.column-push-4, .columns .column-push-4.column-1, .loan-plan-figures .column-push-4.column-1, .columns .column-push-4.column-2, .loan-plan-figures .column-push-4.column-2, .columns .column-push-4.column-3, .loan-plan-figures .column-push-4.column-3, .loan-plan-figures .column-push-4.figure, .columns .column-push-4.column-4, .loan-plan-figures .column-push-4.column-4, .columns .column-push-4.column-5, .loan-plan-figures .column-push-4.column-5, .columns .column-push-4.column-6, .loan-plan-figures .column-push-4.column-6, .columns .column-push-4.column-7, .loan-plan-figures .column-push-4.column-7, .columns .column-push-4.column-8, .loan-plan-figures .column-push-4.column-8, .columns .column-push-4.column-9, .loan-plan-figures .column-push-4.column-9, .columns .column-push-4.column-10, .loan-plan-figures .column-push-4.column-10, .columns .column-push-4.column-11, .loan-plan-figures .column-push-4.column-11, .columns .column-push-4.column-12, .loan-plan-figures .column-push-4.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-5, .loan-plan-figures .column-5 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-5, .loan-plan-figures .column.column-push-5, .columns .column-push-5.column-1, .loan-plan-figures .column-push-5.column-1, .columns .column-push-5.column-2, .loan-plan-figures .column-push-5.column-2, .columns .column-push-5.column-3, .loan-plan-figures .column-push-5.column-3, .loan-plan-figures .column-push-5.figure, .columns .column-push-5.column-4, .loan-plan-figures .column-push-5.column-4, .columns .column-push-5.column-5, .loan-plan-figures .column-push-5.column-5, .columns .column-push-5.column-6, .loan-plan-figures .column-push-5.column-6, .columns .column-push-5.column-7, .loan-plan-figures .column-push-5.column-7, .columns .column-push-5.column-8, .loan-plan-figures .column-push-5.column-8, .columns .column-push-5.column-9, .loan-plan-figures .column-push-5.column-9, .columns .column-push-5.column-10, .loan-plan-figures .column-push-5.column-10, .columns .column-push-5.column-11, .loan-plan-figures .column-push-5.column-11, .columns .column-push-5.column-12, .loan-plan-figures .column-push-5.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-6, .loan-plan-figures .column-6 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-6, .loan-plan-figures .column.column-push-6, .columns .column-push-6.column-1, .loan-plan-figures .column-push-6.column-1, .columns .column-push-6.column-2, .loan-plan-figures .column-push-6.column-2, .columns .column-push-6.column-3, .loan-plan-figures .column-push-6.column-3, .loan-plan-figures .column-push-6.figure, .columns .column-push-6.column-4, .loan-plan-figures .column-push-6.column-4, .columns .column-push-6.column-5, .loan-plan-figures .column-push-6.column-5, .columns .column-push-6.column-6, .loan-plan-figures .column-push-6.column-6, .columns .column-push-6.column-7, .loan-plan-figures .column-push-6.column-7, .columns .column-push-6.column-8, .loan-plan-figures .column-push-6.column-8, .columns .column-push-6.column-9, .loan-plan-figures .column-push-6.column-9, .columns .column-push-6.column-10, .loan-plan-figures .column-push-6.column-10, .columns .column-push-6.column-11, .loan-plan-figures .column-push-6.column-11, .columns .column-push-6.column-12, .loan-plan-figures .column-push-6.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-7, .loan-plan-figures .column-7 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-7, .loan-plan-figures .column.column-push-7, .columns .column-push-7.column-1, .loan-plan-figures .column-push-7.column-1, .columns .column-push-7.column-2, .loan-plan-figures .column-push-7.column-2, .columns .column-push-7.column-3, .loan-plan-figures .column-push-7.column-3, .loan-plan-figures .column-push-7.figure, .columns .column-push-7.column-4, .loan-plan-figures .column-push-7.column-4, .columns .column-push-7.column-5, .loan-plan-figures .column-push-7.column-5, .columns .column-push-7.column-6, .loan-plan-figures .column-push-7.column-6, .columns .column-push-7.column-7, .loan-plan-figures .column-push-7.column-7, .columns .column-push-7.column-8, .loan-plan-figures .column-push-7.column-8, .columns .column-push-7.column-9, .loan-plan-figures .column-push-7.column-9, .columns .column-push-7.column-10, .loan-plan-figures .column-push-7.column-10, .columns .column-push-7.column-11, .loan-plan-figures .column-push-7.column-11, .columns .column-push-7.column-12, .loan-plan-figures .column-push-7.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-8, .loan-plan-figures .column-8 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-8, .loan-plan-figures .column.column-push-8, .columns .column-push-8.column-1, .loan-plan-figures .column-push-8.column-1, .columns .column-push-8.column-2, .loan-plan-figures .column-push-8.column-2, .columns .column-push-8.column-3, .loan-plan-figures .column-push-8.column-3, .loan-plan-figures .column-push-8.figure, .columns .column-push-8.column-4, .loan-plan-figures .column-push-8.column-4, .columns .column-push-8.column-5, .loan-plan-figures .column-push-8.column-5, .columns .column-push-8.column-6, .loan-plan-figures .column-push-8.column-6, .columns .column-push-8.column-7, .loan-plan-figures .column-push-8.column-7, .columns .column-push-8.column-8, .loan-plan-figures .column-push-8.column-8, .columns .column-push-8.column-9, .loan-plan-figures .column-push-8.column-9, .columns .column-push-8.column-10, .loan-plan-figures .column-push-8.column-10, .columns .column-push-8.column-11, .loan-plan-figures .column-push-8.column-11, .columns .column-push-8.column-12, .loan-plan-figures .column-push-8.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-9, .loan-plan-figures .column-9 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-9, .loan-plan-figures .column.column-push-9, .columns .column-push-9.column-1, .loan-plan-figures .column-push-9.column-1, .columns .column-push-9.column-2, .loan-plan-figures .column-push-9.column-2, .columns .column-push-9.column-3, .loan-plan-figures .column-push-9.column-3, .loan-plan-figures .column-push-9.figure, .columns .column-push-9.column-4, .loan-plan-figures .column-push-9.column-4, .columns .column-push-9.column-5, .loan-plan-figures .column-push-9.column-5, .columns .column-push-9.column-6, .loan-plan-figures .column-push-9.column-6, .columns .column-push-9.column-7, .loan-plan-figures .column-push-9.column-7, .columns .column-push-9.column-8, .loan-plan-figures .column-push-9.column-8, .columns .column-push-9.column-9, .loan-plan-figures .column-push-9.column-9, .columns .column-push-9.column-10, .loan-plan-figures .column-push-9.column-10, .columns .column-push-9.column-11, .loan-plan-figures .column-push-9.column-11, .columns .column-push-9.column-12, .loan-plan-figures .column-push-9.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-10, .loan-plan-figures .column-10 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-10, .loan-plan-figures .column.column-push-10, .columns .column-push-10.column-1, .loan-plan-figures .column-push-10.column-1, .columns .column-push-10.column-2, .loan-plan-figures .column-push-10.column-2, .columns .column-push-10.column-3, .loan-plan-figures .column-push-10.column-3, .loan-plan-figures .column-push-10.figure, .columns .column-push-10.column-4, .loan-plan-figures .column-push-10.column-4, .columns .column-push-10.column-5, .loan-plan-figures .column-push-10.column-5, .columns .column-push-10.column-6, .loan-plan-figures .column-push-10.column-6, .columns .column-push-10.column-7, .loan-plan-figures .column-push-10.column-7, .columns .column-push-10.column-8, .loan-plan-figures .column-push-10.column-8, .columns .column-push-10.column-9, .loan-plan-figures .column-push-10.column-9, .columns .column-push-10.column-10, .loan-plan-figures .column-push-10.column-10, .columns .column-push-10.column-11, .loan-plan-figures .column-push-10.column-11, .columns .column-push-10.column-12, .loan-plan-figures .column-push-10.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-11, .loan-plan-figures .column-11 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-11, .loan-plan-figures .column.column-push-11, .columns .column-push-11.column-1, .loan-plan-figures .column-push-11.column-1, .columns .column-push-11.column-2, .loan-plan-figures .column-push-11.column-2, .columns .column-push-11.column-3, .loan-plan-figures .column-push-11.column-3, .loan-plan-figures .column-push-11.figure, .columns .column-push-11.column-4, .loan-plan-figures .column-push-11.column-4, .columns .column-push-11.column-5, .loan-plan-figures .column-push-11.column-5, .columns .column-push-11.column-6, .loan-plan-figures .column-push-11.column-6, .columns .column-push-11.column-7, .loan-plan-figures .column-push-11.column-7, .columns .column-push-11.column-8, .loan-plan-figures .column-push-11.column-8, .columns .column-push-11.column-9, .loan-plan-figures .column-push-11.column-9, .columns .column-push-11.column-10, .loan-plan-figures .column-push-11.column-10, .columns .column-push-11.column-11, .loan-plan-figures .column-push-11.column-11, .columns .column-push-11.column-12, .loan-plan-figures .column-push-11.column-12 {
    margin-left: 0;
  }
  /* line 82, app/assets/stylesheets/components/grid.scss */
  .columns .column-12, .loan-plan-figures .column-12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 88, app/assets/stylesheets/components/grid.scss */
  .columns .column.column-push-12, .loan-plan-figures .column.column-push-12, .columns .column-push-12.column-1, .loan-plan-figures .column-push-12.column-1, .columns .column-push-12.column-2, .loan-plan-figures .column-push-12.column-2, .columns .column-push-12.column-3, .loan-plan-figures .column-push-12.column-3, .loan-plan-figures .column-push-12.figure, .columns .column-push-12.column-4, .loan-plan-figures .column-push-12.column-4, .columns .column-push-12.column-5, .loan-plan-figures .column-push-12.column-5, .columns .column-push-12.column-6, .loan-plan-figures .column-push-12.column-6, .columns .column-push-12.column-7, .loan-plan-figures .column-push-12.column-7, .columns .column-push-12.column-8, .loan-plan-figures .column-push-12.column-8, .columns .column-push-12.column-9, .loan-plan-figures .column-push-12.column-9, .columns .column-push-12.column-10, .loan-plan-figures .column-push-12.column-10, .columns .column-push-12.column-11, .loan-plan-figures .column-push-12.column-11, .columns .column-push-12.column-12, .loan-plan-figures .column-push-12.column-12 {
    margin-left: 0;
  }
}

/* line 2, app/assets/stylesheets/components/heading.scss */
.Heading, .heading {
  font-family: "Averta-Semibold";
  font-size: 1.75rem;
  margin-left: -1.8px;
  line-height: 4rem;
}

/* line 8, app/assets/stylesheets/components/heading.scss */
.Heading.-small, .bank-account-wizard > .wizard-button > .Heading.step, .heading.-small, .bank-account-wizard > .wizard-button > .heading.step {
  font-size: 1rem;
  margin-left: -1.4px;
  line-height: 28px;
}

/* line 14, app/assets/stylesheets/components/heading.scss */
.Heading.-sub, .heading.-sub {
  font-size: 1.75rem;
  margin-left: -1.4px;
  line-height: 3.2rem;
  font-family: "Averta-Light";
}

/* line 21, app/assets/stylesheets/components/heading.scss */
.Heading.-title, .heading.-title {
  font-size: 4rem;
  margin-left: -2px;
  line-height: 56px;
}

/* line 27, app/assets/stylesheets/components/heading.scss */
.Heading.-regular, .heading.-regular {
  font-family: "Averta-Regular";
}

/* line 32, app/assets/stylesheets/components/heading.scss */
.Heading.small {
  font-size: 1rem;
  margin-left: -1.4px;
  line-height: 28px;
}

/* line 38, app/assets/stylesheets/components/heading.scss */
.Heading.sub {
  font-size: 1.75rem;
  margin-left: -1.4px;
  line-height: 3.2rem;
  font-family: "Averta-Light";
}

/* line 45, app/assets/stylesheets/components/heading.scss */
.Heading.title {
  font-size: 4rem;
  margin-left: -2px;
  line-height: 56px;
}

/* line 51, app/assets/stylesheets/components/heading.scss */
.Heading.regular {
  font-family: "Averta-Regular";
}

/* line 1, app/assets/stylesheets/components/hide-child.scss */
.HideChild {
  position: relative;
}

/* line 5, app/assets/stylesheets/components/hide-child.scss */
.HideChild .HideChild-target {
  opacity: 0;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/components/hide-child.scss */
.HideChild:hover .HideChild-target {
  opacity: 1;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/components/icons.scss */
.icon, .referral-dashboard table td a.btn-edit [class^="icon-"],
.referral-dashboard table td a.btn-edit [class*=" icon-"] {
  display: inline-block;
  fill: currentColor;
  font-size: 1.5rem;
  height: 1em;
  vertical-align: -0.05em;
  width: 1em;
}

/* line 10, app/assets/stylesheets/components/icons.scss */
.icon.-small, .bank-account-wizard > .wizard-button > .icon.step, .referral-dashboard table td a.btn-edit .bank-account-wizard > .wizard-button > .step[class^="icon-"],
.referral-dashboard table td a.btn-edit .bank-account-wizard > .wizard-button > .step[class*=" icon-"], .referral-dashboard table td a.btn-edit .-small[class^="icon-"],
.referral-dashboard table td a.btn-edit .-small[class*=" icon-"] {
  font-size: 0.8rem;
}

/* line 11, app/assets/stylesheets/components/icons.scss */
.icon.-medium, .referral-dashboard table td a.btn-edit .-medium[class^="icon-"],
.referral-dashboard table td a.btn-edit .-medium[class*=" icon-"] {
  font-size: 1rem;
}

/* line 12, app/assets/stylesheets/components/icons.scss */
.icon.-large, .referral-dashboard table td a.btn-edit .-large[class^="icon-"],
.referral-dashboard table td a.btn-edit .-large[class*=" icon-"] {
  font-size: 1.25rem;
}

/* line 14, app/assets/stylesheets/components/icons.scss */
.icon.-bold, .referral-dashboard table td a.btn-edit .-bold[class^="icon-"],
.referral-dashboard table td a.btn-edit .-bold[class*=" icon-"] {
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/components/icons.scss */
.icon-xs {
  font-size: 1rem;
}

/* line 21, app/assets/stylesheets/components/icons.scss */
.icon-s {
  font-size: 1.5rem;
}

/* line 25, app/assets/stylesheets/components/icons.scss */
.icon-m {
  font-size: 2.5rem;
}

/* line 29, app/assets/stylesheets/components/icons.scss */
.icon-l {
  font-size: 4rem;
}

/* line 33, app/assets/stylesheets/components/icons.scss */
.icon-xl {
  font-size: 5rem;
}

/* line 39, app/assets/stylesheets/components/icons.scss */
.icon.gray, .referral-dashboard table td a.btn-edit .gray[class^="icon-"],
.referral-dashboard table td a.btn-edit .gray[class*=" icon-"] {
  color: #677889;
}

/* line 40, app/assets/stylesheets/components/icons.scss */
.icon.blue, .referral-dashboard table td a.btn-edit .blue[class^="icon-"],
.referral-dashboard table td a.btn-edit .blue[class*=" icon-"] {
  color: #0080ff;
}

/* line 41, app/assets/stylesheets/components/icons.scss */
.icon.green, .referral-dashboard table td a.btn-edit .green[class^="icon-"],
.referral-dashboard table td a.btn-edit .green[class*=" icon-"] {
  color: #11c080;
}

/* line 42, app/assets/stylesheets/components/icons.scss */
.icon.yellow, .referral-dashboard table td a.btn-edit .yellow[class^="icon-"],
.referral-dashboard table td a.btn-edit .yellow[class*=" icon-"] {
  color: #fae105;
}

/* line 43, app/assets/stylesheets/components/icons.scss */
.icon.red, .referral-dashboard table td a.btn-edit .red[class^="icon-"],
.referral-dashboard table td a.btn-edit .red[class*=" icon-"] {
  color: #ef4352;
}

/* line 45, app/assets/stylesheets/components/icons.scss */
.icon.white-transparent, .referral-dashboard table td a.btn-edit .white-transparent[class^="icon-"],
.referral-dashboard table td a.btn-edit .white-transparent[class*=" icon-"] {
  fill-opacity: 0.3;
}

/* line 1, app/assets/stylesheets/components/line-clamp.scss */
.LineClamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 10, app/assets/stylesheets/components/line-clamp.scss */
.LineClamp-1 {
  -webkit-line-clamp: 1;
}

/* line 14, app/assets/stylesheets/components/line-clamp.scss */
.LineClamp-2 {
  -webkit-line-clamp: 2;
}

/* line 18, app/assets/stylesheets/components/line-clamp.scss */
.LineClamp-3 {
  -webkit-line-clamp: 3;
}

/* line 22, app/assets/stylesheets/components/line-clamp.scss */
.LineClamp-4 {
  -webkit-line-clamp: 4;
}

/* line 26, app/assets/stylesheets/components/line-clamp.scss */
.LineClamp-5 {
  -webkit-line-clamp: 5;
}

/* line 1, app/assets/stylesheets/components/link.scss */
.PrimaryLink {
  color: #1c8ef2;
}

/* line 5, app/assets/stylesheets/components/link.scss */
.Link:hover {
  background-image: linear-gradient(to bottom, currentColor 50%, currentColor 50%);
  background-repeat: repeat-x;
  background-size: 100% 1px;
  background-position: 0 100%;
}

/* line 12, app/assets/stylesheets/components/link.scss */
.Link.light {
  color: #79859a;
}

/* line 1, app/assets/stylesheets/components/list-group.scss */
.list-group {
  list-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 7, app/assets/stylesheets/components/list-group.scss */
.list-group.-interactive .item:not(.-active):hover,
.list-group.-interactive .list-group-item:not(.-active):hover {
  background-color: #f4f4f6;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/components/list-group.scss */
.list-group.-bordered > .item:last-child {
  border-bottom: none;
}

/* line 24, app/assets/stylesheets/components/list-group.scss */
.list-group.-rounded > .list-group-item, .error-container > .list-group.goback > .list-group-item {
  border-radius: 0.4rem;
}

/* line 30, app/assets/stylesheets/components/list-group.scss */
.list-group.-size1 > .list-group-item {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 38, app/assets/stylesheets/components/list-group.scss */
.list-group.-color1 > .list-group-item {
  color: #616161;
}

/* line 43, app/assets/stylesheets/components/list-group.scss */
.list-group > .item,
.list-group .list-group-item {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 2rem;
  align-items: center;
  transition: all 100ms linear;
  font-size: 0.8rem;
}

/* line 56, app/assets/stylesheets/components/list-group.scss */
.list-group > .item.-large {
  padding: 1.5rem;
}

/* line 60, app/assets/stylesheets/components/list-group.scss */
.list-group > .item.-active,
.list-group .list-group-item.-active {
  background-color: #1c8ef2;
  color: white;
}

/* line 1, app/assets/stylesheets/components/list.scss */
ul.list li {
  border-bottom: 1px solid #f4f4f6;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

/* line 9, app/assets/stylesheets/components/list.scss */
ul.list li:last-child {
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/components/modal.scss */
.modal {
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition-property: opacity;
  transition-duration: 210ms;
  transition-timing-function: ease;
  width: 100%;
  z-index: 35;
}

/* line 20, app/assets/stylesheets/components/modal.scss */
.modal--loading::after {
  background-color: white;
  background-image: url(/assets/loaders/loading-grey-l-128444d7f7bc884f887a0f5b75465ee3db385f2baf661e2731c3d673a932642f.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 0.4rem;
  content: '';
  height: 50px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 50px;
}

/* line 37, app/assets/stylesheets/components/modal.scss */
.modal-window {
  background-color: white;
  border-radius: 0.4rem;
  box-shadow: 0 5px 15px rgba(20, 26, 31, 0.1), 0 15px 35px rgba(20, 26, 31, 0.05);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  width: 680px;
  transform: scale(0.95) translateY(10px);
  transition-property: all;
  transition-duration: 210ms;
  transition-timing-function: ease;
}

/* line 51, app/assets/stylesheets/components/modal.scss */
.modal-window.modal-window-s {
  width: 500px;
}

/* line 55, app/assets/stylesheets/components/modal.scss */
.modal-window .close-modal {
  background-image: url(/assets/close-modal-b951bd4d93b3e5826a85ef07fc3e8260846be72c89bcb69c78b535e61125c68c.svg);
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  opacity: 0.5;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1rem;
  z-index: 10;
}

/* line 68, app/assets/stylesheets/components/modal.scss */
.modal-window .close-modal:hover {
  opacity: 1;
}

/* line 72, app/assets/stylesheets/components/modal.scss */
.modal-s .modal-window {
  width: 500px;
}

/* line 73, app/assets/stylesheets/components/modal.scss */
.modal-l .modal-window {
  width: 750px;
}

/* line 74, app/assets/stylesheets/components/modal.scss */
.modal-xl .modal-window {
  width: 850px;
}

/* line 75, app/assets/stylesheets/components/modal.scss */
.modal-xxl .modal-window {
  width: 1000px;
}

/* line 76, app/assets/stylesheets/components/modal.scss */
.modal-xxxl .modal-window {
  width: 95%;
}

/* line 78, app/assets/stylesheets/components/modal.scss */
.modal-full-screen .modal-window {
  height: 94%;
  margin-bottom: 0;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 3%;
  position: static;
  padding-top: 0;
  width: 94%;
}

/* line 89, app/assets/stylesheets/components/modal.scss */
.modal-l .modal-window {
  max-width: 900px;
  position: static;
  width: 100%;
}

/* line 96, app/assets/stylesheets/components/modal.scss */
.modal--open {
  opacity: 1;
  pointer-events: auto;
}

/* line 101, app/assets/stylesheets/components/modal.scss */
.modal--open .modal-window {
  transform: scale(1) translate(0, 0);
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.3, 0, 0, 1);
}

@media only screen and (max-width: 900px) {
  /* line 109, app/assets/stylesheets/components/modal.scss */
  .modal {
    padding-bottom: 0;
  }
  /* line 113, app/assets/stylesheets/components/modal.scss */
  .modal-window {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    min-height: 100%;
  }
  /* line 120, app/assets/stylesheets/components/modal.scss */
  .modal-window.modal-window-s {
    max-width: 500px;
    width: 100%;
  }
  /* line 125, app/assets/stylesheets/components/modal.scss */
  .modal-window.-small, .bank-account-wizard > .wizard-button > .modal-window.step {
    margin: 2rem;
    min-height: unset;
  }
}

/* line 1, app/assets/stylesheets/components/new-grid.scss */
.Grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}

/* line 8, app/assets/stylesheets/components/new-grid.scss */
.GridColumn {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 14, app/assets/stylesheets/components/new-grid.scss */
.GridColumn,
.GridColumn--1,
.GridColumn--2,
.GridColumn--3,
.GridColumn--4,
.GridColumn--5,
.GridColumn--6,
.GridColumn--7,
.GridColumn--8,
.GridColumn--9,
.GridColumn--10,
.GridColumn--11,
.GridColumn--12,
.bp1-GridColumn--1,
.bp1-GridColumn--2,
.bp1-GridColumn--3,
.bp1-GridColumn--4,
.bp1-GridColumn--5,
.bp1-GridColumn--6,
.bp1-GridColumn--7,
.bp1-GridColumn--8,
.bp1-GridColumn--9,
.bp1-GridColumn--10,
.bp1-GridColumn--11,
.bp1-GridColumn--12,
.bp2-GridColumn--1,
.bp2-GridColumn--2,
.bp2-GridColumn--3,
.bp2-GridColumn--4,
.bp2-GridColumn--5,
.bp2-GridColumn--6,
.bp2-GridColumn--7,
.bp2-GridColumn--8,
.bp2-GridColumn--9,
.bp2-GridColumn--10,
.bp2-GridColumn--11,
.bp2-GridColumn--12,
.bp3-GridColumn--1,
.bp3-GridColumn--2,
.bp3-GridColumn--3,
.bp3-GridColumn--4,
.bp3-GridColumn--5,
.bp3-GridColumn--6,
.bp3-GridColumn--7,
.bp3-GridColumn--8,
.bp3-GridColumn--9,
.bp3-GridColumn--10,
.bp3-GridColumn--11,
.bp3-GridColumn--12,
.bp4-GridColumn--1,
.bp4-GridColumn--2,
.bp4-GridColumn--3,
.bp4-GridColumn--4,
.bp4-GridColumn--5,
.bp4-GridColumn--6,
.bp4-GridColumn--7,
.bp4-GridColumn--8,
.bp4-GridColumn--9,
.bp4-GridColumn--10,
.bp4-GridColumn--11,
.bp4-GridColumn--12 {
  padding-top: 0.25rem;
  padding-left: 1.5rem;
  width: 100%;
}

/* Column widths */
/* line 82, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

/* line 83, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--2 {
  max-width: 16.6666666666%;
  flex-basis: 16.6666666666%;
}

/* line 84, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--3 {
  max-width: 25%;
  flex-basis: 25%;
}

/* line 85, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

/* line 86, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--5 {
  max-width: 41.6666666666%;
  flex-basis: 41.6666666666%;
}

/* line 87, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--6 {
  max-width: 50%;
  flex-basis: 50%;
}

/* line 88, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

/* line 89, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--8 {
  max-width: 66.6666666666%;
  flex-basis: 66.6666666666%;
}

/* line 90, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--9 {
  max-width: 75%;
  flex-basis: 75%;
}

/* line 91, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

/* line 92, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--11 {
  max-width: 91.6666666666%;
  flex-basis: 91.6666666666%;
}

/* line 93, app/assets/stylesheets/components/new-grid.scss */
.GridColumn--12 {
  max-width: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 38em) {
  /* line 96, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  /* line 97, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--2 {
    max-width: 16.6666666666%;
    flex-basis: 16.6666666666%;
  }
  /* line 98, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  /* line 99, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  /* line 100, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--5 {
    max-width: 41.6666666666%;
    flex-basis: 41.6666666666%;
  }
  /* line 101, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  /* line 102, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  /* line 103, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--8 {
    max-width: 66.6666666666%;
    flex-basis: 66.6666666666%;
  }
  /* line 104, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  /* line 105, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  /* line 106, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--11 {
    max-width: 91.6666666666%;
    flex-basis: 91.6666666666%;
  }
  /* line 107, app/assets/stylesheets/components/new-grid.scss */
  .bp1-GridColumn--12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 62em) {
  /* line 111, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  /* line 112, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--2 {
    max-width: 16.6666666666%;
    flex-basis: 16.6666666666%;
  }
  /* line 113, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  /* line 114, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  /* line 115, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--5 {
    max-width: 41.6666666666%;
    flex-basis: 41.6666666666%;
  }
  /* line 116, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  /* line 117, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  /* line 118, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--8 {
    max-width: 66.6666666666%;
    flex-basis: 66.6666666666%;
  }
  /* line 119, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  /* line 120, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  /* line 121, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--11 {
    max-width: 91.6666666666%;
    flex-basis: 91.6666666666%;
  }
  /* line 122, app/assets/stylesheets/components/new-grid.scss */
  .bp2-GridColumn--12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 68em) {
  /* line 126, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  /* line 127, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--2 {
    max-width: 16.6666666666%;
    flex-basis: 16.6666666666%;
  }
  /* line 128, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  /* line 129, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  /* line 130, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--5 {
    max-width: 41.6666666666%;
    flex-basis: 41.6666666666%;
  }
  /* line 131, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  /* line 132, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  /* line 133, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--8 {
    max-width: 66.6666666666%;
    flex-basis: 66.6666666666%;
  }
  /* line 134, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  /* line 135, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  /* line 136, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--11 {
    max-width: 91.6666666666%;
    flex-basis: 91.6666666666%;
  }
  /* line 137, app/assets/stylesheets/components/new-grid.scss */
  .bp3-GridColumn--12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 110em) {
  /* line 141, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  /* line 142, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--2 {
    max-width: 16.6666666666%;
    flex-basis: 16.6666666666%;
  }
  /* line 143, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  /* line 144, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  /* line 145, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--5 {
    max-width: 41.6666666666%;
    flex-basis: 41.6666666666%;
  }
  /* line 146, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  /* line 147, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  /* line 148, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--8 {
    max-width: 66.6666666666%;
    flex-basis: 66.6666666666%;
  }
  /* line 149, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  /* line 150, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  /* line 151, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--11 {
    max-width: 91.6666666666%;
    flex-basis: 91.6666666666%;
  }
  /* line 152, app/assets/stylesheets/components/new-grid.scss */
  .bp4-GridColumn--12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

/* line 1, app/assets/stylesheets/components/notice.scss */
.notice {
  background-color: rgba(28, 142, 242, 0.1);
  border: 1px solid #1c8ef2;
  border-radius: 0.2rem;
  color: #1c8ef2;
  font-size: 1rem;
  line-height: 22px;
  padding: 1rem;
  width: 100%;
}

/* line 11, app/assets/stylesheets/components/notice.scss */
.notice.-neutral {
  background-color: rgba(121, 133, 154, 0.1);
  border: 1px solid #79859a;
  color: #79859a;
}

/* line 17, app/assets/stylesheets/components/notice.scss */
.notice.-success {
  background-color: rgba(17, 192, 151, 0.1);
  border: 1px solid #11c097;
  color: #11c097;
}

/* line 23, app/assets/stylesheets/components/notice.scss */
.notice.-warning {
  background-color: rgba(236, 196, 75, 0.2);
  border: 1px solid #ecc44b;
  color: #ecc44b;
}

/* line 29, app/assets/stylesheets/components/notice.scss */
.notice.-negative, .resurfacedocument-modal > .notice {
  background-color: rgba(250, 87, 100, 0.1);
  border: 1px solid #fa5764;
  color: #fa5764;
}

/* line 1, app/assets/stylesheets/components/overlay.scss */
.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.9;
  z-index: 25;
}

/* line 14, app/assets/stylesheets/components/overlay.scss */
.overlay > .message {
  padding: 2.75rem;
  color: #79859a;
  font-size: 1.75rem;
  text-align: center;
}

/* line 21, app/assets/stylesheets/components/overlay.scss */
.overlay.-dark {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}

/* line 26, app/assets/stylesheets/components/overlay.scss */
.overlay.-dark:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

/* line 31, app/assets/stylesheets/components/overlay.scss */
.overlay.-fixed {
  position: fixed;
}

/* line 32, app/assets/stylesheets/components/overlay.scss */
.overlay.-closed {
  display: none;
}

/* line 33, app/assets/stylesheets/components/overlay.scss */
.overlay.-open {
  display: initial;
}

/* line 1, app/assets/stylesheets/components/pagination.scss */
.pagination {
  margin-top: 0.25rem;
}

/* line 5, app/assets/stylesheets/components/pagination.scss */
.pagination a {
  display: inline-block;
  color: #79859a;
  padding: 0.25rem;
  text-decoration: none;
}

/* line 12, app/assets/stylesheets/components/pagination.scss */
.pagination a:hover {
  color: #141414;
}

/* line 16, app/assets/stylesheets/components/pagination.scss */
.pagination .current {
  color: #1c8ef2;
  padding: 0.25rem;
}

/* line 1, app/assets/stylesheets/components/password_strength.scss */
.password-strength-widget .strength-bars-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
}

/* line 8, app/assets/stylesheets/components/password_strength.scss */
.password-strength-widget .strength-bars-container div {
  width: 5%;
  height: 5px;
  margin: 1px;
  border-radius: 20%/50%;
  background-color: #f4f4f6;
}

/* line 16, app/assets/stylesheets/components/password_strength.scss */
.password-strength-widget .strength-bars-container div.valid {
  background-color: #11c097;
}

/* line 2, app/assets/stylesheets/components/progress-bar.scss */
.progress-container {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

/* line 7, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .progress-bar {
  width: 90%;
}

/* line 8, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .info {
  font-size: 0.8rem;
  text-align: center;
  width: 10%;
}

/* line 14, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-full {
  position: relative;
  height: 100%;
  padding: 0;
}

/* line 19, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-full > .progress-bar {
  width: 100%;
  height: 100%;
}

/* line 24, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-full > .info {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  bottom: 0;
}

/* line 33, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-max-width {
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-max-width > .progress-bar {
  width: 100%;
  margin-bottom: 0.5rem;
}

/* line 41, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-max-width > .info {
  width: 100%;
  text-align: center;
}

/* line 47, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-small, .bank-account-wizard > .wizard-button > .progress-container.step {
  width: 5rem;
}

/* line 50, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-small > .progress-bar, .bank-account-wizard > .wizard-button > .progress-container.step > .progress-bar {
  height: 1rem;
  border-radius: 0.2rem;
}

/* line 55, app/assets/stylesheets/components/progress-bar.scss */
.progress-container.-small > .info, .bank-account-wizard > .wizard-button > .progress-container.step > .info {
  font-size: 0.5rem;
}

@media only screen and (max-width: 900px) {
  /* line 61, app/assets/stylesheets/components/progress-bar.scss */
  .progress-container > .progress-bar {
    width: 100%;
  }
}

/* line 66, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .progress-bar {
  background-color: #f3f5f7;
  border-radius: 999rem;
  display: inline-block;
  height: 1rem;
  overflow: hidden;
  width: 100%;
}

/* line 74, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .progress-bar.-noradius {
  border-radius: 0;
}

/* line 77, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .progress-bar > .current-progress {
  width: 0;
  height: 100%;
  background-color: #0080ff;
}

/* line 82, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .progress-bar > .current-progress.-positive, .bank-account-wizard.progress-container > .wizard-button.complete.progress-bar > .current-progress.step, .step-form > .submit-container.-nav .progress-container > .progress-bar > .current-progress.submit-requirements-btn, .progress-container > .congratulatory-box.progress-bar > .current-progress.collections-primary-button, .progress-container > .congratulatory-box.progress-bar > .current-progress.collections-secondary-button, .progress-container > .congratulatory-box.progress-bar > .current-progress.file-input-button, .rs-proof-of-sales-modal .progress-container > .congratulatory-box.progress-bar > .current-progress.btn-container, .progress-container > .congratulatory-box.progress-bar > .current-progress.button, .chat-notes .progress-container > .congratulatory-box.progress-bar > .current-progress.button, .progress-container > .error-container.congratulatory-box.progress-bar > .current-progress.goback {
  background-color: #11c097;
}

/* line 83, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .progress-bar > .current-progress.-negative, .progress-container > .resurfacedocument-modal.progress-bar > .current-progress.notice {
  background-color: #ef4352;
}

/* line 84, app/assets/stylesheets/components/progress-bar.scss */
.progress-container > .progress-bar > .current-progress.-warning {
  background-color: #fae105;
}

/* line 1, app/assets/stylesheets/components/radial-progress-icon.scss */
.radial-progress-icon {
  position: relative;
  width: 60px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/components/radial-progress-icon.scss */
.radial-progress-icon .percentSign {
  font-size: 13px;
}

/* line 1, app/assets/stylesheets/components/scrollable_cards.scss */
.merge-lead-cards {
  overflow: auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/scrollable_cards.scss */
.merge-lead-cards-inner {
  display: flex;
  width: auto;
}

/* line 11, app/assets/stylesheets/components/scrollable_cards.scss */
.merge-lead-card {
  background-color: white;
  border-color: #79859a -l;
  border-radius: 0.2rem;
  border-style: solid;
  border-width: 1px;
  margin-right: 1.5rem;
  padding: 0.5rem;
  transition-duration: 210ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* line 24, app/assets/stylesheets/components/scrollable_cards.scss */
.merge-lead-card.merge-lead-card--selected {
  border-color: #1c8ef2;
  box-shadow: 0 3px 20px rgba(20, 20, 20, 0.2);
}

/* line 1, app/assets/stylesheets/components/section.scss */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 5, app/assets/stylesheets/components/section.scss */
.section.-small, .bank-account-wizard > .wizard-button > .section.step {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 10, app/assets/stylesheets/components/section.scss */
.section.-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* line 1, app/assets/stylesheets/components/sidebar-standard.scss */
.main-content-mod {
  display: grid;
  grid-template-columns: 25% auto;
  min-height: 100%;
}

/* line 7, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-mod {
  background: white;
  border-right: 1px solid #c5d1dd;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 20px;
}

/* line 15, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-mod [class*="icon-"]:before,
.sidebar-standard-mod [class*="icon-"]:after {
  font-family: 'Linearicons';
}

/* line 21, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-header {
  text-align: center;
}

/* line 24, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-header a {
  font-family: "Averta-SemiBold";
  color: #677889;
  display: block;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.25px;
}

/* line 33, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-header .btn-left-icon {
  font-size: 1rem;
}

/* line 36, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-header .btn-left-icon:before {
  content: "\e93b";
  font-size: 0.8rem;
}

/* line 41, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-header .btn-left-icon:hover {
  color: #141414;
}

/* line 47, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items {
  background: #f3f5f7;
  border: 1px solid #c5d1dd;
  border-radius: 5px;
  color: #677889;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 10px 15px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-family: "Averta-SemiBold";
}

/* line 60, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items article {
  width: 100%;
  padding: 0 10px 0 18px;
}

/* line 65, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items h4 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.25px;
}

/* line 70, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items p {
  color: #677889;
  font-size: 0.75rem;
  margin-top: 4px;
}

/* line 76, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items:hover {
  background: #fafafa;
}

/* line 80, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items:before {
  content: "\e934";
  font-size: 1.5rem;
}

/* line 85, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items:after {
  content: "\e93c";
  color: #d5d8dd;
  font-size: 1.2rem;
}

/* line 91, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.pending, .sidebar-standard-items.resubmitted, .sidebar-standard-items.submitted {
  color: #677889;
}

/* line 96, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.pending:before, .sidebar-standard-items.resubmitted:before, .sidebar-standard-items.submitted:before {
  content: "\e934";
  color: #d5d8dd;
}

/* line 102, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.passed, .sidebar-standard-items.verified {
  border-color: #11c097;
  color: #11c097;
}

/* line 107, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.passed:before, .sidebar-standard-items.verified:before {
  content: "\e934";
}

/* line 112, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.failed, .sidebar-standard-items.resubmit_sent, .sidebar-standard-items.kyc_rejected, .sidebar-standard-items.rejected {
  border-color: #fa5764;
  color: #fa5764;
}

/* line 119, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.failed:before, .sidebar-standard-items.resubmit_sent:before, .sidebar-standard-items.kyc_rejected:before, .sidebar-standard-items.rejected:before {
  content: "\e92a";
}

/* line 124, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.skipped {
  color: #c5d1dd;
}

/* line 127, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.skipped:before {
  content: "\e95c";
}

/* line 131, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.skipped p {
  color: #c5d1dd;
}

/* line 136, app/assets/stylesheets/components/sidebar-standard.scss */
.sidebar-standard-items.-credit-boost-document-active {
  background-color: white;
  border: 4px solid #1c8ef2;
}

/* line 1, app/assets/stylesheets/components/status.scss */
.status {
  align-items: center;
  background-color: white;
  border-radius: 999rem;
  box-shadow: inset 0 0 0 1px #c5d1dd;
  display: inline-flex;
  font-family: "Averta-Semibold";
  font-size: 0.5rem;
  font-weight: normal;
  height: 1rem;
  justify-content: center;
  letter-spacing: .1em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 19, app/assets/stylesheets/components/status.scss */
.status.-medium {
  font-family: "Averta-Semibold";
  font-size: 0.6rem;
  height: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 27, app/assets/stylesheets/components/status.scss */
.status.-neutral {
  background-color: #f3f5f7;
  color: #677889;
  box-shadow: none;
}

/* line 33, app/assets/stylesheets/components/status.scss */
.status.-primary, .status.file-input-button, .error-container > .status.goback {
  background-color: #ebf5ff;
  color: #095cae;
  box-shadow: none;
}

/* line 39, app/assets/stylesheets/components/status.scss */
.status.-positive, .bank-account-wizard > .wizard-button.complete > .status.step, .step-form > .submit-container.-nav .status.submit-requirements-btn, .congratulatory-box > .status.collections-primary-button, .congratulatory-box > .status.collections-secondary-button, .congratulatory-box > .status.file-input-button, .rs-proof-of-sales-modal .congratulatory-box > .status.btn-container, .congratulatory-box > .status.button, .chat-notes .congratulatory-box > .status.button, .error-container.congratulatory-box > .status.goback {
  background-color: #e3fcf3;
  color: #077e52;
  box-shadow: none;
}

/* line 45, app/assets/stylesheets/components/status.scss */
.status.-warning {
  background-color: #fcf8cf;
  color: #827503;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/components/status.scss */
.status.-negative, .resurfacedocument-modal > .status.notice {
  background-color: #fef1f2;
  color: #bc101f;
  box-shadow: none;
}

/* line 58, app/assets/stylesheets/components/status.scss */
.status.-inverted {
  color: white;
  background-color: #677889;
}

/* line 63, app/assets/stylesheets/components/status.scss */
.status.-primary.-inverted, .status.-inverted.file-input-button, .error-container > .status.-inverted.goback {
  background-color: #0080ff;
}

/* line 66, app/assets/stylesheets/components/status.scss */
.status.-positive.-inverted, .bank-account-wizard > .wizard-button.complete > .status.-inverted.step, .step-form > .submit-container.-nav .status.-inverted.submit-requirements-btn, .congratulatory-box > .status.-inverted.collections-primary-button, .congratulatory-box > .status.-inverted.collections-secondary-button, .congratulatory-box > .status.-inverted.file-input-button, .rs-proof-of-sales-modal .congratulatory-box > .status.-inverted.btn-container, .congratulatory-box > .status.-inverted.button, .chat-notes .congratulatory-box > .status.-inverted.button, .error-container.congratulatory-box > .status.-inverted.goback {
  background-color: #11c080;
}

/* line 69, app/assets/stylesheets/components/status.scss */
.status.-warning.-inverted {
  background-color: #fae105;
}

/* line 72, app/assets/stylesheets/components/status.scss */
.status.-negative.-inverted, .resurfacedocument-modal > .status.-inverted.notice {
  background-color: #ef4352;
}

/* line 1, app/assets/stylesheets/components/step.scss */
.step-tag, .bank-account-wizard > .wizard-button > .step {
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #79859a;
  border-radius: 999rem;
  font-family: "Averta-Light";
}

/* line 11, app/assets/stylesheets/components/step.scss */
.step-tag.-square, .bank-account-wizard > .wizard-button > .-square.step {
  border-radius: 0.4rem;
}

/* line 15, app/assets/stylesheets/components/step.scss */
.step-tag.-noround, .bank-account-wizard > .wizard-button > .-noround.step {
  border-radius: 0;
}

/* line 20, app/assets/stylesheets/components/step.scss */
.step-tag.-brand, .bank-account-wizard > .wizard-button > .-brand.step, .chat-notes .bank-account-wizard > .wizard-button > .step.button, .chat-notes .step-tag.collections-primary-button, .chat-notes .step-tag.collections-secondary-button, .chat-notes .step-tag.file-input-button, .chat-notes .step-form > .submit-container.-nav .step-tag.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .step-tag.submit-requirements-btn, .chat-notes .rs-proof-of-sales-modal .step-tag.btn-container, .rs-proof-of-sales-modal .chat-notes .step-tag.btn-container, .chat-notes .step-tag.button, .chat-notes .bank-account-wizard > .wizard-button > .step.collections-primary-button, .chat-notes .bank-account-wizard > .wizard-button > .step.collections-secondary-button, .chat-notes .bank-account-wizard > .wizard-button > .step.file-input-button, .chat-notes .step-form > .submit-container.-nav .bank-account-wizard > .wizard-button > .step.submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .bank-account-wizard > .wizard-button > .step.submit-requirements-btn, .chat-notes .rs-proof-of-sales-modal .bank-account-wizard > .wizard-button > .step.btn-container, .rs-proof-of-sales-modal .chat-notes .bank-account-wizard > .wizard-button > .step.btn-container, .chat-notes .bank-account-wizard > .error-container.wizard-button > .step.goback, .chat-notes .error-container > .step-tag.goback {
  background-color: #0066db;
}

/* line 21, app/assets/stylesheets/components/step.scss */
.step-tag.-primary, .step-tag.file-input-button, .bank-account-wizard > .wizard-button > .file-input-button.step, .bank-account-wizard > .wizard-button > .-primary.step, .bank-account-wizard > .error-container.wizard-button > .step.goback, .error-container > .step-tag.goback {
  background-color: #1c8ef2;
}

/* line 22, app/assets/stylesheets/components/step.scss */
.step-tag.-positive, .bank-account-wizard > .wizard-button > .-positive.step, .bank-account-wizard > .wizard-button.complete > .step, .step-form > .submit-container.-nav .bank-account-wizard > .wizard-button > .step.submit-requirements-btn, .bank-account-wizard > .congratulatory-box.wizard-button > .step.button, .step-form > .submit-container.-nav .step-tag.submit-requirements-btn, .congratulatory-box > .step-tag.button, .bank-account-wizard > .wizard-button.congratulatory-box > .step.collections-primary-button, .bank-account-wizard > .wizard-button.congratulatory-box > .step.collections-secondary-button, .bank-account-wizard > .wizard-button.congratulatory-box > .step.file-input-button, .rs-proof-of-sales-modal .bank-account-wizard > .wizard-button.congratulatory-box > .step.btn-container, .chat-notes .bank-account-wizard > .wizard-button.congratulatory-box > .step.button, .bank-account-wizard > .error-container.wizard-button.congratulatory-box > .step.goback {
  background-color: #11c097;
}

/* line 23, app/assets/stylesheets/components/step.scss */
.step-tag.-negative, .bank-account-wizard > .wizard-button > .-negative.step, .bank-account-wizard > .resurfacedocument-modal.wizard-button > .step.notice, .resurfacedocument-modal > .step-tag.notice {
  background-color: #fa5764;
}

/* line 24, app/assets/stylesheets/components/step.scss */
.step-tag.-warning, .bank-account-wizard > .wizard-button > .-warning.step {
  background-color: #ecc44b;
}

/* line 25, app/assets/stylesheets/components/step.scss */
.step-tag.-white, .bank-account-wizard > .wizard-button > .-white.step, .bank-account-wizard > .wizard-button.current > .step {
  background-color: white;
  color: #0066db;
}

/* line 31, app/assets/stylesheets/components/step.scss */
.step-tag.-small, .bank-account-wizard > .wizard-button > .step {
  height: 1rem;
  width: 1rem;
  font-size: 0.6rem;
}

/* line 37, app/assets/stylesheets/components/step.scss */
.step-tag.-medium, .bank-account-wizard > .wizard-button > .-medium.step {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.75rem;
}

/*
 * A simple strikethrough style for a divider with a text inside
 */
/* line 5, app/assets/stylesheets/components/strikethrough.scss */
.strikethrough {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

/* line 11, app/assets/stylesheets/components/strikethrough.scss */
.strikethrough > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #616161;
  color: white;
  font-weight: bold;
  font-size: 0.75rem;
}

/* line 24, app/assets/stylesheets/components/strikethrough.scss */
.strikethrough > span:before, .strikethrough > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #d5d8dd;
}

/* line 34, app/assets/stylesheets/components/strikethrough.scss */
.strikethrough > span:before {
  right: 100%;
  margin-right: 5px;
}

/* line 39, app/assets/stylesheets/components/strikethrough.scss */
.strikethrough > span:after {
  left: 100%;
  margin-left: 5px;
}

/* line 1, app/assets/stylesheets/components/tab-menu.scss */
.TabGroup, .tab-menu {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
}

/* line 8, app/assets/stylesheets/components/tab-menu.scss */
.TabGroup.-uppercase > .Tab, .TabGroup.-uppercase > .tab, .tab-menu.-uppercase > .Tab, .tab-menu.-uppercase > .tab {
  text-transform: uppercase;
}

/* line 14, app/assets/stylesheets/components/tab-menu.scss */
.Tab, .tab {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  font-size: 0.75rem;
  color: #677889;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/components/tab-menu.scss */
.Tab.-small, .bank-account-wizard > .wizard-button > .Tab.step, .tab.-small, .bank-account-wizard > .wizard-button > .tab.step {
  font-size: 0.8rem;
}

/* line 26, app/assets/stylesheets/components/tab-menu.scss */
.Tab.-medium, .tab.-medium {
  font-size: 1rem;
}

/* line 27, app/assets/stylesheets/components/tab-menu.scss */
.Tab.-large, .tab.-large {
  font-size: 1.25rem;
}

/* line 30, app/assets/stylesheets/components/tab-menu.scss */
.TabGroup.-tight .Tab {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 35, app/assets/stylesheets/components/tab-menu.scss */
.Tab:hover, .tab:hover {
  color: #141414;
}

/* line 39, app/assets/stylesheets/components/tab-menu.scss */
.Tab.active, .tab.-active {
  color: #1c8ef2;
  border-bottom: 3px solid #1c8ef2;
  cursor: default;
}

/* line 45, app/assets/stylesheets/components/tab-menu.scss */
.Tab.disabled, .tab.-disabled {
  color: #d5d8dd;
  border-color: #f4f4f6;
  pointer-events: none;
}

/* line 51, app/assets/stylesheets/components/tab-menu.scss */
.tab-menu.-rounded > .tab.-active, .error-container > .tab-menu.goback > .tab.-active {
  padding: 0.5rem;
  border-radius: 999rem;
  border: 2px solid #1c8ef2;
  cursor: default;
  color: #1c8ef2;
  margin: 0.3rem 0 0.3rem 0;
}

/* line 60, app/assets/stylesheets/components/tab-menu.scss */
.tab.-active {
  color: #1c8ef2;
  border-bottom: 2px solid #1c8ef2;
  cursor: default;
}

/* line 66, app/assets/stylesheets/components/tab-menu.scss */
.Tab.greyed {
  color: #d5d8dd;
  border-color: #f4f4f6;
}

/* line 69, app/assets/stylesheets/components/tab-menu.scss */
.Tab.greyed .status {
  cursor: auto;
}

/* line 74, app/assets/stylesheets/components/tab-menu.scss */
.tab {
  margin: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 80, app/assets/stylesheets/components/tab-menu.scss */
.tab.-with-select select {
  border: none;
  background: none;
  color: #677889;
  font-size: 1rem;
  font-family: "Averta-Regular";
  line-height: 24px;
  width: auto;
  padding: 0px;
}

/* line 89, app/assets/stylesheets/components/tab-menu.scss */
.tab.-with-select select:focus {
  outline: none;
}

/* line 95, app/assets/stylesheets/components/tab-menu.scss */
.tab.-active.-with-select {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

/* line 100, app/assets/stylesheets/components/tab-menu.scss */
.tab #width-calculator {
  font-size: 1rem;
  font-family: Averta;
  display: none;
}

/* line 1, app/assets/stylesheets/components/table.scss */
.table, .referral-dashboard table {
  width: 100%;
  max-width: 100%;
  font-size: 0.8rem;
}

@media only screen and (max-width: 900px) {
  /* line 8, app/assets/stylesheets/components/table.scss */
  .table.-responsive tbody > tr, .referral-dashboard table.-responsive tbody > tr {
    border-bottom: none;
    margin-bottom: 0.5rem;
  }
  /* line 13, app/assets/stylesheets/components/table.scss */
  .table.-responsive thead > tr > th, .referral-dashboard table.-responsive thead > tr > th {
    display: none;
  }
  /* line 17, app/assets/stylesheets/components/table.scss */
  .table.-responsive tbody > tr > td, .referral-dashboard table.-responsive tbody > tr > td {
    display: block;
    border-bottom: 1px solid #f3f5f7;
  }
  /* line 22, app/assets/stylesheets/components/table.scss */
  .table.-responsive tbody > tr > td:last-child, .referral-dashboard table.-responsive tbody > tr > td:last-child {
    margin-bottom: 1.5rem;
    border-bottom: none;
  }
  /* line 27, app/assets/stylesheets/components/table.scss */
  .table.-responsive tbody > tr > td[data-th]:before, .referral-dashboard table.-responsive tbody > tr > td[data-th]:before {
    display: inline-block;
    content: attr(data-th) ": ";
    width: 100px;
  }
}

/* line 37, app/assets/stylesheets/components/table.scss */
.table tr, .referral-dashboard table tr {
  border-bottom: 1px solid #f3f5f7;
}

/* line 41, app/assets/stylesheets/components/table.scss */
.table td, .referral-dashboard table td,
.table th,
.referral-dashboard table th {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
}

/* line 48, app/assets/stylesheets/components/table.scss */

.table th,
.referral-dashboard table th {
  font-weight: 400;
  color: #677889;
}

/* line 54, app/assets/stylesheets/components/table.scss */
.table.-padded th:first-child, .referral-dashboard table.-padded th:first-child,
.table.-padded td:first-child,
.referral-dashboard table.-padded td:first-child {
  padding-left: 1.5rem;
}

/* line 59, app/assets/stylesheets/components/table.scss */
.table.-padded th:last-child, .referral-dashboard table.-padded th:last-child,
.table.-padded td:last-child,
.referral-dashboard table.-padded td:last-child {
  padding-right: 1.5rem;
}

/* line 65, app/assets/stylesheets/components/table.scss */
.table.-borderDark tr, .referral-dashboard table.-borderDark tr {
  border-bottom: 1px solid #c5d1dd;
}

/* line 70, app/assets/stylesheets/components/table.scss */
.table.-fullBorder tr, .referral-dashboard table.-fullBorder tr {
  border-bottom: 1px solid #c5d1dd;
}

/* line 73, app/assets/stylesheets/components/table.scss */
.table.-fullBorder tr th, .referral-dashboard table.-fullBorder tr th {
  border-top: 1px solid #c5d1dd;
}

/* line 77, app/assets/stylesheets/components/table.scss */
.table.-fullBorder tr td:first-child, .referral-dashboard table.-fullBorder tr td:first-child,
.table.-fullBorder tr th:first-child,
.referral-dashboard table.-fullBorder tr th:first-child {
  border-left: 1px solid #c5d1dd;
}

/* line 82, app/assets/stylesheets/components/table.scss */
.table.-fullBorder tr td:last-child, .referral-dashboard table.-fullBorder tr td:last-child,
.table.-fullBorder tr th:last-child,
.referral-dashboard table.-fullBorder tr th:last-child {
  border-right: 1px solid #c5d1dd;
}

/* line 90, app/assets/stylesheets/components/table.scss */
.table.-fullPadded td, .referral-dashboard table.-fullPadded td, .table.-fullPadded th, .referral-dashboard table.-fullPadded th {
  padding: 1.5rem;
}

/* line 95, app/assets/stylesheets/components/table.scss */
.table.-darkHead th, .referral-dashboard table.-darkHead th {
  text-align: left;
  color: #141414;
  font-weight: 400;
}

/* line 100, app/assets/stylesheets/components/table.scss */
.table.-darkHead td, .referral-dashboard table.-darkHead td {
  color: #677889;
}

/* line 104, app/assets/stylesheets/components/table.scss */
.table.-lightHead th, .referral-dashboard table.-lightHead th {
  padding: 0.8rem 1.5rem;
  text-align: center;
  color: #141414;
}

/* line 108, app/assets/stylesheets/components/table.scss */
.table.-lightHead th h3, .referral-dashboard table.-lightHead th h3 {
  font-family: "Averta-Bold";
  font-weight: normal;
}

/* line 113, app/assets/stylesheets/components/table.scss */
.table.-lightHead td, .referral-dashboard table.-lightHead td {
  padding: 0.8rem 1.5rem;
  background-color: #fafafa;
  text-align: center;
}

/* line 116, app/assets/stylesheets/components/table.scss */
.table.-lightHead td:first-child, .referral-dashboard table.-lightHead td:first-child {
  text-align: left;
}

/* line 3, app/assets/stylesheets/components/text.scss */
.text.-neutral {
  color: #677889;
}

/* line 4, app/assets/stylesheets/components/text.scss */
.text.-primary, .text.file-input-button, .error-container > .text.goback {
  color: #0080ff;
}

/* line 5, app/assets/stylesheets/components/text.scss */
.text.-positive, .bank-account-wizard > .wizard-button.complete > .text.step, .step-form > .submit-container.-nav .text.submit-requirements-btn, .congratulatory-box > .text.collections-primary-button, .congratulatory-box > .text.collections-secondary-button, .congratulatory-box > .text.file-input-button, .rs-proof-of-sales-modal .congratulatory-box > .text.btn-container, .congratulatory-box > .text.button, .chat-notes .congratulatory-box > .text.button, .error-container.congratulatory-box > .text.goback {
  color: #11c080;
}

/* line 6, app/assets/stylesheets/components/text.scss */
.text.-warning {
  color: #fae105;
}

/* line 7, app/assets/stylesheets/components/text.scss */
.text.-negative, .resurfacedocument-modal > .text.notice {
  color: #ef4352;
}

/* line 11, app/assets/stylesheets/components/text.scss */
.text.-size1 {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-left: 0;
  line-height: 16px;
}

/* line 18, app/assets/stylesheets/components/text.scss */
.text.-size2 {
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-left: 0;
  line-height: 20px;
}

/* line 25, app/assets/stylesheets/components/text.scss */
.text.-size3 {
  font-size: 1rem;
  letter-spacing: -.012em;
  margin-left: -.2px;
  line-height: 24px;
}

/* line 32, app/assets/stylesheets/components/text.scss */
.text.-size4 {
  font-size: 1.25rem;
  letter-spacing: -.022em;
  margin-left: -.4px;
  line-height: 28px;
}

/* line 39, app/assets/stylesheets/components/text.scss */
.text.-size5 {
  font-size: 1.75rem;
  letter-spacing: -.022em;
  margin-left: -1px;
  line-height: 36px;
}

/* line 46, app/assets/stylesheets/components/text.scss */
.text.-note {
  color: #79859a;
}

/* line 52, app/assets/stylesheets/components/text.scss */
.Text.size1 {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-left: 0;
  line-height: 16px;
}

/* line 59, app/assets/stylesheets/components/text.scss */
.Text.size2 {
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-left: 0;
  line-height: 20px;
}

/* line 66, app/assets/stylesheets/components/text.scss */
.Text.size3 {
  font-size: 1rem;
  letter-spacing: -.012em;
  margin-left: -.2px;
  line-height: 24px;
}

/* line 73, app/assets/stylesheets/components/text.scss */
.Text.size4 {
  font-size: 1.25rem;
  letter-spacing: -.022em;
  margin-left: -.4px;
  line-height: 28px;
}

/* line 80, app/assets/stylesheets/components/text.scss */
.Text.size5 {
  font-size: 1.75rem;
  letter-spacing: -.022em;
  margin-left: -1px;
  line-height: 36px;
}

/* line 87, app/assets/stylesheets/components/text.scss */
.Text.blue {
  color: #0080ff;
}

/* line 88, app/assets/stylesheets/components/text.scss */
.Text.red {
  color: #ef4352;
}

/* line 89, app/assets/stylesheets/components/text.scss */
.Text.yellow {
  color: #fae105;
}

/* line 90, app/assets/stylesheets/components/text.scss */
.Text.green {
  color: #11c080;
}

/* line 91, app/assets/stylesheets/components/text.scss */
.Text.gray {
  color: #677889;
}

/* line 1, app/assets/stylesheets/components/transition-content.scss */
.transition-content {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  opacity: 1;
}

/* line 8, app/assets/stylesheets/components/transition-content.scss */
.transition-content.-hide {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/compositions/action_dropdown.scss */
.dashboard {
  z-index: 11;
  margin-left: 15px;
}

/* line 6, app/assets/stylesheets/compositions/action_dropdown.scss */
.dashboard .dropdown {
  left: 0px;
}

/* line 10, app/assets/stylesheets/compositions/action_dropdown.scss */
.dashboard .dropdown ul li a {
  font-size: 14px;
  margin-bottom: 0px !important;
}

/* line 1, app/assets/stylesheets/compositions/admin_selector.scss */
.admin-selector .selected-admin::after {
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #79859a;
}

/* line 11, app/assets/stylesheets/compositions/admin_selector.scss */
.admin-selector .selected-admin:hover::after {
  border-top-color: #141414;
}

/* line 15, app/assets/stylesheets/compositions/admin_selector.scss */
.admin-selector.admin-selector--disabled .selected-admin {
  cursor: default;
}

/* line 19, app/assets/stylesheets/compositions/admin_selector.scss */
.admin-selector.admin-selector--disabled .selected-admin::after {
  display: none;
}

/* line 23, app/assets/stylesheets/compositions/admin_selector.scss */
.admin-selector .admin-selection {
  cursor: default;
  right: 0;
  top: 2.5rem;
  position: absolute;
  width: 280px;
  box-shadow: 0 3px 15px rgba(20, 20, 20, 0.1);
  border-radius: 0.2rem;
  background-color: white;
  border: 1px solid rgba(20, 20, 20, 0.1);
  opacity: 0;
  visibility: hidden;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1.4);
  z-index: 15;
  font-size: 0.8rem;
}

/* line 41, app/assets/stylesheets/compositions/admin_selector.scss */
.admin-selector.admin-selector-right-aligned .admin-selection {
  right: 0;
  left: auto;
}

/* line 46, app/assets/stylesheets/compositions/admin_selector.scss */
.admin-selector.admin-selector--open .admin-selection {
  opacity: 1;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/compositions/attachment.scss */
.attachment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.4rem;
  text-align: left;
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/compositions/attachment.scss */
.attachment:hover {
  background-color: rgba(20, 20, 20, 0.1);
}

/* line 16, app/assets/stylesheets/compositions/attachment.scss */
.attachment-name {
  font-size: 0.8rem;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* line 24, app/assets/stylesheets/compositions/attachment.scss */
.attachment-date {
  color: #79859a;
  font-size: 0.75rem;
  font-family: 'Averta-Light';
  font-weight: normal;
}

/* line 31, app/assets/stylesheets/compositions/attachment.scss */
.attachment-type {
  color: #616161;
  font-size: 0.75rem;
  font-family: 'Averta-Light';
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 39, app/assets/stylesheets/compositions/attachment.scss */
.attachment-actions {
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  display: flex;
  position: absolute;
}

/* line 47, app/assets/stylesheets/compositions/attachment.scss */
.attachment-action {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  border-radius: 0.2rem;
  box-shadow: 0 2px 10px rgba(20, 20, 20, 0.1);
  display: inline-block;
  background-color: white;
  background-position: 0 0;
  background-size: 75px 1.5rem;
  background-image: url(/assets/attachment-actions-b34d4895af493ba5c51e14ee0b22295548348b226e8139912897a688a85e6f4f.png);
  opacity: 08;
}

/* line 62, app/assets/stylesheets/compositions/attachment.scss */
.attachment-action:hover {
  opacity: 1;
}

/* line 66, app/assets/stylesheets/compositions/attachment.scss */
.attachment-action-zoom {
  background-position: -24px 0;
}

/* line 70, app/assets/stylesheets/compositions/attachment.scss */
.attachment .file.file-png {
  background-position: -80px 0;
}

/* line 73, app/assets/stylesheets/compositions/attachment.scss */
.attachment .file.file-jpg,
.attachment .file.file-jpeg {
  background-position: -160px 0;
}

/* line 77, app/assets/stylesheets/compositions/attachment.scss */
.attachment .file.file-pdf {
  background-position: -240px 0;
}

/* line 81, app/assets/stylesheets/compositions/attachment.scss */
.attachment .file {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 1, app/assets/stylesheets/compositions/buckets.scss */
.buckets.buckets--dragging {
  cursor: grabbing;
}

/* line 5, app/assets/stylesheets/compositions/buckets.scss */
.bucket {
  position: relative;
  flex-basis: 400px;
  max-width: 400px;
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #e6ebef;
}

/* line 14, app/assets/stylesheets/compositions/buckets.scss */
.bucket-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}

/* line 19, app/assets/stylesheets/compositions/buckets.scss */
.bucket-header a.lead {
  color: #677889;
  font-size: 1.25rem;
}

/* line 25, app/assets/stylesheets/compositions/buckets.scss */
.bucket-items--loading::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 1.5rem auto;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center 100%;
  background-image: url(/assets/loaders/loading-grey-l-128444d7f7bc884f887a0f5b75465ee3db385f2baf661e2731c3d673a932642f.gif);
}

/* line 1, app/assets/stylesheets/compositions/comaker.scss */
.comaker {
  margin-bottom: 5rem;
}

/* line 6, app/assets/stylesheets/compositions/comaker.scss */
.comaker .comaker-disabled {
  pointer-events: none;
  color: graytext;
}

/* line 11, app/assets/stylesheets/compositions/comaker.scss */
.comaker .comaker-disabled:not([type="file"]) {
  background-color: #d6d9de;
  box-shadow: inset 0 1px 2px rgba(39, 51, 67, 0.1);
  border: 1px solid rgba(120, 132, 154, 0.5);
}

/* line 18, app/assets/stylesheets/compositions/comaker.scss */
.comaker-loading-icon {
  display: none;
}

/* line 24, app/assets/stylesheets/compositions/comaker.scss */
.comaker-loading > .comaker-form {
  display: none;
}

/* line 28, app/assets/stylesheets/compositions/comaker.scss */
.comaker-loading > .comaker-loading-icon {
  display: block;
}

/* line 1, app/assets/stylesheets/compositions/connection_warning.scss */
.connection-warning {
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  color: white;
  z-index: 9999;
  position: fixed;
  font-size: 0.75rem;
  line-height: 2rem;
  padding-left: 2rem;
  background-color: #fa5764;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -100%);
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}

/* line 21, app/assets/stylesheets/compositions/connection_warning.scss */
.connection-warning:before {
  top: 8px;
  left: 10px;
  content: '';
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/loaders/loading-red-25b8ac458f344880449176b11ee643c2e300d56091b0904b0e519745c51b024b.gif);
}

/* line 34, app/assets/stylesheets/compositions/connection_warning.scss */
.connection-warning.connection-warning--visible {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* line 1, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
.bank-account-wizard {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
  .bank-account-wizard {
    flex-direction: column;
  }
}

/* line 10, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
.bank-account-wizard > .wizard-button {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d8dd;
  font-size: 1rem;
  color: #79859a;
}

/* line 23, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
.bank-account-wizard > .wizard-button:first-child {
  padding-left: 1rem;
  border-right: none;
}

/* line 28, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
.bank-account-wizard > .wizard-button:last-child {
  padding-right: 1rem;
  border-left: none;
}

/* line 33, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
.bank-account-wizard > .wizard-button.current {
  border-color: #1c8ef2;
  background-color: #1c8ef2;
  color: white;
}

/* line 39, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
.bank-account-wizard > .wizard-button.complete {
  color: #11c097;
}

/* line 44, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
.bank-account-wizard > .wizard-button > .step {
  color: white;
}

@media only screen and (max-width: 900px) {
  /* line 10, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
  .bank-account-wizard > .wizard-button {
    width: 100%;
  }
  /* line 61, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
  .bank-account-wizard > .wizard-button:first-child {
    padding-left: 1.5rem;
  }
  /* line 62, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
  .bank-account-wizard > .wizard-button:last-child {
    padding-right: 1.5rem;
  }
  /* line 64, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
  .bank-account-wizard > .wizard-button > .step {
    flex-grow: 0;
    margin-right: 1.5rem;
  }
  /* line 69, app/assets/stylesheets/compositions/fca/bank-account-wizard.scss */
  .bank-account-wizard > .wizard-button > .text {
    flex-grow: 1;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts-header {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 7, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts-header .title {
  font-size: 1rem;
  font-weight: bold;
  color: #79859a;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
  .bank-accounts-header {
    flex-direction: column;
  }
}

/* line 19, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank_logo {
  display: inline-block;
  padding: 10px;
  padding-left: 0px;
}

/* line 25, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.account_details {
  display: flex;
}

/* line 29, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.form_hint {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;
  font-size: 12px;
  color: #9A9A9A;
}

/* line 35, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.form_hint b {
  color: #141414;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  /* line 44, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
  .thin-container.paddingTop-xl.bank_accounts {
    padding-top: 0px;
  }
}

/* line 50, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  content: "";
  display: table;
  clear: both;
  padding: 10px 10px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

/* line 62, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts .bank-account {
  -webkit-flex: auto;
  /* Safari 6.1+ */
  -ms-flex: auto;
  /* IE 10 */
  flex: auto;
  min-height: 1px;
  margin-left: 1.8%;
  margin-right: 1.8%;
}

/* line 71, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts .bank_logos {
  width: 4%;
}

@media only screen and (max-width: 600px) {
  /* line 71, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
  .bank-accounts .bank_logos {
    width: 8%;
  }
}

/* line 78, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts .bank_logos img {
  margin-top: 85%;
}

/* line 83, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts .customer_details {
  width: 56%;
}

/* line 87, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.bank-accounts .action_buttons {
  width: 40%;
  text-align: right;
}

/* line 100, app/assets/stylesheets/compositions/fca/bank-accounts.scss */
.left-30-percent {
  left: 30%;
}

/* line 2, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .date-select-inputs {
  display: flex;
  margin: 0;
}

/* line 7, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .date-select-inputs .Select {
  margin: 0 0.25rem;
  flex: 1;
}

/* line 11, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .date-select-inputs .Select:first-child {
  margin-left: 0;
}

/* line 15, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .date-select-inputs .Select:last-child {
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .upload-container {
  border: 1px solid #d5d8dd;
  text-align: center;
  padding: 15px 0;
  margin-top: 0.5rem;
}

/* line 28, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .items {
  padding-bottom: 1.5rem;
}

/* line 32, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

/* line 44, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .item .details {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 50, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .item .filename {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 15px;
  word-break: break-word;
}

/* line 58, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .item .actions {
  margin-left: 0.5rem;
}

/* line 62, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .item .icon, .board-resolution-form-container .item .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .board-resolution-form-container .item [class^="icon-"],
.board-resolution-form-container .item .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .board-resolution-form-container .item [class*=" icon-"] {
  font-size: 25px;
}

/* line 66, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
.board-resolution-form-container .item .error {
  flex: 1;
  margin-top: 0;
  margin-left: 1.5rem;
  color: #fa5764;
}

@media only screen and (max-width: 900px) {
  /* line 74, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
  .board-resolution-form-container .card, .board-resolution-form-container .comaker, .board-resolution-form-container .business-trustpass-verified-container .transparent-card, .business-trustpass-verified-container .board-resolution-form-container .transparent-card, .board-resolution-form-container .personal-trustpass-verified-container .transparent-card, .personal-trustpass-verified-container .board-resolution-form-container .transparent-card, .board-resolution-form-container .poid-container > .option-card, .board-resolution-form-container .receivables-list > .item, .board-resolution-form-container .trustpass-container .option-card, .trustpass-container .board-resolution-form-container .option-card, .board-resolution-form-container .trustpass-selection-container > .option-card, .board-resolution-form-container .lead-search-bar .results-container, .lead-search-bar .board-resolution-form-container .results-container, .board-resolution-form-container .request-item, .board-resolution-form-container .risk-dashboard, .board-resolution-form-container .trustpass-request-item, .board-resolution-form-container .trade-documents > .item, .board-resolution-form-container .referral-dashboard .table-container, .referral-dashboard .board-resolution-form-container .table-container {
    padding: 1.5rem 1rem;
  }
  /* line 78, app/assets/stylesheets/compositions/fca/board_resolution/form_container.scss */
  .board-resolution-form-container .status {
    padding: 0.5rem;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .card-header {
  line-height: 1;
  padding: 1.5rem;
}

/* line 7, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .date-select-inputs {
  display: flex;
  margin: 0;
}

/* line 12, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .date-select-inputs .Select {
  margin: 0 0.25rem;
  flex: 1;
}

/* line 16, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .date-select-inputs .Select:first-child {
  margin-left: 0;
}

/* line 20, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .date-select-inputs .Select:last-child {
  margin-right: 0;
}

/* line 25, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .card, .business-trustpass-form-container .comaker, .business-trustpass-form-container .business-trustpass-verified-container .transparent-card, .business-trustpass-verified-container .business-trustpass-form-container .transparent-card, .business-trustpass-form-container .personal-trustpass-verified-container .transparent-card, .personal-trustpass-verified-container .business-trustpass-form-container .transparent-card, .business-trustpass-form-container .poid-container > .option-card, .business-trustpass-form-container .receivables-list > .item, .business-trustpass-form-container .trustpass-container .option-card, .trustpass-container .business-trustpass-form-container .option-card, .business-trustpass-form-container .trustpass-selection-container > .option-card, .business-trustpass-form-container .lead-search-bar .results-container, .lead-search-bar .business-trustpass-form-container .results-container, .business-trustpass-form-container .request-item, .business-trustpass-form-container .risk-dashboard, .business-trustpass-form-container .trustpass-request-item, .business-trustpass-form-container .trade-documents > .item, .business-trustpass-form-container .referral-dashboard .table-container, .referral-dashboard .business-trustpass-form-container .table-container {
  padding: 1.5rem;
}

/* line 29, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .card-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 35, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .card-title {
  flex: 1;
  font-size: 1.25rem;
}

/* line 41, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .status {
  padding: 0.25rem 1rem;
  background-color: #c5d1dd;
  font-size: 0.75rem;
  color: white;
  box-shadow: none;
  letter-spacing: 0;
  text-align: center;
}

/* line 51, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .status.-yellow {
  background-color: #fcf8cf;
  color: #ecc44b;
}

/* line 56, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .status.-green {
  background-color: #11c097;
}

/* line 61, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .upload-container {
  border: 1px solid #d5d8dd;
  text-align: center;
  padding: 15px 0;
  margin-top: 0.5rem;
}

/* line 69, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .items {
  padding-bottom: 1.5rem;
}

/* line 73, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

/* line 85, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .item .details {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 91, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .item .filename {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 15px;
  word-break: break-word;
}

/* line 99, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .item .actions {
  margin-left: 0.5rem;
}

/* line 103, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .item .icon, .business-trustpass-form-container .item .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .business-trustpass-form-container .item [class^="icon-"],
.business-trustpass-form-container .item .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .business-trustpass-form-container .item [class*=" icon-"] {
  font-size: 25px;
}

/* line 107, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
.business-trustpass-form-container .item .error {
  flex: 1;
  margin-top: 0;
  margin-left: 1.5rem;
  color: #fa5764;
}

@media only screen and (max-width: 900px) {
  /* line 115, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
  .business-trustpass-form-container .card, .business-trustpass-form-container .comaker, .business-trustpass-form-container .business-trustpass-verified-container .transparent-card, .business-trustpass-verified-container .business-trustpass-form-container .transparent-card, .business-trustpass-form-container .personal-trustpass-verified-container .transparent-card, .personal-trustpass-verified-container .business-trustpass-form-container .transparent-card, .business-trustpass-form-container .poid-container > .option-card, .business-trustpass-form-container .receivables-list > .item, .business-trustpass-form-container .trustpass-container .option-card, .trustpass-container .business-trustpass-form-container .option-card, .business-trustpass-form-container .trustpass-selection-container > .option-card, .business-trustpass-form-container .lead-search-bar .results-container, .lead-search-bar .business-trustpass-form-container .results-container, .business-trustpass-form-container .request-item, .business-trustpass-form-container .risk-dashboard, .business-trustpass-form-container .trustpass-request-item, .business-trustpass-form-container .trade-documents > .item, .business-trustpass-form-container .referral-dashboard .table-container, .referral-dashboard .business-trustpass-form-container .table-container {
    padding: 1.5rem 1rem;
  }
  /* line 119, app/assets/stylesheets/compositions/fca/business_trustpass/form_container.scss */
  .business-trustpass-form-container .status {
    padding: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/business_trustpass/proof_of_billing_modal.scss */
.business-trustpass-proof-of-billing-modal {
  padding: 2rem;
}

/* line 4, app/assets/stylesheets/compositions/fca/business_trustpass/proof_of_billing_modal.scss */
.business-trustpass-proof-of-billing-modal .items li {
  display: flex;
  align-items: center;
  line-height: 0.5;
  color: #616161;
}

/* line 10, app/assets/stylesheets/compositions/fca/business_trustpass/proof_of_billing_modal.scss */
.business-trustpass-proof-of-billing-modal .items li:before {
  content: "•";
  font-size: 250%;
  padding-right: 1rem;
}

/* line 1, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container {
  background: linear-gradient(45.4deg, #2CB2EA 0%, #6B83EA 100%);
  border-radius: 0.4rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* line 7, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .logo {
  height: 6rem;
}

/* line 11, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .tabs {
  display: flex;
  width: 100%;
}

/* line 16, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .tab {
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

/* line 28, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .tab:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 33, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .tab:last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-right: 2px solid white;
}

/* line 39, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .tab.-selected {
  color: #1c8ef2;
  background: white;
}

/* line 45, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .form-label {
  color: white;
  opacity: 0.55;
}

/* line 50, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .transparent-card {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}

/* line 56, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .transparent-card:last-child {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .thumbnail-container {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #c5d1dd;
  border-radius: 0.2rem;
}

/* line 72, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
.business-trustpass-verified-container .thumbnail-image {
  border-radius: 0.2rem;
  max-width: 72px;
}

@media only screen and (max-width: 900px) {
  /* line 78, app/assets/stylesheets/compositions/fca/business_trustpass/verified_container.scss */
  .business-trustpass-verified-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
.dashboard-menu {
  display: flex;
  align-items: center;
  height: 100%;
}

/* line 7, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
.dashboard-menu .balance {
  width: 5rem;
  margin-right: 1.5rem;
  text-align: right;
}

/* line 12, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
.dashboard-menu .balance > p {
  color: #79859a;
  letter-spacing: 1px;
  font-size: 0.5rem;
  text-transform: uppercase;
}

/* line 19, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
.dashboard-menu .balance > .amount {
  font-size: 18px;
  font-family: "Averta-Semibold";
  font-weight: normal;
  color: #141414;
}

/* line 26, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
.dashboard-menu .current-user {
  height: inherit;
  display: flex;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #d5d8dd;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
.dashboard-menu .current-user > .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 44, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
.dashboard-menu .current-user > .actions > span {
  margin-left: 0.5rem;
}

@media only screen and (max-width: 900px) {
  /* line 50, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
  .dashboard-menu {
    height: initial;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  /* line 57, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
  .dashboard-menu > .balance {
    margin-top: 1.5rem;
    margin-right: 0;
    text-align: center;
  }
  /* line 63, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
  .dashboard-menu > .balance > .amount {
    padding-top: 0.25rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: white;
  }
  /* line 70, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
  .dashboard-menu > .current-user {
    height: initial;
    border-left: none;
  }
  /* line 75, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
  .dashboard-menu > .current-user > .actions {
    flex-direction: column;
  }
  /* line 79, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
  .dashboard-menu > .current-user > .actions > span {
    display: none;
  }
  /* line 83, app/assets/stylesheets/compositions/fca/dashboard-menu.scss */
  .dashboard-menu > .current-user > .actions .Avatar.size1, .dashboard-menu > .current-user > .actions .referral-dashboard table td img, .referral-dashboard table td .dashboard-menu > .current-user > .actions img {
    font-size: 1.75rem;
    height: 4rem;
    letter-spacing: -.5px;
    line-height: 4rem;
    width: 4rem;
  }
}

/* line 3, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
.input-row {
  margin-bottom: 1.5rem;
}

/* line 5, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
.input-row.required label:after {
  color: #fa5764;
  content: '*';
  display: inline;
}

/* line 12, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
.input-row.input-row-attachment {
  border: none;
  padding: 0;
}

/* line 17, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
.input-row.input-row-attachment > .attachment-label {
  color: #141414;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 900px) {
  /* line 24, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row.input-row-attachment > .attachment-label {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  /* line 31, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row {
    border-bottom: 1px solid #d5d8dd;
    padding: 1rem;
    margin-bottom: 0;
  }
  /* line 37, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row label:first-child {
    color: #79859a;
    font-size: 0.8rem;
    margin-bottom: 0;
    text-transform: none;
    width: 100%;
  }
  /* line 45, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row input[type='text'],
  .input-row input[type='email'],
  .input-row input[type='number'],
  .input-row input[type='password'],
  .input-row textarea {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 56, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row input[type='text'],
  .input-row input[type='email'],
  .input-row input[type='number'],
  .input-row input[type='password'] {
    height: 1.5rem;
  }
  /* line 63, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row textarea {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  /* line 68, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row select {
    border: none;
    height: 1.5rem;
    padding-left: 0;
  }
  /* line 74, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row .field_with_errors > input {
    border: none;
  }
  /* line 78, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row .date-select-inputs {
    padding-top: 0.25rem;
  }
  /* line 82, app/assets/stylesheets/compositions/fca/forms/input-row.scss */
  .input-row .date-select-inputs select {
    background-color: #f4f4f6;
    padding-left: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/forms/input-section.scss */
.input-section .input-section-title {
  display: none;
}

@media only screen and (max-width: 900px) {
  /* line 6, app/assets/stylesheets/compositions/fca/forms/input-section.scss */
  .input-section {
    background-color: white;
    border-top: 1px solid #d5d8dd;
    margin-bottom: 2rem;
    margin-top: 2rem;
    position: relative;
    width: 100%;
  }
  /* line 14, app/assets/stylesheets/compositions/fca/forms/input-section.scss */
  .input-section > .input-section-title {
    font-size: 0.75rem;
    color: #79859a;
    display: block;
    left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: -25px;
  }
  /* line 24, app/assets/stylesheets/compositions/fca/forms/input-section.scss */
  .input-section > .input-section-divider {
    clear: both;
    background-color: #f4f4f6;
    border-bottom: 1px solid #d5d8dd;
    height: 1.5rem;
  }
  /* line 30, app/assets/stylesheets/compositions/fca/forms/input-section.scss */
  .input-section label {
    font-size: 1rem;
  }
  /* line 33, app/assets/stylesheets/compositions/fca/forms/input-section.scss */
  .input-section .input-currency {
    background: none;
    padding-left: 0px;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/header-drawer.scss */
.header-drawer {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* line 9, app/assets/stylesheets/compositions/fca/header-drawer.scss */
.header-drawer > nav {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

/* line 20, app/assets/stylesheets/compositions/fca/header-drawer.scss */
.header-drawer > nav > ul > li > a {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 65px;
}

/* line 33, app/assets/stylesheets/compositions/fca/header-drawer.scss */
.header-drawer > nav > ul > li.-active {
  color: #0066db;
}

/* line 42, app/assets/stylesheets/compositions/fca/header-drawer.scss */
.header-drawer > nav ul li.js-HasDropdown::after {
  content: '';
  right: 0;
  top: 28px;
}

@media only screen and (max-width: 900px) {
  /* line 3, app/assets/stylesheets/compositions/fca/header-hamburger.scss */
  .header-hamburger {
    margin-left: 20px;
    z-index: 15;
    width: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* line 9, app/assets/stylesheets/compositions/fca/header-hamburger.scss */
  .header-hamburger .line {
    height: 2px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 1px;
    background-color: white;
  }
  /* line 17, app/assets/stylesheets/compositions/fca/header-hamburger.scss */
  .header-hamburger.-open > .line {
    background-color: white;
  }
  /* line 20, app/assets/stylesheets/compositions/fca/header-hamburger.scss */
  .header-hamburger.-open > .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  /* line 24, app/assets/stylesheets/compositions/fca/header-hamburger.scss */
  .header-hamburger.-open > .line:nth-child(2) {
    opacity: 0;
  }
  /* line 28, app/assets/stylesheets/compositions/fca/header-hamburger.scss */
  .header-hamburger.-open > .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/header-logo.scss */
.header-logo {
  width: 60px;
  height: 60px;
  margin-left: 0.5rem;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/branding/logo-mark-blue-4a5a9b5ed2aec86fc9cac17838a5dc6dc0c7fff1ada3129024a2eb6e131a6e94.svg);
}

/* line 3, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.step-header-container {
  display: flex;
  justify-content: center;
  color: #79859a;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  /* line 3, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .step-header-container {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 3, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .step-header-container {
    font-size: 1.25rem;
  }
}

/* line 19, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.step-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 24, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.step-info {
  font-family: "Averta-Light";
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #79859a;
}

@media only screen and (max-width: 900px) {
  /* line 24, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .step-info {
    font-size: 0.8rem;
    margin-top: 0.25rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 24, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .step-info {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 42, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .step-info.verification {
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 53, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .container.account-creation-container, .account-creation-container.loan-plan-figures, .account-creation-container.poid-container, .account-creation-container.receivables-upload-button, .account-creation-container.trustpass-container, .account-creation-container.trustpass-selection-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 900px) {
  /* line 62, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .container.verification-container, .verification-container.loan-plan-figures, .verification-container.poid-container, .verification-container.receivables-upload-button, .verification-container.trustpass-container, .verification-container.trustpass-selection-container {
    height: 100vh;
  }
}

@media only screen and (max-width: 900px) {
  /* line 68, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .card.account-creation, .account-creation.comaker, .business-trustpass-verified-container .account-creation.transparent-card, .personal-trustpass-verified-container .account-creation.transparent-card, .poid-container > .account-creation.option-card, .receivables-list > .account-creation.item, .trustpass-container .account-creation.option-card, .trustpass-selection-container > .account-creation.option-card, .lead-search-bar .account-creation.results-container, .account-creation.request-item, .account-creation.risk-dashboard, .account-creation.trustpass-request-item, .trade-documents > .account-creation.item, .referral-dashboard .account-creation.table-container {
    padding: 1rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 68, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .card.account-creation, .account-creation.comaker, .business-trustpass-verified-container .account-creation.transparent-card, .personal-trustpass-verified-container .account-creation.transparent-card, .poid-container > .account-creation.option-card, .receivables-list > .account-creation.item, .trustpass-container .account-creation.option-card, .trustpass-selection-container > .account-creation.option-card, .lead-search-bar .account-creation.results-container, .account-creation.request-item, .account-creation.risk-dashboard, .account-creation.trustpass-request-item, .trade-documents > .account-creation.item, .referral-dashboard .account-creation.table-container {
    padding: 2rem;
  }
}

/* line 78, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.account-creation-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 84, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.account-creation-actions.account-element-right {
  justify-content: flex-end;
}

/* line 88, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.account-creation-back-btn {
  color: #79859a;
}

/* line 91, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.account-creation-back-btn span {
  font-size: 0.6rem;
}

/* line 95, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.account-creation-back-btn span.back-text {
  position: relative;
  right: 10px;
  bottom: 1px;
}

/* line 102, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.connect-facebook-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 900px) {
  /* line 102, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .connect-facebook-container {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

/* line 116, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.strikethrough-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 116, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .strikethrough-container {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}

/* line 128, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation-container {
  clear: both;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  /* line 134, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation {
    width: 93%;
    margin-top: 0.5rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 134, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation {
    width: 300px;
    margin-top: 25px;
  }
}

/* line 145, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation label {
  margin-left: 0.5rem;
  color: #79859a;
}

/* line 152, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation .pin-input {
  width: 50px;
  text-align: center;
  box-shadow: none;
  border-color: #d5d8dd;
  font-size: 1.5rem;
}

/* line 160, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation ::-webkit-input-placeholder {
  color: #bbbbc9;
}

@media only screen and (max-width: 900px) {
  /* line 160, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation ::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
}

/* line 165, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation :-moz-placeholder {
  color: #bbbbc9;
}

@media only screen and (max-width: 900px) {
  /* line 165, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation :-moz-placeholder {
    font-size: 0.75rem;
  }
}

/* line 170, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation ::-moz-placeholder {
  color: #bbbbc9;
}

@media only screen and (max-width: 900px) {
  /* line 170, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation ::-moz-placeholder {
    font-size: 0.75rem;
  }
}

/* line 174, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation :-ms-input-placeholder {
  color: #bbbbc9;
}

@media only screen and (max-width: 900px) {
  /* line 174, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation :-ms-input-placeholder {
    font-size: 0.75rem;
  }
}

/* line 179, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 184, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-account-creation .submit-btn-container {
  text-align: center;
}

@media only screen and (max-width: 900px) {
  /* line 184, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation .submit-btn-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 184, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-account-creation .submit-btn-container {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

/* line 198, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-personal-info-1 {
  margin-top: 1rem;
}

@media only screen and (max-width: 900px) {
  /* line 198, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-personal-info-1 {
    width: 100%;
  }
}

@media only screen and (min-width: 900px) {
  /* line 198, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-personal-info-1 {
    width: 500px;
  }
}

/* line 203, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-personal-info-1 label {
  margin-left: 0.5rem;
  color: #79859a;
}

@media only screen and (max-width: 900px) {
  /* line 209, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-personal-info-2 {
    width: 100%;
  }
}

@media only screen and (min-width: 900px) {
  /* line 209, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-personal-info-2 {
    width: 500px;
    margin-top: 1rem;
  }
}

/* line 217, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-personal-info-2 label {
  margin-left: 0.5rem;
  color: #79859a;
}

/* line 223, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-personal-info-upload-id {
  margin-top: 1rem;
}

@media only screen and (max-width: 900px) {
  /* line 223, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-personal-info-upload-id {
    width: 93%;
  }
}

@media only screen and (min-width: 900px) {
  /* line 223, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
  .form-personal-info-upload-id {
    width: 300px;
  }
}

/* line 228, app/assets/stylesheets/compositions/fca/loan-application/account_creation.scss */
.form-personal-info-upload-id label {
  margin-left: 0.5rem;
  color: #79859a;
}

/* line 1, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 {
  text-align: center;
}

/* line 4, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 .fc-logo-2 {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 900px) {
  /* line 8, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .admin-section-name,
  .application-content-2 .admin-section-role,
  .application-content-2 .style14,
  .application-content-2 .blurb {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}

/* line 13, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 .admin-section-name {
  margin-top: 0.5rem;
}

/* line 15, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 .introductory-body-2 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

/* line 20, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 .introductory-body-2.-direct-lead {
  padding: 2.5rem;
}

/* line 24, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 h1.initial-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}

/* line 31, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 p.initial-2 {
  max-width: 400px;
  text-align: left;
}

/* line 36, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.application-content-2 .avatar {
  margin-top: 1.5rem;
  width: 100px;
  height: 100px;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 {
    float: right;
    min-width: 500px;
    width: 75%;
    height: 100vh;
    text-align: center;
    background: url(/assets/initial_screens_background-aa13794a60a628b2d83205e994cebd393440cfabd18c1ac8d035b57a9141100a.jpg) center center;
    background-size: cover;
  }
  /* line 51, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .fc-logo-2 {
    margin-top: 2.75rem;
  }
  /* line 55, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .main-body {
    height: 380px;
    min-width: 600px;
    max-width: 55%;
    margin: 0 auto;
  }
  /* line 62, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .admin-section {
    float: left;
    max-width: 150px;
    width: 400px;
    padding-top: 2rem;
  }
  /* line 68, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .admin-section .admin-section-name {
    font-weight: bold;
    font-size: 1.25rem;
  }
  /* line 73, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .admin-section .admin-section-role {
    font-size: 1.25rem;
    color: grey;
  }
  /* line 77, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .admin-section .blurb {
    margin-top: 1.5rem;
  }
  /* line 80, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 hr.style14 {
    height: 1px;
    border: 0;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  }
  /* line 89, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 .introductory-body-2 {
    float: left;
    max-width: 75%;
    padding-top: 2rem;
    text-align: left;
  }
  /* line 96, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 h1.initial-2 {
    text-align: left;
  }
  /* line 98, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .application-content-2 p.initial-2 {
    margin-bottom: 1.5rem;
    max-width: 500px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* line 107, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
.carousel-2 {
  background: #233041;
}

@media only screen and (max-width: 900px) {
  /* line 107, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .carousel-2 {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 900px) {
  /* line 107, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .carousel-2 {
    position: relative;
    float: left;
    min-width: 250px;
    width: 25%;
    height: 100vh;
  }
  /* line 119, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .carousel-2 .carousel-container {
    margin-top: 2.75rem;
  }
  /* line 121, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .carousel-2 .partners-text {
    position: static;
    font-size: 0.8rem;
  }
  /* line 126, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .carousel-2 .circle-text {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 900px) {
  /* line 132, app/assets/stylesheets/compositions/fca/loan-application/initial_screen_two.scss */
  .initial-screens-background-image {
    background: url(/assets/initial_screens_background-aa13794a60a628b2d83205e994cebd393440cfabd18c1ac8d035b57a9141100a.jpg) center center;
    background-size: cover;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.personal-info-header {
  height: 70px;
  padding-top: 30px;
  background-color: #141414;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
  .personal-info-header {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}

/* line 13, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.logo-mark-white {
  max-width: 5%;
  vertical-align: bottom;
}

/* line 18, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.circle-header {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  color: white;
}

/* line 24, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.personal-information-header {
  padding: 1.5rem;
  color: #79859a;
  text-align: center;
}

/* line 30, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.id-header {
  margin-top: 2rem;
}

/* line 34, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.provide {
  font-size: 0.6rem;
}

/* line 38, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.id-header-content {
  font-size: 0.6rem;
  color: #79859a;
}

@media only screen and (min-width: 900px) {
  /* line 43, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
  .personal-info-phone {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 50, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
  .personal-info-email {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* line 58, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.personal-info-address .address {
  height: 100px;
}

@media only screen and (min-width: 900px) {
  /* line 61, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
  .personal-info-address .address {
    height: 140px;
  }
}

/* line 65, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.go-back-arrow {
  margin-right: -15px;
  vertical-align: text-top;
}

/* line 70, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.personal-info-progress-bar {
  float: right;
}

/* line 74, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.check-circle {
  color: #11c097;
  font-size: 5rem;
}

/* line 77, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.check-circle.big {
  font-size: 8rem;
}

/* line 84, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.date-of-birth #day, .date-of-birth #month, .date-of-birth #year {
  margin-right: 1%;
  padding-right: 0.25rem;
}

/* line 89, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.date-of-birth #day {
  width: 22%;
}

/* line 90, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.date-of-birth #month {
  width: 45%;
}

/* line 91, app/assets/stylesheets/compositions/fca/loan-application/personal-information.scss */
.date-of-birth #year {
  width: 30%;
}

/* line 5, app/assets/stylesheets/compositions/fca/loan-application/progress-bar.scss */
.progress-bar .progress {
  background-color: #11c097;
}

/* line 9, app/assets/stylesheets/compositions/fca/loan-application/progress-bar.scss */
.progress-bar.progress-bar-large {
  height: 30px;
  background-color: #141414;
  border-radius: 0;
}

/* line 14, app/assets/stylesheets/compositions/fca/loan-application/progress-bar.scss */
.progress-bar.progress-bar-large .progress-text {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  line-height: 30px;
}

/* line 23, app/assets/stylesheets/compositions/fca/loan-application/progress-bar.scss */
.progress-bar.progress-bar-extrasmall {
  width: 60px;
  height: auto;
  background-color: transparent;
}

/* line 29, app/assets/stylesheets/compositions/fca/loan-application/progress-bar.scss */
.progress-bar.progress-bar-extrasmall .progress-wrap {
  width: 100%;
  height: 15px;
  background-color: #f4f4f6;
  border-radius: 4px;
  margin: 0 0 3px;
}

/* line 37, app/assets/stylesheets/compositions/fca/loan-application/progress-bar.scss */
.progress-bar.progress-bar-extrasmall .progress-text {
  font-size: 8px;
  line-height: 12px;
}

/* line 2, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  padding-left: 0.5rem;
  position: relative;
  color: #79859a;
}

/* line 11, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item > p {
  padding: 10px;
  margin-left: 10px;
}

/* line 16, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-current > p {
  color: white;
  background-color: #0066db;
}

/* line 22, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-current::before {
  content: "";
  position: absolute;
  left: 30px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #0066db;
}

/* line 33, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item > .step {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #79859a;
}

/* line 42, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item > .step::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  left: 22px;
  top: 45px;
  background-color: #79859a;
}

/* line 52, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-current ~ .item {
  color: #11c097;
}

/* line 56, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-current ~ .item > .step,
.progress-panel > .item.-current > .step::before,
.progress-panel > .item.-current ~ .item > .step::before {
  background-color: #11c097;
}

/* line 63, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-logo > p {
  margin-left: 0;
}

/* line 67, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-logo > .step {
  background: inherit;
  width: 32px;
  height: 31px;
  margin-left: 0;
  background-size: 30px;
  border-radius: 0;
  background-image: url(/assets/logomark-trans-feadf6abb62aaf172744548191b6d83ea7d529fe15cf5fb2b7adac9708458ad8.png);
}

/* line 77, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-logo > .step::before {
  top: 77px;
}

/* line 82, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
.progress-panel > .item.-first > .step::before {
  display: none;
}

@media only screen and (max-width: 900px) {
  /* line 87, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
  .progress-panel > .item.-logo > .step::before {
    top: 57px;
  }
  /* line 91, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
  .progress-panel > .item > .step::before {
    top: 43px;
  }
  /* line 95, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
  .progress-panel > .item > p {
    font-size: 0.8rem;
  }
  /* line 99, app/assets/stylesheets/compositions/fca/loan-application/progress-panel.scss */
  .progress-panel > .item.-logo > p {
    font-size: 1.25rem;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/loan-plan-figures.scss */
.loan-plan-figures {
  width: 100%;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/loan-plan-figures.scss */
  .loan-plan-figures {
    padding-bottom: 1.5rem;
  }
}

/* line 14, app/assets/stylesheets/compositions/fca/loan-plan-figures.scss */
.loan-plan-figures .figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-right: 1px solid #d5d8dd;
}

/* line 21, app/assets/stylesheets/compositions/fca/loan-plan-figures.scss */
.loan-plan-figures .figure:last-child {
  border-right: none;
}

@media only screen and (max-width: 900px) {
  /* line 14, app/assets/stylesheets/compositions/fca/loan-plan-figures.scss */
  .loan-plan-figures .figure {
    border-radius: 0.4rem;
    margin-bottom: 0.5rem;
    border-right: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: white;
    box-shadow: 0 1px 2px rgba(20, 20, 20, 0.1);
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/loan-plan-header.scss */
.loan-plan-header {
  background-color: white;
  padding: 1.5rem;
  padding-top: 0.5rem;
}

/* line 6, app/assets/stylesheets/compositions/fca/loan-plan-header.scss */
.loan-plan-header > .details {
  display: flex;
  align-items: flex-end;
  font-size: 0.8rem;
  color: #79859a;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/loan-plan-header.scss */
  .loan-plan-header {
    text-align: center;
  }
  /* line 16, app/assets/stylesheets/compositions/fca/loan-plan-header.scss */
  .loan-plan-header > .details {
    align-items: center;
    flex-direction: column;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/loan-profile/container.scss */
.loan-profile-container {
  padding-top: 60px;
}

@media only screen and (max-width: 900px) {
  /* line 5, app/assets/stylesheets/compositions/fca/loan-profile/container.scss */
  .loan-profile-container ~ #chatlio-widget > .chatlio-widget {
    bottom: 0;
    top: 7px;
    right: 10px;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #D6D9DE;
  height: 95px;
}

@media only screen and (min-width: 900px) {
  /* line 2, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option {
    height: 125px;
    padding-left: 2rem;
    padding-right: 2.5rem;
  }
}

/* line 15, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option.-loan-type {
  height: 225px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 15px;
}

@media only screen and (min-width: 900px) {
  /* line 15, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option.-loan-type {
    height: 125px;
    padding: 20px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 28, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option .loan-type-container {
    margin-left: 10px;
    width: 50%;
  }
}

/* line 35, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option .loan-type-header {
  color: #0066db;
  font-family: 'Averta-Semibold';
}

/* line 40, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option .loan-type-header.-purpose {
  color: #616161;
}

@media only screen and (min-width: 900px) {
  /* line 40, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option .loan-type-header.-purpose {
    margin-top: 3px;
  }
}

/* line 48, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option .loan-type-description {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

/* line 54, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option .loan-type-description > li {
  list-style-type: disc;
  margin-top: 5px;
}

/* line 59, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option .loan-type-description.-purpose {
  margin-bottom: 0px;
  color: #79859a;
  font-size: 0.75rem;
}

@media only screen and (max-width: 900px) {
  /* line 59, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option .loan-type-description.-purpose {
    font-size: 0.6rem;
  }
}

/* line 69, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  color: #616161;
  text-transform: none;
}

/* line 79, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .description {
  flex: 2 0 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 0.8rem;
}

@media only screen and (max-width: 900px) {
  /* line 79, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option > .item > .description {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 90, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option > .item > .description.-loan-type {
    display: flex;
  }
}

/* line 96, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .description > p {
  font-family: "Averta-Light";
  font-weight: 400;
}

@media only screen and (min-width: 900px) {
  /* line 96, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option > .item > .description > p {
    width: 50%;
  }
}

/* line 105, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #D6D9DE;
  border-radius: 3px;
  font-family: "Averta-Light";
  font-weight: 400;
  font-size: 0.5rem;
  padding: 0.25rem;
  margin-left: 2rem;
  width: 50px;
  height: 40px;
}

/* line 121, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .radio.-loan-type-option {
  align-self: center;
}

@media only screen and (max-width: 900px) {
  /* line 121, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option > .item > .radio.-loan-type-option {
    align-self: flex-end;
    margin-left: 1.5rem;
  }
}

/* line 130, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .radio > input {
  margin-bottom: 0.25rem;
}

/* line 134, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .radio.-selected {
  background: #11c097;
  color: white;
  border-color: #11c097;
}

/* line 140, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .radio > input[type="radio"]:after {
  width: 8px;
  height: 8px;
  border: 1px solid #d5d8dd;
  border-radius: 10px;
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
  position: relative;
  left: 1px;
  top: 1px;
}

@media only screen and (max-width: 900px) {
  /* line 140, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
  .options-list > .option > .item > .radio > input[type="radio"]:after {
    left: 2px;
    top: 0;
  }
}

/* line 160, app/assets/stylesheets/compositions/fca/loan-profile/option.scss */
.options-list > .option > .item > .radio > input[type="radio"]:checked:after {
  border: 1px solid #d5d8dd;
  background-color: #11c097;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
  .step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 8, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-container > .header {
  display: flex;
  justify-content: center;
  font-size: 0.5rem;
  color: #79859a;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 8, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
  .step-container > .header {
    color: #616161;
    font-size: 0.75rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

/* line 24, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-container > .step-content {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 24, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
  .step-container > .step-content {
    padding-bottom: 1.5rem;
    width: 580px;
  }
}

/* line 37, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-form > .submit-container {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 37, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
  .step-form > .submit-container {
    margin-top: 1.5rem;
  }
}

/* line 47, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-form > .submit-container.-nav {
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 54, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-form > .submit-container.-nav > .back-btn {
  font-family: 'Averta-Light';
  color: #79859a;
  font-size: 13px;
  width: 100%;
}

/* line 61, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-form > .summary-container-text {
  border-bottom: 1px solid #D6D9DE;
  padding: 2.5rem;
  font-size: 18px;
  color: #79859a;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  /* line 61, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
  .step-form > .summary-container-text {
    padding: 100px;
  }
}

/* line 73, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-form > .summary-container-text .business-detail {
  font-family: "Averta-Semibold";
  font-weight: 400;
  color: #141414;
}

/* line 79, app/assets/stylesheets/compositions/fca/loan-profile/step.scss */
.step-form > .submit-container.-nav .submit-requirements-btn {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 1, app/assets/stylesheets/compositions/fca/loan-profile/top-banner.scss */
.top-banner-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #0066db;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/loan-profile/top-banner.scss */
  .top-banner-container {
    align-items: center;
    padding-left: 25px;
    padding-right: 75px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 17, app/assets/stylesheets/compositions/fca/loan-profile/top-banner.scss */
  .top-banner-container .top-banner-text {
    max-width: 660px;
    word-wrap: break-word;
    text-align: center;
    font-size: 1.75rem;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/login-container.scss */
.login-container {
  padding: 2rem 1.5rem;
}

/* line 6, app/assets/stylesheets/compositions/fca/login-container.scss */
.login-container > .logo {
  padding: 1.5rem;
  text-align: center;
}

/* line 11, app/assets/stylesheets/compositions/fca/login-container.scss */
.login-container > .logo > img {
  width: 75%;
}

/* line 12, app/assets/stylesheets/compositions/fca/login-container.scss */
.login-container > .links {
  text-align: center;
}

/* line 13, app/assets/stylesheets/compositions/fca/login-container.scss */
.login-container > form {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 900px) {
  /* line 16, app/assets/stylesheets/compositions/fca/login-container.scss */
  .login-container > .logo > img {
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/main-nav.scss */
nav.main-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  align-items: center;
}

/* line 9, app/assets/stylesheets/compositions/fca/main-nav.scss */
nav.main-nav > ul {
  display: flex;
}

/* line 13, app/assets/stylesheets/compositions/fca/main-nav.scss */
nav.main-nav > ul > li > a {
  color: #79859a;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none;
  line-height: 65px;
}

/* line 22, app/assets/stylesheets/compositions/fca/main-nav.scss */
nav.main-nav > ul > li:hover {
  color: #141414;
}

/* line 26, app/assets/stylesheets/compositions/fca/main-nav.scss */
nav.main-nav > ul > li.-active > a {
  color: #0066db;
}

/* line 30, app/assets/stylesheets/compositions/fca/main-nav.scss */
nav.main-nav > ul li.js-HasDropdown {
  margin-right: 1.5rem;
  position: relative;
}

/* line 35, app/assets/stylesheets/compositions/fca/main-nav.scss */
nav.main-nav ul li.js-HasDropdown::after {
  content: '';
  right: 0;
  top: 28px;
  position: absolute;
}

/* line 3, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar {
  text-align: center;
  background-color: white;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #f4f4f6;
  box-shadow: 0 1px 1px rgba(20, 20, 20, 0.1);
}

@media only screen and (max-width: 900px) {
  /* line 3, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar {
    box-shadow: none;
    padding-top: 2.75rem;
    background-color: transparent;
  }
}

/* line 19, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar .step {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  color: #79859a;
  font-size: 0.8rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 900px) {
  /* line 19, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step {
    margin: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: transparent;
    position: relative;
    background-color: #d5d8dd;
  }
}

/* line 43, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar .step.active, .onboarding-bar .step.complete, .onboarding-bar li.active > a {
  color: #0066db;
}

@media only screen and (max-width: 900px) {
  /* line 43, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step.active, .onboarding-bar .step.complete, .onboarding-bar li.active > a {
    color: transparent;
  }
}

@media only screen and (max-width: 900px) {
  /* line 48, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step.active {
    background-color: #0066db;
  }
}

/* line 52, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar .step::before {
  content: "";
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  background-position: 0 0;
  background-size: 20px 60px;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  background-image: url(/assets/checkmarks-eb79d12faa2646933071d298451f8630d31ba296e9da3546b8185f10054fe935.png);
}

@media only screen and (max-width: 900px) {
  /* line 52, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step::before {
    display: none;
  }
}

/* line 66, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar .step.active::before {
  background-position: 0 -20px;
}

/* line 67, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar .step.complete::before {
  background-position: 0 -40px;
}

/* line 69, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar .step::after {
  content: "";
  z-index: 0;
  width: 2.75rem;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #d5d8dd;
}

@media only screen and (max-width: 900px) {
  /* line 69, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step::after {
    margin: auto;
    left: 0;
    top: 7px;
    width: 100%;
    height: auto;
    color: white;
    font-size: 0.6rem;
    position: absolute;
    background-color: transparent;
  }
}

@media only screen and (max-width: 900px) {
  /* line 94, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step:nth-child(1)::after {
    content: "1";
  }
  /* line 95, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step:nth-child(2)::after {
    content: "2";
  }
  /* line 96, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step:nth-child(3)::after {
    content: "3";
  }
  /* line 97, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step:nth-child(4)::after {
    content: "4";
  }
  /* line 98, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step:nth-child(5)::after {
    content: "5";
  }
}

/* line 101, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
.onboarding-bar .step:last-child::after {
  display: none;
}

@media only screen and (max-width: 900px) {
  /* line 101, app/assets/stylesheets/compositions/fca/onboarding_bar.scss */
  .onboarding-bar .step:last-child::after {
    display: inline-block;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .card-header {
  line-height: 1;
  padding: 1.5rem;
}

/* line 7, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .date-select-inputs {
  display: flex;
  margin: 0;
}

/* line 12, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .date-select-inputs .Select {
  margin: 0 0.25rem;
  flex: 1;
}

/* line 16, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .date-select-inputs .Select:first-child {
  margin-left: 0;
}

/* line 20, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .date-select-inputs .Select:last-child {
  margin-right: 0;
}

/* line 25, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .card, .personal-trustpass-form-container .comaker, .personal-trustpass-form-container .business-trustpass-verified-container .transparent-card, .business-trustpass-verified-container .personal-trustpass-form-container .transparent-card, .personal-trustpass-form-container .personal-trustpass-verified-container .transparent-card, .personal-trustpass-verified-container .personal-trustpass-form-container .transparent-card, .personal-trustpass-form-container .poid-container > .option-card, .personal-trustpass-form-container .receivables-list > .item, .personal-trustpass-form-container .trustpass-container .option-card, .trustpass-container .personal-trustpass-form-container .option-card, .personal-trustpass-form-container .trustpass-selection-container > .option-card, .personal-trustpass-form-container .lead-search-bar .results-container, .lead-search-bar .personal-trustpass-form-container .results-container, .personal-trustpass-form-container .request-item, .personal-trustpass-form-container .risk-dashboard, .personal-trustpass-form-container .trustpass-request-item, .personal-trustpass-form-container .trade-documents > .item, .personal-trustpass-form-container .referral-dashboard .table-container, .referral-dashboard .personal-trustpass-form-container .table-container {
  padding: 1.5rem;
}

/* line 29, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .card-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 35, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .card-title {
  flex: 1;
  font-size: 1.25rem;
}

/* line 41, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .status {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  color: white;
  background-color: #c5d1dd;
  box-shadow: none;
  letter-spacing: 0;
  text-align: center;
}

/* line 51, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .status.-yellow {
  background-color: #fcf8cf;
  color: #ecc44b;
}

/* line 56, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .status.-red {
  background-color: #fef1f2;
  color: #fa5764;
}

/* line 61, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
.personal-trustpass-form-container .status.-green {
  background-color: #11c097;
}

@media only screen and (max-width: 900px) {
  /* line 67, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
  .personal-trustpass-form-container .card, .personal-trustpass-form-container .comaker, .personal-trustpass-form-container .business-trustpass-verified-container .transparent-card, .business-trustpass-verified-container .personal-trustpass-form-container .transparent-card, .personal-trustpass-form-container .personal-trustpass-verified-container .transparent-card, .personal-trustpass-verified-container .personal-trustpass-form-container .transparent-card, .personal-trustpass-form-container .poid-container > .option-card, .personal-trustpass-form-container .receivables-list > .item, .personal-trustpass-form-container .trustpass-container .option-card, .trustpass-container .personal-trustpass-form-container .option-card, .personal-trustpass-form-container .trustpass-selection-container > .option-card, .personal-trustpass-form-container .lead-search-bar .results-container, .lead-search-bar .personal-trustpass-form-container .results-container, .personal-trustpass-form-container .request-item, .personal-trustpass-form-container .risk-dashboard, .personal-trustpass-form-container .trustpass-request-item, .personal-trustpass-form-container .trade-documents > .item, .personal-trustpass-form-container .referral-dashboard .table-container, .referral-dashboard .personal-trustpass-form-container .table-container {
    padding: 1.5rem 1rem;
  }
  /* line 71, app/assets/stylesheets/compositions/fca/personal_trustpass/form_container.scss */
  .personal-trustpass-form-container .status {
    padding: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/personal_trustpass/identification_modal.scss */
.personal-trustpass-identification-modal {
  padding: 2rem;
}

/* line 4, app/assets/stylesheets/compositions/fca/personal_trustpass/identification_modal.scss */
.personal-trustpass-identification-modal .items li {
  display: flex;
  align-items: center;
  line-height: 0.5;
  color: #616161;
}

/* line 10, app/assets/stylesheets/compositions/fca/personal_trustpass/identification_modal.scss */
.personal-trustpass-identification-modal .items li:before {
  content: "•";
  font-size: 250%;
  padding-right: 1rem;
}

/* line 1, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container {
  background: linear-gradient(45.4deg, #2CB2EA 0%, #6B83EA 100%);
  border-radius: 0.4rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* line 7, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .logo {
  height: 6rem;
}

/* line 11, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .tabs {
  display: flex;
  width: 100%;
}

/* line 16, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .tab {
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

/* line 28, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .tab:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 33, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .tab:last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-right: 2px solid white;
}

/* line 39, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .tab.-selected {
  color: #1c8ef2;
  background: white;
}

/* line 45, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .form-label {
  color: white;
  opacity: 0.55;
}

/* line 50, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .transparent-card {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}

/* line 56, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .transparent-card:last-child {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .thumbnail-container {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #c5d1dd;
  border-radius: 0.2rem;
}

/* line 72, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
.personal-trustpass-verified-container .thumbnail-image {
  border-radius: 0.2rem;
  max-width: 72px;
}

@media only screen and (max-width: 900px) {
  /* line 78, app/assets/stylesheets/compositions/fca/personal_trustpass/verified_container.scss */
  .personal-trustpass-verified-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
.poid-container {
  padding: 0 2rem;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
  .poid-container {
    padding: 0;
  }
}

/* line 11, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
.poid-container > .option-card {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  text-align: left;
}

@media only screen and (max-width: 900px) {
  /* line 11, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
  .poid-container > .option-card {
    padding: 1rem;
  }
}

/* line 25, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
.poid-container > .option-card > img {
  margin-right: 1.5rem;
}

/* line 28, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
.poid-container > .option-card > .info > .title {
  font-family: "Averta-bold";
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1c8ef2;
}

@media only screen and (max-width: 900px) {
  /* line 28, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
  .poid-container > .option-card > .info > .title {
    font-size: 1.25rem;
  }
}

/* line 38, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
.poid-container > .option-card > .info > .description {
  font-size: 1rem;
  font-family: "Averta-Light";
  line-height: 1.5rem;
  color: #677889;
}

@media only screen and (max-width: 900px) {
  /* line 38, app/assets/stylesheets/compositions/fca/poid/poid-container.scss */
  .poid-container > .option-card > .info > .description {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/profile.scss */
.section.-profile {
  margin-left: 1rem;
}

/* line 6, app/assets/stylesheets/compositions/fca/profile.scss */
.section.-business-information {
  margin-left: 1rem;
}

@media only screen and (min-width: 900px) {
  /* line 11, app/assets/stylesheets/compositions/fca/profile.scss */
  .section.-profile, .section.-business-information {
    margin-left: 0;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/promote-banner.scss */
html[data-useragent*='Android'] .android-only,
html[data-platform='iPhone'] .iphone-only,
html[data-platform='iPad'] .ipad-only {
  display: block;
}

/* line 7, app/assets/stylesheets/compositions/fca/promote-banner.scss */
.promoteApp-banner {
  background: #0067DB;
  bottom: 55px;
  color: #fff;
  width: 100%;
  position: fixed;
  padding: 10px;
  text-align: left;
}

/* line 16, app/assets/stylesheets/compositions/fca/promote-banner.scss */
.promoteApp-banner .app-link {
  display: none;
  color: #fff;
  padding: 6px 6px 4px;
  border: 1px solid #fff;
  border-radius: 3px;
  float: right;
  font-size: 0.75em;
  line-height: 1em;
}

/* line 27, app/assets/stylesheets/compositions/fca/promote-banner.scss */
.promoteApp-banner p {
  font-size: 0.8em;
  padding-top: 5px;
  float: left;
}

/* line 1, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav {
  height: 3.5rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  position: fixed;
  bottom: 0;
  background-color: white;
}

/* line 10, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item > a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.25rem;
  text-align: center;
  font-size: 0.6rem;
  font-family: "Averta-Bold";
  text-transform: uppercase;
  color: #79859a;
}

/* line 25, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item > a:before {
  content: '';
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

/* line 32, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-home > a:before {
  content: url(/assets/fca-mobile-nav/home-093d211e186ac506c0bff29428c04d513e58df3ccd728299b4af239e99ce60d6.svg);
}

/* line 33, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-trustpass > a:before {
  content: url(/assets/fca-mobile-nav/trustpass-c9d011fb63939394346a9503f362f732d827c27749f591ab66f05fb2662ee712.svg);
}

/* line 34, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-pos > a:before {
  content: url(/assets/fca-mobile-nav/pos-08e0aeb124aa9279cb067c9ba2d76299a85afd8ccb9e9dcf62870ca27f05ab30.svg);
}

/* line 35, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-invoice > a:before {
  content: url(/assets/fca-mobile-nav/invoice-b60a889f539b3da04935c952e9637824c67776a4abbc22183049869cccf827db.svg);
}

/* line 36, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-payment > a:before {
  content: url(/assets/fca-mobile-nav/payment-3764cffcf029f183522974cb4aafa7264065dd779506050f01de2b24f7bd33ba.svg);
}

/* line 38, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-home.-active > a:before {
  content: url(/assets/fca-mobile-nav/home-active-c549b5ee4d22dfa8373aa8ed220e230d5bf27003330e565704218d4d293f4b6f.svg);
}

/* line 39, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-trustpass.-active > a:before {
  content: url(/assets/fca-mobile-nav/trustpass-active-bc79f0eec934aff12089d4fc11173f490d748014c2646972b7fe19a892844fe1.svg);
}

/* line 40, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-pos.-active > a:before {
  content: url(/assets/fca-mobile-nav/pos-08e0aeb124aa9279cb067c9ba2d76299a85afd8ccb9e9dcf62870ca27f05ab30.svg);
}

/* line 41, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-invoice.-active > a:before {
  content: url(/assets/fca-mobile-nav/invoice-b60a889f539b3da04935c952e9637824c67776a4abbc22183049869cccf827db.svg);
}

/* line 42, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-payment.-active > a:before {
  content: url(/assets/fca-mobile-nav/payment-3764cffcf029f183522974cb4aafa7264065dd779506050f01de2b24f7bd33ba.svg);
}

/* line 43, app/assets/stylesheets/compositions/fca/quick-nav.scss */
.quick-nav > .item.-active > a {
  color: #1c8ef2;
}

/* line 1, app/assets/stylesheets/compositions/fca/receivables/receivable-info.scss */
.receivable-info {
  padding: 2rem;
  background-color: white;
}

/* line 5, app/assets/stylesheets/compositions/fca/receivables/receivable-info.scss */
.receivable-info > .content {
  margin-bottom: 13rem;
}

/* line 1, app/assets/stylesheets/compositions/fca/receivables/receivable-upload-button.scss */
.receivables-upload-button {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: fixed;
  bottom: 2rem;
}

/* line 11, app/assets/stylesheets/compositions/fca/receivables/receivable-upload-button.scss */
.receivables-upload-button.-web {
  bottom: 4.5rem;
}

/* line 1, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list {
  height: 100%;
  overflow: scroll;
  padding-bottom: 8rem;
}

/* line 7, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item {
  padding: 1.5rem;
  margin: 1.5rem;
  position: relative;
}

/* line 14, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item > * {
  margin-bottom: 0.5rem;
}

/* line 15, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item > *:last-child {
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item > .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}

/* line 23, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item > .meta > .resubmit-box > .resurface-button {
  margin-left: 0.5rem;
}

/* line 27, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item .note {
  color: #79859a;
  font-family: "Averta-Light";
}

/* line 32, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item > .title {
  font-family: "Averta-SemiBold";
}

/* line 36, app/assets/stylesheets/compositions/fca/receivables/receivables-list.scss */
.receivables-list > .item > .date {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  color: #79859a;
  font-family: "Averta-Light";
  font-size: 0.75rem;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/back-button.scss */
.rs-back-button {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background-color: white;
  border: none;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/back-button.scss */
  .rs-back-button {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.br-modal .confirmation-actions {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 900px) {
  /* line 2, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .br-modal .confirmation-actions {
    flex-direction: row;
    justify-content: center;
  }
}

/* line 12, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.br-modal .confirmation-actions .btn {
  width: 100%;
  font-family: 'Averta-Semibold';
  font-size: 0.8rem;
  text-transform: initial;
  margin-top: 15px;
}

@media only screen and (min-width: 900px) {
  /* line 12, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .br-modal .confirmation-actions .btn {
    width: initial;
  }
}

@media only screen and (min-width: 900px) {
  /* line 24, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .br-modal .confirmation-actions > .btn {
    margin-right: 15px;
  }
}

/* line 33, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.br-form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 33, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .br-form .item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 50, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .br-form .item .details {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

/* line 58, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.br-form .item .filename {
  display: flex;
  align-items: center;
  font-size: 15px;
  word-break: break-word;
}

@media only screen and (min-width: 900px) {
  /* line 58, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .br-form .item .filename {
    flex: 1;
  }
}

/* line 69, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.br-form .item .actions {
  margin-left: 0.5rem;
}

/* line 73, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.br-form .item .icon, .br-form .item .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .br-form .item [class^="icon-"],
.br-form .item .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .br-form .item [class*=" icon-"] {
  font-size: 25px;
}

/* line 77, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.br-form .item .error {
  color: #fa5764;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 77, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .br-form .item .error {
    flex: 1;
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

/* line 89, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.instructions-list {
  padding: 1.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 89, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
  .instructions-list {
    padding: 1.5rem 2rem;
  }
}

/* line 96, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.instructions-list > .instruction.-download {
  display: flex;
  flex-direction: column;
}

/* line 101, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.instructions-list > .instruction {
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}

/* line 105, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.instructions-list > .instruction > .downloadlink {
  display: flex;
  justify-content: center;
  width: 250px;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 3px;
  border: 1px solid #d5d8dd;
}

/* line 115, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.instructions-list > .instruction > .uploadfield {
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 3px;
  border: 1px solid #d5d8dd;
  display: flex;
  justify-content: center;
}

/* line 124, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution-modal.scss */
.instructions-list > .instruction > .uploadfield .file-input-button {
  text-transform: initial;
}

/* line 2, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution.scss */
.br-panel {
  width: 100%;
  min-height: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 10, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution.scss */
.br-panel > .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}

/* line 18, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution.scss */
.br-panel > .content > .back-button {
  padding: 0;
  margin-bottom: 2.5rem;
}

/* line 23, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution.scss */
.br-panel > .content > .body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

/* line 31, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution.scss */
.br-panel > .footer {
  padding: 1.5rem;
  border-top: 1px solid #f4f4f6;
}

@media only screen and (min-width: 900px) {
  /* line 31, app/assets/stylesheets/compositions/fca/requirements_submission/board-resolution.scss */
  .br-panel > .footer {
    padding-top: 0;
    border-top: none;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/document-checklist.scss */
.documents-checklist {
  border-top: 1px solid #d5d8dd;
}

/* line 4, app/assets/stylesheets/compositions/fca/requirements_submission/document-checklist.scss */
.documents-checklist > .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #d5d8dd;
  color: #79859a;
}

/* line 13, app/assets/stylesheets/compositions/fca/requirements_submission/document-checklist.scss */
.documents-checklist > .item.-verified {
  color: #11c097;
}

/* line 17, app/assets/stylesheets/compositions/fca/requirements_submission/document-checklist.scss */
.documents-checklist > .item.-resubmit {
  color: #fa5764;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #f4f4f6;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details {
    min-height: 400px;
  }
}

/* line 10, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem;
}

/* line 16, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxHeader .goBack {
  visibility: hidden;
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  /* line 16, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxHeader .goBack {
    visibility: visible;
  }
}

/* line 24, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 29, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection > .icon, .rs-documents-details .referral-dashboard table td a.btn-edit .rs-boxSection > [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-documents-details .rs-boxSection > [class^="icon-"],
.rs-documents-details .referral-dashboard table td a.btn-edit .rs-boxSection > [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-documents-details .rs-boxSection > [class*=" icon-"] {
  font-size: 52px;
  line-height: 52px;
}

@media only screen and (max-width: 900px) {
  /* line 29, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxSection > .icon, .rs-documents-details .referral-dashboard table td a.btn-edit .rs-boxSection > [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-documents-details .rs-boxSection > [class^="icon-"],
  .rs-documents-details .referral-dashboard table td a.btn-edit .rs-boxSection > [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-documents-details .rs-boxSection > [class*=" icon-"] {
    margin-bottom: 3px !important;
  }
}

/* line 38, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection h3, .rs-documents-details .rs-boxSection h4 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 900px) {
  /* line 43, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxSection h3 {
    margin-bottom: 14px;
  }
}

/* line 50, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection p {
  line-height: 17px;
}

/* line 55, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .required-doc-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 24px;
  padding-bottom: 25px;
  list-style: none;
}

/* line 63, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .required-doc-list > li {
  flex: 0 0 50%;
  padding-left: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #79859a;
}

/* line 75, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .required-doc-list > li:before {
  content: " ";
  display: block;
  height: 7px;
  width: 7px;
  left: 10px;
  top: 50%;
  background-color: #d5d8dd;
  transform: translate(0, -50%);
}

/* line 90, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .doc-uploaded-list {
  padding: 0 17px;
  padding-top: 10px;
}

/* line 94, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .doc-uploaded-list > p {
  font-size: 14px;
  line-height: 18px;
}

/* line 99, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .doc-uploaded-list ul li {
  padding: 13px 0;
}

/* line 102, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .doc-uploaded-list ul li .uploaded-doc > img {
  max-height: 35px;
}

/* line 105, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .doc-uploaded-list ul li .uploaded-doc > h6 {
  margin-left: 5px;
}

/* line 109, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection .doc-uploaded-list ul li a > span {
  font-size: 15px;
  line-height: 15px;
}

/* line 117, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection h2.color-green, .rs-documents-details .rs-boxSection h3.color-green, .rs-documents-details .rs-boxSection h4.color-green, .rs-documents-details .rs-boxSection p.color-green, .rs-documents-details .rs-boxSection span.color-green {
  color: #11c097;
}

/* line 121, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxSection h2.color-red, .rs-documents-details .rs-boxSection h3.color-red, .rs-documents-details .rs-boxSection h4.color-red, .rs-documents-details .rs-boxSection p.color-red, .rs-documents-details .rs-boxSection span.color-red {
  color: #fa5764;
}

@media only screen and (max-width: 900px) {
  /* line 126, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxFooter {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 900px) {
  /* line 137, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxFooter.btn-boxFooter .btn {
    flex: 1;
    height: 60px;
    font-size: 18px;
    line-height: 23px;
  }
  /* line 143, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxFooter.btn-boxFooter .btn svg {
    font-size: 36px;
  }
  /* line 147, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxFooter.btn-boxFooter .btn.display-none {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  /* line 154, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
  .rs-documents-details .rs-boxFooter.pdf-boxFooter {
    padding: 15px !important;
  }
}

/* line 157, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxFooter.pdf-boxFooter .btn {
  text-transform: none;
  margin: 0 0 8px;
}

/* line 161, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxFooter.pdf-boxFooter .btn:last-child {
  margin: 0;
}

/* line 166, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxFooter.pdf-boxFooter .btn-grey-l {
  background-color: transparent;
  color: #141414;
  letter-spacing: 0;
  padding: 0 10px;
}

/* line 176, app/assets/stylesheets/compositions/fca/requirements_submission/document-details.scss */
.rs-documents-details .rs-boxFooter .rs-Checkbox input[type=checkbox] + label {
  font-size: 13px;
  line-height: 17px;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/document-submit-type.scss */
.submit-type {
  text-transform: uppercase;
  font-size: 0.8rem;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
  .existing-loan-list {
    max-height: 120px;
    overflow: scroll;
  }
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
  .existing-loan-list {
    padding: 0 15px;
    margin-bottom: 8px;
  }
}

/* line 10, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
.existing-loan-list li {
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
.existing-loan-list li:last-child {
  border-bottom: none;
}

/* line 20, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
.existing-loan-list li span {
  line-height: 17px;
  color: #576173;
}

/* line 27, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
.existing-loan-list li small {
  font-size: 9px;
  line-height: 11px;
  color: #79859a;
}

/* line 33, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
.existing-loan-list li .icon, .existing-loan-list li .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .existing-loan-list li [class^="icon-"],
.existing-loan-list li .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .existing-loan-list li [class*=" icon-"] {
  font-size: 15px;
  line-height: 15px;
}

/* line 40, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
.existing-loan-list .img-wrap {
  width: 65px;
  height: 39px;
}

/* line 43, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loan-list.scss */
.existing-loan-list .img-wrap img {
  width: 100%;
  height: inherit;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loans.scss */
  .existing-loans {
    padding: 0;
  }
}

/* line 6, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loans.scss */
.existing-loans h4 {
  margin-top: 11px;
}

/* line 12, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loans.scss */
.existing-loans .add-items-to-list .btn {
  width: auto;
  border-radius: 0;
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  /* line 12, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loans.scss */
  .existing-loans .add-items-to-list .btn {
    align-items: center;
    flex-direction: column;
    height: 60px;
    font-size: 17px;
    line-height: 60px;
    text-transform: uppercase;
  }
}

/* line 26, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loans.scss */
.existing-loans .add-items-to-list .btn-add {
  flex: 1;
}

@media only screen and (max-width: 900px) {
  /* line 26, app/assets/stylesheets/compositions/fca/requirements_submission/existing-loans.scss */
  .existing-loans .add-items-to-list .btn-add {
    flex: 1;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/info-panel.scss */
.info-panel {
  padding: 1.5rem;
  text-align: center;
}

/* line 5, app/assets/stylesheets/compositions/fca/requirements_submission/info-panel.scss */
.info-panel .title {
  font-family: "Averta-Regular";
  font-size: 1rem;
  color: #141414;
}

/* line 11, app/assets/stylesheets/compositions/fca/requirements_submission/info-panel.scss */
.info-panel .content {
  font-family: "Averta-Light";
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
  line-height: 1rem;
}

/* line 2, app/assets/stylesheets/compositions/fca/requirements_submission/input-row-one.scss */
.input-row-one {
  margin-bottom: 15px;
  text-align: left;
}

/* line 6, app/assets/stylesheets/compositions/fca/requirements_submission/input-row-one.scss */
.input-row-one input[type=checkbox] + label {
  font-size: 12px;
  line-height: 15px;
  color: #141414;
  margin-left: 3px;
}

/* line 14, app/assets/stylesheets/compositions/fca/requirements_submission/input-row-one.scss */
.input-row-one input[type=checkbox] {
  margin-left: 11px;
}

/* line 18, app/assets/stylesheets/compositions/fca/requirements_submission/input-row-one.scss */
.input-row-one label {
  font-family: "Averta-Light";
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  color: #79859a;
  margin-bottom: 1.5rem;
}

/* line 27, app/assets/stylesheets/compositions/fca/requirements_submission/input-row-one.scss */
.input-row-one.input-row-attachment {
  padding: 0;
  border: none;
}

/* line 31, app/assets/stylesheets/compositions/fca/requirements_submission/input-row-one.scss */
.input-row-one.input-row-attachment > .attachment-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #141414;
  margin-bottom: 10px;
}

@media only screen and (min-width: 900px) {
  /* line 31, app/assets/stylesheets/compositions/fca/requirements_submission/input-row-one.scss */
  .input-row-one.input-row-attachment > .attachment-label {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .upload-container {
  border: 1px solid #d5d8dd;
  text-align: center;
  padding: 15px 0;
  margin-top: 0.5rem;
}

/* line 11, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 23, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
  .rs-itr-modal .item .details {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

/* line 31, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .item .filename {
  display: flex;
  align-items: center;
  font-size: 15px;
  word-break: break-word;
}

/* line 38, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .item .actions {
  margin-left: 0.5rem;
}

/* line 42, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .item .error {
  color: #fa5764;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 900px) {
  /* line 42, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
  .rs-itr-modal .item .error {
    flex: 1;
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

/* line 53, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .btn-container {
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid #f4f4f6;
}

/* line 59, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .confirmation-actions {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 900px) {
  /* line 59, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
  .rs-itr-modal .confirmation-actions {
    flex-direction: row;
    justify-content: center;
  }
}

/* line 69, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
.rs-itr-modal .confirmation-actions .btn {
  width: 100%;
  text-transform: initial;
  font-size: 0.8rem;
  margin-top: 15px;
}

@media only screen and (min-width: 900px) {
  /* line 69, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
  .rs-itr-modal .confirmation-actions .btn {
    width: initial;
  }
}

@media only screen and (min-width: 900px) {
  /* line 82, app/assets/stylesheets/compositions/fca/requirements_submission/itr-modal.scss */
  .rs-itr-modal .confirmation-actions > .btn {
    margin-right: 15px;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 7, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .documents-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  border-left: 1px solid #f4f4f6;
}

@media only screen and (max-width: 900px) {
  /* line 7, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .documents-details {
    min-height: 400px;
  }
}

/* line 19, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .container, .rs-itr .loan-plan-figures, .rs-itr .poid-container, .rs-itr .receivables-upload-button, .rs-itr .trustpass-container, .rs-itr .trustpass-selection-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.5rem;
  flex: 1;
  justify-content: center;
}

/* line 28, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

/* line 35, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .back-link {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

/* line 41, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
}

/* line 48, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .header .icon, .rs-itr .header .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-itr .header [class^="icon-"],
.rs-itr .header .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-itr .header [class*=" icon-"] {
  font-size: 1.75rem;
}

/* line 52, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .title {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

/* line 57, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .description {
  text-align: center;
  color: #616161;
  margin-bottom: 1.5rem;
}

/* line 64, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .list-title {
  color: #616161;
  padding-bottom: 1.5rem;
}

/* line 70, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 2rem;
}

/* line 78, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .items .item {
  flex: 0 0 50%;
  position: relative;
  color: #616161;
  margin-bottom: 0.5rem;
  padding-left: 15px;
}

/* line 85, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .items .item:before {
  content: "\2022";
  top: -3px;
  left: 0;
  position: absolute;
  font-size: 18px;
  color: #d5d8dd;
}

/* line 95, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .btn-container {
  padding: 1.5rem;
  border-top: 1px solid #f4f4f6;
}

/* line 100, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .btn {
  height: 50px;
  text-transform: initial;
}

/* line 105, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .btn .icon, .rs-itr .btn .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-itr .btn [class^="icon-"],
.rs-itr .btn .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-itr .btn [class*=" icon-"] {
  font-size: 1rem;
}

@media only screen and (min-width: 900px) {
  /* line 110, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .header {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .title {
    margin: 0;
  }
  /* line 119, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .back-link {
    display: none;
  }
  /* line 123, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .header .icon, .rs-itr .header .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-itr .header [class^="icon-"],
  .rs-itr .header .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-itr .header [class*=" icon-"] {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }
  /* line 128, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .items {
    padding: 0;
  }
  /* line 132, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .btn-container {
    padding-top: 0;
    border-top: none;
  }
  /* line 137, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .description,
  .rs-itr .list-title,
  .rs-itr .item {
    font-size: 0.8rem;
  }
}

/* line 143, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .footer {
  padding: 1.5rem;
  border-top: 1px solid #f4f4f6;
}

@media only screen and (min-width: 900px) {
  /* line 143, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
  .rs-itr .footer {
    padding-top: 0;
    border-top: none;
  }
}

/* line 153, app/assets/stylesheets/compositions/fca/requirements_submission/itr.scss */
.rs-itr .footer > .btn {
  height: 50px;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/list-document.scss */
.list-document {
  height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/compositions/fca/requirements_submission/list-document.scss */
.list-document > li {
  border-bottom: 1px solid #f4f4f6;
}

/* line 9, app/assets/stylesheets/compositions/fca/requirements_submission/list-document.scss */
.list-document > li:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
  .loan-list-new {
    max-height: 12rem;
    overflow: scroll;
  }
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
  .loan-list-new {
    padding: 0 12px;
  }
}

/* line 11, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
.loan-list-new li {
  justify-content: center;
  align-items: center;
}

/* line 16, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
.loan-list-new li:last-child {
  border-bottom: none;
}

/* line 20, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
.loan-list-new li small {
  font-size: 9px;
  line-height: 11px;
  color: #79859a;
}

/* line 27, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
.loan-list-new li .icon, .loan-list-new li .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .loan-list-new li [class^="icon-"],
.loan-list-new li .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .loan-list-new li [class*=" icon-"] {
  font-size: 15px;
  line-height: 15px;
}

/* line 32, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
.loan-list-new li .bank-title {
  font-size: 12px;
  color: #576173;
}

@media only screen and (max-width: 900px) {
  /* line 11, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
  .loan-list-new li {
    position: relative;
    padding-right: 30px;
  }
  /* line 42, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
  .loan-list-new li .icon, .loan-list-new li .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .loan-list-new li [class^="icon-"],
  .loan-list-new li .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .loan-list-new li [class*=" icon-"] {
    position: absolute;
    right: 5px;
    top: 16px;
  }
}

/* line 50, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
.loan-list-new .img-wrap {
  width: 65px;
  height: 39px;
}

/* line 53, app/assets/stylesheets/compositions/fca/requirements_submission/loan-list-new.scss */
.loan-list-new .img-wrap img {
  width: 100%;
  height: inherit;
}

/* line 3, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f3f5f7;
  position: relative;
}

/* line 11, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-header h3 {
  font-size: 20px;
  line-height: 26px;
}

/* line 17, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-header span {
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (max-width: 900px) {
  /* line 24, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
  .modal-upload .modal-body {
    border: none !important;
    flex-direction: column;
  }
}

/* line 30, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-body .content-id-form {
  flex: 0 0 50%;
}

@media only screen and (max-width: 900px) {
  /* line 30, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
  .modal-upload .modal-body .content-id-form {
    flex: 1;
    padding: 0 20px !important;
  }
}

/* line 39, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-body .image-content {
  overflow: hidden;
  height: 165px;
}

/* line 43, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-body .image-content > .file-input-button {
  background-color: #0066db;
  z-index: 10;
}

/* line 49, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-body .image-content .img-id {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* line 59, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-body .modal-content {
  width: 100%;
  min-height: 400px;
}

@media only screen and (max-width: 900px) {
  /* line 59, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
  .modal-upload .modal-body .modal-content {
    min-height: 277px;
  }
}

/* line 67, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-body .modal-content h2 {
  margin-top: 10px;
  margin-bottom: 18px;
}

/* line 72, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-body .modal-content > .icon, .modal-upload .modal-body .referral-dashboard table td a.btn-edit .modal-content > [class^="icon-"], .referral-dashboard table td a.btn-edit .modal-upload .modal-body .modal-content > [class^="icon-"],
.modal-upload .modal-body .referral-dashboard table td a.btn-edit .modal-content > [class*=" icon-"], .referral-dashboard table td a.btn-edit .modal-upload .modal-body .modal-content > [class*=" icon-"] {
  font-size: 72px;
  line-height: 72px;
}

/* line 79, app/assets/stylesheets/compositions/fca/requirements_submission/modal-upload.scss */
.modal-upload .modal-footer {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

/* line 2, app/assets/stylesheets/compositions/fca/requirements_submission/multiple-files.scss */
.multiple-files {
  border: 1px solid #d5d8dd;
}

/* line 3, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .container, .rs-proof-of-sales-modal .loan-plan-figures, .rs-proof-of-sales-modal .poid-container, .rs-proof-of-sales-modal .receivables-upload-button, .rs-proof-of-sales-modal .trustpass-container, .rs-proof-of-sales-modal .trustpass-selection-container {
  min-height: 300px;
}

/* line 7, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .body,
.rs-proof-of-sales-modal .content {
  padding: 1.5rem;
}

/* line 12, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .content {
  padding-top: 0;
}

/* line 16, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .confirmation-actions {
  display: flex;
  flex-direction: column;
}

/* line 21, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .confirmation-actions .btn {
  width: 100%;
  margin-top: 15px;
}

/* line 26, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .description {
  font-size: 15px;
  text-align: center;
  color: #79859a;
}

/* line 33, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .label {
  font-size: 15px;
  color: #79859a;
  text-transform: initial;
}

/* line 38, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .label.-input {
  text-transform: initial;
}

/* line 42, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .label.-upload {
  text-align: center;
}

/* line 47, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .btn {
  text-transform: initial;
  font-size: 0.8rem;
}

/* line 53, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .upload-container {
  border: 1px solid #d5d8dd;
  text-align: center;
  padding: 15px 0;
  margin-top: 0.5rem;
}

/* line 61, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

/* line 72, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .item:last-child {
  border-bottom: none;
}

/* line 77, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .item .filename {
  display: flex;
  align-items: center;
  font-size: 15px;
  word-break: break-word;
}

/* line 84, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .item .actions {
  margin-left: 0.5rem;
}

/* line 88, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .item .icon, .rs-proof-of-sales-modal .item .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-sales-modal .item [class^="icon-"],
.rs-proof-of-sales-modal .item .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-sales-modal .item [class*=" icon-"] {
  font-size: 25px;
}

/* line 92, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .item .error {
  color: #fa5764;
  margin-top: 0.5rem;
}

/* line 97, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .btn-container {
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid #f4f4f6;
}

/* line 103, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
.rs-proof-of-sales-modal .btn-container {
  height: 50px;
}

@media only screen and (min-width: 900px) {
  /* line 110, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .body,
  .rs-proof-of-sales-modal .content {
    padding: 1.5rem 2rem;
  }
  /* line 115, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .content {
    padding-top: 0;
  }
  /* line 119, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .confirmation-actions {
    flex-direction: row;
    justify-content: center;
  }
  /* line 124, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .confirmation-actions .btn {
    width: initial;
  }
  /* line 128, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .confirmation-actions > .btn {
    margin-right: 15px;
  }
  /* line 132, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 137, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .item .details {
    display: flex;
    align-items: center;
    width: 100%;
  }
  /* line 143, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .item .error {
    flex: 1;
    margin-top: 0;
    margin-left: 1.5rem;
  }
  /* line 149, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .item .filename {
    flex: 1;
  }
  /* line 153, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales-modal.scss */
  .rs-proof-of-sales-modal .btn-container .btn {
    width: initial;
    padding: 0 100px;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border-left: 1px solid #F5F5F7;
}

/* line 8, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .header {
  text-align: center;
  margin-bottom: 1.5rem;
  border-bottom: 0;
}

/* line 14, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .header > .icon, .rs-proof-of-sales .referral-dashboard table td a.btn-edit .header > [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-sales .header > [class^="icon-"],
.rs-proof-of-sales .referral-dashboard table td a.btn-edit .header > [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-sales .header > [class*=" icon-"] {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

/* line 19, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .title {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

/* line 24, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .description {
  text-align: center;
  color: #616161;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
}

/* line 32, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .note {
  font-size: 0.75rem;
  margin: 0.5rem 2rem;
  text-align: center;
}

/* line 38, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .list-examples {
  font-size: 0.8rem;
}

/* line 42, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .list-title {
  color: #616161;
  padding-bottom: 1.5rem;
  text-align: center;
}

/* line 49, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 2rem;
}

/* line 57, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .items .item {
  position: relative;
  color: #616161;
  padding-left: 15px;
  margin-bottom: 0.25rem;
  list-style: none;
}

/* line 64, app/assets/stylesheets/compositions/fca/requirements_submission/proof-of-sales.scss */
.rs-proof-of-sales .items .item:before {
  content: "\2022";
  top: -3px;
  left: 0;
  position: absolute;
  font-size: 1.25rem;
  color: #d5d8dd;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #F5F5F7;
}

/* line 7, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

/* line 14, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 0;
}

/* line 22, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .header .icon, .rs-proof-of-billing .header .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-billing .header [class^="icon-"],
.rs-proof-of-billing .header .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-billing .header [class*=" icon-"] {
  font-size: 1.75rem;
}

/* line 26, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .title {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

/* line 31, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .description {
  text-align: center;
  color: #616161;
  margin-bottom: 1.5rem;
}

/* line 38, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .list-title {
  color: #616161;
  padding-bottom: 1.5rem;
}

/* line 44, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 51, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .items .item {
  flex: 0 0 50%;
  position: relative;
  color: #616161;
  margin-bottom: 0.5rem;
  padding-left: 15px;
  list-style: none;
}

/* line 59, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .items .item:before {
  content: "\2022";
  top: -3px;
  left: 0;
  position: absolute;
  font-size: 18px;
  color: #d5d8dd;
}

/* line 69, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
.rs-proof-of-billing .btn-container {
  padding: 1.5rem;
  border-top: 1px solid #f4f4f6;
}

@media only screen and (min-width: 900px) {
  /* line 75, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
  .rs-proof-of-billing .header {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  /* line 80, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
  .rs-proof-of-billing .title {
    margin: 0;
  }
  /* line 84, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
  .rs-proof-of-billing .header .icon, .rs-proof-of-billing .header .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-billing .header [class^="icon-"],
  .rs-proof-of-billing .header .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-billing .header [class*=" icon-"] {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }
  /* line 89, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
  .rs-proof-of-billing .items {
    padding: 0;
  }
  /* line 93, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
  .rs-proof-of-billing .btn-container {
    padding-top: 0;
    border-top: none;
  }
  /* line 98, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing.scss */
  .rs-proof-of-billing .description,
  .rs-proof-of-billing .list-title,
  .rs-proof-of-billing .item {
    font-size: 0.8rem;
  }
}

/* line 2, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .body,
.rs-proof-of-billing-modal .content {
  padding: 1.5rem;
}

/* line 7, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .content {
  padding-top: 0;
}

/* line 11, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .confirmation-actions {
  display: flex;
  flex-direction: column;
}

/* line 16, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .confirmation-actions .btn {
  width: 100%;
  margin-top: 15px;
}

/* line 21, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .description {
  font-size: 15px;
  text-align: center;
  color: #79859a;
}

/* line 28, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .label {
  font-size: 15px;
  color: #79859a;
  text-transform: initial;
}

/* line 33, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .label.-input {
  text-transform: initial;
}

/* line 37, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .label.-upload {
  text-align: center;
}

/* line 42, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .btn {
  text-transform: initial;
  font-size: 0.8rem;
}

/* line 48, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .upload-container {
  border: 1px solid #d5d8dd;
  text-align: center;
  padding: 15px 0;
  margin-top: 0.5rem;
}

/* line 56, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .items {
  padding-bottom: 1.5rem;
}

/* line 60, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

/* line 72, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .item .filename {
  display: flex;
  align-items: center;
  font-size: 15px;
  word-break: break-word;
}

/* line 79, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .item .actions {
  margin-left: 0.5rem;
}

/* line 83, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .item .icon, .rs-proof-of-billing-modal .item .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-billing-modal .item [class^="icon-"],
.rs-proof-of-billing-modal .item .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-proof-of-billing-modal .item [class*=" icon-"] {
  font-size: 25px;
}

/* line 87, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .item .error {
  color: #fa5764;
  margin-top: 0.5rem;
}

/* line 92, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .btn-container {
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid #f4f4f6;
}

/* line 98, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
.rs-proof-of-billing-modal .btn-container .btn {
  height: 50px;
}

@media only screen and (min-width: 900px) {
  /* line 104, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .body,
  .rs-proof-of-billing-modal .content {
    padding: 1.5rem 2rem;
  }
  /* line 109, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .content {
    padding-top: 0;
  }
  /* line 113, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .confirmation-actions {
    flex-direction: row;
    justify-content: center;
  }
  /* line 118, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .confirmation-actions .btn {
    width: initial;
  }
  /* line 122, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .confirmation-actions > .btn {
    margin-right: 15px;
  }
  /* line 126, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 131, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .item .details {
    display: flex;
    align-items: center;
    width: 100%;
  }
  /* line 137, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .item .error {
    flex: 1;
    margin-top: 0;
    margin-left: 1.5rem;
  }
  /* line 143, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .item .filename {
    flex: 1;
  }
  /* line 147, app/assets/stylesheets/compositions/fca/requirements_submission/proof_of_billing_modal.scss */
  .rs-proof-of-billing-modal .btn-container .btn {
    width: initial;
    padding: 0 100px;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list {
  width: 100%;
  height: 260px;
  overflow-y: auto;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
  .requirements-list {
    height: 100%;
  }
}

/* line 8, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list.-expenses {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 14, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #f4f4f6;
  min-height: 50px;
}

/* line 21, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li .title {
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 900px) {
  /* line 21, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
  .requirements-list > li .title {
    font-size: 14px;
    line-height: 18px;
    color: #141414;
  }
}

/* line 32, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li .title .icon, .requirements-list > li .title .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class^="icon-"],
.requirements-list > li .title .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class*=" icon-"] {
  font-size: 36px;
  line-height: 36px;
}

@media only screen and (max-width: 900px) {
  /* line 32, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
  .requirements-list > li .title .icon, .requirements-list > li .title .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class^="icon-"],
  .requirements-list > li .title .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class*=" icon-"] {
    color: #141414;
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 48, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li.selected {
  background-color: #ebf5ff;
  position: relative;
}

/* line 52, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li.selected .icon, .requirements-list > li.selected .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li.selected [class^="icon-"],
.requirements-list > li.selected .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li.selected [class*=" icon-"] {
  color: #141414;
}

/* line 54, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li.selected .icon-chevron-right {
  display: block;
  color: #141414;
}

/* line 59, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li.selected .title {
  color: #141414;
}

/* line 62, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-list.scss */
.requirements-list > li.completed {
  color: #11c097;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.requirements-submission {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.requirements-submission > .panel {
  height: 420px;
  overflow-y: scroll;
  width: 50%;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  /* line 4, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
  .requirements-submission > .panel {
    width: 100%;
    height: inherit;
  }
}

/* line 16, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.requirements-submission > .panel .default-panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3399ff;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
  .requirements-submission {
    height: inherit;
  }
}

/* line 29, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.requirements-submission h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

/* line 37, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.requirements-submission h3 {
  font-size: 1.25rem;
  line-height: 23px;
  color: #141414;
  margin-bottom: 10px;
}

/* line 45, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.requirements-submission h4 {
  font-size: 0.8rem;
  line-height: 18px;
  margin-bottom: 10px;
}

/* line 53, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.requirements-submission .loading, .requirements-submission .comaker-loading-icon {
  width: 100%;
}

/* line 60, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.rs-boxSection.color-green * {
  color: #11c097;
}

/* line 64, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.flex-10 {
  flex: 0 10%;
}

/* line 65, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.flex-20 {
  flex: 0 20%;
}

/* line 66, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.flex-40 {
  flex: 0 40%;
}

/* line 67, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.flex-50 {
  flex: 0 50%;
}

/* line 68, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.flex-70 {
  flex: 0 70%;
}

/* line 71, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.multiple-files {
  border: 1px solid #d5d8dd;
}

/* line 75, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.list-document {
  height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 80, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.list-document > li {
  border-bottom: 1px solid #f4f4f6;
}

/* line 83, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-submission.scss */
.list-document > li:last-child {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-summary.scss */
.requirements-summary {
  display: flex;
  padding: 1rem;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/requirements-summary.scss */
  .requirements-summary {
    text-align: center;
    flex-direction: column;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document {
  height: 100%;
  display: flex;
  flex: 1;
}

/* line 6, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document > .documents-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #f4f4f6;
}

@media only screen and (max-width: 900px) {
  /* line 6, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
  .rs-view-sample-document > .documents-details {
    min-height: 405px;
  }
}

/* line 19, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .sample-documents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background: linear-gradient(0deg, rgba(0, 103, 219, 0.7), rgba(0, 103, 219, 0.7)), url(/assets/sample-dti-6175a675b83dc7507171f61ab5d5f37ed4a956156a8521e0eaf80183c0e43f5f.png);
}

/* line 27, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .sample-dti-bg {
  background: linear-gradient(0deg, rgba(0, 103, 219, 0.7), rgba(0, 103, 219, 0.7)), url(/assets/sample-dti-6175a675b83dc7507171f61ab5d5f37ed4a956156a8521e0eaf80183c0e43f5f.png);
  background-position: center top;
  background-size: 70%;
}

/* line 33, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .sample-bir-bg {
  background: linear-gradient(0deg, rgba(0, 103, 219, 0.7), rgba(0, 103, 219, 0.7)), url(/assets/sample-bir-d24d4ac7b4040de753a0a15477b087e47ce60986452deb18e53a9ad48e6549b1.png);
  background-position: center top;
  background-size: 100%;
}

/* line 39, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .sample-sec-bg {
  background: linear-gradient(0deg, rgba(0, 103, 219, 0.7), rgba(0, 103, 219, 0.7)), url(/assets/sample-sec-2299868e087512fffc7eb81c16260c73aa8f8b443c7ddb52d44b72d93782d04c.png);
  background-position: center top;
  background-size: 100%;
}

/* line 45, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .sample-invoice-bg {
  background: linear-gradient(0deg, rgba(0, 103, 219, 0.7), rgba(0, 103, 219, 0.7)), url(/assets/sample-invoice-30fc4473f21cf9c4bc6b236c0bb3358b77a752f95cfb80224815ea21f4f69248.png);
  background-position: center top;
  background-size: 100%;
}

/* line 51, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .sample-documents-btn {
  text-align: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #fff;
  color: white;
  font-size: 0.8rem;
  background-color: Transparent;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .about-document-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}

/* line 70, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .about-document-type > .icon, .rs-view-sample-document .referral-dashboard table td a.btn-edit .about-document-type > [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-view-sample-document .about-document-type > [class^="icon-"],
.rs-view-sample-document .referral-dashboard table td a.btn-edit .about-document-type > [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-view-sample-document .about-document-type > [class*=" icon-"] {
  font-size: 52px;
  line-height: 52px;
}

@media only screen and (max-width: 900px) {
  /* line 70, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
  .rs-view-sample-document .about-document-type > .icon, .rs-view-sample-document .referral-dashboard table td a.btn-edit .about-document-type > [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-view-sample-document .about-document-type > [class^="icon-"],
  .rs-view-sample-document .referral-dashboard table td a.btn-edit .about-document-type > [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-view-sample-document .about-document-type > [class*=" icon-"] {
    margin-bottom: 3px !important;
  }
}

/* line 80, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .upload-button {
  width: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-transform: Capitalize;
}

/* line 88, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.rs-view-sample-document .upload-button > .icon, .rs-view-sample-document .referral-dashboard table td a.btn-edit .upload-button > [class^="icon-"], .referral-dashboard table td a.btn-edit .rs-view-sample-document .upload-button > [class^="icon-"],
.rs-view-sample-document .referral-dashboard table td a.btn-edit .upload-button > [class*=" icon-"], .referral-dashboard table td a.btn-edit .rs-view-sample-document .upload-button > [class*=" icon-"] {
  margin-right: 0.5rem;
  font-size: 1rem;
}

/* line 96, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.sample-copy-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}

/* line 104, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.sample-copy-modal > .header {
  display: flex;
  width: inherit;
  align-items: center;
  flex-direction: column;
  border-bottom: solid 1px #d5d8dd;
}

/* line 112, app/assets/stylesheets/compositions/fca/requirements_submission/sample-documents.scss */
.sample-copy-modal > .footer {
  text-align: center;
  width: inherit;
  padding-top: 0.5rem;
  border-top: solid 1px #d5d8dd;
}

/* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms {
  padding: 62px 30px 26px 32px;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
  .rs-terms {
    padding: 28px 30px 33px 30px;
  }
}

/* line 8, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms > h4 {
  margin-bottom: 18px;
}

@media only screen and (max-width: 900px) {
  /* line 8, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
  .rs-terms > h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #141414;
  }
}

/* line 20, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms > p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms .rs-checkbox {
  margin-bottom: 17px;
  padding-top: 3px;
}

@media only screen and (max-width: 900px) {
  /* line 27, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
  .rs-terms .rs-checkbox {
    padding-top: 6px;
  }
}

/* line 38, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms label {
  font-size: 13px;
  line-height: 16px;
}

/* line 42, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms small {
  font-size: 13px;
  line-height: 16px;
}

/* line 46, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms .btn {
  margin-top: 4px;
}

/* line 49, app/assets/stylesheets/compositions/fca/requirements_submission/terms-form.scss */
.rs-terms .btn[disabled] {
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/compositions/fca/side-nav.scss */
.side-nav {
  position: fixed;
  width: 250px;
  top: 60px;
  left: 0px;
  bottom: 0px;
}

/* line 9, app/assets/stylesheets/compositions/fca/side-nav.scss */
.has-side-menu {
  padding-left: 250px;
}

@media only screen and (max-width: 900px) {
  /* line 14, app/assets/stylesheets/compositions/fca/side-nav.scss */
  .side-nav {
    display: none;
  }
  /* line 17, app/assets/stylesheets/compositions/fca/side-nav.scss */
  .has-side-menu {
    padding-left: 0px;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/sign_up/congratulatory-box.scss */
.congratulatory-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  text-align: center;
  background-color: #0066db;
}

/* line 10, app/assets/stylesheets/compositions/fca/sign_up/congratulatory-box.scss */
.congratulatory-box > .logo {
  width: 400px;
  height: 140px;
  background-image: url(/assets/branding/logo-white-11e9b32a8af00c21077f8141355325c9c0198cf04345c783fa54bffa5d2019a5.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 900px) {
  /* line 10, app/assets/stylesheets/compositions/fca/sign_up/congratulatory-box.scss */
  .congratulatory-box > .logo {
    width: 80%;
  }
}

/* line 22, app/assets/stylesheets/compositions/fca/sign_up/congratulatory-box.scss */
.congratulatory-box > .heading {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  color: white;
  text-transform: capitalize;
}

/* line 29, app/assets/stylesheets/compositions/fca/sign_up/congratulatory-box.scss */
.congratulatory-box > .text {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  color: white;
}

/* line 1, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container {
  padding: 1.5rem;
}

/* line 6, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container .title {
  font-size: 1.5rem;
}

/* line 11, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container .option-card {
  padding: 1.5rem;
  margin-top: 1.5rem;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container .option-card.-verified {
  cursor: auto;
  background: linear-gradient(45.4deg, #2CB2EA 0%, #6B83EA 100%);
}

/* line 21, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container .option-card.-verified .title,
.trustpass-container .option-card.-verified .description {
  color: white;
}

/* line 28, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container .option-card > .title {
  font-family: "Averta-SemiBold";
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

/* line 34, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container .option-card > .description {
  font-family: "Averta-Light";
  font-size: 1rem;
  color: #79859a;
  line-height: 1.4;
}

/* line 41, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container > .option-card > .logo {
  width: 100%;
  margin: 1rem 0;
}

/* line 46, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
.trustpass-container > .option-card > .logo > img {
  height: 6rem;
}

@media only screen and (max-width: 900px) {
  /* line 51, app/assets/stylesheets/compositions/fca/trustpass/container.scss */
  .trustpass-container .option-card {
    padding: 1rem;
  }
}

/* line 1, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
.trustpass-selection-container {
  padding: 0 2rem;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
  .trustpass-selection-container {
    padding: 0;
  }
}

/* line 11, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
.trustpass-selection-container > .option-card {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  text-align: left;
}

@media only screen and (max-width: 900px) {
  /* line 11, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
  .trustpass-selection-container > .option-card {
    padding: 1rem;
  }
}

/* line 25, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
.trustpass-selection-container > .option-card > img {
  width: 86px;
  margin-right: 1.5rem;
}

/* line 29, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
.trustpass-selection-container > .option-card > .info > .title {
  font-family: "Averta-bold";
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1c8ef2;
}

@media only screen and (max-width: 900px) {
  /* line 29, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
  .trustpass-selection-container > .option-card > .info > .title {
    font-size: 1.25rem;
  }
}

/* line 39, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
.trustpass-selection-container > .option-card > .info > .description {
  font-size: 1rem;
  font-family: "Averta-Light";
  line-height: 1.5rem;
  color: #677889;
}

@media only screen and (max-width: 900px) {
  /* line 39, app/assets/stylesheets/compositions/fca/trustpass/selection-container.scss */
  .trustpass-selection-container > .option-card > .info > .description {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

/* line 2, app/assets/stylesheets/compositions/fcc/blog.scss */
.blog .attachment {
  text-align: center;
}

/* line 5, app/assets/stylesheets/compositions/fcc/blog.scss */
.blog .attachment img {
  height: auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/admin-user-info.scss */
.admin-info {
  padding: 20px;
}

/* line 4, app/assets/stylesheets/compositions/fcc/chat/admin-user-info.scss */
.admin-info > .indicator {
  margin-bottom: 15px;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/chat-container.scss */
.chat-container {
  display: flex;
  height: 80vh;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/chat-form.scss */
.chat-form {
  display: flex;
  justify-content: flex-end;
  height: 30px;
}

/* line 6, app/assets/stylesheets/compositions/fcc/chat/chat-form.scss */
.chat-form > .field {
  padding-right: 35px;
  width: 100vh;
  border: none;
  outline: none;
}

/* line 13, app/assets/stylesheets/compositions/fcc/chat/chat-form.scss */
.chat-form > .action {
  margin-left: -30px;
  padding: 3px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/chat-header.scss */
.chat-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14%;
  padding: 20px;
  border-bottom: solid 1px #F2F2F2;
}

/* line 9, app/assets/stylesheets/compositions/fcc/chat/chat-header.scss */
.chat-header > .userinfo > .user {
  text-align: center;
}

/* line 14, app/assets/stylesheets/compositions/fcc/chat/chat-header.scss */
.chat-header > .userinfo > .activesince {
  text-align: center;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}

/* line 6, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message:last-child {
  padding-bottom: 20px;
}

/* line 10, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message.-admin {
  justify-content: flex-end;
}

/* line 14, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .avatar {
  width: 30px;
  height: 30px;
}

/* line 19, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .bubble {
  max-width: 80%;
  padding: 12px 14px;
  margin-left: 15px;
  font-family: "Averta-Light";
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  border-radius: 5px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 43, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .bubble.-admin {
  color: white;
  background-color: #0080ff;
}

/* line 48, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .bubble.-attachment > .container, .chat-message > .bubble.-attachment > .loan-plan-figures, .chat-message > .bubble.-attachment > .poid-container, .chat-message > .bubble.-attachment > .receivables-upload-button, .chat-message > .bubble.-attachment > .trustpass-container, .chat-message > .bubble.-attachment > .trustpass-selection-container {
  display: flex;
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .bubble.-attachment > .container > .placeholder, .chat-message > .bubble.-attachment > .loan-plan-figures > .placeholder, .chat-message > .bubble.-attachment > .poid-container > .placeholder, .chat-message > .bubble.-attachment > .receivables-upload-button > .placeholder, .chat-message > .bubble.-attachment > .trustpass-container > .placeholder, .chat-message > .bubble.-attachment > .trustpass-selection-container > .placeholder {
  background-image: url(/assets/fb_attachment-fdc4f38ac25520c66614f950bbe6f1046eeb0b1babbdbfe2719ee2c1b13fc90d.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14%;
}

/* line 60, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .bubble.-attachment > .container > .url, .chat-message > .bubble.-attachment > .loan-plan-figures > .url, .chat-message > .bubble.-attachment > .poid-container > .url, .chat-message > .bubble.-attachment > .receivables-upload-button > .url, .chat-message > .bubble.-attachment > .trustpass-container > .url, .chat-message > .bubble.-attachment > .trustpass-selection-container > .url {
  width: 86%;
}

/* line 64, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > img {
  max-width: 100px;
}

/* line 68, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .sent {
  background-image: url(/assets/fb_sent-87cb1aa039f0bd9370eaa3fb92ffcfc3e702650469b8df2607ef71c4ee4156d8.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 5px;
}

/* line 77, app/assets/stylesheets/compositions/fcc/chat/chat-message.scss */
.chat-message > .delivered {
  background-image: url(/assets/fb_delivered-655091e9f49050ad8f1f3d6465f7b7c0b58d91b0dd6263db0e8918c39d84ed9f.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 5px;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/chat-messages.scss */
.chat-messages {
  position: relative;
  height: 80%;
  border-bottom: 1px solid #d5d8dd;
  overflow-y: scroll;
}

/* line 4, app/assets/stylesheets/compositions/fcc/chat/chat-notes.scss */
.chat-notes > .details {
  overflow: scroll;
  max-height: 250px;
}

/* line 9, app/assets/stylesheets/compositions/fcc/chat/chat-notes.scss */
.chat-notes > .details > .content {
  margin-bottom: 10px;
  padding: 10px;
}

/* line 20, app/assets/stylesheets/compositions/fcc/chat/chat-notes.scss */
.chat-notes .collections-primary-button, .chat-notes .collections-secondary-button, .chat-notes .file-input-button, .chat-notes .step-form > .submit-container.-nav .submit-requirements-btn, .step-form > .submit-container.-nav .chat-notes .submit-requirements-btn, .chat-notes .rs-proof-of-sales-modal .btn-container, .rs-proof-of-sales-modal .chat-notes .btn-container, .chat-notes .button, .chat-notes .error-container > .goback {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/chat-search.scss */
.chat-search {
  padding: 20px;
  border-bottom: solid 1px #F2F2F2;
}

/* line 5, app/assets/stylesheets/compositions/fcc/chat/chat-search.scss */
.chat-search > .search-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 11, app/assets/stylesheets/compositions/fcc/chat/chat-search.scss */
.chat-search > .search-form > .action {
  z-index: 1;
  margin-right: -30px;
}

/* line 16, app/assets/stylesheets/compositions/fcc/chat/chat-search.scss */
.chat-search > .search-form > .field {
  width: 100%;
  height: 30px;
  text-align: left;
  padding-left: 36px;
}

/* line 23, app/assets/stylesheets/compositions/fcc/chat/chat-search.scss */
.chat-search > .search-form > .field::placeholder {
  padding-left: 0px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/conversation.scss */
.conversation-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
}

/* line 10, app/assets/stylesheets/compositions/fcc/chat/conversation.scss */
.conversation-item > .avatar {
  float: left;
  width: 60px;
  height: 60px;
}

/* line 11, app/assets/stylesheets/compositions/fcc/chat/conversation.scss */
.conversation-item > .details {
  float: left;
}

/* line 13, app/assets/stylesheets/compositions/fcc/chat/conversation.scss */
.conversation-item > .details > .user {
  font-family: "Averta-Light";
  font-weight: normal;
}

/* line 21, app/assets/stylesheets/compositions/fcc/chat/conversation.scss */
.conversation-item > .details > .message {
  max-width: 160px;
  height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/lead-info.scss */
.lead-info {
  padding: 20px;
}

/* line 5, app/assets/stylesheets/compositions/fcc/chat/lead-info.scss */
.lead-info > .company {
  margin-bottom: 15px;
}

/* line 1, app/assets/stylesheets/compositions/fcc/chat/lead-search.scss */
.lead-search-results-container {
  overflow: scroll;
  max-height: 250px;
}

/* line 1, app/assets/stylesheets/compositions/fcc/disbursement_search/search-notice.scss */
.search-notice {
  font-size: .9rem;
  color: #11c097;
}

/* line 2, app/assets/stylesheets/compositions/fcc/disbursements-confirmation/disbursement-methods.scss */
.disbursement-methods {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

/* line 9, app/assets/stylesheets/compositions/fcc/disbursements-confirmation/disbursement-methods.scss */
.disbursement-methods .method {
  margin-right: 0.5rem;
  width: 100%;
}

/* line 14, app/assets/stylesheets/compositions/fcc/disbursements-confirmation/disbursement-methods.scss */
.disbursement-methods .method > input[type="radio"] {
  display: none;
}

/* line 18, app/assets/stylesheets/compositions/fcc/disbursements-confirmation/disbursement-methods.scss */
.disbursement-methods .method > label {
  border-radius: 0.2rem;
  border-style: solid;
  border-width: 1px;
  color: #141414;
  cursor: pointer;
  display: block;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/compositions/fcc/disbursements-confirmation/disbursement-methods.scss */
.disbursement-methods .method > input[type="radio"]:checked + label {
  border-color: #1c8ef2;
}

/* line 2, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .apply-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 9, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .apply-section > .title {
  color: #21262c;
}

/* line 13, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .apply-section > .title.-reset {
  color: #fa5764;
}

/* line 17, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .apply-section > .title.-default {
  color: #1c8ef2;
}

/* line 21, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .apply-section > .buttons {
  display: flex;
}

/* line 25, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .header {
  color: #677889;
  margin-top: 0.5rem;
}

/* line 30, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-toggles {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 37, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-toggles > .option {
  margin-left: 1rem;
}

/* line 41, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-toggles > .option-label {
  color: #677889;
  margin-left: 1rem;
  font-size: 0.8rem;
}

/* line 47, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-toggles > .option-label.-multiple {
  margin-right: 1rem;
}

/* line 51, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-options {
  display: none;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 58, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-options > .option {
  margin-left: 1rem;
}

/* line 62, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-options > .option.-single {
  margin-left: 0;
}

/* line 66, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-options > .option-label {
  color: #677889;
  margin-left: 1rem;
  font-size: 0.8rem;
}

/* line 72, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form > .filter-fields {
  align-items: center;
  display: none;
  margin-bottom: 1rem;
}

/* line 78, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form .filter-errors {
  background-color: #fef1f2;
  color: #ef4352;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.5rem;
}

/* line 86, app/assets/stylesheets/compositions/fcc/finance-dashboard/filters-form.scss */
.filters-form .filter-errors > ul > li {
  margin: 0.5rem;
}

/* line 3, app/assets/stylesheets/compositions/fcc/finance-dashboard/finance-dashboard.scss */
.referral-dashboard > .header,
.finance-dashboard > .header {
  display: flex;
  align-items: center;
  margin: 2rem;
}

/* line 9, app/assets/stylesheets/compositions/fcc/finance-dashboard/finance-dashboard.scss */
.referral-dashboard > .header > .instructions,
.finance-dashboard > .header > .instructions {
  margin-left: 1.5rem;
  padding: 0.5rem;
  border: 1px solid #fae105;
  border-radius: 0.2rem;
  background-color: #fcf8cf;
  color: #827503;
}

/* line 18, app/assets/stylesheets/compositions/fcc/finance-dashboard/finance-dashboard.scss */
.referral-dashboard > .header > .back-button,
.finance-dashboard > .header > .back-button {
  margin-left: auto;
  color: #1c8ef2;
}

/* line 23, app/assets/stylesheets/compositions/fcc/finance-dashboard/finance-dashboard.scss */
.referral-dashboard > .content,
.finance-dashboard > .content {
  display: flex;
  align-items: flex-start;
  margin: 2rem;
}

/* line 29, app/assets/stylesheets/compositions/fcc/finance-dashboard/finance-dashboard.scss */
.referral-dashboard > .content > .filters,
.finance-dashboard > .content > .filters {
  padding-right: 1rem;
  width: 22%;
}

/* line 34, app/assets/stylesheets/compositions/fcc/finance-dashboard/finance-dashboard.scss */
.referral-dashboard > .content > .repayments,
.finance-dashboard > .content > .repayments {
  width: 78%;
}

/* line 2, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments-form.scss */
.repayments-form > .header {
  display: flex;
  align-items: center;
  margin: 2rem;
}

/* line 8, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments-form.scss */
.repayments-form > .header > .back-button {
  margin-left: auto;
  color: #1c8ef2;
}

/* line 13, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments-form.scss */
.repayments-form > .content {
  align-items: flex-start;
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
  display: flex;
  margin: 2rem;
}

/* line 22, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments-form.scss */
.repayments-form > .content.-errors {
  background-color: #fef1f2;
  border: 1px solid #fa5764;
  flex-direction: column;
  padding: 1rem;
}

/* line 29, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments-form.scss */
.repayments-form > .content > .selected-repayments-table {
  padding: 1.5rem;
  width: 100%;
}

/* line 2, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments.scss */
.repayments > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 9, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments.scss */
.repayments > .content {
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
}

/* line 16, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments.scss */
.repayments > .content > .table-content {
  height: 70vh;
  overflow-x: scroll;
}

/* line 21, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments.scss */
.repayments > .content > .table-content > table > tbody > tr > td, .repayments th {
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 26, app/assets/stylesheets/compositions/fcc/finance-dashboard/repayments.scss */
.repayments > .content > .table-footer {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

/* line 2, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .table-content {
  margin-bottom: 1.5rem;
  overflow-x: scroll;
}

/* line 7, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .table-content > table > tbody > tr > td, .selected-repayments-table th {
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 12, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .table-content > table > tbody > tr > .amount-paid {
  display: none;
}

/* line 16, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .header {
  color: #677889;
}

/* line 20, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .actions > .header {
  color: #677889;
}

/* line 24, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .actions > .status-options {
  align-items: center;
  margin-top: 0.5rem;
  display: flex;
}

/* line 30, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .actions > .status-options > .radio-button {
  margin-right: 1rem;
}

/* line 34, app/assets/stylesheets/compositions/fcc/finance-dashboard/selected-repayments-table.scss */
.selected-repayments-table > .actions > .status-options > .label {
  color: #98a3ae;
  font-size: 0.8rem;
  margin-right: 1rem;
}

/* line 1, app/assets/stylesheets/compositions/fcc/lead_search_bar.scss */
.lead-search-bar {
  width: 100%;
}

/* line 4, app/assets/stylesheets/compositions/fcc/lead_search_bar.scss */
.lead-search-bar input {
  font-family: "Averta-Regular";
}

/* line 8, app/assets/stylesheets/compositions/fcc/lead_search_bar.scss */
.lead-search-bar .input-field-with-results {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 13, app/assets/stylesheets/compositions/fcc/lead_search_bar.scss */
.lead-search-bar .results-container {
  width: 100%;
  position: absolute;
  z-index: 20;
  border: 1px solid rgba(244, 244, 246, 0.5);
  border-top: 0;
  max-height: 510px;
  overflow-y: scroll;
}

/* line 25, app/assets/stylesheets/compositions/fcc/lead_search_bar.scss */
.lead-search-bar .search-result {
  display: block;
}

/* line 27, app/assets/stylesheets/compositions/fcc/lead_search_bar.scss */
.lead-search-bar .search-result:hover {
  background-color: #f4f4f6;
}

/* line 3, app/assets/stylesheets/compositions/fcc/log_activity.scss */
.log-activity-modal .user-details {
  border: 1px solid #f4f4f6;
}

/* line 6, app/assets/stylesheets/compositions/fcc/log_activity.scss */
.log-activity-modal .user-details .user-profile {
  width: 100px;
  height: 100px;
  background-color: #f4f4f6;
  position: relative;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/compositions/fcc/log_activity.scss */
.log-activity-modal .user-details .user-profile img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display: block;
}

/* line 28, app/assets/stylesheets/compositions/fcc/log_activity.scss */
.log-activity-modal .user-details .user-info {
  width: 255px;
}

/* line 1, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container {
  color: white;
  background-color: #1c8ef2;
  padding: 1.5rem;
}

/* line 7, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container.-negative, .resurfacedocument-modal > .notification-container.notice {
  background-color: #fa5764;
}

/* line 11, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container.-positive, .bank-account-wizard > .wizard-button.complete > .notification-container.step, .step-form > .submit-container.-nav .notification-container.submit-requirements-btn, .congratulatory-box > .notification-container.collections-primary-button, .congratulatory-box > .notification-container.collections-secondary-button, .congratulatory-box > .notification-container.file-input-button, .rs-proof-of-sales-modal .congratulatory-box > .notification-container.btn-container, .congratulatory-box > .notification-container.button, .chat-notes .congratulatory-box > .notification-container.button, .error-container.congratulatory-box > .notification-container.goback {
  background-color: #11c097;
}

/* line 15, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container.-warning {
  background-color: #ecc44b;
}

/* line 19, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container > .header {
  font-family: "Averta-Light";
  margin-bottom: 0.5rem;
}

/* line 24, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container > .message {
  font-family: "Averta-Light";
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

/* line 31, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container .call-to-action {
  width: 100%;
  background-color: white;
  padding: 1rem;
  color: #1c8ef2;
  font-family: "Averta-Light";
  font-size: 0.8rem;
  border: none;
  outline: none;
  border-radius: 5px;
}

/* line 43, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container .call-to-action.file-input-button {
  padding: .5rem 0;
  display: inline-flex;
  justify-content: center;
  text-transform: capitalize;
}

/* line 50, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container.-positive .call-to-action, .bank-account-wizard > .wizard-button.complete > .notification-container.step .call-to-action, .step-form > .submit-container.-nav .notification-container.submit-requirements-btn .call-to-action, .congratulatory-box > .notification-container.button .call-to-action {
  color: #11c097;
}

/* line 54, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container.-negative .call-to-action, .resurfacedocument-modal > .notification-container.notice .call-to-action {
  color: #fa5764;
}

/* line 58, app/assets/stylesheets/compositions/fcc/notification-container.scss */
.notification-container.-warning .call-to-action {
  color: #ecc44b;
}

/* line 2, app/assets/stylesheets/compositions/fcc/repayments/repayments.scss */
.repayments > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 9, app/assets/stylesheets/compositions/fcc/repayments/repayments.scss */
.repayments > .content {
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
}

/* line 16, app/assets/stylesheets/compositions/fcc/repayments/repayments.scss */
.repayments > .content > .table-content {
  height: 70vh;
  overflow: hidden;
}

/* line 21, app/assets/stylesheets/compositions/fcc/repayments/repayments.scss */
.repayments > .content > .table-content:hover {
  overflow: scroll;
}

/* line 25, app/assets/stylesheets/compositions/fcc/repayments/repayments.scss */
.repayments > .content > .table-content > table > tbody > tr > td, .repayments th {
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 30, app/assets/stylesheets/compositions/fcc/repayments/repayments.scss */
.repayments > .content > .table-footer {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

/* line 2, app/assets/stylesheets/compositions/fcc/requirement-document.scss */
.requirement-document > .attribute {
  display: flex;
}

/* line 3, app/assets/stylesheets/compositions/fcc/requirement-document.scss */
.requirement-document > .attribute > .field {
  width: 60px;
}

/* line 4, app/assets/stylesheets/compositions/fcc/requirement-document.scss */
.requirement-document > .attribute > .value {
  width: 150px;
}

/* line 4, app/assets/stylesheets/compositions/fcc/restructured_loan_plan.scss */
.restructured-loan-plan > .columns, .restructured-loan-plan > .loan-plan-figures {
  max-width: 100%;
}

/* line 8, app/assets/stylesheets/compositions/fcc/restructured_loan_plan.scss */
.restructured-loan-plan .header {
  background-color: #f9f9f9;
}

/* line 2, app/assets/stylesheets/compositions/fcc/risk-dashboard/attachment_slideshow.scss */
.attachment-slideshow .selected-image {
  max-height: 30rem;
  width: 100%;
  overflow: auto;
}

/* line 8, app/assets/stylesheets/compositions/fcc/risk-dashboard/attachment_slideshow.scss */
.attachment-slideshow .thumbnails-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem;
  padding-bottom: 0;
}

/* line 18, app/assets/stylesheets/compositions/fcc/risk-dashboard/attachment_slideshow.scss */
.attachment-slideshow .thumbnail {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 0.4rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/compositions/fcc/risk-dashboard/attachment_slideshow.scss */
.attachment-slideshow .thumbnail:last-child {
  margin-right: 0;
}

/* line 32, app/assets/stylesheets/compositions/fcc/risk-dashboard/attachment_slideshow.scss */
.attachment-slideshow .thumbnail.-selected {
  border: 1px solid #1c8ef2;
}

/* line 2, app/assets/stylesheets/compositions/fcc/risk-dashboard/blank-form.scss */
.blank-form {
  width: 70%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 10, app/assets/stylesheets/compositions/fcc/risk-dashboard/blank-form.scss */
.blank-form > p {
  font-size: 1.5rem;
  color: #79859a;
}

/* line 15, app/assets/stylesheets/compositions/fcc/risk-dashboard/blank-form.scss */
.blank-form:before {
  content: "";
  width: 10rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-size: 7rem;
  background-position: center;
  margin-bottom: 1.5rem;
}

/* line 25, app/assets/stylesheets/compositions/fcc/risk-dashboard/blank-form.scss */
.blank-form.-account:before, .blank-form.-personal:before {
  background-image: url(/assets/trustpass/personal-2c4f4d9e143e1c461dc54999f2d713394854f0ab22e4030c8a43eb6be17de2b5.svg);
}

/* line 29, app/assets/stylesheets/compositions/fcc/risk-dashboard/blank-form.scss */
.blank-form.-business:before {
  background-image: url(/assets/trustpass/business-b3aad8a148170d78a17a6b024bec65edb18932afd1a00a9aba3dd4dd43451a4a.svg);
}

/* line 32, app/assets/stylesheets/compositions/fcc/risk-dashboard/blank-form.scss */
.blank-form.-pos:before {
  background-image: url(/assets/fca-mobile-nav/pos-08e0aeb124aa9279cb067c9ba2d76299a85afd8ccb9e9dcf62870ca27f05ab30.svg);
}

/* line 35, app/assets/stylesheets/compositions/fcc/risk-dashboard/blank-form.scss */
.blank-form.-invoice:before {
  background-image: url(/assets/fca-mobile-nav/invoice-b60a889f539b3da04935c952e9637824c67776a4abbc22183049869cccf827db.svg);
}

/* line 2, app/assets/stylesheets/compositions/fcc/risk-dashboard/buyer-contact-form.scss */
.buyer-contact-form .input-actions {
  font-size: 0.6rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: initial;
}

/* line 10, app/assets/stylesheets/compositions/fcc/risk-dashboard/buyer-contact-form.scss */
.buyer-contact-form .input-status {
  font-size: 0.6rem;
  left: initial;
  position: absolute;
  right: 1rem;
  top: 2.15rem;
}

/* line 18, app/assets/stylesheets/compositions/fcc/risk-dashboard/buyer-contact-form.scss */
.buyer-contact-form > * {
  margin-bottom: 0.5rem;
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/creditcomm-form.scss */
.creditcomm-form {
  width: 75%;
  padding: 2rem;
  height: 87.5%;
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/compositions/fcc/risk-dashboard/creditcomm-form.scss */
.creditcomm-form > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 14, app/assets/stylesheets/compositions/fcc/risk-dashboard/creditcomm-form.scss */
.creditcomm-create-form {
  height: 87.5%;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/dashboard-stat.scss */
.dashboard-stats {
  display: flex;
  justify-content: space-between;
  margin: 2rem;
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/compositions/fcc/risk-dashboard/dashboard-stat.scss */
.dashboard-stats > .item {
  padding: 0 1.5rem;
  text-align: center;
}

/* line 11, app/assets/stylesheets/compositions/fcc/risk-dashboard/dashboard-stat.scss */
.dashboard-stats > .item > .title {
  font-size: 0.8rem;
  font-weight: bold;
  color: #79859a;
  margin-bottom: 0.5rem;
}

/* line 18, app/assets/stylesheets/compositions/fcc/risk-dashboard/dashboard-stat.scss */
.dashboard-stats > .item > .stat {
  font-size: 1.75rem;
  font-family: "Averta-SemiBold";
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form {
  flex: 1;
  display: flex;
}

/* line 5, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form > .document {
  border-right: 1px solid #d5d8dd;
  flex: 1;
}

/* line 9, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form > .document > .title {
  text-align: center;
  padding: 0.5rem;
  color: #79859a;
}

/* line 15, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form > .document > .actions {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  align-items: center;
}

/* line 21, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form > .document > .actions > * {
  margin: 0 0.5rem;
}

/* line 24, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form > .form {
  padding: 1.5rem;
}

/* line 27, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form > .form > * {
  margin-bottom: 0.5rem;
}

/* line 28, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form > .form > h3 {
  color: #79859a;
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
}

/* line 33, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form .credit-report-container {
  height: 100%;
}

/* line 37, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-form.scss */
.document-form .json-data {
  display: inline-block;
  overflow-y: scroll;
  width: 100%;
  max-height: 40%;
  border: 1px solid #d5d8dd;
  border-radius: 0.2rem;
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-list.scss */
.document-list {
  background-color: white;
  height: 100%;
}

/* line 5, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-list.scss */
.document-list > .header {
  border-right: 1px solid #d5d8dd;
  text-align: center;
  font-weight: bold;
  padding: 0 1rem;
}

/* line 12, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-list.scss */
.document-list > .header > a {
  display: inline-flex;
  margin: 1.5rem 0;
  align-items: center;
  color: #79859a;
}

/* line 19, app/assets/stylesheets/compositions/fcc/risk-dashboard/document-list.scss */
.document-list > .header > a.linktoLead {
  margin: 0;
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item {
  padding: 0.5rem;
  border: 1px solid #d5d8dd;
  background-color: #f3f5f7;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
  transition-property: all;
  transition-duration: 210ms;
  transition-timing-function: ease;
}

/* line 14, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item > * {
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}

/* line 19, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item > .date {
  text-align: right;
  font-size: 0.6rem;
  font-family: "Averta-Light";
  color: #79859a;
}

/* line 26, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item > .label {
  font-size: 1rem;
  font-family: "Averta-SemiBold";
  color: #79859a;
}

/* line 32, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item > .title {
  font-size: 0.8rem;
  font-family: "Averta-SemiBold";
  color: #79859a;
}

/* line 38, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item > .subtitle {
  font-size: 0.75rem;
  color: #79859a;
}

/* line 43, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item.-active {
  background-color: white;
  border: 1px solid #1c8ef2;
}

/* line 47, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item:hover {
  background-color: #fafafa;
}

/* line 49, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-item.scss */
.request-item > .icon, .referral-dashboard table td a.btn-edit .request-item > [class^="icon-"],
.referral-dashboard table td a.btn-edit .request-item > [class*=" icon-"] {
  position: absolute;
  right: .5rem;
  top: 30%;
  color: #d5d8dd;
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-list.scss */
.request-list {
  height: 100%;
  overflow-y: hide;
  padding: 1rem;
  padding-bottom: 8rem;
  border-right: 1px solid #d5d8dd;
  background-color: white;
}

/* line 9, app/assets/stylesheets/compositions/fcc/risk-dashboard/request-list.scss */
.request-list:hover {
  overflow-y: scroll;
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/risk-dashboard.scss */
.risk-dashboard {
  height: 120vh;
  overflow-y: hidden;
}

/* line 6, app/assets/stylesheets/compositions/fcc/risk-dashboard/risk-dashboard.scss */
.risk-dashboard > .header {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d5d8dd;
}

/* line 12, app/assets/stylesheets/compositions/fcc/risk-dashboard/risk-dashboard.scss */
.risk-dashboard > .header h1.title {
  padding-left: 2rem;
  margin-bottom: 0;
  font-family: "Averta-SemiBold";
}

/* line 18, app/assets/stylesheets/compositions/fcc/risk-dashboard/risk-dashboard.scss */
.risk-dashboard > .body {
  height: 100%;
}

/* line 22, app/assets/stylesheets/compositions/fcc/risk-dashboard/risk-dashboard.scss */
.risk-dashboard > .body > .content {
  display: flex;
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #d5d8dd;
  background-color: #f3f5f7;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
  transition-property: all;
  transition-duration: 210ms;
  transition-timing-function: ease;
}

/* line 16, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .date {
  text-align: right;
  font-size: 0.6rem;
  font-family: "Averta-Light";
  color: #79859a;
}

/* line 23, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .details {
  flex: 1;
  padding-left: 1.5rem;
}

/* line 28, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .details .label {
  font-size: 1rem;
  font-family: "Averta-SemiBold";
  color: #79859a;
  margin-bottom: 0.25rem;
}

/* line 34, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .details .label.-invalid {
  color: #fa5764;
}

/* line 35, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .details .label.-success {
  color: #11c097;
}

/* line 38, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .title {
  font-size: 0.8rem;
  font-family: "Averta-SemiBold";
  color: #79859a;
}

/* line 44, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .details .subtitle {
  font-size: 0.75rem;
  color: #79859a;
  margin-bottom: 0.25rem;
}

/* line 50, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item.-active {
  background-color: white;
  border: 1px solid #1c8ef2;
}

/* line 54, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item.-success {
  border: 1px solid #11c097;
}

/* line 57, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item.-invalid {
  border: 1px solid #fa5764;
}

/* line 60, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item:hover {
  background-color: #fafafa;
}

/* line 62, app/assets/stylesheets/compositions/fcc/risk-dashboard/trustpass-requirement-item.scss */
.trustpass-request-item > .status-icon {
  padding-left: 0.25rem;
}

/* line 2, app/assets/stylesheets/compositions/fcc/spinner.scss */
.spinner-green {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/loaders/loading-green-8acc0c9f9b12e378dff7e7da68a40d017ff364401dc8bedb85fccf317df03b8f.gif);
}

/* line 2, app/assets/stylesheets/compositions/fcc/spinner.scss */
.spinner-red {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/loaders/loading-red-25b8ac458f344880449176b11ee643c2e300d56091b0904b0e519745c51b024b.gif);
}

/* line 2, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .item {
  padding: 1rem;
  background-color: #FFF;
}

/* line 7, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .item .content {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 13, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 5rem;
  max-height: 5rem;
  width: 100%;
  height: 100%;
  border: 1px solid #f4f4f6;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 0.5rem;
}

/* line 27, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .item .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 33, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .item .info {
  flex-grow: 1;
}

/* line 37, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .item .info > .name {
  font-size: .75rem;
  word-break: break-all;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

/* line 44, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .item .info > .description {
  word-break: break-all;
  font-size: .75rem;
  color: #79859a;
}

/* line 50, app/assets/stylesheets/compositions/fcc/support-documents.scss */
.supporting-documents > .call-to-action {
  padding: 0 1rem;
}

/* line 1, app/assets/stylesheets/compositions/fcc/trade-document-info.scss */
.trade-document-info {
  display: flex;
  flex-direction: column;
  space-between: space-between;
  padding: 2rem;
  background-color: white;
}

/* line 9, app/assets/stylesheets/compositions/fcc/trade-document-info.scss */
.trade-document-info > .content {
  margin-bottom: 2rem;
}

/* line 2, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li > .step {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 14, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li > .indicator {
  position: relative;
  padding: 0.5rem;
  margin-right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #d5d8dd;
  border-radius: 50%;
}

/* line 24, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li > .indicator:after {
  position: absolute;
  background: #d5d8dd;
  content: '';
  padding: 1px;
  height: .75rem;
  bottom: -1rem;
  left: 45%;
}

/* line 34, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li:last-child > .indicator:after {
  display: none;
}

/* line 38, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li.-current {
  color: #1c8ef2;
}

/* line 41, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li.-current > .indicator {
  background: #1c8ef2;
}

/* line 46, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li.-success {
  color: #11c097;
}

/* line 49, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li.-success > .indicator {
  background: #11c097;
}

/* line 54, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li.-rejected {
  color: #fa5764;
}

/* line 57, app/assets/stylesheets/compositions/fcc/trade-document-journey.scss */
ul.trade-document-journey > li.-rejected > .indicator {
  background: #fa5764;
}

/* line 1, app/assets/stylesheets/compositions/fcc/trade-documents/resurfacedocument-modal.scss */
.resurfacedocument-modal {
  padding: 2.5rem;
}

/* line 4, app/assets/stylesheets/compositions/fcc/trade-documents/resurfacedocument-modal.scss */
.resurfacedocument-modal > .notice {
  text-align: center;
}

/* line 5, app/assets/stylesheets/compositions/fcc/trade-documents/resurfacedocument-modal.scss */
.resurfacedocument-modal > .notice > .question {
  margin-bottom: 1.5rem;
}

/* line 6, app/assets/stylesheets/compositions/fcc/trade-documents/resurfacedocument-modal.scss */
.resurfacedocument-modal > .notice > .warning {
  color: #fa5764;
}

/* line 8, app/assets/stylesheets/compositions/fcc/trade-documents/resurfacedocument-modal.scss */
.resurfacedocument-modal > .actions {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
}

/* line 1, app/assets/stylesheets/compositions/fcc/trade-documents/trade-document-status.scss */
.trade-document-status {
  display: flex;
}

/* line 4, app/assets/stylesheets/compositions/fcc/trade-documents/trade-document-status.scss */
.trade-document-status > .actions {
  text-align: center;
  border: 1px solid #d5d8dd;
  padding: 2.5rem;
  flex: 1;
}

/* line 11, app/assets/stylesheets/compositions/fcc/trade-documents/trade-document-status.scss */
.trade-document-status > .actions > * {
  margin-bottom: 0.5rem;
}

/* line 12, app/assets/stylesheets/compositions/fcc/trade-documents/trade-document-status.scss */
.trade-document-status > .message {
  flex: 1;
  border: 1px solid #d5d8dd;
  padding: 2.5rem 1.5rem;
}

/* line 18, app/assets/stylesheets/compositions/fcc/trade-documents/trade-document-status.scss */
.trade-document-status > .message.-blank {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents {
  height: 100%;
  overflow: auto;
  padding-bottom: 8rem;
}

/* line 7, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > * {
  margin-bottom: 0.5rem;
}

/* line 11, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item {
  padding: 0;
  overflow: hidden;
  margin: 1.5rem;
}

/* line 18, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .action {
  color: #1c8ef2;
  text-align: right;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Averta-SemiBold";
  text-transform: uppercase;
}

/* line 27, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .content {
  display: flex;
  border-bottom: 1px solid #d5d8dd;
}

/* line 32, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .notification {
  font-family: "Averta-Light";
  color: white;
  font-size: 0.6rem;
  background-color: #1c8ef2;
  padding: 0.5rem;
}

/* line 40, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .notification.-negative, .trade-documents > .resurfacedocument-modal.item > .notification.notice {
  background-color: #fa5764;
}

/* line 44, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .notification.-warning {
  background-color: #fa5764;
}

/* line 48, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > * {
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .content > .details {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 60, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .content > .details > .queue {
  font-family: "Averta-SemiBold";
  font-size: 0.75rem;
  text-transform: capitalize;
}

/* line 66, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .content > .details > .info > .title {
  margin-bottom: 0.25rem;
}

/* line 70, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .content > .details > .date {
  color: #79859a;
  font-size: 0.6rem;
  text-align: right;
}

/* line 76, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item > .content > .image {
  height: 7rem;
  max-width: 7rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-right: 1px solid #ccc;
}

/* line 87, app/assets/stylesheets/compositions/fcc/trade-documents/trade-documents.scss */
.trade-documents > .item .content > .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container {
  background: linear-gradient(45.4deg, #2CB2EA 0%, #6B83EA 100%);
  border-radius: 0.4rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* line 7, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .logo {
  height: 6rem;
}

/* line 11, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .tabs {
  display: flex;
  width: 100%;
}

/* line 16, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .tab {
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

/* line 28, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .tab:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 33, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .tab:last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-right: 2px solid white;
}

/* line 39, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .tab.-selected {
  color: #1c8ef2;
  background: white;
}

/* line 45, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .form-label {
  color: white;
  opacity: 0.55;
}

/* line 50, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .transparent-card {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}

/* line 56, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .transparent-card:last-child {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .thumbnail-container {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #c5d1dd;
  border-radius: 0.2rem;
}

/* line 72, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
.personal-trustpass-verified-container .thumbnail-image {
  border-radius: 0.2rem;
  max-width: 72px;
}

@media only screen and (max-width: 900px) {
  /* line 78, app/assets/stylesheets/compositions/fcc/trustpass/personal-trustpass.scss */
  .personal-trustpass-verified-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-container.-drawer-opened {
  padding-left: 400px;
}

/* line 5, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel {
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  background-color: white;
  position: relative;
}

/* line 13, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel-header {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid;
  border-color: #f4f4f6;
  font-size: 0.8rem;
  height: 60px;
}

/* line 24, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel-body {
  height: 100%;
  padding: 1.5rem;
  padding-bottom: 6rem;
  overflow-y: scroll;
}

/* line 31, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel-footer {
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  background: white;
  position: absolute;
  border-top: 1px solid;
  border-color: #f4f4f6;
}

/* line 46, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .filters-panel-section {
  padding: 0.5rem;
  border-width: 1px;
  border-radius: 0.2rem;
  border-style: solid;
  border-color: #d5d8dd;
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
  background-color: #f4f4f6;
}

/* line 54, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .filters-panel-section.has-content {
  background-color: #1c8ef2;
}

/* line 56, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .filters-panel-section.has-content label,
.filters-panel .filters-panel-section.has-content .filters-panel-section-title,
.filters-panel .filters-panel-section.has-content .slider-info .slider-value {
  color: #fff;
}

/* line 61, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .filters-panel-section.has-content .slider .bar.bar-1 {
  background-color: #095cae;
}

/* line 64, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .filters-panel-section.has-content .slider .bar.bar-2 {
  background-color: white;
}

/* line 67, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .filters-panel-section.has-content .slider .slider-handle {
  border-top: 0.5rem solid white;
}

/* line 73, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel label {
  font-size: 0.8rem;
  color: #616161;
}

/* line 78, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .filters-panel-section-title,
.filters-panel .sub-heading {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 0.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #616161;
  display: block;
}

/* line 89, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel .select-multiple {
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.2rem;
  border-style: solid;
  border-color: #d5d8dd;
  background-color: white;
}

/* line 99, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel input:focus {
  outline: none;
}

/* line 103, app/assets/stylesheets/compositions/filters_panel.scss */
.filters-panel input,
.filters-panel textarea,
.filters-panel select {
  font-family: "Averta-Regular";
  font-size: 0.75rem;
  color: #79859a;
}

/* line 111, app/assets/stylesheets/compositions/filters_panel.scss */
.collapsible-content {
  display: none;
}

/* line 1, app/assets/stylesheets/compositions/form-modal.scss */
.form-modal {
  padding: 2rem;
}

/* line 4, app/assets/stylesheets/compositions/form-modal.scss */
.form-modal > .action {
  margin-top: 2rem;
  text-align: center;
}

/* line 1, app/assets/stylesheets/compositions/left_nav.scss */
.body-with-nav-bar {
  padding-left: 5rem;
}

/* line 5, app/assets/stylesheets/compositions/left_nav.scss */
.LeftNav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #141414;
  position: fixed;
  left: 0px;
  width: 5rem;
  top: 0px;
  bottom: 0px;
  text-align: center;
  backface-visibility: hidden;
  z-index: 20;
}

/* line 20, app/assets/stylesheets/compositions/left_nav.scss */
.LeftNav-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 5rem;
  text-decoration: none;
  color: #79859a;
  font-family: 'Averta-Semibold';
  transition-property: color;
  transition-duration: 210ms;
  transition-timing-function: ease;
}

/* line 35, app/assets/stylesheets/compositions/left_nav.scss */
.LeftNav-item:hover {
  color: #d5d8dd;
}

/* line 39, app/assets/stylesheets/compositions/left_nav.scss */
.LeftNav-item.active {
  color: white;
}

/* line 43, app/assets/stylesheets/compositions/left_nav.scss */
.LeftNav .logo {
  background-image: url(/assets/logomark-trans-feadf6abb62aaf172744548191b6d83ea7d529fe15cf5fb2b7adac9708458ad8.png);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: 38px;
}

/* line 1, app/assets/stylesheets/compositions/message_template.scss */
.template-sidebar {
  z-index: 10;
  box-shadow: 0 2px 10px rgba(20, 20, 20, 0.1);
  overflow-y: scroll;
  top: 125px;
  left: 5rem;
  width: 20%;
  bottom: 0px;
  position: fixed;
  color: white;
  background-color: #141414;
}

/* line 14, app/assets/stylesheets/compositions/message_template.scss */
.templates-container {
  z-index: 5;
  padding-top: 2rem;
  padding-right: 5rem;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: fixed;
  padding-left: 20%;
  padding-bottom: 10%;
}

/* line 4, app/assets/stylesheets/compositions/navigation.scss */
.navigation a {
  float: left;
  height: 60px;
  font-size: 1rem;
  line-height: 60px;
  margin-right: 40px;
  display: inline-block;
  color: #79859a;
  border-bottom: 2px solid transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 20, app/assets/stylesheets/compositions/navigation.scss */
.navigation a:hover {
  color: #141414;
}

/* line 22, app/assets/stylesheets/compositions/navigation.scss */
.navigation a.current {
  color: #1c8ef2;
  border-bottom: 2px solid #1c8ef2;
}

/* line 1, app/assets/stylesheets/compositions/offer_option.scss */
.offer-option {
  width: 30px;
  height: 30px;
  color: white;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-family: "Averta-Bold";
  font-weight: normal;
  font-size: 1rem;
  background-color: #0066db;
}

/* line 13, app/assets/stylesheets/compositions/offer_option.scss */
.offer-option.offer-option-l {
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 1.75rem;
}

/* line 1, app/assets/stylesheets/compositions/referral-dashboard.scss */
.modal-referral-form {
  background-color: #f3f5f7;
}

/* line 4, app/assets/stylesheets/compositions/referral-dashboard.scss */
.modal-referral-form .required:after {
  content: "*";
  color: red;
}

/* line 14, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard > .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem;
}

/* line 21, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard > .content,
.referral-dashboard > .pagination {
  display: flex;
  align-items: flex-start;
  min-width: min-content;
}

/* line 28, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard > .content {
  margin: 0;
}

/* line 32, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard > .pagination {
  margin: 2rem;
}

/* line 36, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard .table-container {
  margin-top: 0;
  margin-right: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

/* line 47, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard table th {
  line-height: 4rem;
}

/* line 53, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard table tbody tr {
  word-break: break-word;
}

/* line 59, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard table td img {
  display: inline-flex;
  margin-right: 8px;
}

/* line 67, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard table td a.btn-edit, .referral-dashboard table td a.btn-lead {
  background-color: #E2E8ED;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 4px;
  color: #141414;
  display: inline-flex;
  height: 30px;
  min-height: auto;
}

/* line 82, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard table td a.btn-edit {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

/* line 87, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard table td a.btn-edit [class^="icon-"],
.referral-dashboard table td a.btn-edit [class*=" icon-"] {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  padding: 4px 0;
}

/* line 101, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard table td,
.referral-dashboard table th {
  padding: 0.5rem;
}

/* line 107, app/assets/stylesheets/compositions/referral-dashboard.scss */
.referral-dashboard > .referee-created-notice {
  margin: 2rem;
}

/* line 1, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview {
  position: relative;
  border: 1px solid #d5d8dd;
  background-color: #d5d8dd;
}

/* line 6, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .image {
  height: 30rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

/* line 15, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .image > img {
  user-select: none;
  width: 100%;
}

/* line 20, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .image.-zoomin {
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 23, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .image.-zoomin > img {
  width: 100rem;
}

/* line 28, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .image.-zoomout {
  justify-content: center;
}

/* line 30, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .image.-zoomout > img {
  width: 40%;
}

/* line 35, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .actions-container {
  position: absolute;
  right: 0;
  top: 0.5rem;
  padding: 0.5rem;
  display: flex;
}

/* line 43, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview .actions-container > .image-actions * {
  margin: 0.5rem;
}

/* line 44, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview .actions-container > .image-actions {
  display: flex;
  flex-direction: column;
}

/* line 49, app/assets/stylesheets/compositions/shared/attachment-preview.scss */
.attachment-preview > .caption {
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 0;
  padding: 2rem;
  background: linear-gradient(to top, #79859a, transparent);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/compositions/shared/error-container.scss */
.error-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 8, app/assets/stylesheets/compositions/shared/error-container.scss */
.error-container > .code {
  color: #0066db;
  font-size: 260px;
  font-family: "Averta-Light";
}

/* line 14, app/assets/stylesheets/compositions/shared/error-container.scss */
.error-container > .subtitle {
  color: #141414;
  font-size: 48px;
  font-family: "Averta-Semibold";
  text-transform: uppercase;
}

/* line 21, app/assets/stylesheets/compositions/shared/error-container.scss */
.error-container > .note {
  font-size: 24px;
  margin: 15px;
}

/* line 26, app/assets/stylesheets/compositions/shared/error-container.scss */
.error-container > .goback {
  font-size: 24px;
  justify-content: center;
  line-height: 70px;
  height: 70px;
  width: 400px;
  margin: 30px;
}

/* line 2, app/assets/stylesheets/compositions/shared/preview-thumbnails.scss */
.preview-thumbnails > .title {
  padding: 1rem;
  background-color: #f4f4f6;
  color: #616161;
  text-transform: uppercase;
}

/* line 9, app/assets/stylesheets/compositions/shared/preview-thumbnails.scss */
.preview-thumbnails > .thumbs {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

/* line 15, app/assets/stylesheets/compositions/shared/preview-thumbnails.scss */
.preview-thumbnails > .thumbs > .thumb {
  margin: 0 0.25rem;
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border: 1px solid #d5d8dd;
  border-radius: 0.2rem;
}

/* line 24, app/assets/stylesheets/compositions/shared/preview-thumbnails.scss */
.preview-thumbnails > .thumbs > .thumb:first-child {
  margin-left: 0;
}

/* line 25, app/assets/stylesheets/compositions/shared/preview-thumbnails.scss */
.preview-thumbnails > .thumbs > .thumb:last-child {
  margin-right: 0;
}

/* line 27, app/assets/stylesheets/compositions/shared/preview-thumbnails.scss */
.preview-thumbnails > .thumbs > .thumb.-active {
  border: 1px solid #1c8ef2;
}

/* line 1, app/assets/stylesheets/compositions/simple_masonry.scss */
.simple-masonry {
  column-gap: 3em;
}

/* line 4, app/assets/stylesheets/compositions/simple_masonry.scss */
.simple-masonry.three {
  column-count: 3;
}

/* line 6, app/assets/stylesheets/compositions/simple_masonry.scss */
.simple-masonry > .cellblock {
  display: inline-block;
  width: 100%;
}

/* line 2, app/assets/stylesheets/compositions/tab_menu.scss */
.tab-menu.-requirements-tabs {
  width: 100%;
  overflow: auto;
}

/* line 8, app/assets/stylesheets/compositions/tab_menu.scss */
.tab-menu-item {
  height: 2rem;
  line-height: 2rem;
  float: left;
  font-size: 0.8rem;
  color: #141414;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 0.2rem;
  text-decoration: none;
  background-color: rgba(20, 20, 20, 0.1);
}

/* line 22, app/assets/stylesheets/compositions/tab_menu.scss */
.tab-menu-item:hover {
  background-color: rgba(20, 20, 20, 0.2);
}

/* line 26, app/assets/stylesheets/compositions/tab_menu.scss */
.tab-menu-item.tab-menu-item-active {
  color: white;
  background-color: #1c8ef2;
}

/* line 31, app/assets/stylesheets/compositions/tab_menu.scss */
.tab-menu-item.-requirements-hub-tab {
  height: max-content;
  margin-right: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-family: "Averta-Regular";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: inherit;
  color: #79859a;
  background-color: #616161;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 1, app/assets/stylesheets/compositions/tooltip_comparison.scss */
.tooltip-comparison {
  color: #141414;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/compositions/top-header.scss */
.top-header {
  z-index: 10;
  width: 100%;
  height: 3.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
  background-color: white;
}

/* line 11, app/assets/stylesheets/compositions/top-header.scss */
.top-header.-fixed {
  top: 0;
  position: fixed;
}

@media only screen and (max-width: 900px) {
  /* line 1, app/assets/stylesheets/compositions/top-header.scss */
  .top-header {
    background: linear-gradient(90deg, #00b5ff, #3932f5);
  }
}

/* line 1, app/assets/stylesheets/utilities/align-content.scss */
.alignContent-flexStart {
  align-content: flex-start;
}

/* line 2, app/assets/stylesheets/utilities/align-content.scss */
.alignContent-flexEnd {
  align-content: flex-end;
}

/* line 3, app/assets/stylesheets/utilities/align-content.scss */
.alignContent-center {
  align-content: center;
}

/* line 4, app/assets/stylesheets/utilities/align-content.scss */
.alignContent-between {
  align-content: space-between;
}

/* line 5, app/assets/stylesheets/utilities/align-content.scss */
.alignContent-around {
  align-content: space-around;
}

/* line 6, app/assets/stylesheets/utilities/align-content.scss */
.alignContent-stretch {
  align-content: stretch;
}

@media only screen and (min-width: 38em) {
  /* line 9, app/assets/stylesheets/utilities/align-content.scss */
  .bp1-alignContent-flexStart {
    align-content: flex-start;
  }
  /* line 10, app/assets/stylesheets/utilities/align-content.scss */
  .bp1-alignContent-flexEnd {
    align-content: flex-end;
  }
  /* line 11, app/assets/stylesheets/utilities/align-content.scss */
  .bp1-alignContent-center {
    align-content: center;
  }
  /* line 12, app/assets/stylesheets/utilities/align-content.scss */
  .bp1-alignContent-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/utilities/align-content.scss */
  .bp1-alignContent-around {
    align-content: space-around;
  }
  /* line 14, app/assets/stylesheets/utilities/align-content.scss */
  .bp1-alignContent-stretch {
    align-content: stretch;
  }
}

@media only screen and (min-width: 62em) {
  /* line 18, app/assets/stylesheets/utilities/align-content.scss */
  .bp2-alignContent-flexStart {
    align-content: flex-start;
  }
  /* line 19, app/assets/stylesheets/utilities/align-content.scss */
  .bp2-alignContent-flexEnd {
    align-content: flex-end;
  }
  /* line 20, app/assets/stylesheets/utilities/align-content.scss */
  .bp2-alignContent-center {
    align-content: center;
  }
  /* line 21, app/assets/stylesheets/utilities/align-content.scss */
  .bp2-alignContent-between {
    align-content: space-between;
  }
  /* line 22, app/assets/stylesheets/utilities/align-content.scss */
  .bp2-alignContent-around {
    align-content: space-around;
  }
  /* line 23, app/assets/stylesheets/utilities/align-content.scss */
  .bp2-alignContent-stretch {
    align-content: stretch;
  }
}

@media only screen and (min-width: 68em) {
  /* line 27, app/assets/stylesheets/utilities/align-content.scss */
  .bp3-alignContent-flexStart {
    align-content: flex-start;
  }
  /* line 28, app/assets/stylesheets/utilities/align-content.scss */
  .bp3-alignContent-flexEnd {
    align-content: flex-end;
  }
  /* line 29, app/assets/stylesheets/utilities/align-content.scss */
  .bp3-alignContent-center {
    align-content: center;
  }
  /* line 30, app/assets/stylesheets/utilities/align-content.scss */
  .bp3-alignContent-between {
    align-content: space-between;
  }
  /* line 31, app/assets/stylesheets/utilities/align-content.scss */
  .bp3-alignContent-around {
    align-content: space-around;
  }
  /* line 32, app/assets/stylesheets/utilities/align-content.scss */
  .bp3-alignContent-stretch {
    align-content: stretch;
  }
}

@media only screen and (min-width: 110em) {
  /* line 36, app/assets/stylesheets/utilities/align-content.scss */
  .bp4-alignContent-flexStart {
    align-content: flex-start;
  }
  /* line 37, app/assets/stylesheets/utilities/align-content.scss */
  .bp4-alignContent-flexEnd {
    align-content: flex-end;
  }
  /* line 38, app/assets/stylesheets/utilities/align-content.scss */
  .bp4-alignContent-center {
    align-content: center;
  }
  /* line 39, app/assets/stylesheets/utilities/align-content.scss */
  .bp4-alignContent-between {
    align-content: space-between;
  }
  /* line 40, app/assets/stylesheets/utilities/align-content.scss */
  .bp4-alignContent-around {
    align-content: space-around;
  }
  /* line 41, app/assets/stylesheets/utilities/align-content.scss */
  .bp4-alignContent-stretch {
    align-content: stretch;
  }
}

/* line 1, app/assets/stylesheets/utilities/align-items.scss */
.alignItems-flexStart {
  align-items: flex-start;
}

/* line 2, app/assets/stylesheets/utilities/align-items.scss */
.alignItems-flexEnd {
  align-items: flex-end;
}

/* line 3, app/assets/stylesheets/utilities/align-items.scss */
.alignItems-center, .restructured-loan-plan .header {
  align-items: center;
}

/* line 4, app/assets/stylesheets/utilities/align-items.scss */
.alignItems-baseline {
  align-items: baseline;
}

/* line 5, app/assets/stylesheets/utilities/align-items.scss */
.alignItems-stretch {
  align-items: stretch;
}

@media only screen and (min-width: 38em) {
  /* line 8, app/assets/stylesheets/utilities/align-items.scss */
  .bp1-alignItems-flexStart {
    align-items: flex-start;
  }
  /* line 9, app/assets/stylesheets/utilities/align-items.scss */
  .bp1-alignItems-flexEnd {
    align-items: flex-end;
  }
  /* line 10, app/assets/stylesheets/utilities/align-items.scss */
  .bp1-alignItems-center {
    align-items: center;
  }
  /* line 11, app/assets/stylesheets/utilities/align-items.scss */
  .bp1-alignItems-baseline {
    align-items: baseline;
  }
  /* line 12, app/assets/stylesheets/utilities/align-items.scss */
  .bp1-alignItems-stretch {
    align-items: stretch;
  }
}

@media only screen and (min-width: 62em) {
  /* line 16, app/assets/stylesheets/utilities/align-items.scss */
  .bp2-alignItems-flexStart {
    align-items: flex-start;
  }
  /* line 17, app/assets/stylesheets/utilities/align-items.scss */
  .bp2-alignItems-flexEnd {
    align-items: flex-end;
  }
  /* line 18, app/assets/stylesheets/utilities/align-items.scss */
  .bp2-alignItems-center {
    align-items: center;
  }
  /* line 19, app/assets/stylesheets/utilities/align-items.scss */
  .bp2-alignItems-baseline {
    align-items: baseline;
  }
  /* line 20, app/assets/stylesheets/utilities/align-items.scss */
  .bp2-alignItems-stretch {
    align-items: stretch;
  }
}

@media only screen and (min-width: 68em) {
  /* line 24, app/assets/stylesheets/utilities/align-items.scss */
  .bp3-alignItems-flexStart {
    align-items: flex-start;
  }
  /* line 25, app/assets/stylesheets/utilities/align-items.scss */
  .bp3-alignItems-flexEnd {
    align-items: flex-end;
  }
  /* line 26, app/assets/stylesheets/utilities/align-items.scss */
  .bp3-alignItems-center {
    align-items: center;
  }
  /* line 27, app/assets/stylesheets/utilities/align-items.scss */
  .bp3-alignItems-baseline {
    align-items: baseline;
  }
  /* line 28, app/assets/stylesheets/utilities/align-items.scss */
  .bp3-alignItems-stretch {
    align-items: stretch;
  }
}

@media only screen and (min-width: 110em) {
  /* line 32, app/assets/stylesheets/utilities/align-items.scss */
  .bp4-alignItems-flexStart {
    align-items: flex-start;
  }
  /* line 33, app/assets/stylesheets/utilities/align-items.scss */
  .bp4-alignItems-flexEnd {
    align-items: flex-end;
  }
  /* line 34, app/assets/stylesheets/utilities/align-items.scss */
  .bp4-alignItems-center {
    align-items: center;
  }
  /* line 35, app/assets/stylesheets/utilities/align-items.scss */
  .bp4-alignItems-baseline {
    align-items: baseline;
  }
  /* line 36, app/assets/stylesheets/utilities/align-items.scss */
  .bp4-alignItems-stretch {
    align-items: stretch;
  }
}

/* line 1, app/assets/stylesheets/utilities/align-self.scss */
.alignSelf-flexStart {
  align-self: flex-start;
}

/* line 2, app/assets/stylesheets/utilities/align-self.scss */
.alignSelf-flexEnd {
  align-self: flex-end;
}

/* line 3, app/assets/stylesheets/utilities/align-self.scss */
.alignSelf-center {
  align-self: center;
}

/* line 4, app/assets/stylesheets/utilities/align-self.scss */
.alignSelf-baseline {
  align-self: baseline;
}

/* line 5, app/assets/stylesheets/utilities/align-self.scss */
.alignSelf-stretch {
  align-self: stretch;
}

@media only screen and (min-width: 38em) {
  /* line 8, app/assets/stylesheets/utilities/align-self.scss */
  .bp1-alignSelf-flexStart {
    align-self: flex-start;
  }
  /* line 9, app/assets/stylesheets/utilities/align-self.scss */
  .bp1-alignSelf-flexEnd {
    align-self: flex-end;
  }
  /* line 10, app/assets/stylesheets/utilities/align-self.scss */
  .bp1-alignSelf-center {
    align-self: center;
  }
  /* line 11, app/assets/stylesheets/utilities/align-self.scss */
  .bp1-alignSelf-baseline {
    align-self: baseline;
  }
  /* line 12, app/assets/stylesheets/utilities/align-self.scss */
  .bp1-alignSelf-stretch {
    align-self: stretch;
  }
}

@media only screen and (min-width: 62em) {
  /* line 16, app/assets/stylesheets/utilities/align-self.scss */
  .bp2-alignSelf-flexStart {
    align-self: flex-start;
  }
  /* line 17, app/assets/stylesheets/utilities/align-self.scss */
  .bp2-alignSelf-flexEnd {
    align-self: flex-end;
  }
  /* line 18, app/assets/stylesheets/utilities/align-self.scss */
  .bp2-alignSelf-center {
    align-self: center;
  }
  /* line 19, app/assets/stylesheets/utilities/align-self.scss */
  .bp2-alignSelf-baseline {
    align-self: baseline;
  }
  /* line 20, app/assets/stylesheets/utilities/align-self.scss */
  .bp2-alignSelf-stretch {
    align-self: stretch;
  }
}

@media only screen and (min-width: 68em) {
  /* line 24, app/assets/stylesheets/utilities/align-self.scss */
  .bp3-alignSelf-flexStart {
    align-self: flex-start;
  }
  /* line 25, app/assets/stylesheets/utilities/align-self.scss */
  .bp3-alignSelf-flexEnd {
    align-self: flex-end;
  }
  /* line 26, app/assets/stylesheets/utilities/align-self.scss */
  .bp3-alignSelf-center {
    align-self: center;
  }
  /* line 27, app/assets/stylesheets/utilities/align-self.scss */
  .bp3-alignSelf-baseline {
    align-self: baseline;
  }
  /* line 28, app/assets/stylesheets/utilities/align-self.scss */
  .bp3-alignSelf-stretch {
    align-self: stretch;
  }
}

@media only screen and (min-width: 110em) {
  /* line 32, app/assets/stylesheets/utilities/align-self.scss */
  .bp4-alignSelf-flexStart {
    align-self: flex-start;
  }
  /* line 33, app/assets/stylesheets/utilities/align-self.scss */
  .bp4-alignSelf-flexEnd {
    align-self: flex-end;
  }
  /* line 34, app/assets/stylesheets/utilities/align-self.scss */
  .bp4-alignSelf-center {
    align-self: center;
  }
  /* line 35, app/assets/stylesheets/utilities/align-self.scss */
  .bp4-alignSelf-baseline {
    align-self: baseline;
  }
  /* line 36, app/assets/stylesheets/utilities/align-self.scss */
  .bp4-alignSelf-stretch {
    align-self: stretch;
  }
}

/* line 1, app/assets/stylesheets/utilities/animation-duration.scss */
.animationDuration-s {
  animation-duration: 0.3s;
}

/* line 2, app/assets/stylesheets/utilities/animation-duration.scss */
.animationDuration-m {
  animation-duration: 0.5s;
}

/* line 3, app/assets/stylesheets/utilities/animation-duration.scss */
.animationDuration-l {
  animation-duration: 0.7s;
}

/* line 1, app/assets/stylesheets/utilities/animation-keyframes.scss */
.animation-pop {
  animation-name: pop;
}

@keyframes pop {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 1, app/assets/stylesheets/utilities/animation-timing-function.scss */
.animationTimingFunction-spring {
  animation-timing-function: cubic-bezier(0.3, 0, 0, 1.2);
}

/* line 1, app/assets/stylesheets/utilities/backface-visibility.scss */
.backfaceVisibility-hidden {
  backface-visibility: hidden;
}

/* line 2, app/assets/stylesheets/utilities/backface-visibility.scss */
.backfaceVisibility-visible {
  backface-visibility: visible;
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-white {
  background-color: white;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-white:hover {
  background-color: white;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-white {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-black {
  background-color: #141414;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-black:hover {
  background-color: #141414;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-black {
  background-color: rgba(20, 20, 20, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray50 {
  background-color: #fafafa;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray50:hover {
  background-color: #fafafa;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray50 {
  background-color: rgba(250, 250, 250, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray100 {
  background-color: #f3f5f7;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray100:hover {
  background-color: #f3f5f7;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray100 {
  background-color: rgba(243, 245, 247, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray200 {
  background-color: #e6ebef;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray200:hover {
  background-color: #e6ebef;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray200 {
  background-color: rgba(230, 235, 239, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray300 {
  background-color: #c5d1dd;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray300:hover {
  background-color: #c5d1dd;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray300 {
  background-color: rgba(197, 209, 221, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray400 {
  background-color: #98a3ae;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray400:hover {
  background-color: #98a3ae;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray400 {
  background-color: rgba(152, 163, 174, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray500 {
  background-color: #677889;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray500:hover {
  background-color: #677889;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray500 {
  background-color: rgba(103, 120, 137, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray700 {
  background-color: #21262c;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray700:hover {
  background-color: #21262c;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray700 {
  background-color: rgba(33, 38, 44, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-gray900 {
  background-color: #141a1f;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-gray900:hover {
  background-color: #141a1f;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-gray900 {
  background-color: rgba(20, 26, 31, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-blue100 {
  background-color: #ebf5ff;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-blue100:hover {
  background-color: #ebf5ff;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-blue100 {
  background-color: rgba(235, 245, 255, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-blue200 {
  background-color: #cce6ff;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-blue200:hover {
  background-color: #cce6ff;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-blue200 {
  background-color: rgba(204, 230, 255, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-blue500 {
  background-color: #0080ff;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-blue500:hover {
  background-color: #0080ff;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-blue500 {
  background-color: rgba(0, 128, 255, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-blue700 {
  background-color: #095cae;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-blue700:hover {
  background-color: #095cae;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-blue700 {
  background-color: rgba(9, 92, 174, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-blue900 {
  background-color: #000C38;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-blue900:hover {
  background-color: #000C38;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-blue900 {
  background-color: rgba(0, 12, 56, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-yellow100 {
  background-color: #fcf8cf;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-yellow100:hover {
  background-color: #fcf8cf;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-yellow100 {
  background-color: rgba(252, 248, 207, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-yellow500 {
  background-color: #fae105;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-yellow500:hover {
  background-color: #fae105;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-yellow500 {
  background-color: rgba(250, 225, 5, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-yellow700 {
  background-color: #827503;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-yellow700:hover {
  background-color: #827503;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-yellow700 {
  background-color: rgba(130, 117, 3, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-red100 {
  background-color: #fef1f2;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-red100:hover {
  background-color: #fef1f2;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-red100 {
  background-color: rgba(254, 241, 242, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-red500 {
  background-color: #ef4352;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-red500:hover {
  background-color: #ef4352;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-red500 {
  background-color: rgba(239, 67, 82, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-red700 {
  background-color: #bc101f;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-red700:hover {
  background-color: #bc101f;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-red700 {
  background-color: rgba(188, 16, 31, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-green100 {
  background-color: #e3fcf3;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-green100:hover {
  background-color: #e3fcf3;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-green100 {
  background-color: rgba(227, 252, 243, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-green300 {
  background-color: #c7fae7;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-green300:hover {
  background-color: #c7fae7;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-green300 {
  background-color: rgba(199, 250, 231, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-green500 {
  background-color: #11c080;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-green500:hover {
  background-color: #11c080;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-green500 {
  background-color: rgba(17, 192, 128, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-green700 {
  background-color: #077e52;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-green700:hover {
  background-color: #077e52;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-green700 {
  background-color: rgba(7, 126, 82, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-brand {
  background-color: #0066db;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-brand:hover {
  background-color: #0066db;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-brand {
  background-color: rgba(0, 102, 219, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-blue {
  background-color: #1c8ef2;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-blue:hover {
  background-color: #1c8ef2;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-blue {
  background-color: rgba(28, 142, 242, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-green {
  background-color: #11c097;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-green:hover {
  background-color: #11c097;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-green {
  background-color: rgba(17, 192, 151, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-yellow {
  background-color: #ecc44b;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-yellow:hover {
  background-color: #ecc44b;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-yellow {
  background-color: rgba(236, 196, 75, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-red {
  background-color: #fa5764;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-red:hover {
  background-color: #fa5764;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-red {
  background-color: rgba(250, 87, 100, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-grey-d {
  background-color: #616161;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-grey-d:hover {
  background-color: #616161;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-grey-d {
  background-color: rgba(97, 97, 97, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-grey {
  background-color: #79859a;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-grey:hover {
  background-color: #79859a;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-grey {
  background-color: rgba(121, 133, 154, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-grey-l, .rs-terms .btn[disabled] {
  background-color: #d5d8dd;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-grey-l:hover {
  background-color: #d5d8dd;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-grey-l {
  background-color: rgba(213, 216, 221, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-grey-xl, .chat-message > .bubble.-user, .conversation-item.-active {
  background-color: #f4f4f6;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-grey-xl:hover {
  background-color: #f4f4f6;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-grey-xl {
  background-color: rgba(244, 244, 246, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-white-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-white-transparent:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-white-transparent {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-grey-placeholder {
  background-color: #d4d4d4;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-grey-placeholder:hover {
  background-color: #d4d4d4;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-grey-placeholder {
  background-color: rgba(212, 212, 212, 0.15);
}

/* line 3, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-orange {
  background-color: #e97001;
}

/* line 5, app/assets/stylesheets/utilities/background-color.scss */
.hover-backgroundColor-orange:hover {
  background-color: #e97001;
}

/* line 8, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-feint-orange {
  background-color: rgba(233, 112, 1, 0.15);
}

/* line 11, app/assets/stylesheets/utilities/background-color.scss */
.backgroundColor-transparent {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-leftTo {
  background-position: left top;
}

/* line 2, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-leftCenter {
  background-position: left center;
}

/* line 3, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-leftBottom {
  background-position: left bottom;
}

/* line 4, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-rightTop {
  background-position: right top;
}

/* line 5, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-rightCenter {
  background-position: right center;
}

/* line 6, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-rightBottom {
  background-position: right bottom;
}

/* line 7, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-centerTop {
  background-position: center top;
}

/* line 8, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-center {
  background-position: center center;
}

/* line 9, app/assets/stylesheets/utilities/background-position.scss */
.backgroundPosition-centerBottom {
  background-position: center bottom;
}

/* line 1, app/assets/stylesheets/utilities/background-repeat.scss */
.backgroundRepeat-repeat {
  background-repeat: repeat;
}

/* line 2, app/assets/stylesheets/utilities/background-repeat.scss */
.backgroundRepeat-repeatX {
  background-repeat: repeat-x;
}

/* line 3, app/assets/stylesheets/utilities/background-repeat.scss */
.backgroundRepeat-repeatY {
  background-repeat: repeat-y;
}

/* line 6, app/assets/stylesheets/utilities/background-repeat.scss */
.backgroundRepeat-no-repeat {
  background-repeat: no-repeat;
}

/* line 1, app/assets/stylesheets/utilities/background-size.scss */
.backgroundSize-cover {
  background-size: cover;
}

/* line 2, app/assets/stylesheets/utilities/background-size.scss */
.backgroundSize-contain {
  background-size: contain;
}

/* line 3, app/assets/stylesheets/utilities/background-size.scss */
.backgroundSize-auto {
  background-size: auto;
}

/* line 4, app/assets/stylesheets/utilities/background-size.scss */
.backgroundSize-50 {
  background-size: 50%;
}

/* line 5, app/assets/stylesheets/utilities/background-size.scss */
.backgroundSize-100 {
  background-size: 100%;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-white {
  border-color: white;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-white {
  border-top-color: white;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-white {
  border-bottom-color: white;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-white:hover {
  border-color: white;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-white:hover {
  border-top-color: white;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-white:hover {
  border-bottom-color: white;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-black {
  border-color: #141414;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-black {
  border-top-color: #141414;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-black {
  border-bottom-color: #141414;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-black:hover {
  border-color: #141414;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-black:hover {
  border-top-color: #141414;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-black:hover {
  border-bottom-color: #141414;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray50 {
  border-color: #fafafa;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray50 {
  border-top-color: #fafafa;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray50 {
  border-bottom-color: #fafafa;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray50:hover {
  border-color: #fafafa;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray50:hover {
  border-top-color: #fafafa;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray50:hover {
  border-bottom-color: #fafafa;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray100 {
  border-color: #f3f5f7;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray100 {
  border-top-color: #f3f5f7;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray100 {
  border-bottom-color: #f3f5f7;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray100:hover {
  border-color: #f3f5f7;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray100:hover {
  border-top-color: #f3f5f7;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray100:hover {
  border-bottom-color: #f3f5f7;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray200 {
  border-color: #e6ebef;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray200 {
  border-top-color: #e6ebef;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray200 {
  border-bottom-color: #e6ebef;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray200:hover {
  border-color: #e6ebef;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray200:hover {
  border-top-color: #e6ebef;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray200:hover {
  border-bottom-color: #e6ebef;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray300 {
  border-color: #c5d1dd;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray300 {
  border-top-color: #c5d1dd;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray300 {
  border-bottom-color: #c5d1dd;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray300:hover {
  border-color: #c5d1dd;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray300:hover {
  border-top-color: #c5d1dd;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray300:hover {
  border-bottom-color: #c5d1dd;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray400 {
  border-color: #98a3ae;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray400 {
  border-top-color: #98a3ae;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray400 {
  border-bottom-color: #98a3ae;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray400:hover {
  border-color: #98a3ae;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray400:hover {
  border-top-color: #98a3ae;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray400:hover {
  border-bottom-color: #98a3ae;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray500 {
  border-color: #677889;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray500 {
  border-top-color: #677889;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray500 {
  border-bottom-color: #677889;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray500:hover {
  border-color: #677889;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray500:hover {
  border-top-color: #677889;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray500:hover {
  border-bottom-color: #677889;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray700 {
  border-color: #21262c;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray700 {
  border-top-color: #21262c;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray700 {
  border-bottom-color: #21262c;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray700:hover {
  border-color: #21262c;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray700:hover {
  border-top-color: #21262c;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray700:hover {
  border-bottom-color: #21262c;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-gray900 {
  border-color: #141a1f;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-gray900 {
  border-top-color: #141a1f;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-gray900 {
  border-bottom-color: #141a1f;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-gray900:hover {
  border-color: #141a1f;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-gray900:hover {
  border-top-color: #141a1f;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-gray900:hover {
  border-bottom-color: #141a1f;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-blue100 {
  border-color: #ebf5ff;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-blue100 {
  border-top-color: #ebf5ff;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-blue100 {
  border-bottom-color: #ebf5ff;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-blue100:hover {
  border-color: #ebf5ff;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-blue100:hover {
  border-top-color: #ebf5ff;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-blue100:hover {
  border-bottom-color: #ebf5ff;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-blue200 {
  border-color: #cce6ff;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-blue200 {
  border-top-color: #cce6ff;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-blue200 {
  border-bottom-color: #cce6ff;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-blue200:hover {
  border-color: #cce6ff;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-blue200:hover {
  border-top-color: #cce6ff;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-blue200:hover {
  border-bottom-color: #cce6ff;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-blue500 {
  border-color: #0080ff;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-blue500 {
  border-top-color: #0080ff;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-blue500 {
  border-bottom-color: #0080ff;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-blue500:hover {
  border-color: #0080ff;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-blue500:hover {
  border-top-color: #0080ff;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-blue500:hover {
  border-bottom-color: #0080ff;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-blue700 {
  border-color: #095cae;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-blue700 {
  border-top-color: #095cae;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-blue700 {
  border-bottom-color: #095cae;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-blue700:hover {
  border-color: #095cae;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-blue700:hover {
  border-top-color: #095cae;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-blue700:hover {
  border-bottom-color: #095cae;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-blue900 {
  border-color: #000C38;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-blue900 {
  border-top-color: #000C38;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-blue900 {
  border-bottom-color: #000C38;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-blue900:hover {
  border-color: #000C38;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-blue900:hover {
  border-top-color: #000C38;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-blue900:hover {
  border-bottom-color: #000C38;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-yellow100 {
  border-color: #fcf8cf;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-yellow100 {
  border-top-color: #fcf8cf;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-yellow100 {
  border-bottom-color: #fcf8cf;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-yellow100:hover {
  border-color: #fcf8cf;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-yellow100:hover {
  border-top-color: #fcf8cf;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-yellow100:hover {
  border-bottom-color: #fcf8cf;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-yellow500 {
  border-color: #fae105;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-yellow500 {
  border-top-color: #fae105;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-yellow500 {
  border-bottom-color: #fae105;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-yellow500:hover {
  border-color: #fae105;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-yellow500:hover {
  border-top-color: #fae105;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-yellow500:hover {
  border-bottom-color: #fae105;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-yellow700 {
  border-color: #827503;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-yellow700 {
  border-top-color: #827503;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-yellow700 {
  border-bottom-color: #827503;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-yellow700:hover {
  border-color: #827503;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-yellow700:hover {
  border-top-color: #827503;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-yellow700:hover {
  border-bottom-color: #827503;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-red100 {
  border-color: #fef1f2;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-red100 {
  border-top-color: #fef1f2;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-red100 {
  border-bottom-color: #fef1f2;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-red100:hover {
  border-color: #fef1f2;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-red100:hover {
  border-top-color: #fef1f2;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-red100:hover {
  border-bottom-color: #fef1f2;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-red500 {
  border-color: #ef4352;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-red500 {
  border-top-color: #ef4352;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-red500 {
  border-bottom-color: #ef4352;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-red500:hover {
  border-color: #ef4352;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-red500:hover {
  border-top-color: #ef4352;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-red500:hover {
  border-bottom-color: #ef4352;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-red700 {
  border-color: #bc101f;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-red700 {
  border-top-color: #bc101f;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-red700 {
  border-bottom-color: #bc101f;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-red700:hover {
  border-color: #bc101f;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-red700:hover {
  border-top-color: #bc101f;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-red700:hover {
  border-bottom-color: #bc101f;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-green100 {
  border-color: #e3fcf3;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-green100 {
  border-top-color: #e3fcf3;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-green100 {
  border-bottom-color: #e3fcf3;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-green100:hover {
  border-color: #e3fcf3;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-green100:hover {
  border-top-color: #e3fcf3;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-green100:hover {
  border-bottom-color: #e3fcf3;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-green300 {
  border-color: #c7fae7;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-green300 {
  border-top-color: #c7fae7;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-green300 {
  border-bottom-color: #c7fae7;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-green300:hover {
  border-color: #c7fae7;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-green300:hover {
  border-top-color: #c7fae7;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-green300:hover {
  border-bottom-color: #c7fae7;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-green500 {
  border-color: #11c080;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-green500 {
  border-top-color: #11c080;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-green500 {
  border-bottom-color: #11c080;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-green500:hover {
  border-color: #11c080;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-green500:hover {
  border-top-color: #11c080;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-green500:hover {
  border-bottom-color: #11c080;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-green700 {
  border-color: #077e52;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-green700 {
  border-top-color: #077e52;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-green700 {
  border-bottom-color: #077e52;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-green700:hover {
  border-color: #077e52;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-green700:hover {
  border-top-color: #077e52;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-green700:hover {
  border-bottom-color: #077e52;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-brand {
  border-color: #0066db;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-brand {
  border-top-color: #0066db;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-brand {
  border-bottom-color: #0066db;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-brand:hover {
  border-color: #0066db;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-brand:hover {
  border-top-color: #0066db;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-brand:hover {
  border-bottom-color: #0066db;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-blue {
  border-color: #1c8ef2;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-blue {
  border-top-color: #1c8ef2;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-blue {
  border-bottom-color: #1c8ef2;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-blue:hover {
  border-color: #1c8ef2;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-blue:hover {
  border-top-color: #1c8ef2;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-blue:hover {
  border-bottom-color: #1c8ef2;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-green {
  border-color: #11c097;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-green {
  border-top-color: #11c097;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-green {
  border-bottom-color: #11c097;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-green:hover {
  border-color: #11c097;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-green:hover {
  border-top-color: #11c097;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-green:hover {
  border-bottom-color: #11c097;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-yellow {
  border-color: #ecc44b;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-yellow {
  border-top-color: #ecc44b;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-yellow {
  border-bottom-color: #ecc44b;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-yellow:hover {
  border-color: #ecc44b;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-yellow:hover {
  border-top-color: #ecc44b;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-yellow:hover {
  border-bottom-color: #ecc44b;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-red {
  border-color: #fa5764;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-red {
  border-top-color: #fa5764;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-red {
  border-bottom-color: #fa5764;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-red:hover {
  border-color: #fa5764;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-red:hover {
  border-top-color: #fa5764;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-red:hover {
  border-bottom-color: #fa5764;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-grey-d {
  border-color: #616161;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-grey-d {
  border-top-color: #616161;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-grey-d {
  border-bottom-color: #616161;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-grey-d:hover {
  border-color: #616161;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-grey-d:hover {
  border-top-color: #616161;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-grey-d:hover {
  border-bottom-color: #616161;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-grey {
  border-color: #79859a;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-grey {
  border-top-color: #79859a;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-grey {
  border-bottom-color: #79859a;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-grey:hover {
  border-color: #79859a;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-grey:hover {
  border-top-color: #79859a;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-grey:hover {
  border-bottom-color: #79859a;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-grey-l {
  border-color: #d5d8dd;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-grey-l {
  border-top-color: #d5d8dd;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-grey-l {
  border-bottom-color: #d5d8dd;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-grey-l:hover {
  border-color: #d5d8dd;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-grey-l:hover {
  border-top-color: #d5d8dd;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-grey-l:hover {
  border-bottom-color: #d5d8dd;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-grey-xl, .restructured-loan-plan .header {
  border-color: #f4f4f6;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-grey-xl {
  border-top-color: #f4f4f6;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-grey-xl {
  border-bottom-color: #f4f4f6;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-grey-xl:hover {
  border-color: #f4f4f6;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-grey-xl:hover {
  border-top-color: #f4f4f6;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-grey-xl:hover {
  border-bottom-color: #f4f4f6;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-white-transparent {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-white-transparent {
  border-top-color: rgba(255, 255, 255, 0.8);
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-white-transparent {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-white-transparent:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-white-transparent:hover {
  border-top-color: rgba(255, 255, 255, 0.8);
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-white-transparent:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-grey-placeholder {
  border-color: #d4d4d4;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-grey-placeholder {
  border-top-color: #d4d4d4;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-grey-placeholder {
  border-bottom-color: #d4d4d4;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-grey-placeholder:hover {
  border-color: #d4d4d4;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-grey-placeholder:hover {
  border-top-color: #d4d4d4;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-grey-placeholder:hover {
  border-bottom-color: #d4d4d4;
}

/* line 3, app/assets/stylesheets/utilities/border-color.scss */
.borderColor-orange {
  border-color: #e97001;
}

/* line 4, app/assets/stylesheets/utilities/border-color.scss */
.borderTopColor-orange {
  border-top-color: #e97001;
}

/* line 5, app/assets/stylesheets/utilities/border-color.scss */
.borderBottomColor-orange {
  border-bottom-color: #e97001;
}

/* line 6, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderColor-orange:hover {
  border-color: #e97001;
}

/* line 7, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderTopColor-orange:hover {
  border-top-color: #e97001;
}

/* line 8, app/assets/stylesheets/utilities/border-color.scss */
.hover-borderBottomColor-orange:hover {
  border-bottom-color: #e97001;
}

/* line 2, app/assets/stylesheets/utilities/border-radius.scss */
.borderRadius-rounded, .rs-documents-details .rs-boxSection .required-doc-list > li:before {
  border-radius: 999rem;
}

/* line 2, app/assets/stylesheets/utilities/border-radius.scss */
.borderRadius-round {
  border-radius: 50%;
}

/* line 2, app/assets/stylesheets/utilities/border-radius.scss */
.borderRadius-l, .business-trustpass-form-container .status, .personal-trustpass-form-container .status {
  border-radius: 1rem;
}

/* line 2, app/assets/stylesheets/utilities/border-radius.scss */
.borderRadius-m {
  border-radius: 0.4rem;
}

/* line 2, app/assets/stylesheets/utilities/border-radius.scss */
.borderRadius-s, .board-resolution-form-container .upload-container, .business-trustpass-form-container .upload-container, .rs-itr-modal .upload-container, .rs-proof-of-sales-modal .upload-container, .rs-proof-of-billing-modal .upload-container {
  border-radius: 0.2rem;
}

/* line 5, app/assets/stylesheets/utilities/border-radius.scss */
.borderRadius-0 {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/utilities/border-style.scss */
.borderStyle-dashed {
  border-style: dashed;
}

/* line 2, app/assets/stylesheets/utilities/border-style.scss */
.borderStyle-dotted {
  border-style: dotted;
}

/* line 3, app/assets/stylesheets/utilities/border-style.scss */
.borderStyle-solid {
  border-style: solid;
}

/* line 6, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleTop-dashed {
  border-top-style: dashed;
}

/* line 7, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleTop-dotted {
  border-top-style: dotted;
}

/* line 8, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleTop-solid {
  border-top-style: solid;
}

/* line 6, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleRight-dashed {
  border-right-style: dashed;
}

/* line 7, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleRight-dotted {
  border-right-style: dotted;
}

/* line 8, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleRight-solid {
  border-right-style: solid;
}

/* line 6, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleBottom-dashed {
  border-bottom-style: dashed;
}

/* line 7, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleBottom-dotted {
  border-bottom-style: dotted;
}

/* line 8, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleBottom-solid {
  border-bottom-style: solid;
}

/* line 6, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleLeft-dashed {
  border-left-style: dashed;
}

/* line 7, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleLeft-dotted {
  border-left-style: dotted;
}

/* line 8, app/assets/stylesheets/utilities/border-style.scss */
.borderStyleLeft-solid {
  border-left-style: solid;
}

/* line 1, app/assets/stylesheets/utilities/border-width.scss */
.borderWidth-1 {
  border-width: 1px;
}

/* line 4, app/assets/stylesheets/utilities/border-width.scss */
.borderTopWidth-1 {
  border-top-width: 1px;
}

/* line 5, app/assets/stylesheets/utilities/border-width.scss */
.borderTopWidth-none {
  border-top-width: 0;
}

/* line 4, app/assets/stylesheets/utilities/border-width.scss */
.borderRightWidth-1 {
  border-right-width: 1px;
}

/* line 5, app/assets/stylesheets/utilities/border-width.scss */
.borderRightWidth-none {
  border-right-width: 0;
}

/* line 4, app/assets/stylesheets/utilities/border-width.scss */
.borderBottomWidth-1 {
  border-bottom-width: 1px;
}

/* line 5, app/assets/stylesheets/utilities/border-width.scss */
.borderBottomWidth-none {
  border-bottom-width: 0;
}

/* line 4, app/assets/stylesheets/utilities/border-width.scss */
.borderLeftWidth-1 {
  border-left-width: 1px;
}

/* line 5, app/assets/stylesheets/utilities/border-width.scss */
.borderLeftWidth-none {
  border-left-width: 0;
}

/* line 1, app/assets/stylesheets/utilities/border.scss */
.border-none {
  border: 0;
}

/* line 2, app/assets/stylesheets/utilities/border.scss */
.border-grey-l {
  border: 1px solid #d5d8dd;
}

/* line 3, app/assets/stylesheets/utilities/border.scss */
.border-grey-xl {
  border: 1px solid #f4f4f6;
}

/* line 4, app/assets/stylesheets/utilities/border.scss */
.border-green700 {
  border: 1px solid #077e52;
}

/* line 5, app/assets/stylesheets/utilities/border.scss */
.border-red700 {
  border: 1px solid #bc101f;
}

/* line 8, app/assets/stylesheets/utilities/border.scss */
.border-top, .board-resolution-form-container .item:first-child, .business-trustpass-form-container .item:first-child, .br-form .item:first-child, .rs-itr-modal .item:first-child, .rs-proof-of-sales-modal .item:first-child, .rs-proof-of-billing-modal .item:first-child {
  border-top: 1px solid #d5d8dd;
}

/* line 9, app/assets/stylesheets/utilities/border.scss */
.border-top-l {
  border-top: 1px solid #f4f4f6;
}

/* line 10, app/assets/stylesheets/utilities/border.scss */
.borderTop-none {
  border-top: 0;
}

/* line 8, app/assets/stylesheets/utilities/border.scss */
.border-right {
  border-right: 1px solid #d5d8dd;
}

/* line 9, app/assets/stylesheets/utilities/border.scss */
.border-right-l {
  border-right: 1px solid #f4f4f6;
}

/* line 10, app/assets/stylesheets/utilities/border.scss */
.borderRight-none {
  border-right: 0;
}

/* line 8, app/assets/stylesheets/utilities/border.scss */
.border-bottom, .list-group.-bordered > .item, .board-resolution-form-container .item, .business-trustpass-form-container .item, .br-form .item, .existing-loan-list li, .rs-itr-modal .item, .loan-list-new li, .rs-proof-of-sales-modal .item, .rs-proof-of-billing-modal .item, .restructured-loan-plan .header {
  border-bottom: 1px solid #d5d8dd;
}

/* line 9, app/assets/stylesheets/utilities/border.scss */
.border-bottom-l {
  border-bottom: 1px solid #f4f4f6;
}

/* line 10, app/assets/stylesheets/utilities/border.scss */
.borderBottom-none {
  border-bottom: 0;
}

/* line 8, app/assets/stylesheets/utilities/border.scss */
.border-left {
  border-left: 1px solid #d5d8dd;
}

/* line 9, app/assets/stylesheets/utilities/border.scss */
.border-left-l {
  border-left: 1px solid #f4f4f6;
}

/* line 10, app/assets/stylesheets/utilities/border.scss */
.borderLeft-none {
  border-left: 0;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-0 {
  bottom: 0px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-10 {
  bottom: 10px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-15 {
  bottom: 15px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-20 {
  bottom: 20px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-30 {
  bottom: 30px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-40 {
  bottom: 40px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-50 {
  bottom: 50px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-60 {
  bottom: 60px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-70 {
  bottom: 70px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-80 {
  bottom: 80px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-90 {
  bottom: 90px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-100 {
  bottom: 100px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-110 {
  bottom: 110px;
}

/* line 2, app/assets/stylesheets/utilities/bottom.scss */
.bottom-120 {
  bottom: 120px;
}

/* line 4, app/assets/stylesheets/utilities/bottom.scss */
.bottom-auto {
  bottom: auto;
}

@media only screen and (min-width: 38em) {
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-0 {
    bottom: 0px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-10 {
    bottom: 10px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-15 {
    bottom: 15px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-20 {
    bottom: 20px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-30 {
    bottom: 30px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-40 {
    bottom: 40px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-50 {
    bottom: 50px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-60 {
    bottom: 60px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-70 {
    bottom: 70px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-80 {
    bottom: 80px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-90 {
    bottom: 90px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-100 {
    bottom: 100px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-110 {
    bottom: 110px;
  }
  /* line 8, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-120 {
    bottom: 120px;
  }
  /* line 10, app/assets/stylesheets/utilities/bottom.scss */
  .bp1-bottom-auto {
    bottom: auto;
  }
}

@media only screen and (min-width: 62em) {
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-0 {
    bottom: 0px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-10 {
    bottom: 10px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-15 {
    bottom: 15px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-20 {
    bottom: 20px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-30 {
    bottom: 30px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-40 {
    bottom: 40px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-50 {
    bottom: 50px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-60 {
    bottom: 60px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-70 {
    bottom: 70px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-80 {
    bottom: 80px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-90 {
    bottom: 90px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-100 {
    bottom: 100px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-110 {
    bottom: 110px;
  }
  /* line 15, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-120 {
    bottom: 120px;
  }
  /* line 17, app/assets/stylesheets/utilities/bottom.scss */
  .bp2-bottom-auto {
    bottom: auto;
  }
}

@media only screen and (min-width: 68em) {
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-0 {
    bottom: 0px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-10 {
    bottom: 10px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-15 {
    bottom: 15px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-20 {
    bottom: 20px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-30 {
    bottom: 30px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-40 {
    bottom: 40px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-50 {
    bottom: 50px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-60 {
    bottom: 60px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-70 {
    bottom: 70px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-80 {
    bottom: 80px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-90 {
    bottom: 90px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-100 {
    bottom: 100px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-110 {
    bottom: 110px;
  }
  /* line 22, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-120 {
    bottom: 120px;
  }
  /* line 24, app/assets/stylesheets/utilities/bottom.scss */
  .bp3-bottom-auto {
    bottom: auto;
  }
}

@media only screen and (min-width: 110em) {
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-0 {
    bottom: 0px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-10 {
    bottom: 10px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-15 {
    bottom: 15px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-20 {
    bottom: 20px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-30 {
    bottom: 30px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-40 {
    bottom: 40px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-50 {
    bottom: 50px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-60 {
    bottom: 60px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-70 {
    bottom: 70px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-80 {
    bottom: 80px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-90 {
    bottom: 90px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-100 {
    bottom: 100px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-110 {
    bottom: 110px;
  }
  /* line 29, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-120 {
    bottom: 120px;
  }
  /* line 31, app/assets/stylesheets/utilities/bottom.scss */
  .bp4-bottom-auto {
    bottom: auto;
  }
}

/* line 2, app/assets/stylesheets/utilities/box-shadow.scss */
.boxShadow-xl {
  box-shadow: 0 3px 20px rgba(20, 20, 20, 0.2);
}

/* line 3, app/assets/stylesheets/utilities/box-shadow.scss */
.boxShadow-l {
  box-shadow: 0 3px 15px rgba(20, 20, 20, 0.1);
}

/* line 4, app/assets/stylesheets/utilities/box-shadow.scss */
.boxShadow-m, .tooltipster-fc-progress {
  box-shadow: 0 2px 10px rgba(20, 20, 20, 0.1);
}

/* line 5, app/assets/stylesheets/utilities/box-shadow.scss */
.boxShadow-s, .pika-single .has-event .pika-button, .attachment-slideshow .thumbnail {
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.1);
}

/* line 6, app/assets/stylesheets/utilities/box-shadow.scss */
.boxShadow-xs {
  box-shadow: 0 1px 1px rgba(20, 20, 20, 0.1);
}

/* line 7, app/assets/stylesheets/utilities/box-shadow.scss */
.boxShadow-none {
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/utilities/clear.scss */
.clear-none {
  clear: none;
}

/* line 2, app/assets/stylesheets/utilities/clear.scss */
.clear-left {
  clear: left;
}

/* line 3, app/assets/stylesheets/utilities/clear.scss */
.clear-right {
  clear: right;
}

/* line 4, app/assets/stylesheets/utilities/clear.scss */
.clear-both {
  clear: both;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-white, .top-banner-container .top-banner-text {
  color: white;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-white:hover {
  color: white;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-black, .header-drawer > nav > ul > li:hover, .chat-header > .userinfo > .user, .chat-message > .bubble.-user, .conversation-item > .details > .user, .conversation-item > .details > .message.-unread, .conversation-item > .details > .source.-unread {
  color: #141414;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-black:hover {
  color: #141414;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray50 {
  color: #fafafa;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray50:hover {
  color: #fafafa;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray100 {
  color: #f3f5f7;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray100:hover {
  color: #f3f5f7;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray200 {
  color: #e6ebef;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray200:hover {
  color: #e6ebef;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray300 {
  color: #c5d1dd;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray300:hover {
  color: #c5d1dd;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray400 {
  color: #98a3ae;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray400:hover {
  color: #98a3ae;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray500 {
  color: #677889;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray500:hover {
  color: #677889;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray700 {
  color: #21262c;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray700:hover {
  color: #21262c;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-gray900 {
  color: #141a1f;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-gray900:hover {
  color: #141a1f;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-blue100 {
  color: #ebf5ff;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-blue100:hover {
  color: #ebf5ff;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-blue200 {
  color: #cce6ff;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-blue200:hover {
  color: #cce6ff;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-blue500 {
  color: #0080ff;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-blue500:hover {
  color: #0080ff;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-blue700 {
  color: #095cae;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-blue700:hover {
  color: #095cae;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-blue900 {
  color: #000C38;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-blue900:hover {
  color: #000C38;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-yellow100 {
  color: #fcf8cf;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-yellow100:hover {
  color: #fcf8cf;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-yellow500 {
  color: #fae105;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-yellow500:hover {
  color: #fae105;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-yellow700 {
  color: #827503;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-yellow700:hover {
  color: #827503;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-red100 {
  color: #fef1f2;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-red100:hover {
  color: #fef1f2;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-red500 {
  color: #ef4352;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-red500:hover {
  color: #ef4352;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-red700 {
  color: #bc101f;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-red700:hover {
  color: #bc101f;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-green100 {
  color: #e3fcf3;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-green100:hover {
  color: #e3fcf3;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-green300 {
  color: #c7fae7;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-green300:hover {
  color: #c7fae7;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-green500 {
  color: #11c080;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-green500:hover {
  color: #11c080;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-green700 {
  color: #077e52;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-green700:hover {
  color: #077e52;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-brand, .lead-info > .company {
  color: #0066db;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-brand:hover {
  color: #0066db;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-blue {
  color: #1c8ef2;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-blue:hover {
  color: #1c8ef2;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-green {
  color: #11c097;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-green:hover {
  color: #11c097;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-yellow {
  color: #ecc44b;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-yellow:hover {
  color: #ecc44b;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-red {
  color: #fa5764;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-red:hover {
  color: #fa5764;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-grey-d {
  color: #616161;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-grey-d:hover {
  color: #616161;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-grey, .header-drawer > nav > ul > li, .rs-terms > p, .admin-info > .indicator, .admin-info > .field, .chat-header > .userinfo > .activesince, .conversation-item > .details > .message, .conversation-item > .details > .source, .lead-info > .field {
  color: #79859a;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-grey:hover {
  color: #79859a;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-grey-l {
  color: #d5d8dd;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-grey-l:hover {
  color: #d5d8dd;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-grey-xl {
  color: #f4f4f6;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-grey-xl:hover {
  color: #f4f4f6;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-white-transparent {
  color: rgba(255, 255, 255, 0.8);
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-white-transparent:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-grey-placeholder {
  color: #d4d4d4;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-grey-placeholder:hover {
  color: #d4d4d4;
}

/* line 3, app/assets/stylesheets/utilities/color.scss */
.color-orange {
  color: #e97001;
}

/* line 4, app/assets/stylesheets/utilities/color.scss */
.hover-color-orange:hover {
  color: #e97001;
}

/* line 6, app/assets/stylesheets/utilities/color.scss */
.color-transparent {
  color: transparent;
}

/* line 7, app/assets/stylesheets/utilities/color.scss */
.color-inherit {
  color: inherit;
}

/* line 1, app/assets/stylesheets/utilities/cursor.scss */
.cursor-alias {
  cursor: alias;
}

/* line 2, app/assets/stylesheets/utilities/cursor.scss */
.cursor-allScroll {
  cursor: all-scroll;
}

/* line 3, app/assets/stylesheets/utilities/cursor.scss */
.cursor-auto {
  cursor: auto;
}

/* line 4, app/assets/stylesheets/utilities/cursor.scss */
.cursor-cell {
  cursor: cell;
}

/* line 5, app/assets/stylesheets/utilities/cursor.scss */
.cursor-contextMenu {
  cursor: context-menu;
}

/* line 6, app/assets/stylesheets/utilities/cursor.scss */
.cursor-colResize {
  cursor: col-resize;
}

/* line 7, app/assets/stylesheets/utilities/cursor.scss */
.cursor-copy {
  cursor: copy;
}

/* line 8, app/assets/stylesheets/utilities/cursor.scss */
.cursor-crosshair {
  cursor: crosshair;
}

/* line 9, app/assets/stylesheets/utilities/cursor.scss */
.cursor-default {
  cursor: default;
}

/* line 10, app/assets/stylesheets/utilities/cursor.scss */
.cursor-eResize {
  cursor: e-resize;
}

/* line 11, app/assets/stylesheets/utilities/cursor.scss */
.cursor-ewResize {
  cursor: ew-resize;
}

/* line 12, app/assets/stylesheets/utilities/cursor.scss */
.cursor-grab {
  cursor: grab;
}

/* line 13, app/assets/stylesheets/utilities/cursor.scss */
.cursor-grabbing {
  cursor: grabbing;
}

/* line 14, app/assets/stylesheets/utilities/cursor.scss */
.cursor-help {
  cursor: help;
}

/* line 15, app/assets/stylesheets/utilities/cursor.scss */
.cursor-move {
  cursor: move;
}

/* line 16, app/assets/stylesheets/utilities/cursor.scss */
.cursor-nResize {
  cursor: n-resize;
}

/* line 17, app/assets/stylesheets/utilities/cursor.scss */
.cursor-neResize {
  cursor: ne-resize;
}

/* line 18, app/assets/stylesheets/utilities/cursor.scss */
.cursor-neswResize {
  cursor: nesw-resize;
}

/* line 19, app/assets/stylesheets/utilities/cursor.scss */
.cursor-nsResize {
  cursor: ns-resize;
}

/* line 20, app/assets/stylesheets/utilities/cursor.scss */
.cursor-nwResize {
  cursor: nw-resize;
}

/* line 21, app/assets/stylesheets/utilities/cursor.scss */
.cursor-nwseResize {
  cursor: nwse-resize;
}

/* line 22, app/assets/stylesheets/utilities/cursor.scss */
.cursor-noDrop {
  cursor: no-drop;
}

/* line 23, app/assets/stylesheets/utilities/cursor.scss */
.cursor-none {
  cursor: none;
}

/* line 24, app/assets/stylesheets/utilities/cursor.scss */
.cursor-notAllowed {
  cursor: not-allowed;
}

/* line 25, app/assets/stylesheets/utilities/cursor.scss */
.cursor-pointer, .conversation-item {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/utilities/cursor.scss */
.cursor-progress {
  cursor: progress;
}

/* line 27, app/assets/stylesheets/utilities/cursor.scss */
.cursor-rowResize {
  cursor: row-resize;
}

/* line 28, app/assets/stylesheets/utilities/cursor.scss */
.cursor-sResize {
  cursor: s-resize;
}

/* line 29, app/assets/stylesheets/utilities/cursor.scss */
.cursor-seResize {
  cursor: se-resize;
}

/* line 30, app/assets/stylesheets/utilities/cursor.scss */
.cursor-swResize {
  cursor: sw-resize;
}

/* line 31, app/assets/stylesheets/utilities/cursor.scss */
.cursor-text {
  cursor: text;
}

/* line 32, app/assets/stylesheets/utilities/cursor.scss */
.cursor-verticalText {
  cursor: vertical-text;
}

/* line 33, app/assets/stylesheets/utilities/cursor.scss */
.cursor-wResize {
  cursor: w-resize;
}

/* line 34, app/assets/stylesheets/utilities/cursor.scss */
.cursor-wait {
  cursor: wait;
}

/* line 35, app/assets/stylesheets/utilities/cursor.scss */
.cursor-zoomIn {
  cursor: zoom-in;
}

/* line 36, app/assets/stylesheets/utilities/cursor.scss */
.cursor-zoomOut {
  cursor: zoom-out;
}

/* line 1, app/assets/stylesheets/utilities/display.scss */
.display-none {
  display: none;
}

/* line 2, app/assets/stylesheets/utilities/display.scss */
.display-block, .existing-loan-list li small, .loan-list-new li small {
  display: block;
}

/* line 3, app/assets/stylesheets/utilities/display.scss */
.display-grid {
  display: grid;
}

/* line 4, app/assets/stylesheets/utilities/display.scss */
.display-flex, .restructured-loan-plan .header {
  display: flex;
}

/* line 5, app/assets/stylesheets/utilities/display.scss */
.display-inline {
  display: inline;
}

/* line 6, app/assets/stylesheets/utilities/display.scss */
.display-inlineFlex, .referral-dashboard table td a.btn-edit, .referral-dashboard table td a.btn-lead {
  display: inline-flex;
}

/* line 9, app/assets/stylesheets/utilities/display.scss */
.display-inline-block, .header-drawer > nav > ul > li {
  display: inline-block;
}

/* line 11, app/assets/stylesheets/utilities/display.scss */
.display-inlineTable {
  display: inline-table;
}

/* line 12, app/assets/stylesheets/utilities/display.scss */
.display-table {
  display: table;
}

/* line 15, app/assets/stylesheets/utilities/display.scss */
.display-table-cell {
  display: table-cell;
}

/* line 17, app/assets/stylesheets/utilities/display.scss */
.display-tableColumn {
  display: table-column;
}

/* line 18, app/assets/stylesheets/utilities/display.scss */
.display-tableRow {
  display: table-row;
}

@media only screen and (max-width: 900px) {
  /* line 21, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-none {
    display: none;
  }
  /* line 22, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-block {
    display: block;
  }
  /* line 23, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-flex {
    display: flex;
  }
  /* line 24, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-inline {
    display: inline;
  }
  /* line 25, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-inlineFlex {
    display: inline-flex;
  }
  /* line 28, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-inline-block {
    display: inline-block;
  }
  /* line 30, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-inlineTable {
    display: inline-table;
  }
  /* line 31, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-table {
    display: table;
  }
  /* line 34, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-table-cell {
    display: table-cell;
  }
  /* line 36, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-tableColumn {
    display: table-column;
  }
  /* line 37, app/assets/stylesheets/utilities/display.scss */
  .mobile-display-tableRow {
    display: table-row;
  }
}

@media only screen and (min-width: 62em) {
  /* line 41, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-none {
    display: none;
  }
  /* line 42, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-block {
    display: block;
  }
  /* line 43, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-flex {
    display: flex;
  }
  /* line 44, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-inline {
    display: inline;
  }
  /* line 45, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-inlineFlex {
    display: inline-flex;
  }
  /* line 48, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-inline-block {
    display: inline-block;
  }
  /* line 50, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-inlineTable {
    display: inline-table;
  }
  /* line 51, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-table {
    display: table;
  }
  /* line 54, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-table-cell {
    display: table-cell;
  }
  /* line 56, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-tableColumn {
    display: table-column;
  }
  /* line 57, app/assets/stylesheets/utilities/display.scss */
  .bp2-display-tableRow {
    display: table-row;
  }
}

@media only screen and (min-width: 68em) {
  /* line 61, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-none {
    display: none;
  }
  /* line 62, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-block {
    display: block;
  }
  /* line 63, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-flex {
    display: flex;
  }
  /* line 64, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-inline {
    display: inline;
  }
  /* line 65, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-inlineFlex {
    display: inline-flex;
  }
  /* line 68, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-inline-block {
    display: inline-block;
  }
  /* line 70, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-inlineTable {
    display: inline-table;
  }
  /* line 71, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-table {
    display: table;
  }
  /* line 74, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-table-cell {
    display: table-cell;
  }
  /* line 76, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-tableColumn {
    display: table-column;
  }
  /* line 77, app/assets/stylesheets/utilities/display.scss */
  .bp3-display-tableRow {
    display: table-row;
  }
}

@media only screen and (min-width: 110em) {
  /* line 81, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-none {
    display: none;
  }
  /* line 82, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-block {
    display: block;
  }
  /* line 83, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-flex {
    display: flex;
  }
  /* line 84, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-inline {
    display: inline;
  }
  /* line 85, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-inlineFlex {
    display: inline-flex;
  }
  /* line 88, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-inline-block {
    display: inline-block;
  }
  /* line 90, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-inlineTable {
    display: inline-table;
  }
  /* line 91, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-table {
    display: table;
  }
  /* line 94, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-table-cell {
    display: table-cell;
  }
  /* line 96, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-tableColumn {
    display: table-column;
  }
  /* line 97, app/assets/stylesheets/utilities/display.scss */
  .bp4-display-tableRow {
    display: table-row;
  }
}

/* line 1, app/assets/stylesheets/utilities/flex-direction.scss */
.flexDirection-column {
  flex-direction: column;
}

/* line 2, app/assets/stylesheets/utilities/flex-direction.scss */
.flexDirection-columnReverse {
  flex-direction: column-reverse;
}

/* line 3, app/assets/stylesheets/utilities/flex-direction.scss */
.flexDirection-row {
  flex-direction: row;
}

/* line 4, app/assets/stylesheets/utilities/flex-direction.scss */
.flexDirection-rowReverse {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 38em) {
  /* line 7, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp1-flexDirection-column {
    flex-direction: column;
  }
  /* line 8, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp1-flexDirection-columnReverse {
    flex-direction: column-reverse;
  }
  /* line 9, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp1-flexDirection-row {
    flex-direction: row;
  }
  /* line 10, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp1-flexDirection-rowReverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 62em) {
  /* line 14, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp2-flexDirection-column {
    flex-direction: column;
  }
  /* line 15, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp2-flexDirection-columnReverse {
    flex-direction: column-reverse;
  }
  /* line 16, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp2-flexDirection-row {
    flex-direction: row;
  }
  /* line 17, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp2-flexDirection-rowReverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 68em) {
  /* line 21, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp3-flexDirection-column {
    flex-direction: column;
  }
  /* line 22, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp3-flexDirection-columnReverse {
    flex-direction: column-reverse;
  }
  /* line 23, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp3-flexDirection-row {
    flex-direction: row;
  }
  /* line 24, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp3-flexDirection-rowReverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 110em) {
  /* line 28, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp4-flexDirection-column {
    flex-direction: column;
  }
  /* line 29, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp4-flexDirection-columnReverse {
    flex-direction: column-reverse;
  }
  /* line 30, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp4-flexDirection-row {
    flex-direction: row;
  }
  /* line 31, app/assets/stylesheets/utilities/flex-direction.scss */
  .bp4-flexDirection-rowReverse {
    flex-direction: row-reverse;
  }
}

/* line 1, app/assets/stylesheets/utilities/flex-wrap.scss */
.flexWrap-nowrap {
  flex-wrap: nowrap;
}

/* line 2, app/assets/stylesheets/utilities/flex-wrap.scss */
.flexWrap-wrap {
  flex-wrap: wrap;
}

/* line 3, app/assets/stylesheets/utilities/flex-wrap.scss */
.flexWrap-wrapReverse {
  flex-wrap: wrap-reverse;
}

@media only screen and (min-width: 38em) {
  /* line 6, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp1-flexWrap-nowrap {
    flex-wrap: nowrap;
  }
  /* line 7, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp1-flexWrap-wrap {
    flex-wrap: wrap;
  }
  /* line 8, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp1-flexWrap-wrapReverse {
    flex-wrap: wrap-reverse;
  }
}

@media only screen and (min-width: 62em) {
  /* line 12, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp2-flexWrap-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp2-flexWrap-wrap {
    flex-wrap: wrap;
  }
  /* line 14, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp2-flexWrap-wrapReverse {
    flex-wrap: wrap-reverse;
  }
}

@media only screen and (min-width: 68em) {
  /* line 18, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp3-flexWrap-nowrap {
    flex-wrap: nowrap;
  }
  /* line 19, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp3-flexWrap-wrap {
    flex-wrap: wrap;
  }
  /* line 20, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp3-flexWrap-wrapReverse {
    flex-wrap: wrap-reverse;
  }
}

@media only screen and (min-width: 110em) {
  /* line 24, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp4-flexWrap-nowrap {
    flex-wrap: nowrap;
  }
  /* line 25, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp4-flexWrap-wrap {
    flex-wrap: wrap;
  }
  /* line 26, app/assets/stylesheets/utilities/flex-wrap.scss */
  .bp4-flexWrap-wrapReverse {
    flex-wrap: wrap-reverse;
  }
}

/* line 1, app/assets/stylesheets/utilities/flex.scss */
.flexFlow-row-noWrap {
  flex-flow: row nowrap;
}

/* line 3, app/assets/stylesheets/utilities/flex.scss */
.flex-2 {
  flex: 2;
}

/* line 4, app/assets/stylesheets/utilities/flex.scss */
.flex-1 {
  flex: 1;
}

/* line 5, app/assets/stylesheets/utilities/flex.scss */
.flex-0 {
  flex: 0;
}

/* line 7, app/assets/stylesheets/utilities/flex.scss */
.flex-grow-2 {
  flex-grow: 2;
}

/* line 8, app/assets/stylesheets/utilities/flex.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 9, app/assets/stylesheets/utilities/flex.scss */
.flex-grow-0 {
  flex-grow: 0;
}

/* line 11, app/assets/stylesheets/utilities/flex.scss */
.flex-shrink-1 {
  flex-shrink: 1;
}

/* line 12, app/assets/stylesheets/utilities/flex.scss */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* line 15, app/assets/stylesheets/utilities/flex.scss */
.flexDirection-column {
  flex-direction: column;
}

/* line 18, app/assets/stylesheets/utilities/flex.scss */
.alignItems-center, .restructured-loan-plan .header {
  align-items: center;
}

/* line 19, app/assets/stylesheets/utilities/flex.scss */
.alignItems-flexEnd {
  align-items: flex-end;
}

/* line 22, app/assets/stylesheets/utilities/flex.scss */
.flexWrap-nowrap {
  flex-wrap: nowrap;
}

/* line 25, app/assets/stylesheets/utilities/flex.scss */
.justifyContent-space-between, .restructured-loan-plan .header {
  justify-content: space-between;
}

/* line 26, app/assets/stylesheets/utilities/flex.scss */
.justifyContent-space-around {
  justify-content: space-around;
}

/* line 27, app/assets/stylesheets/utilities/flex.scss */
.justifyContent-flex-start {
  justify-content: flex-start;
}

/* line 28, app/assets/stylesheets/utilities/flex.scss */
.justifyContent-flex-end {
  justify-content: flex-end;
}

/* line 29, app/assets/stylesheets/utilities/flex.scss */
.justifyContent-center {
  justify-content: center;
}

/* line 61, app/assets/stylesheets/utilities/flex.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 64, app/assets/stylesheets/utilities/flex.scss */
.flex-shrink-0 {
  flex-shrink: 0;
}

@media only screen and (min-width: 38em) {
  /* line 67, app/assets/stylesheets/utilities/flex.scss */
  .bp1-flexFlow-row-noWrap {
    flex-flow: row nowrap;
  }
  /* line 69, app/assets/stylesheets/utilities/flex.scss */
  .bp1-flex-grow-1 {
    flex-grow: 1;
  }
  /* line 70, app/assets/stylesheets/utilities/flex.scss */
  .bp1-flex-grow-0 {
    flex-grow: 0;
  }
  /* line 72, app/assets/stylesheets/utilities/flex.scss */
  .bp1-flex-shrink-1 {
    flex-shrink: 1;
  }
  /* line 73, app/assets/stylesheets/utilities/flex.scss */
  .bp1-flex-shrink-0 {
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 62em) {
  /* line 77, app/assets/stylesheets/utilities/flex.scss */
  .bp2-flexFlow-row-noWrap {
    flex-flow: row nowrap;
  }
  /* line 79, app/assets/stylesheets/utilities/flex.scss */
  .bp2-flex-grow-1 {
    flex-grow: 1;
  }
  /* line 80, app/assets/stylesheets/utilities/flex.scss */
  .bp2-flex-grow-0 {
    flex-grow: 0;
  }
  /* line 82, app/assets/stylesheets/utilities/flex.scss */
  .bp2-flex-shrink-1 {
    flex-shrink: 1;
  }
  /* line 83, app/assets/stylesheets/utilities/flex.scss */
  .bp2-flex-shrink-0 {
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 68em) {
  /* line 87, app/assets/stylesheets/utilities/flex.scss */
  .bp3-flexFlow-row-noWrap {
    flex-flow: row nowrap;
  }
  /* line 89, app/assets/stylesheets/utilities/flex.scss */
  .bp3-flex-grow-1 {
    flex-grow: 1;
  }
  /* line 90, app/assets/stylesheets/utilities/flex.scss */
  .bp3-flex-grow-0 {
    flex-grow: 0;
  }
  /* line 92, app/assets/stylesheets/utilities/flex.scss */
  .bp3-flex-shrink-1 {
    flex-shrink: 1;
  }
  /* line 93, app/assets/stylesheets/utilities/flex.scss */
  .bp3-flex-shrink-0 {
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 110em) {
  /* line 97, app/assets/stylesheets/utilities/flex.scss */
  .bp4-flexFlow-row-noWrap {
    flex-flow: row nowrap;
  }
  /* line 99, app/assets/stylesheets/utilities/flex.scss */
  .bp4-flex-grow-1 {
    flex-grow: 1;
  }
  /* line 100, app/assets/stylesheets/utilities/flex.scss */
  .bp4-flex-grow-0 {
    flex-grow: 0;
  }
  /* line 102, app/assets/stylesheets/utilities/flex.scss */
  .bp4-flex-shrink-1 {
    flex-shrink: 1;
  }
  /* line 103, app/assets/stylesheets/utilities/flex.scss */
  .bp4-flex-shrink-0 {
    flex-shrink: 0;
  }
}

/* line 2, app/assets/stylesheets/utilities/float.scss */
.float-left {
  float: left;
}

/* line 3, app/assets/stylesheets/utilities/float.scss */
.float-right {
  float: right;
}

/* line 4, app/assets/stylesheets/utilities/float.scss */
.float-none {
  float: none;
}

/* line 2, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-xxxl {
  font-size: 2.5rem;
}

/* line 3, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-xxl {
  font-size: 1.75rem;
}

/* line 4, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-xl {
  font-size: 1.5rem;
}

/* line 5, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-l {
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-xm {
  font-size: 0.875rem;
}

/* line 7, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-m, .admin-info > .indicator, .lead-info > .company {
  font-size: 1rem;
}

/* line 8, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-s, .admin-info > .field, .chat-notes > .details > .content, .conversation-item > .details > .message, .conversation-item > .details > .source, .lead-info > .field {
  font-size: 0.8rem;
}

/* line 9, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-xs, .rs-note, .chat-header > .userinfo > .activesince {
  font-size: 0.75rem;
}

/* line 10, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-xxs {
  font-size: 0.6rem;
}

/* line 11, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-xxxs {
  font-size: 0.5rem;
}

/* line 12, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-0 {
  font-size: 0px;
}

/* line 13, app/assets/stylesheets/utilities/font-size.scss */
.fontSize-inherit {
  font-size: inherit;
}

/* line 2, app/assets/stylesheets/utilities/font-style.scss */
.fontStyle-normal {
  font-style: normal;
}

/* line 3, app/assets/stylesheets/utilities/font-style.scss */
.fontStyle-italic {
  font-style: italic;
}

/* line 4, app/assets/stylesheets/utilities/font-style.scss */
.fontStyle-oblique {
  font-style: oblique;
}

/* line 1, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-b {
  font-family: "Averta-Bold";
  font-weight: normal;
}

/* line 2, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-bold, .conversation-item > .details > .user.-unread, .conversation-item > .details > .message.-unread, .conversation-item > .details > .source.-unread {
  font-family: "Averta-Bold";
  font-weight: normal;
}

/* line 3, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-m {
  font-family: "Averta-Semibold";
  font-weight: normal;
}

/* line 4, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-semibold, .business-trustpass-form-container .card-title, .personal-trustpass-form-container .card-title, .rs-documents-details .rs-boxFooter.pdf-boxFooter .btn-grey-l, .existing-loan-list li span, .rs-itr-modal .confirmation-actions .btn, .rs-itr .list-title, .loan-list-new li .bank-title, .rs-proof-of-sales-modal .btn, .rs-proof-of-sales .list-title, .rs-proof-of-billing .list-title, .rs-proof-of-billing-modal .btn, .requirements-submission h2, .requirements-submission h3, .requirements-submission h4, .rs-terms > h4, .trustpass-container .title {
  font-family: "Averta-Semibold";
  font-weight: normal;
}

/* line 5, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-r {
  font-family: "Averta-Regular";
  font-weight: normal;
}

/* line 6, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-regular, .conversation-item > .details > .message, .conversation-item > .details > .source {
  font-family: "Averta-Regular";
  font-weight: normal;
}

/* line 7, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-l {
  font-family: "Averta-Light";
  font-weight: normal;
}

/* line 8, app/assets/stylesheets/utilities/font-weight.scss */
.fontWeight-light, .rs-back-button, .admin-info > .field, .chat-header > .userinfo > .activesince, .chat-notes > .details > .content, .lead-info > .field {
  font-family: "Averta-Light";
  font-weight: normal;
}

/* line 2, app/assets/stylesheets/utilities/height.scss */
.height-0 {
  height: 0;
}

/* line 3, app/assets/stylesheets/utilities/height.scss */
.height-auto {
  height: auto;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-5p {
  height: 5%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-10p {
  height: 10%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-15p {
  height: 15%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-20p {
  height: 20%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-25p {
  height: 25%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-30p {
  height: 30%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-35p {
  height: 35%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-40p {
  height: 40%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-45p {
  height: 45%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-50p {
  height: 50%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-55p {
  height: 55%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-60p {
  height: 60%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-65p {
  height: 65%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-70p {
  height: 70%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-75p {
  height: 75%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-80p {
  height: 80%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-85p {
  height: 85%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-90p {
  height: 90%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-95p {
  height: 95%;
}

/* line 7, app/assets/stylesheets/utilities/height.scss */
.height-100p {
  height: 100%;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-5vh {
  height: 5vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-10vh {
  height: 10vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-15vh {
  height: 15vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-20vh {
  height: 20vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-25vh {
  height: 25vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-30vh {
  height: 30vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-35vh {
  height: 35vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-40vh {
  height: 40vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-45vh {
  height: 45vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-50vh {
  height: 50vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-55vh {
  height: 55vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-60vh {
  height: 60vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-65vh {
  height: 65vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-70vh {
  height: 70vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-75vh {
  height: 75vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-80vh {
  height: 80vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-85vh {
  height: 85vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-90vh {
  height: 90vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-95vh {
  height: 95vh;
}

/* line 12, app/assets/stylesheets/utilities/height.scss */
.height-100vh {
  height: 100vh;
}

@media only screen and (min-width: 38em) {
  /* line 16, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-0 {
    height: 0;
  }
  /* line 17, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-auto {
    height: auto;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-5p {
    height: 5%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-10p {
    height: 10%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-15p {
    height: 15%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-20p {
    height: 20%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-25p {
    height: 25%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-30p {
    height: 30%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-35p {
    height: 35%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-40p {
    height: 40%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-45p {
    height: 45%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-50p {
    height: 50%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-55p {
    height: 55%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-60p {
    height: 60%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-65p {
    height: 65%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-70p {
    height: 70%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-75p {
    height: 75%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-80p {
    height: 80%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-85p {
    height: 85%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-90p {
    height: 90%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-95p {
    height: 95%;
  }
  /* line 20, app/assets/stylesheets/utilities/height.scss */
  .bp1-height-100p {
    height: 100%;
  }
}

@media only screen and (min-width: 62em) {
  /* line 25, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-0 {
    height: 0;
  }
  /* line 26, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-auto {
    height: auto;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-5p {
    height: 5%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-10p {
    height: 10%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-15p {
    height: 15%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-20p {
    height: 20%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-25p {
    height: 25%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-30p {
    height: 30%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-35p {
    height: 35%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-40p {
    height: 40%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-45p {
    height: 45%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-50p {
    height: 50%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-55p {
    height: 55%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-60p {
    height: 60%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-65p {
    height: 65%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-70p {
    height: 70%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-75p {
    height: 75%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-80p {
    height: 80%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-85p {
    height: 85%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-90p {
    height: 90%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-95p {
    height: 95%;
  }
  /* line 29, app/assets/stylesheets/utilities/height.scss */
  .bp2-height-100p {
    height: 100%;
  }
}

@media only screen and (min-width: 68em) {
  /* line 34, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-0 {
    height: 0;
  }
  /* line 35, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-auto {
    height: auto;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-5p {
    height: 5%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-10p {
    height: 10%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-15p {
    height: 15%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-20p {
    height: 20%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-25p {
    height: 25%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-30p {
    height: 30%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-35p {
    height: 35%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-40p {
    height: 40%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-45p {
    height: 45%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-50p {
    height: 50%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-55p {
    height: 55%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-60p {
    height: 60%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-65p {
    height: 65%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-70p {
    height: 70%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-75p {
    height: 75%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-80p {
    height: 80%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-85p {
    height: 85%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-90p {
    height: 90%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-95p {
    height: 95%;
  }
  /* line 38, app/assets/stylesheets/utilities/height.scss */
  .bp3-height-100p {
    height: 100%;
  }
}

@media only screen and (min-width: 110em) {
  /* line 43, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-0 {
    height: 0;
  }
  /* line 44, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-auto {
    height: auto;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-5p {
    height: 5%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-10p {
    height: 10%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-15p {
    height: 15%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-20p {
    height: 20%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-25p {
    height: 25%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-30p {
    height: 30%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-35p {
    height: 35%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-40p {
    height: 40%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-45p {
    height: 45%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-50p {
    height: 50%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-55p {
    height: 55%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-60p {
    height: 60%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-65p {
    height: 65%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-70p {
    height: 70%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-75p {
    height: 75%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-80p {
    height: 80%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-85p {
    height: 85%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-90p {
    height: 90%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-95p {
    height: 95%;
  }
  /* line 47, app/assets/stylesheets/utilities/height.scss */
  .bp4-height-100p {
    height: 100%;
  }
}

/* line 1, app/assets/stylesheets/utilities/justify-content.scss */
.justifyContent-space-between, .restructured-loan-plan .header {
  justify-content: space-between;
}

/* line 2, app/assets/stylesheets/utilities/justify-content.scss */
.justifyContent-space-around {
  justify-content: space-around;
}

/* line 3, app/assets/stylesheets/utilities/justify-content.scss */
.justifyContent-flex-start {
  justify-content: flex-start;
}

/* line 4, app/assets/stylesheets/utilities/justify-content.scss */
.justifyContent-flex-end {
  justify-content: flex-end;
}

/* line 5, app/assets/stylesheets/utilities/justify-content.scss */
.justifyContent-center {
  justify-content: center;
}

@media only screen and (min-width: 38em) {
  /* line 8, app/assets/stylesheets/utilities/justify-content.scss */
  .bp1-justifyContent-space-between {
    justify-content: space-between;
  }
  /* line 9, app/assets/stylesheets/utilities/justify-content.scss */
  .bp1-justifyContent-space-around {
    justify-content: space-around;
  }
  /* line 10, app/assets/stylesheets/utilities/justify-content.scss */
  .bp1-justifyContent-flex-start {
    justify-content: flex-start;
  }
  /* line 11, app/assets/stylesheets/utilities/justify-content.scss */
  .bp1-justifyContent-flex-end {
    justify-content: flex-end;
  }
  /* line 12, app/assets/stylesheets/utilities/justify-content.scss */
  .bp1-justifyContent-center {
    justify-content: center;
  }
}

@media only screen and (min-width: 62em) {
  /* line 16, app/assets/stylesheets/utilities/justify-content.scss */
  .bp2-justifyContent-space-between {
    justify-content: space-between;
  }
  /* line 17, app/assets/stylesheets/utilities/justify-content.scss */
  .bp2-justifyContent-space-around {
    justify-content: space-around;
  }
  /* line 18, app/assets/stylesheets/utilities/justify-content.scss */
  .bp2-justifyContent-flex-start {
    justify-content: flex-start;
  }
  /* line 19, app/assets/stylesheets/utilities/justify-content.scss */
  .bp2-justifyContent-flex-end {
    justify-content: flex-end;
  }
  /* line 20, app/assets/stylesheets/utilities/justify-content.scss */
  .bp2-justifyContent-center {
    justify-content: center;
  }
}

@media only screen and (min-width: 68em) {
  /* line 24, app/assets/stylesheets/utilities/justify-content.scss */
  .bp3-justifyContent-space-between {
    justify-content: space-between;
  }
  /* line 25, app/assets/stylesheets/utilities/justify-content.scss */
  .bp3-justifyContent-space-around {
    justify-content: space-around;
  }
  /* line 26, app/assets/stylesheets/utilities/justify-content.scss */
  .bp3-justifyContent-flex-start {
    justify-content: flex-start;
  }
  /* line 27, app/assets/stylesheets/utilities/justify-content.scss */
  .bp3-justifyContent-flex-end {
    justify-content: flex-end;
  }
  /* line 28, app/assets/stylesheets/utilities/justify-content.scss */
  .bp3-justifyContent-center {
    justify-content: center;
  }
}

@media only screen and (min-width: 110em) {
  /* line 32, app/assets/stylesheets/utilities/justify-content.scss */
  .bp4-justifyContent-space-between {
    justify-content: space-between;
  }
  /* line 33, app/assets/stylesheets/utilities/justify-content.scss */
  .bp4-justifyContent-space-around {
    justify-content: space-around;
  }
  /* line 34, app/assets/stylesheets/utilities/justify-content.scss */
  .bp4-justifyContent-flex-start {
    justify-content: flex-start;
  }
  /* line 35, app/assets/stylesheets/utilities/justify-content.scss */
  .bp4-justifyContent-flex-end {
    justify-content: flex-end;
  }
  /* line 36, app/assets/stylesheets/utilities/justify-content.scss */
  .bp4-justifyContent-center {
    justify-content: center;
  }
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-0 {
  left: 0px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-10 {
  left: 10px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-15 {
  left: 15px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-20 {
  left: 20px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-30 {
  left: 30px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-40 {
  left: 40px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-50 {
  left: 50px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-60 {
  left: 60px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-70 {
  left: 70px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-80 {
  left: 80px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-90 {
  left: 90px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-100 {
  left: 100px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-110 {
  left: 110px;
}

/* line 2, app/assets/stylesheets/utilities/left.scss */
.left-120 {
  left: 120px;
}

/* line 4, app/assets/stylesheets/utilities/left.scss */
.left-auto {
  left: auto;
}

@media only screen and (min-width: 38em) {
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-0 {
    left: 0px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-10 {
    left: 10px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-15 {
    left: 15px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-20 {
    left: 20px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-30 {
    left: 30px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-40 {
    left: 40px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-50 {
    left: 50px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-60 {
    left: 60px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-70 {
    left: 70px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-80 {
    left: 80px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-90 {
    left: 90px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-100 {
    left: 100px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-110 {
    left: 110px;
  }
  /* line 8, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-120 {
    left: 120px;
  }
  /* line 10, app/assets/stylesheets/utilities/left.scss */
  .bp1-left-auto {
    left: auto;
  }
}

@media only screen and (min-width: 62em) {
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-0 {
    left: 0px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-10 {
    left: 10px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-15 {
    left: 15px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-20 {
    left: 20px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-30 {
    left: 30px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-40 {
    left: 40px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-50 {
    left: 50px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-60 {
    left: 60px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-70 {
    left: 70px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-80 {
    left: 80px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-90 {
    left: 90px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-100 {
    left: 100px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-110 {
    left: 110px;
  }
  /* line 15, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-120 {
    left: 120px;
  }
  /* line 17, app/assets/stylesheets/utilities/left.scss */
  .bp2-left-auto {
    left: auto;
  }
}

@media only screen and (min-width: 68em) {
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-0 {
    left: 0px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-10 {
    left: 10px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-15 {
    left: 15px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-20 {
    left: 20px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-30 {
    left: 30px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-40 {
    left: 40px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-50 {
    left: 50px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-60 {
    left: 60px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-70 {
    left: 70px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-80 {
    left: 80px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-90 {
    left: 90px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-100 {
    left: 100px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-110 {
    left: 110px;
  }
  /* line 22, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-120 {
    left: 120px;
  }
  /* line 24, app/assets/stylesheets/utilities/left.scss */
  .bp3-left-auto {
    left: auto;
  }
}

@media only screen and (min-width: 110em) {
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-0 {
    left: 0px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-10 {
    left: 10px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-15 {
    left: 15px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-20 {
    left: 20px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-30 {
    left: 30px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-40 {
    left: 40px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-50 {
    left: 50px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-60 {
    left: 60px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-70 {
    left: 70px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-80 {
    left: 80px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-90 {
    left: 90px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-100 {
    left: 100px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-110 {
    left: 110px;
  }
  /* line 29, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-120 {
    left: 120px;
  }
  /* line 31, app/assets/stylesheets/utilities/left.scss */
  .bp4-left-auto {
    left: auto;
  }
}

/* line 2, app/assets/stylesheets/utilities/letter-spacing.scss */
.letterSpacing-1 {
  letter-spacing: .1rem;
}

/* line 3, app/assets/stylesheets/utilities/letter-spacing.scss */
.letterSpacing-0 {
  letter-spacing: 0;
}

/* line 1, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-xxxl {
  line-height: 52px;
}

/* line 2, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-xxl {
  line-height: 44px;
}

/* line 3, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-xl {
  line-height: 32px;
}

/* line 4, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-l {
  line-height: 28px;
}

/* line 5, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-m {
  line-height: 26px;
}

/* line 6, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-s, .rs-itr .description, .rs-proof-of-sales-modal .description, .rs-proof-of-sales .description, .rs-proof-of-billing .description, .rs-proof-of-billing-modal .description {
  line-height: 23px;
}

/* line 7, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-xs {
  line-height: 20px;
}

/* line 8, app/assets/stylesheets/utilities/line-height.scss */
.lineHeight-xxs {
  line-height: 10px;
}

/* line 2, app/assets/stylesheets/utilities/list-style-type.scss */
.listStyle-disc li {
  list-style-type: disc;
  margin-left: 30px;
}

/* line 5, app/assets/stylesheets/utilities/list-style-type.scss */
.listStyle-none {
  list-style-type: none;
}

/* line 1, app/assets/stylesheets/utilities/margin.scss */
.margin-none {
  margin: none;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-xxxxxl {
  margin: 8rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-xxxxl {
  margin: 5rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-xxxl {
  margin: 4rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-xxl {
  margin: 2.75rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-xl {
  margin: 2.5rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-l {
  margin: 2rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-m {
  margin: 1.5rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-xm {
  margin: 1rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-default {
  margin: 1rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-s {
  margin: 0.5rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-xs {
  margin: 0.25rem;
}

/* line 4, app/assets/stylesheets/utilities/margin.scss */
.margin-0 {
  margin: 0;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-xxxxxl {
  margin-top: 8rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-xxxxxl {
  margin-left: 8rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-xxxxxl {
  margin-right: 8rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-xxxxxl {
  margin-bottom: 8rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-xxxxl {
  margin-top: 5rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-xxxxl {
  margin-left: 5rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-xxxxl {
  margin-right: 5rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-xxxxl {
  margin-bottom: 5rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-xxxl {
  margin-top: 4rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-xxxl {
  margin-left: 4rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-xxxl {
  margin-right: 4rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-xxxl {
  margin-bottom: 4rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-xxl {
  margin-top: 2.75rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-xxl {
  margin-left: 2.75rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-xxl {
  margin-right: 2.75rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-xxl {
  margin-bottom: 2.75rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-xl {
  margin-top: 2.5rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-xl {
  margin-left: 2.5rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-xl {
  margin-right: 2.5rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-xl {
  margin-bottom: 2.5rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-l {
  margin-top: 2rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-l, .rs-note {
  margin-left: 2rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-l, .rs-note {
  margin-right: 2rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-l {
  margin-bottom: 2rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-m, .chat-notes, .lead-info {
  margin-top: 1.5rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-m {
  margin-left: 1.5rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-m, .header-drawer > nav ul li.js-HasDropdown {
  margin-right: 1.5rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-m {
  margin-bottom: 1.5rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-xm {
  margin-top: 1rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-xm {
  margin-left: 1rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-xm {
  margin-right: 1rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-xm {
  margin-bottom: 1rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-default {
  margin-top: 1rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-default {
  margin-left: 1rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-default {
  margin-right: 1rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-default {
  margin-bottom: 1rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-s, .rs-note, .chat-notes .note-form {
  margin-top: 0.5rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-s {
  margin-left: 0.5rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-s, .header-drawer > nav > ul > li > a, .requirements-list > li .title .icon, .requirements-list > li .title .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class^="icon-"],
.requirements-list > li .title .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class*=" icon-"] {
  margin-right: 0.5rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-s, .rs-note {
  margin-bottom: 0.5rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-xs {
  margin-top: 0.25rem;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-xs {
  margin-left: 0.25rem;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-xs {
  margin-right: 0.25rem;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-xs {
  margin-bottom: 0.25rem;
}

/* line 8, app/assets/stylesheets/utilities/margin.scss */
.marginTop-0 {
  margin-top: 0;
}

/* line 9, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-0 {
  margin-left: 0;
}

/* line 10, app/assets/stylesheets/utilities/margin.scss */
.marginRight-0 {
  margin-right: 0;
}

/* line 11, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-0 {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-5p {
  margin-top: 5%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-5p {
  margin-left: 5%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-5p {
  margin-right: 5%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-5p {
  margin-bottom: 5%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-10p {
  margin-top: 10%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-10p {
  margin-left: 10%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-10p {
  margin-right: 10%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-10p {
  margin-bottom: 10%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-15p {
  margin-top: 15%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-15p {
  margin-left: 15%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-15p {
  margin-right: 15%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-15p {
  margin-bottom: 15%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-20p {
  margin-top: 20%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-20p {
  margin-left: 20%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-20p {
  margin-right: 20%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-20p {
  margin-bottom: 20%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-25p {
  margin-top: 25%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-25p {
  margin-left: 25%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-25p {
  margin-right: 25%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-25p {
  margin-bottom: 25%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-30p {
  margin-top: 30%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-30p {
  margin-left: 30%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-30p {
  margin-right: 30%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-30p {
  margin-bottom: 30%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-35p {
  margin-top: 35%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-35p {
  margin-left: 35%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-35p {
  margin-right: 35%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-35p {
  margin-bottom: 35%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-40p {
  margin-top: 40%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-40p {
  margin-left: 40%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-40p {
  margin-right: 40%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-40p {
  margin-bottom: 40%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-45p {
  margin-top: 45%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-45p {
  margin-left: 45%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-45p {
  margin-right: 45%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-45p {
  margin-bottom: 45%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-50p {
  margin-top: 50%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-50p {
  margin-left: 50%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-50p {
  margin-right: 50%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-50p {
  margin-bottom: 50%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-55p {
  margin-top: 55%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-55p {
  margin-left: 55%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-55p {
  margin-right: 55%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-55p {
  margin-bottom: 55%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-60p {
  margin-top: 60%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-60p {
  margin-left: 60%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-60p {
  margin-right: 60%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-60p {
  margin-bottom: 60%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-65p {
  margin-top: 65%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-65p {
  margin-left: 65%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-65p {
  margin-right: 65%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-65p {
  margin-bottom: 65%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-70p {
  margin-top: 70%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-70p {
  margin-left: 70%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-70p {
  margin-right: 70%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-70p {
  margin-bottom: 70%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-75p {
  margin-top: 75%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-75p {
  margin-left: 75%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-75p {
  margin-right: 75%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-75p {
  margin-bottom: 75%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-80p {
  margin-top: 80%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-80p {
  margin-left: 80%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-80p {
  margin-right: 80%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-80p {
  margin-bottom: 80%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-85p {
  margin-top: 85%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-85p {
  margin-left: 85%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-85p {
  margin-right: 85%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-85p {
  margin-bottom: 85%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-90p {
  margin-top: 90%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-90p {
  margin-left: 90%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-90p {
  margin-right: 90%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-90p {
  margin-bottom: 90%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-95p {
  margin-top: 95%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-95p {
  margin-left: 95%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-95p {
  margin-right: 95%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-95p {
  margin-bottom: 95%;
}

/* line 15, app/assets/stylesheets/utilities/margin.scss */
.marginTop-100p {
  margin-top: 100%;
}

/* line 16, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-100p {
  margin-left: 100%;
}

/* line 17, app/assets/stylesheets/utilities/margin.scss */
.marginRight-100p {
  margin-right: 100%;
}

/* line 18, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-100p {
  margin-bottom: 100%;
}

/* line 21, app/assets/stylesheets/utilities/margin.scss */
.margin-auto {
  margin: auto;
}

/* line 22, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-auto {
  margin-left: auto;
}

/* line 23, app/assets/stylesheets/utilities/margin.scss */
.marginRight-auto {
  margin-right: auto;
}

/* line 24, app/assets/stylesheets/utilities/margin.scss */
.marginTop-auto {
  margin-top: auto;
}

/* line 25, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-auto {
  margin-bottom: auto;
}

/* line 27, app/assets/stylesheets/utilities/margin.scss */
.marginTop-none {
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/utilities/margin.scss */
.marginLeft-none {
  margin-left: 0;
}

/* line 29, app/assets/stylesheets/utilities/margin.scss */
.marginRight-none {
  margin-right: 0;
}

/* line 30, app/assets/stylesheets/utilities/margin.scss */
.marginBottom-none {
  margin-bottom: 0;
}

@media only screen and (min-width: 38em) {
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-xxxxxl {
    margin-top: 8rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-xxxxxl {
    margin-left: 8rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-xxxxxl {
    margin-right: 8rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-xxxxxl {
    margin-bottom: 8rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-xxxxl {
    margin-top: 5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-xxxxl {
    margin-left: 5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-xxxxl {
    margin-right: 5rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-xxxxl {
    margin-bottom: 5rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-xxxl {
    margin-top: 4rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-xxxl {
    margin-left: 4rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-xxxl {
    margin-right: 4rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-xxxl {
    margin-bottom: 4rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-xxl {
    margin-top: 2.75rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-xxl {
    margin-left: 2.75rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-xxl {
    margin-right: 2.75rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-xxl {
    margin-bottom: 2.75rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-xl {
    margin-top: 2.5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-xl {
    margin-left: 2.5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-xl {
    margin-right: 2.5rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-xl {
    margin-bottom: 2.5rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-l {
    margin-top: 2rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-l {
    margin-left: 2rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-l {
    margin-right: 2rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-l {
    margin-bottom: 2rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-m {
    margin-top: 1.5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-m {
    margin-left: 1.5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-m {
    margin-right: 1.5rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-m {
    margin-bottom: 1.5rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-xm {
    margin-top: 1rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-xm {
    margin-left: 1rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-xm {
    margin-right: 1rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-xm {
    margin-bottom: 1rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-default {
    margin-top: 1rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-default {
    margin-left: 1rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-default {
    margin-right: 1rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-default {
    margin-bottom: 1rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-s {
    margin-top: 0.5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-s {
    margin-left: 0.5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-s {
    margin-right: 0.5rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-s {
    margin-bottom: 0.5rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-xs {
    margin-top: 0.25rem;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-xs {
    margin-left: 0.25rem;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-xs {
    margin-right: 0.25rem;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-xs {
    margin-bottom: 0.25rem;
  }
  /* line 34, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-0 {
    margin-top: 0;
  }
  /* line 35, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-0 {
    margin-left: 0;
  }
  /* line 36, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-0 {
    margin-right: 0;
  }
  /* line 37, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-0 {
    margin-bottom: 0;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-5p {
    margin-top: 5%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-5p {
    margin-left: 5%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-5p {
    margin-right: 5%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-5p {
    margin-bottom: 5%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-10p {
    margin-top: 10%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-10p {
    margin-left: 10%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-10p {
    margin-right: 10%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-10p {
    margin-bottom: 10%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-15p {
    margin-top: 15%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-15p {
    margin-left: 15%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-15p {
    margin-right: 15%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-15p {
    margin-bottom: 15%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-20p {
    margin-top: 20%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-20p {
    margin-left: 20%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-20p {
    margin-right: 20%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-20p {
    margin-bottom: 20%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-25p {
    margin-top: 25%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-25p {
    margin-left: 25%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-25p {
    margin-right: 25%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-25p {
    margin-bottom: 25%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-30p {
    margin-top: 30%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-30p {
    margin-left: 30%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-30p {
    margin-right: 30%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-30p {
    margin-bottom: 30%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-35p {
    margin-top: 35%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-35p {
    margin-left: 35%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-35p {
    margin-right: 35%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-35p {
    margin-bottom: 35%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-40p {
    margin-top: 40%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-40p {
    margin-left: 40%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-40p {
    margin-right: 40%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-40p {
    margin-bottom: 40%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-45p {
    margin-top: 45%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-45p {
    margin-left: 45%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-45p {
    margin-right: 45%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-45p {
    margin-bottom: 45%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-50p {
    margin-top: 50%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-50p {
    margin-left: 50%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-50p {
    margin-right: 50%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-50p {
    margin-bottom: 50%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-55p {
    margin-top: 55%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-55p {
    margin-left: 55%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-55p {
    margin-right: 55%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-55p {
    margin-bottom: 55%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-60p {
    margin-top: 60%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-60p {
    margin-left: 60%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-60p {
    margin-right: 60%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-60p {
    margin-bottom: 60%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-65p {
    margin-top: 65%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-65p {
    margin-left: 65%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-65p {
    margin-right: 65%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-65p {
    margin-bottom: 65%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-70p {
    margin-top: 70%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-70p {
    margin-left: 70%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-70p {
    margin-right: 70%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-70p {
    margin-bottom: 70%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-75p {
    margin-top: 75%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-75p {
    margin-left: 75%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-75p {
    margin-right: 75%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-75p {
    margin-bottom: 75%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-80p {
    margin-top: 80%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-80p {
    margin-left: 80%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-80p {
    margin-right: 80%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-80p {
    margin-bottom: 80%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-85p {
    margin-top: 85%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-85p {
    margin-left: 85%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-85p {
    margin-right: 85%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-85p {
    margin-bottom: 85%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-90p {
    margin-top: 90%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-90p {
    margin-left: 90%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-90p {
    margin-right: 90%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-90p {
    margin-bottom: 90%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-95p {
    margin-top: 95%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-95p {
    margin-left: 95%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-95p {
    margin-right: 95%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-95p {
    margin-bottom: 95%;
  }
  /* line 41, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-100p {
    margin-top: 100%;
  }
  /* line 42, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-100p {
    margin-left: 100%;
  }
  /* line 43, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-100p {
    margin-right: 100%;
  }
  /* line 44, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-100p {
    margin-bottom: 100%;
  }
  /* line 47, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-auto {
    margin-left: auto;
  }
  /* line 48, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-auto {
    margin-right: auto;
  }
  /* line 50, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginTop-none {
    margin-top: 0;
  }
  /* line 51, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginLeft-none {
    margin-left: 0;
  }
  /* line 52, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginRight-none {
    margin-right: 0;
  }
  /* line 53, app/assets/stylesheets/utilities/margin.scss */
  .bp1-marginBottom-none {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 62em) {
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-xxxxxl {
    margin-top: 8rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-xxxxxl {
    margin-left: 8rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-xxxxxl {
    margin-right: 8rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-xxxxxl {
    margin-bottom: 8rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-xxxxl {
    margin-top: 5rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-xxxxl {
    margin-left: 5rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-xxxxl {
    margin-right: 5rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-xxxxl {
    margin-bottom: 5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-xxxl {
    margin-top: 4rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-xxxl {
    margin-left: 4rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-xxxl {
    margin-right: 4rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-xxxl {
    margin-bottom: 4rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-xxl {
    margin-top: 2.75rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-xxl {
    margin-left: 2.75rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-xxl {
    margin-right: 2.75rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-xxl {
    margin-bottom: 2.75rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-xl {
    margin-top: 2.5rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-xl {
    margin-left: 2.5rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-xl {
    margin-right: 2.5rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-xl {
    margin-bottom: 2.5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-l {
    margin-top: 2rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-l {
    margin-left: 2rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-l {
    margin-right: 2rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-l {
    margin-bottom: 2rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-m {
    margin-top: 1.5rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-m {
    margin-left: 1.5rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-m {
    margin-right: 1.5rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-m {
    margin-bottom: 1.5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-xm {
    margin-top: 1rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-xm {
    margin-left: 1rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-xm {
    margin-right: 1rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-xm {
    margin-bottom: 1rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-default {
    margin-top: 1rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-default {
    margin-left: 1rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-default {
    margin-right: 1rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-default {
    margin-bottom: 1rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-s {
    margin-top: 0.5rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-s {
    margin-left: 0.5rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-s {
    margin-right: 0.5rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-s {
    margin-bottom: 0.5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-xs {
    margin-top: 0.25rem;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-xs {
    margin-left: 0.25rem;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-xs {
    margin-right: 0.25rem;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-xs {
    margin-bottom: 0.25rem;
  }
  /* line 58, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-0 {
    margin-top: 0;
  }
  /* line 59, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-0 {
    margin-left: 0;
  }
  /* line 60, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-0 {
    margin-right: 0;
  }
  /* line 61, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-0 {
    margin-bottom: 0;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-5p {
    margin-top: 5%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-5p {
    margin-left: 5%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-5p {
    margin-right: 5%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-5p {
    margin-bottom: 5%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-10p {
    margin-top: 10%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-10p {
    margin-left: 10%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-10p {
    margin-right: 10%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-10p {
    margin-bottom: 10%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-15p {
    margin-top: 15%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-15p {
    margin-left: 15%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-15p {
    margin-right: 15%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-15p {
    margin-bottom: 15%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-20p {
    margin-top: 20%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-20p {
    margin-left: 20%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-20p {
    margin-right: 20%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-20p {
    margin-bottom: 20%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-25p {
    margin-top: 25%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-25p {
    margin-left: 25%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-25p {
    margin-right: 25%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-25p {
    margin-bottom: 25%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-30p {
    margin-top: 30%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-30p {
    margin-left: 30%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-30p {
    margin-right: 30%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-30p {
    margin-bottom: 30%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-35p {
    margin-top: 35%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-35p {
    margin-left: 35%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-35p {
    margin-right: 35%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-35p {
    margin-bottom: 35%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-40p {
    margin-top: 40%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-40p {
    margin-left: 40%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-40p {
    margin-right: 40%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-40p {
    margin-bottom: 40%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-45p {
    margin-top: 45%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-45p {
    margin-left: 45%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-45p {
    margin-right: 45%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-45p {
    margin-bottom: 45%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-50p {
    margin-top: 50%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-50p {
    margin-left: 50%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-50p {
    margin-right: 50%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-50p {
    margin-bottom: 50%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-55p {
    margin-top: 55%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-55p {
    margin-left: 55%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-55p {
    margin-right: 55%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-55p {
    margin-bottom: 55%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-60p {
    margin-top: 60%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-60p {
    margin-left: 60%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-60p {
    margin-right: 60%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-60p {
    margin-bottom: 60%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-65p {
    margin-top: 65%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-65p {
    margin-left: 65%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-65p {
    margin-right: 65%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-65p {
    margin-bottom: 65%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-70p {
    margin-top: 70%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-70p {
    margin-left: 70%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-70p {
    margin-right: 70%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-70p {
    margin-bottom: 70%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-75p {
    margin-top: 75%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-75p {
    margin-left: 75%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-75p {
    margin-right: 75%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-75p {
    margin-bottom: 75%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-80p {
    margin-top: 80%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-80p {
    margin-left: 80%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-80p {
    margin-right: 80%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-80p {
    margin-bottom: 80%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-85p {
    margin-top: 85%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-85p {
    margin-left: 85%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-85p {
    margin-right: 85%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-85p {
    margin-bottom: 85%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-90p {
    margin-top: 90%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-90p {
    margin-left: 90%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-90p {
    margin-right: 90%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-90p {
    margin-bottom: 90%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-95p {
    margin-top: 95%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-95p {
    margin-left: 95%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-95p {
    margin-right: 95%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-95p {
    margin-bottom: 95%;
  }
  /* line 65, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-100p {
    margin-top: 100%;
  }
  /* line 66, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-100p {
    margin-left: 100%;
  }
  /* line 67, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-100p {
    margin-right: 100%;
  }
  /* line 68, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-100p {
    margin-bottom: 100%;
  }
  /* line 71, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-auto {
    margin-left: auto;
  }
  /* line 72, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-auto {
    margin-right: auto;
  }
  /* line 74, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginTop-none {
    margin-top: 0;
  }
  /* line 75, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginLeft-none {
    margin-left: 0;
  }
  /* line 76, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginRight-none {
    margin-right: 0;
  }
  /* line 77, app/assets/stylesheets/utilities/margin.scss */
  .bp2-marginBottom-none {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 68em) {
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-xxxxxl {
    margin-top: 8rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-xxxxxl {
    margin-left: 8rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-xxxxxl {
    margin-right: 8rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-xxxxxl {
    margin-bottom: 8rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-xxxxl {
    margin-top: 5rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-xxxxl {
    margin-left: 5rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-xxxxl {
    margin-right: 5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-xxxxl {
    margin-bottom: 5rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-xxxl {
    margin-top: 4rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-xxxl {
    margin-left: 4rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-xxxl {
    margin-right: 4rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-xxxl {
    margin-bottom: 4rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-xxl {
    margin-top: 2.75rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-xxl {
    margin-left: 2.75rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-xxl {
    margin-right: 2.75rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-xxl {
    margin-bottom: 2.75rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-xl {
    margin-top: 2.5rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-xl {
    margin-left: 2.5rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-xl {
    margin-right: 2.5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-xl {
    margin-bottom: 2.5rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-l {
    margin-top: 2rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-l {
    margin-left: 2rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-l {
    margin-right: 2rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-l {
    margin-bottom: 2rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-m {
    margin-top: 1.5rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-m {
    margin-left: 1.5rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-m {
    margin-right: 1.5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-m {
    margin-bottom: 1.5rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-xm {
    margin-top: 1rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-xm {
    margin-left: 1rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-xm {
    margin-right: 1rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-xm {
    margin-bottom: 1rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-default {
    margin-top: 1rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-default {
    margin-left: 1rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-default {
    margin-right: 1rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-default {
    margin-bottom: 1rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-s {
    margin-top: 0.5rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-s {
    margin-left: 0.5rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-s {
    margin-right: 0.5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-s {
    margin-bottom: 0.5rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-xs {
    margin-top: 0.25rem;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-xs {
    margin-left: 0.25rem;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-xs {
    margin-right: 0.25rem;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-xs {
    margin-bottom: 0.25rem;
  }
  /* line 82, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-0 {
    margin-top: 0;
  }
  /* line 83, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-0 {
    margin-left: 0;
  }
  /* line 84, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-0 {
    margin-right: 0;
  }
  /* line 85, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-0 {
    margin-bottom: 0;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-5p {
    margin-top: 5%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-5p {
    margin-left: 5%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-5p {
    margin-right: 5%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-5p {
    margin-bottom: 5%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-10p {
    margin-top: 10%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-10p {
    margin-left: 10%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-10p {
    margin-right: 10%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-10p {
    margin-bottom: 10%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-15p {
    margin-top: 15%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-15p {
    margin-left: 15%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-15p {
    margin-right: 15%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-15p {
    margin-bottom: 15%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-20p {
    margin-top: 20%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-20p {
    margin-left: 20%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-20p {
    margin-right: 20%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-20p {
    margin-bottom: 20%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-25p {
    margin-top: 25%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-25p {
    margin-left: 25%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-25p {
    margin-right: 25%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-25p {
    margin-bottom: 25%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-30p {
    margin-top: 30%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-30p {
    margin-left: 30%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-30p {
    margin-right: 30%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-30p {
    margin-bottom: 30%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-35p {
    margin-top: 35%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-35p {
    margin-left: 35%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-35p {
    margin-right: 35%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-35p {
    margin-bottom: 35%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-40p {
    margin-top: 40%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-40p {
    margin-left: 40%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-40p {
    margin-right: 40%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-40p {
    margin-bottom: 40%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-45p {
    margin-top: 45%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-45p {
    margin-left: 45%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-45p {
    margin-right: 45%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-45p {
    margin-bottom: 45%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-50p {
    margin-top: 50%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-50p {
    margin-left: 50%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-50p {
    margin-right: 50%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-50p {
    margin-bottom: 50%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-55p {
    margin-top: 55%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-55p {
    margin-left: 55%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-55p {
    margin-right: 55%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-55p {
    margin-bottom: 55%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-60p {
    margin-top: 60%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-60p {
    margin-left: 60%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-60p {
    margin-right: 60%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-60p {
    margin-bottom: 60%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-65p {
    margin-top: 65%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-65p {
    margin-left: 65%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-65p {
    margin-right: 65%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-65p {
    margin-bottom: 65%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-70p {
    margin-top: 70%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-70p {
    margin-left: 70%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-70p {
    margin-right: 70%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-70p {
    margin-bottom: 70%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-75p {
    margin-top: 75%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-75p {
    margin-left: 75%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-75p {
    margin-right: 75%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-75p {
    margin-bottom: 75%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-80p {
    margin-top: 80%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-80p {
    margin-left: 80%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-80p {
    margin-right: 80%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-80p {
    margin-bottom: 80%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-85p {
    margin-top: 85%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-85p {
    margin-left: 85%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-85p {
    margin-right: 85%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-85p {
    margin-bottom: 85%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-90p {
    margin-top: 90%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-90p {
    margin-left: 90%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-90p {
    margin-right: 90%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-90p {
    margin-bottom: 90%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-95p {
    margin-top: 95%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-95p {
    margin-left: 95%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-95p {
    margin-right: 95%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-95p {
    margin-bottom: 95%;
  }
  /* line 89, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-100p {
    margin-top: 100%;
  }
  /* line 90, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-100p {
    margin-left: 100%;
  }
  /* line 91, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-100p {
    margin-right: 100%;
  }
  /* line 92, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-100p {
    margin-bottom: 100%;
  }
  /* line 95, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-auto {
    margin-left: auto;
  }
  /* line 96, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-auto {
    margin-right: auto;
  }
  /* line 98, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginTop-none {
    margin-top: 0;
  }
  /* line 99, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginLeft-none {
    margin-left: 0;
  }
  /* line 100, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginRight-none {
    margin-right: 0;
  }
  /* line 101, app/assets/stylesheets/utilities/margin.scss */
  .bp3-marginBottom-none {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 110em) {
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-xxxxxl {
    margin-top: 8rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-xxxxxl {
    margin-left: 8rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-xxxxxl {
    margin-right: 8rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-xxxxxl {
    margin-bottom: 8rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-xxxxl {
    margin-top: 5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-xxxxl {
    margin-left: 5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-xxxxl {
    margin-right: 5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-xxxxl {
    margin-bottom: 5rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-xxxl {
    margin-top: 4rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-xxxl {
    margin-left: 4rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-xxxl {
    margin-right: 4rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-xxxl {
    margin-bottom: 4rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-xxl {
    margin-top: 2.75rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-xxl {
    margin-left: 2.75rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-xxl {
    margin-right: 2.75rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-xxl {
    margin-bottom: 2.75rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-xl {
    margin-top: 2.5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-xl {
    margin-left: 2.5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-xl {
    margin-right: 2.5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-xl {
    margin-bottom: 2.5rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-l {
    margin-top: 2rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-l {
    margin-left: 2rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-l {
    margin-right: 2rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-l {
    margin-bottom: 2rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-m {
    margin-top: 1.5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-m {
    margin-left: 1.5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-m {
    margin-right: 1.5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-m {
    margin-bottom: 1.5rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-xm {
    margin-top: 1rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-xm {
    margin-left: 1rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-xm {
    margin-right: 1rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-xm {
    margin-bottom: 1rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-default {
    margin-top: 1rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-default {
    margin-left: 1rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-default {
    margin-right: 1rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-default {
    margin-bottom: 1rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-s {
    margin-top: 0.5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-s {
    margin-left: 0.5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-s {
    margin-right: 0.5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-s {
    margin-bottom: 0.5rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-xs {
    margin-top: 0.25rem;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-xs {
    margin-left: 0.25rem;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-xs {
    margin-right: 0.25rem;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-xs {
    margin-bottom: 0.25rem;
  }
  /* line 106, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-0 {
    margin-top: 0;
  }
  /* line 107, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-0 {
    margin-left: 0;
  }
  /* line 108, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-0 {
    margin-right: 0;
  }
  /* line 109, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-0 {
    margin-bottom: 0;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-5p {
    margin-top: 5%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-5p {
    margin-left: 5%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-5p {
    margin-right: 5%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-5p {
    margin-bottom: 5%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-10p {
    margin-top: 10%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-10p {
    margin-left: 10%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-10p {
    margin-right: 10%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-10p {
    margin-bottom: 10%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-15p {
    margin-top: 15%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-15p {
    margin-left: 15%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-15p {
    margin-right: 15%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-15p {
    margin-bottom: 15%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-20p {
    margin-top: 20%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-20p {
    margin-left: 20%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-20p {
    margin-right: 20%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-20p {
    margin-bottom: 20%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-25p {
    margin-top: 25%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-25p {
    margin-left: 25%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-25p {
    margin-right: 25%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-25p {
    margin-bottom: 25%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-30p {
    margin-top: 30%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-30p {
    margin-left: 30%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-30p {
    margin-right: 30%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-30p {
    margin-bottom: 30%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-35p {
    margin-top: 35%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-35p {
    margin-left: 35%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-35p {
    margin-right: 35%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-35p {
    margin-bottom: 35%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-40p {
    margin-top: 40%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-40p {
    margin-left: 40%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-40p {
    margin-right: 40%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-40p {
    margin-bottom: 40%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-45p {
    margin-top: 45%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-45p {
    margin-left: 45%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-45p {
    margin-right: 45%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-45p {
    margin-bottom: 45%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-50p {
    margin-top: 50%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-50p {
    margin-left: 50%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-50p {
    margin-right: 50%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-50p {
    margin-bottom: 50%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-55p {
    margin-top: 55%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-55p {
    margin-left: 55%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-55p {
    margin-right: 55%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-55p {
    margin-bottom: 55%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-60p {
    margin-top: 60%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-60p {
    margin-left: 60%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-60p {
    margin-right: 60%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-60p {
    margin-bottom: 60%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-65p {
    margin-top: 65%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-65p {
    margin-left: 65%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-65p {
    margin-right: 65%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-65p {
    margin-bottom: 65%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-70p {
    margin-top: 70%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-70p {
    margin-left: 70%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-70p {
    margin-right: 70%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-70p {
    margin-bottom: 70%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-75p {
    margin-top: 75%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-75p {
    margin-left: 75%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-75p {
    margin-right: 75%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-75p {
    margin-bottom: 75%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-80p {
    margin-top: 80%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-80p {
    margin-left: 80%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-80p {
    margin-right: 80%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-80p {
    margin-bottom: 80%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-85p {
    margin-top: 85%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-85p {
    margin-left: 85%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-85p {
    margin-right: 85%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-85p {
    margin-bottom: 85%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-90p {
    margin-top: 90%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-90p {
    margin-left: 90%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-90p {
    margin-right: 90%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-90p {
    margin-bottom: 90%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-95p {
    margin-top: 95%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-95p {
    margin-left: 95%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-95p {
    margin-right: 95%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-95p {
    margin-bottom: 95%;
  }
  /* line 113, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-100p {
    margin-top: 100%;
  }
  /* line 114, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-100p {
    margin-left: 100%;
  }
  /* line 115, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-100p {
    margin-right: 100%;
  }
  /* line 116, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-100p {
    margin-bottom: 100%;
  }
  /* line 119, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-auto {
    margin-left: auto;
  }
  /* line 120, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-auto {
    margin-right: auto;
  }
  /* line 122, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginTop-none {
    margin-top: 0;
  }
  /* line 123, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginLeft-none {
    margin-left: 0;
  }
  /* line 124, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginRight-none {
    margin-right: 0;
  }
  /* line 125, app/assets/stylesheets/utilities/margin.scss */
  .bp4-marginBottom-none {
    margin-bottom: 0;
  }
}

/* line 2, app/assets/stylesheets/utilities/max-height.scss */
.maxHeight-100vh {
  max-height: 100vh;
}

/* line 3, app/assets/stylesheets/utilities/max-height.scss */
.maxHeight-50vh {
  max-height: 50vh;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-5vh {
  min-height: 5vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-5p {
  min-width: 5%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-10vh {
  min-height: 10vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-10p {
  min-width: 10%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-15vh {
  min-height: 15vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-15p {
  min-width: 15%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-20vh {
  min-height: 20vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-20p {
  min-width: 20%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-25vh {
  min-height: 25vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-25p {
  min-width: 25%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-30vh {
  min-height: 30vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-30p {
  min-width: 30%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-35vh {
  min-height: 35vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-35p {
  min-width: 35%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-40vh {
  min-height: 40vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-40p {
  min-width: 40%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-45vh {
  min-height: 45vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-45p {
  min-width: 45%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-50vh {
  min-height: 50vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-50p {
  min-width: 50%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-55vh {
  min-height: 55vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-55p {
  min-width: 55%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-60vh {
  min-height: 60vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-60p {
  min-width: 60%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-65vh {
  min-height: 65vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-65p {
  min-width: 65%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-70vh {
  min-height: 70vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-70p {
  min-width: 70%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-75vh {
  min-height: 75vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-75p {
  min-width: 75%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-80vh {
  min-height: 80vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-80p {
  min-width: 80%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-85vh {
  min-height: 85vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-85p {
  min-width: 85%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-90vh {
  min-height: 90vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-90p {
  min-width: 90%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-95vh {
  min-height: 95vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-95p {
  min-width: 95%;
}

/* line 3, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-100vh {
  min-height: 100vh;
}

/* line 4, app/assets/stylesheets/utilities/min-height.scss */
.minHeight-100p {
  min-width: 100%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-5vh {
  min-width: 5vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-5p {
  min-width: 5%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-10vh {
  min-width: 10vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-10p {
  min-width: 10%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-15vh {
  min-width: 15vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-15p {
  min-width: 15%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-20vh {
  min-width: 20vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-20p {
  min-width: 20%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-25vh {
  min-width: 25vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-25p {
  min-width: 25%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-30vh {
  min-width: 30vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-30p {
  min-width: 30%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-35vh {
  min-width: 35vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-35p {
  min-width: 35%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-40vh {
  min-width: 40vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-40p {
  min-width: 40%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-45vh {
  min-width: 45vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-45p {
  min-width: 45%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-50vh {
  min-width: 50vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-50p {
  min-width: 50%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-55vh {
  min-width: 55vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-55p {
  min-width: 55%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-60vh {
  min-width: 60vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-60p {
  min-width: 60%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-65vh {
  min-width: 65vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-65p {
  min-width: 65%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-70vh {
  min-width: 70vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-70p {
  min-width: 70%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-75vh {
  min-width: 75vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-75p {
  min-width: 75%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-80vh {
  min-width: 80vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-80p {
  min-width: 80%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-85vh {
  min-width: 85vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-85p {
  min-width: 85%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-90vh {
  min-width: 90vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-90p {
  min-width: 90%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-95vh {
  min-width: 95vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-95p {
  min-width: 95%;
}

/* line 2, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-100vh {
  min-width: 100vh;
}

/* line 3, app/assets/stylesheets/utilities/min-width.scss */
.minWidth-100p {
  min-width: 100%;
}

/* line 2, app/assets/stylesheets/utilities/opacity.scss */
.opacity-0 {
  opacity: 0;
}

/* line 3, app/assets/stylesheets/utilities/opacity.scss */
.opacity-1 {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-01 {
  opacity: 0.1;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-02 {
  opacity: 0.2;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-03 {
  opacity: 0.3;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-04 {
  opacity: 0.4;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-05 {
  opacity: 0.5;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-06 {
  opacity: 0.6;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-07 {
  opacity: 0.7;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-08 {
  opacity: 0.8;
}

/* line 6, app/assets/stylesheets/utilities/opacity.scss */
.opacity-09 {
  opacity: 0.9;
}

/* line 9, app/assets/stylesheets/utilities/opacity.scss */
.hover-opacity-1:hover {
  opacity: 1;
}

@media only screen and (min-width: 38em) {
  /* line 12, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-0 {
    opacity: 0;
  }
  /* line 13, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-1 {
    opacity: 1;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-01 {
    opacity: 0.1;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-02 {
    opacity: 0.2;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-03 {
    opacity: 0.3;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-04 {
    opacity: 0.4;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-05 {
    opacity: 0.5;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-06 {
    opacity: 0.6;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-07 {
    opacity: 0.7;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-08 {
    opacity: 0.8;
  }
  /* line 16, app/assets/stylesheets/utilities/opacity.scss */
  .bp1-opacity-09 {
    opacity: 0.9;
  }
}

@media only screen and (min-width: 62em) {
  /* line 21, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-0 {
    opacity: 0;
  }
  /* line 22, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-1 {
    opacity: 1;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-01 {
    opacity: 0.1;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-02 {
    opacity: 0.2;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-03 {
    opacity: 0.3;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-04 {
    opacity: 0.4;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-05 {
    opacity: 0.5;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-06 {
    opacity: 0.6;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-07 {
    opacity: 0.7;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-08 {
    opacity: 0.8;
  }
  /* line 25, app/assets/stylesheets/utilities/opacity.scss */
  .bp2-opacity-09 {
    opacity: 0.9;
  }
}

@media only screen and (min-width: 68em) {
  /* line 30, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-0 {
    opacity: 0;
  }
  /* line 31, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-1 {
    opacity: 1;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-01 {
    opacity: 0.1;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-02 {
    opacity: 0.2;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-03 {
    opacity: 0.3;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-04 {
    opacity: 0.4;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-05 {
    opacity: 0.5;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-06 {
    opacity: 0.6;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-07 {
    opacity: 0.7;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-08 {
    opacity: 0.8;
  }
  /* line 34, app/assets/stylesheets/utilities/opacity.scss */
  .bp3-opacity-09 {
    opacity: 0.9;
  }
}

@media only screen and (min-width: 110em) {
  /* line 39, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-0 {
    opacity: 0;
  }
  /* line 40, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-1 {
    opacity: 1;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-01 {
    opacity: 0.1;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-02 {
    opacity: 0.2;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-03 {
    opacity: 0.3;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-04 {
    opacity: 0.4;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-05 {
    opacity: 0.5;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-06 {
    opacity: 0.6;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-07 {
    opacity: 0.7;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-08 {
    opacity: 0.8;
  }
  /* line 43, app/assets/stylesheets/utilities/opacity.scss */
  .bp4-opacity-09 {
    opacity: 0.9;
  }
}

/* line 2, app/assets/stylesheets/utilities/outline-style.scss */
.outline-none {
  outline: none;
}

/* line 2, app/assets/stylesheets/utilities/overflow.scss */
.overflow-auto {
  overflow: auto;
}

/* line 3, app/assets/stylesheets/utilities/overflow.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/utilities/overflow.scss */
.overflow-visible {
  overflow: visible;
}

/* line 5, app/assets/stylesheets/utilities/overflow.scss */
.overflow-scroll {
  overflow: scroll;
}

/* line 7, app/assets/stylesheets/utilities/overflow.scss */
.overflowX-auto {
  overflow-x: auto;
}

/* line 8, app/assets/stylesheets/utilities/overflow.scss */
.overflowX-hidden {
  overflow-x: hidden;
}

/* line 9, app/assets/stylesheets/utilities/overflow.scss */
.overflowX-visible {
  overflow-x: visible;
}

/* line 10, app/assets/stylesheets/utilities/overflow.scss */
.overflowX-scroll {
  overflow-x: scroll;
}

/* line 12, app/assets/stylesheets/utilities/overflow.scss */
.overflowY-auto {
  overflow-y: auto;
}

/* line 13, app/assets/stylesheets/utilities/overflow.scss */
.overflowY-hidden {
  overflow-y: hidden;
}

/* line 14, app/assets/stylesheets/utilities/overflow.scss */
.overflowY-visible {
  overflow-y: visible;
}

/* line 15, app/assets/stylesheets/utilities/overflow.scss */
.overflowY-scroll, .referral-dashboard {
  overflow-y: scroll;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-xxxxxl {
  padding: 8rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-xxxxxl-0 {
  padding: 8rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-xxxxxl {
  padding: 0 8rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-xxxxl {
  padding: 5rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-xxxxl-0 {
  padding: 5rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-xxxxl {
  padding: 0 5rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-xxxl {
  padding: 4rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-xxxl-0 {
  padding: 4rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-xxxl {
  padding: 0 4rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-xxl {
  padding: 2.75rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-xxl-0 {
  padding: 2.75rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-xxl {
  padding: 0 2.75rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-xl {
  padding: 2.5rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-xl-0 {
  padding: 2.5rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-xl {
  padding: 0 2.5rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-l {
  padding: 2rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-l-0 {
  padding: 2rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-l {
  padding: 0 2rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-m, .restructured-loan-plan, .restructured-loan-plan .header {
  padding: 1.5rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-m-0 {
  padding: 1.5rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-m {
  padding: 0 1.5rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-xm, .rs-documents-details .rs-boxFooter {
  padding: 1rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-xm-0 {
  padding: 1rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-xm {
  padding: 0 1rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-default {
  padding: 1rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-default-0 {
  padding: 1rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-default {
  padding: 0 1rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-s {
  padding: 0.5rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-s-0 {
  padding: 0.5rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-s {
  padding: 0 0.5rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-xs {
  padding: 0.25rem;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-xs-0 {
  padding: 0.25rem 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-xs {
  padding: 0 0.25rem;
}

/* line 3, app/assets/stylesheets/utilities/padding.scss */
.padding-0 {
  padding: 0;
}

/* line 4, app/assets/stylesheets/utilities/padding.scss */
.padding-0-0 {
  padding: 0 0;
}

/* line 5, app/assets/stylesheets/utilities/padding.scss */
.padding-0-0 {
  padding: 0 0;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-xxxxxl {
  padding-left: 8rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-xxxxxl {
  padding-right: 8rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-xxxxxl {
  padding-top: 8rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-xxxxxl {
  padding-bottom: 8rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-xxxxl {
  padding-left: 5rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-xxxxl {
  padding-right: 5rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-xxxxl {
  padding-top: 5rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-xxxxl {
  padding-bottom: 5rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-xxxl {
  padding-left: 4rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-xxxl {
  padding-right: 4rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-xxxl {
  padding-top: 4rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-xxxl {
  padding-bottom: 4rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-xxl {
  padding-left: 2.75rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-xxl {
  padding-right: 2.75rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-xxl {
  padding-top: 2.75rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-xxl {
  padding-bottom: 2.75rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-xl {
  padding-left: 2.5rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-xl {
  padding-right: 2.5rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-xl {
  padding-top: 2.5rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-xl {
  padding-bottom: 2.5rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-l {
  padding-left: 2rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-l {
  padding-right: 2rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-l {
  padding-top: 2rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-l {
  padding-bottom: 2rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-m {
  padding-left: 1.5rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-m {
  padding-right: 1.5rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-m {
  padding-top: 1.5rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-m {
  padding-bottom: 1.5rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-xm {
  padding-left: 1rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-xm {
  padding-right: 1rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-xm {
  padding-top: 1rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-xm {
  padding-bottom: 1rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-default {
  padding-left: 1rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-default {
  padding-right: 1rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-default {
  padding-top: 1rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-default {
  padding-bottom: 1rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-s {
  padding-left: 0.5rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-s {
  padding-right: 0.5rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-s {
  padding-top: 0.5rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-s {
  padding-bottom: 0.5rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-xs {
  padding-left: 0.25rem;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-xs {
  padding-right: 0.25rem;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-xs {
  padding-top: 0.25rem;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-xs {
  padding-bottom: 0.25rem;
}

/* line 9, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-0 {
  padding-left: 0;
}

/* line 10, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-0 {
  padding-right: 0;
}

/* line 11, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-0 {
  padding-top: 0;
}

/* line 12, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-0 {
  padding-bottom: 0;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-5p {
  padding-top: 5%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-5p {
  padding-left: 5%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-5p {
  padding-right: 5%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-5p {
  padding-bottom: 5%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-10p {
  padding-top: 10%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-10p {
  padding-left: 10%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-10p {
  padding-right: 10%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-10p {
  padding-bottom: 10%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-15p {
  padding-top: 15%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-15p {
  padding-left: 15%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-15p {
  padding-right: 15%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-15p {
  padding-bottom: 15%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-20p {
  padding-top: 20%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-20p {
  padding-left: 20%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-20p {
  padding-right: 20%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-20p {
  padding-bottom: 20%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-25p {
  padding-top: 25%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-25p {
  padding-left: 25%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-25p {
  padding-right: 25%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-25p {
  padding-bottom: 25%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-30p {
  padding-top: 30%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-30p {
  padding-left: 30%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-30p {
  padding-right: 30%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-30p {
  padding-bottom: 30%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-35p {
  padding-top: 35%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-35p {
  padding-left: 35%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-35p {
  padding-right: 35%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-35p {
  padding-bottom: 35%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-40p {
  padding-top: 40%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-40p {
  padding-left: 40%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-40p {
  padding-right: 40%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-40p {
  padding-bottom: 40%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-45p {
  padding-top: 45%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-45p {
  padding-left: 45%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-45p {
  padding-right: 45%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-45p {
  padding-bottom: 45%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-50p {
  padding-top: 50%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-50p {
  padding-left: 50%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-50p {
  padding-right: 50%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-50p {
  padding-bottom: 50%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-55p {
  padding-top: 55%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-55p {
  padding-left: 55%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-55p {
  padding-right: 55%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-55p {
  padding-bottom: 55%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-60p {
  padding-top: 60%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-60p {
  padding-left: 60%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-60p {
  padding-right: 60%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-60p {
  padding-bottom: 60%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-65p {
  padding-top: 65%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-65p {
  padding-left: 65%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-65p {
  padding-right: 65%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-65p {
  padding-bottom: 65%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-70p {
  padding-top: 70%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-70p {
  padding-left: 70%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-70p {
  padding-right: 70%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-70p {
  padding-bottom: 70%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-75p {
  padding-top: 75%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-75p {
  padding-left: 75%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-75p {
  padding-right: 75%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-75p {
  padding-bottom: 75%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-80p {
  padding-top: 80%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-80p {
  padding-left: 80%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-80p {
  padding-right: 80%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-80p {
  padding-bottom: 80%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-85p {
  padding-top: 85%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-85p {
  padding-left: 85%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-85p {
  padding-right: 85%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-85p {
  padding-bottom: 85%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-90p {
  padding-top: 90%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-90p {
  padding-left: 90%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-90p {
  padding-right: 90%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-90p {
  padding-bottom: 90%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-95p {
  padding-top: 95%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-95p {
  padding-left: 95%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-95p {
  padding-right: 95%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-95p {
  padding-bottom: 95%;
}

/* line 16, app/assets/stylesheets/utilities/padding.scss */
.paddingTop-100p {
  padding-top: 100%;
}

/* line 17, app/assets/stylesheets/utilities/padding.scss */
.paddingLeft-100p {
  padding-left: 100%;
}

/* line 18, app/assets/stylesheets/utilities/padding.scss */
.paddingRight-100p {
  padding-right: 100%;
}

/* line 19, app/assets/stylesheets/utilities/padding.scss */
.paddingBottom-100p {
  padding-bottom: 100%;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-xxxxxl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-xxxxxl {
  padding-left: 8rem;
  padding-right: 8rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-xxxxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-xxxxl {
  padding-left: 5rem;
  padding-right: 5rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-xxxl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-xxxl {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-xxl {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-xxl {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-xl {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-xl {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-l {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-l {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-m {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-m {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-xm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-xm {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-default {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-default {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-s {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-s {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 23, app/assets/stylesheets/utilities/padding.scss */
.paddingVertical-0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 27, app/assets/stylesheets/utilities/padding.scss */
.paddingHorizontal-0 {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 38em) {
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxxxxl {
    padding: 8rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxxxxl-0 {
    padding: 8rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-xxxxxl {
    padding: 0 8rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxxxl {
    padding: 5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxxxl-0 {
    padding: 5rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-xxxxl {
    padding: 0 5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxxl {
    padding: 4rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxxl-0 {
    padding: 4rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-xxxl {
    padding: 0 4rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxl {
    padding: 2.75rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xxl-0 {
    padding: 2.75rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-xxl {
    padding: 0 2.75rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xl {
    padding: 2.5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xl-0 {
    padding: 2.5rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-xl {
    padding: 0 2.5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-l {
    padding: 2rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-l-0 {
    padding: 2rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-l {
    padding: 0 2rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-m {
    padding: 1.5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-m-0 {
    padding: 1.5rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-m {
    padding: 0 1.5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xm {
    padding: 1rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xm-0 {
    padding: 1rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-xm {
    padding: 0 1rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-default {
    padding: 1rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-default-0 {
    padding: 1rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-default {
    padding: 0 1rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-s {
    padding: 0.5rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-s-0 {
    padding: 0.5rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-s {
    padding: 0 0.5rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xs {
    padding: 0.25rem;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-xs-0 {
    padding: 0.25rem 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-xs {
    padding: 0 0.25rem;
  }
  /* line 35, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0 {
    padding: 0;
  }
  /* line 36, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-0 {
    padding: 0 0;
  }
  /* line 37, app/assets/stylesheets/utilities/padding.scss */
  .bp1-padding-0-0 {
    padding: 0 0;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-xxxxxl {
    padding-left: 8rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-xxxxxl {
    padding-right: 8rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-xxxxxl {
    padding-top: 8rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-xxxxxl {
    padding-bottom: 8rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-xxxxl {
    padding-left: 5rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-xxxxl {
    padding-right: 5rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-xxxxl {
    padding-top: 5rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-xxxxl {
    padding-bottom: 5rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-xxxl {
    padding-left: 4rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-xxxl {
    padding-right: 4rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-xxxl {
    padding-top: 4rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-xxxl {
    padding-bottom: 4rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-xxl {
    padding-left: 2.75rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-xxl {
    padding-right: 2.75rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-xxl {
    padding-top: 2.75rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-xxl {
    padding-bottom: 2.75rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-xl {
    padding-left: 2.5rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-xl {
    padding-right: 2.5rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-xl {
    padding-top: 2.5rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-xl {
    padding-bottom: 2.5rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-l {
    padding-left: 2rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-l {
    padding-right: 2rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-l {
    padding-top: 2rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-l {
    padding-bottom: 2rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-m {
    padding-left: 1.5rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-m {
    padding-right: 1.5rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-m {
    padding-top: 1.5rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-m {
    padding-bottom: 1.5rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-xm {
    padding-left: 1rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-xm {
    padding-right: 1rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-xm {
    padding-top: 1rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-xm {
    padding-bottom: 1rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-default {
    padding-left: 1rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-default {
    padding-right: 1rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-default {
    padding-top: 1rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-default {
    padding-bottom: 1rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-s {
    padding-left: 0.5rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-s {
    padding-right: 0.5rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-s {
    padding-top: 0.5rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-s {
    padding-bottom: 0.5rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-xs {
    padding-left: 0.25rem;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-xs {
    padding-right: 0.25rem;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-xs {
    padding-top: 0.25rem;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-xs {
    padding-bottom: 0.25rem;
  }
  /* line 41, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-0 {
    padding-left: 0;
  }
  /* line 42, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-0 {
    padding-right: 0;
  }
  /* line 43, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-0 {
    padding-top: 0;
  }
  /* line 44, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-0 {
    padding-bottom: 0;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-5p {
    padding-top: 5%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-5p {
    padding-left: 5%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-5p {
    padding-right: 5%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-5p {
    padding-bottom: 5%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-10p {
    padding-top: 10%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-10p {
    padding-left: 10%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-10p {
    padding-right: 10%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-10p {
    padding-bottom: 10%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-15p {
    padding-top: 15%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-15p {
    padding-left: 15%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-15p {
    padding-right: 15%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-15p {
    padding-bottom: 15%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-20p {
    padding-top: 20%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-20p {
    padding-left: 20%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-20p {
    padding-right: 20%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-20p {
    padding-bottom: 20%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-25p {
    padding-top: 25%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-25p {
    padding-left: 25%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-25p {
    padding-right: 25%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-25p {
    padding-bottom: 25%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-30p {
    padding-top: 30%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-30p {
    padding-left: 30%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-30p {
    padding-right: 30%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-30p {
    padding-bottom: 30%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-35p {
    padding-top: 35%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-35p {
    padding-left: 35%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-35p {
    padding-right: 35%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-35p {
    padding-bottom: 35%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-40p {
    padding-top: 40%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-40p {
    padding-left: 40%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-40p {
    padding-right: 40%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-40p {
    padding-bottom: 40%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-45p {
    padding-top: 45%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-45p {
    padding-left: 45%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-45p {
    padding-right: 45%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-45p {
    padding-bottom: 45%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-50p {
    padding-top: 50%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-50p {
    padding-left: 50%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-50p {
    padding-right: 50%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-50p {
    padding-bottom: 50%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-55p {
    padding-top: 55%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-55p {
    padding-left: 55%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-55p {
    padding-right: 55%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-55p {
    padding-bottom: 55%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-60p {
    padding-top: 60%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-60p {
    padding-left: 60%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-60p {
    padding-right: 60%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-60p {
    padding-bottom: 60%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-65p {
    padding-top: 65%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-65p {
    padding-left: 65%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-65p {
    padding-right: 65%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-65p {
    padding-bottom: 65%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-70p {
    padding-top: 70%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-70p {
    padding-left: 70%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-70p {
    padding-right: 70%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-70p {
    padding-bottom: 70%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-75p {
    padding-top: 75%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-75p {
    padding-left: 75%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-75p {
    padding-right: 75%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-75p {
    padding-bottom: 75%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-80p {
    padding-top: 80%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-80p {
    padding-left: 80%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-80p {
    padding-right: 80%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-80p {
    padding-bottom: 80%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-85p {
    padding-top: 85%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-85p {
    padding-left: 85%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-85p {
    padding-right: 85%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-85p {
    padding-bottom: 85%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-90p {
    padding-top: 90%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-90p {
    padding-left: 90%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-90p {
    padding-right: 90%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-90p {
    padding-bottom: 90%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-95p {
    padding-top: 95%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-95p {
    padding-left: 95%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-95p {
    padding-right: 95%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-95p {
    padding-bottom: 95%;
  }
  /* line 48, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingTop-100p {
    padding-top: 100%;
  }
  /* line 49, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingLeft-100p {
    padding-left: 100%;
  }
  /* line 50, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingRight-100p {
    padding-right: 100%;
  }
  /* line 51, app/assets/stylesheets/utilities/padding.scss */
  .bp1-paddingBottom-100p {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 62em) {
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxxxxl {
    padding: 8rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxxxxl-0 {
    padding: 8rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-xxxxxl {
    padding: 0 8rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxxxl {
    padding: 5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxxxl-0 {
    padding: 5rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-xxxxl {
    padding: 0 5rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxxl {
    padding: 4rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxxl-0 {
    padding: 4rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-xxxl {
    padding: 0 4rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxl {
    padding: 2.75rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xxl-0 {
    padding: 2.75rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-xxl {
    padding: 0 2.75rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xl {
    padding: 2.5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xl-0 {
    padding: 2.5rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-xl {
    padding: 0 2.5rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-l {
    padding: 2rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-l-0 {
    padding: 2rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-l {
    padding: 0 2rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-m {
    padding: 1.5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-m-0 {
    padding: 1.5rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-m {
    padding: 0 1.5rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xm {
    padding: 1rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xm-0 {
    padding: 1rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-xm {
    padding: 0 1rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-default {
    padding: 1rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-default-0 {
    padding: 1rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-default {
    padding: 0 1rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-s {
    padding: 0.5rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-s-0 {
    padding: 0.5rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-s {
    padding: 0 0.5rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xs {
    padding: 0.25rem;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-xs-0 {
    padding: 0.25rem 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-xs {
    padding: 0 0.25rem;
  }
  /* line 57, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0 {
    padding: 0;
  }
  /* line 58, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-0 {
    padding: 0 0;
  }
  /* line 59, app/assets/stylesheets/utilities/padding.scss */
  .bp2-padding-0-0 {
    padding: 0 0;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-xxxxxl {
    padding-left: 8rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-xxxxxl {
    padding-right: 8rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-xxxxxl {
    padding-top: 8rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-xxxxxl {
    padding-bottom: 8rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-xxxxl {
    padding-left: 5rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-xxxxl {
    padding-right: 5rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-xxxxl {
    padding-top: 5rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-xxxxl {
    padding-bottom: 5rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-xxxl {
    padding-left: 4rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-xxxl {
    padding-right: 4rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-xxxl {
    padding-top: 4rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-xxxl {
    padding-bottom: 4rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-xxl {
    padding-left: 2.75rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-xxl {
    padding-right: 2.75rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-xxl {
    padding-top: 2.75rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-xxl {
    padding-bottom: 2.75rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-xl {
    padding-left: 2.5rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-xl {
    padding-right: 2.5rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-xl {
    padding-top: 2.5rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-xl {
    padding-bottom: 2.5rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-l {
    padding-left: 2rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-l {
    padding-right: 2rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-l {
    padding-top: 2rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-l {
    padding-bottom: 2rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-m {
    padding-left: 1.5rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-m {
    padding-right: 1.5rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-m {
    padding-top: 1.5rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-m {
    padding-bottom: 1.5rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-xm {
    padding-left: 1rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-xm {
    padding-right: 1rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-xm {
    padding-top: 1rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-xm {
    padding-bottom: 1rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-default {
    padding-left: 1rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-default {
    padding-right: 1rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-default {
    padding-top: 1rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-default {
    padding-bottom: 1rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-s {
    padding-left: 0.5rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-s {
    padding-right: 0.5rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-s {
    padding-top: 0.5rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-s {
    padding-bottom: 0.5rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-xs {
    padding-left: 0.25rem;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-xs {
    padding-right: 0.25rem;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-xs {
    padding-top: 0.25rem;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-xs {
    padding-bottom: 0.25rem;
  }
  /* line 63, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-0 {
    padding-left: 0;
  }
  /* line 64, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-0 {
    padding-right: 0;
  }
  /* line 65, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-0 {
    padding-top: 0;
  }
  /* line 66, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-0 {
    padding-bottom: 0;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-5p {
    padding-top: 5%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-5p {
    padding-left: 5%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-5p {
    padding-right: 5%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-5p {
    padding-bottom: 5%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-10p {
    padding-top: 10%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-10p {
    padding-left: 10%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-10p {
    padding-right: 10%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-10p {
    padding-bottom: 10%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-15p {
    padding-top: 15%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-15p {
    padding-left: 15%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-15p {
    padding-right: 15%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-15p {
    padding-bottom: 15%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-20p {
    padding-top: 20%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-20p {
    padding-left: 20%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-20p {
    padding-right: 20%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-20p {
    padding-bottom: 20%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-25p {
    padding-top: 25%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-25p {
    padding-left: 25%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-25p {
    padding-right: 25%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-25p {
    padding-bottom: 25%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-30p {
    padding-top: 30%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-30p {
    padding-left: 30%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-30p {
    padding-right: 30%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-30p {
    padding-bottom: 30%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-35p {
    padding-top: 35%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-35p {
    padding-left: 35%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-35p {
    padding-right: 35%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-35p {
    padding-bottom: 35%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-40p {
    padding-top: 40%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-40p {
    padding-left: 40%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-40p {
    padding-right: 40%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-40p {
    padding-bottom: 40%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-45p {
    padding-top: 45%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-45p {
    padding-left: 45%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-45p {
    padding-right: 45%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-45p {
    padding-bottom: 45%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-50p {
    padding-top: 50%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-50p {
    padding-left: 50%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-50p {
    padding-right: 50%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-50p {
    padding-bottom: 50%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-55p {
    padding-top: 55%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-55p {
    padding-left: 55%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-55p {
    padding-right: 55%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-55p {
    padding-bottom: 55%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-60p {
    padding-top: 60%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-60p {
    padding-left: 60%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-60p {
    padding-right: 60%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-60p {
    padding-bottom: 60%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-65p {
    padding-top: 65%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-65p {
    padding-left: 65%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-65p {
    padding-right: 65%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-65p {
    padding-bottom: 65%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-70p {
    padding-top: 70%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-70p {
    padding-left: 70%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-70p {
    padding-right: 70%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-70p {
    padding-bottom: 70%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-75p {
    padding-top: 75%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-75p {
    padding-left: 75%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-75p {
    padding-right: 75%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-75p {
    padding-bottom: 75%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-80p {
    padding-top: 80%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-80p {
    padding-left: 80%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-80p {
    padding-right: 80%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-80p {
    padding-bottom: 80%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-85p {
    padding-top: 85%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-85p {
    padding-left: 85%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-85p {
    padding-right: 85%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-85p {
    padding-bottom: 85%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-90p {
    padding-top: 90%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-90p {
    padding-left: 90%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-90p {
    padding-right: 90%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-90p {
    padding-bottom: 90%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-95p {
    padding-top: 95%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-95p {
    padding-left: 95%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-95p {
    padding-right: 95%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-95p {
    padding-bottom: 95%;
  }
  /* line 70, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingTop-100p {
    padding-top: 100%;
  }
  /* line 71, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingLeft-100p {
    padding-left: 100%;
  }
  /* line 72, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingRight-100p {
    padding-right: 100%;
  }
  /* line 73, app/assets/stylesheets/utilities/padding.scss */
  .bp2-paddingBottom-100p {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 68em) {
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxxxxl {
    padding: 8rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxxxxl-0 {
    padding: 8rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-xxxxxl {
    padding: 0 8rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxxxl {
    padding: 5rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxxxl-0 {
    padding: 5rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-xxxxl {
    padding: 0 5rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxxl {
    padding: 4rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxxl-0 {
    padding: 4rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-xxxl {
    padding: 0 4rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxl {
    padding: 2.75rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xxl-0 {
    padding: 2.75rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-xxl {
    padding: 0 2.75rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xl {
    padding: 2.5rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xl-0 {
    padding: 2.5rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-xl {
    padding: 0 2.5rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-l {
    padding: 2rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-l-0 {
    padding: 2rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-l {
    padding: 0 2rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-m {
    padding: 1.5rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-m-0 {
    padding: 1.5rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-m {
    padding: 0 1.5rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xm {
    padding: 1rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xm-0 {
    padding: 1rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-xm {
    padding: 0 1rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-default {
    padding: 1rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-default-0 {
    padding: 1rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-default {
    padding: 0 1rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-s {
    padding: 0.5rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-s-0 {
    padding: 0.5rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-s {
    padding: 0 0.5rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xs {
    padding: 0.25rem;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-xs-0 {
    padding: 0.25rem 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-xs {
    padding: 0 0.25rem;
  }
  /* line 79, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0 {
    padding: 0;
  }
  /* line 80, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-0 {
    padding: 0 0;
  }
  /* line 81, app/assets/stylesheets/utilities/padding.scss */
  .bp3-padding-0-0 {
    padding: 0 0;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-xxxxxl {
    padding-left: 8rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-xxxxxl {
    padding-right: 8rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-xxxxxl {
    padding-top: 8rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-xxxxxl {
    padding-bottom: 8rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-xxxxl {
    padding-left: 5rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-xxxxl {
    padding-right: 5rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-xxxxl {
    padding-top: 5rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-xxxxl {
    padding-bottom: 5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-xxxl {
    padding-left: 4rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-xxxl {
    padding-right: 4rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-xxxl {
    padding-top: 4rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-xxxl {
    padding-bottom: 4rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-xxl {
    padding-left: 2.75rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-xxl {
    padding-right: 2.75rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-xxl {
    padding-top: 2.75rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-xxl {
    padding-bottom: 2.75rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-xl {
    padding-left: 2.5rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-xl {
    padding-right: 2.5rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-xl {
    padding-top: 2.5rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-xl {
    padding-bottom: 2.5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-l {
    padding-left: 2rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-l {
    padding-right: 2rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-l {
    padding-top: 2rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-l {
    padding-bottom: 2rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-m {
    padding-left: 1.5rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-m {
    padding-right: 1.5rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-m {
    padding-top: 1.5rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-m {
    padding-bottom: 1.5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-xm {
    padding-left: 1rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-xm {
    padding-right: 1rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-xm {
    padding-top: 1rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-xm {
    padding-bottom: 1rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-default {
    padding-left: 1rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-default {
    padding-right: 1rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-default {
    padding-top: 1rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-default {
    padding-bottom: 1rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-s {
    padding-left: 0.5rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-s {
    padding-right: 0.5rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-s {
    padding-top: 0.5rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-s {
    padding-bottom: 0.5rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-xs {
    padding-left: 0.25rem;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-xs {
    padding-right: 0.25rem;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-xs {
    padding-top: 0.25rem;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-xs {
    padding-bottom: 0.25rem;
  }
  /* line 85, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-0 {
    padding-left: 0;
  }
  /* line 86, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-0 {
    padding-right: 0;
  }
  /* line 87, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-0 {
    padding-top: 0;
  }
  /* line 88, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-0 {
    padding-bottom: 0;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-5p {
    padding-top: 5%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-5p {
    padding-left: 5%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-5p {
    padding-right: 5%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-5p {
    padding-bottom: 5%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-10p {
    padding-top: 10%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-10p {
    padding-left: 10%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-10p {
    padding-right: 10%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-10p {
    padding-bottom: 10%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-15p {
    padding-top: 15%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-15p {
    padding-left: 15%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-15p {
    padding-right: 15%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-15p {
    padding-bottom: 15%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-20p {
    padding-top: 20%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-20p {
    padding-left: 20%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-20p {
    padding-right: 20%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-20p {
    padding-bottom: 20%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-25p {
    padding-top: 25%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-25p {
    padding-left: 25%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-25p {
    padding-right: 25%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-25p {
    padding-bottom: 25%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-30p {
    padding-top: 30%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-30p {
    padding-left: 30%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-30p {
    padding-right: 30%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-30p {
    padding-bottom: 30%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-35p {
    padding-top: 35%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-35p {
    padding-left: 35%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-35p {
    padding-right: 35%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-35p {
    padding-bottom: 35%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-40p {
    padding-top: 40%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-40p {
    padding-left: 40%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-40p {
    padding-right: 40%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-40p {
    padding-bottom: 40%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-45p {
    padding-top: 45%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-45p {
    padding-left: 45%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-45p {
    padding-right: 45%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-45p {
    padding-bottom: 45%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-50p {
    padding-top: 50%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-50p {
    padding-left: 50%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-50p {
    padding-right: 50%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-50p {
    padding-bottom: 50%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-55p {
    padding-top: 55%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-55p {
    padding-left: 55%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-55p {
    padding-right: 55%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-55p {
    padding-bottom: 55%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-60p {
    padding-top: 60%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-60p {
    padding-left: 60%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-60p {
    padding-right: 60%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-60p {
    padding-bottom: 60%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-65p {
    padding-top: 65%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-65p {
    padding-left: 65%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-65p {
    padding-right: 65%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-65p {
    padding-bottom: 65%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-70p {
    padding-top: 70%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-70p {
    padding-left: 70%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-70p {
    padding-right: 70%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-70p {
    padding-bottom: 70%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-75p {
    padding-top: 75%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-75p {
    padding-left: 75%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-75p {
    padding-right: 75%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-75p {
    padding-bottom: 75%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-80p {
    padding-top: 80%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-80p {
    padding-left: 80%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-80p {
    padding-right: 80%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-80p {
    padding-bottom: 80%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-85p {
    padding-top: 85%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-85p {
    padding-left: 85%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-85p {
    padding-right: 85%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-85p {
    padding-bottom: 85%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-90p {
    padding-top: 90%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-90p {
    padding-left: 90%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-90p {
    padding-right: 90%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-90p {
    padding-bottom: 90%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-95p {
    padding-top: 95%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-95p {
    padding-left: 95%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-95p {
    padding-right: 95%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-95p {
    padding-bottom: 95%;
  }
  /* line 92, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingTop-100p {
    padding-top: 100%;
  }
  /* line 93, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingLeft-100p {
    padding-left: 100%;
  }
  /* line 94, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingRight-100p {
    padding-right: 100%;
  }
  /* line 95, app/assets/stylesheets/utilities/padding.scss */
  .bp3-paddingBottom-100p {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 110em) {
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxxxxl {
    padding: 8rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxxxxl-0 {
    padding: 8rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-xxxxxl {
    padding: 0 8rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxxxl {
    padding: 5rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxxxl-0 {
    padding: 5rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-xxxxl {
    padding: 0 5rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxxl {
    padding: 4rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxxl-0 {
    padding: 4rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-xxxl {
    padding: 0 4rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxl {
    padding: 2.75rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xxl-0 {
    padding: 2.75rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-xxl {
    padding: 0 2.75rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xl {
    padding: 2.5rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xl-0 {
    padding: 2.5rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-xl {
    padding: 0 2.5rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-l {
    padding: 2rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-l-0 {
    padding: 2rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-l {
    padding: 0 2rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-m {
    padding: 1.5rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-m-0 {
    padding: 1.5rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-m {
    padding: 0 1.5rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xm {
    padding: 1rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xm-0 {
    padding: 1rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-xm {
    padding: 0 1rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-default {
    padding: 1rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-default-0 {
    padding: 1rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-default {
    padding: 0 1rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-s {
    padding: 0.5rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-s-0 {
    padding: 0.5rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-s {
    padding: 0 0.5rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xs {
    padding: 0.25rem;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-xs-0 {
    padding: 0.25rem 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-xs {
    padding: 0 0.25rem;
  }
  /* line 101, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0 {
    padding: 0;
  }
  /* line 102, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-0 {
    padding: 0 0;
  }
  /* line 103, app/assets/stylesheets/utilities/padding.scss */
  .bp4-padding-0-0 {
    padding: 0 0;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-xxxxxl {
    padding-left: 8rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-xxxxxl {
    padding-right: 8rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-xxxxxl {
    padding-top: 8rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-xxxxxl {
    padding-bottom: 8rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-xxxxl {
    padding-left: 5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-xxxxl {
    padding-right: 5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-xxxxl {
    padding-top: 5rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-xxxxl {
    padding-bottom: 5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-xxxl {
    padding-left: 4rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-xxxl {
    padding-right: 4rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-xxxl {
    padding-top: 4rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-xxxl {
    padding-bottom: 4rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-xxl {
    padding-left: 2.75rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-xxl {
    padding-right: 2.75rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-xxl {
    padding-top: 2.75rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-xxl {
    padding-bottom: 2.75rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-xl {
    padding-left: 2.5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-xl {
    padding-right: 2.5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-xl {
    padding-top: 2.5rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-xl {
    padding-bottom: 2.5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-l {
    padding-left: 2rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-l {
    padding-right: 2rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-l {
    padding-top: 2rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-l {
    padding-bottom: 2rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-m {
    padding-left: 1.5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-m {
    padding-right: 1.5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-m {
    padding-top: 1.5rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-m {
    padding-bottom: 1.5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-xm {
    padding-left: 1rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-xm {
    padding-right: 1rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-xm {
    padding-top: 1rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-xm {
    padding-bottom: 1rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-default {
    padding-left: 1rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-default {
    padding-right: 1rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-default {
    padding-top: 1rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-default {
    padding-bottom: 1rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-s {
    padding-left: 0.5rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-s {
    padding-right: 0.5rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-s {
    padding-top: 0.5rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-s {
    padding-bottom: 0.5rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-xs {
    padding-left: 0.25rem;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-xs {
    padding-right: 0.25rem;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-xs {
    padding-top: 0.25rem;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-xs {
    padding-bottom: 0.25rem;
  }
  /* line 107, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-0 {
    padding-left: 0;
  }
  /* line 108, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-0 {
    padding-right: 0;
  }
  /* line 109, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-0 {
    padding-top: 0;
  }
  /* line 110, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-0 {
    padding-bottom: 0;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-5p {
    padding-top: 5%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-5p {
    padding-left: 5%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-5p {
    padding-right: 5%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-5p {
    padding-bottom: 5%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-10p {
    padding-top: 10%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-10p {
    padding-left: 10%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-10p {
    padding-right: 10%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-10p {
    padding-bottom: 10%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-15p {
    padding-top: 15%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-15p {
    padding-left: 15%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-15p {
    padding-right: 15%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-15p {
    padding-bottom: 15%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-20p {
    padding-top: 20%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-20p {
    padding-left: 20%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-20p {
    padding-right: 20%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-20p {
    padding-bottom: 20%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-25p {
    padding-top: 25%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-25p {
    padding-left: 25%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-25p {
    padding-right: 25%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-25p {
    padding-bottom: 25%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-30p {
    padding-top: 30%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-30p {
    padding-left: 30%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-30p {
    padding-right: 30%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-30p {
    padding-bottom: 30%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-35p {
    padding-top: 35%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-35p {
    padding-left: 35%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-35p {
    padding-right: 35%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-35p {
    padding-bottom: 35%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-40p {
    padding-top: 40%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-40p {
    padding-left: 40%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-40p {
    padding-right: 40%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-40p {
    padding-bottom: 40%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-45p {
    padding-top: 45%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-45p {
    padding-left: 45%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-45p {
    padding-right: 45%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-45p {
    padding-bottom: 45%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-50p {
    padding-top: 50%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-50p {
    padding-left: 50%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-50p {
    padding-right: 50%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-50p {
    padding-bottom: 50%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-55p {
    padding-top: 55%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-55p {
    padding-left: 55%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-55p {
    padding-right: 55%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-55p {
    padding-bottom: 55%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-60p {
    padding-top: 60%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-60p {
    padding-left: 60%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-60p {
    padding-right: 60%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-60p {
    padding-bottom: 60%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-65p {
    padding-top: 65%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-65p {
    padding-left: 65%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-65p {
    padding-right: 65%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-65p {
    padding-bottom: 65%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-70p {
    padding-top: 70%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-70p {
    padding-left: 70%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-70p {
    padding-right: 70%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-70p {
    padding-bottom: 70%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-75p {
    padding-top: 75%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-75p {
    padding-left: 75%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-75p {
    padding-right: 75%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-75p {
    padding-bottom: 75%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-80p {
    padding-top: 80%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-80p {
    padding-left: 80%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-80p {
    padding-right: 80%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-80p {
    padding-bottom: 80%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-85p {
    padding-top: 85%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-85p {
    padding-left: 85%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-85p {
    padding-right: 85%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-85p {
    padding-bottom: 85%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-90p {
    padding-top: 90%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-90p {
    padding-left: 90%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-90p {
    padding-right: 90%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-90p {
    padding-bottom: 90%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-95p {
    padding-top: 95%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-95p {
    padding-left: 95%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-95p {
    padding-right: 95%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-95p {
    padding-bottom: 95%;
  }
  /* line 114, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingTop-100p {
    padding-top: 100%;
  }
  /* line 115, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingLeft-100p {
    padding-left: 100%;
  }
  /* line 116, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingRight-100p {
    padding-right: 100%;
  }
  /* line 117, app/assets/stylesheets/utilities/padding.scss */
  .bp4-paddingBottom-100p {
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxxxxl {
    padding: 8rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxxxxl-0 {
    padding: 8rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-xxxxxl {
    padding: 0 8rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxxxl {
    padding: 5rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxxxl-0 {
    padding: 5rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-xxxxl {
    padding: 0 5rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxxl {
    padding: 4rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxxl-0 {
    padding: 4rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-xxxl {
    padding: 0 4rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxl {
    padding: 2.75rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xxl-0 {
    padding: 2.75rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-xxl {
    padding: 0 2.75rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xl {
    padding: 2.5rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xl-0 {
    padding: 2.5rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-xl {
    padding: 0 2.5rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-l {
    padding: 2rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-l-0 {
    padding: 2rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-l {
    padding: 0 2rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-m {
    padding: 1.5rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-m-0 {
    padding: 1.5rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-m {
    padding: 0 1.5rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xm {
    padding: 1rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xm-0 {
    padding: 1rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-xm {
    padding: 0 1rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-default {
    padding: 1rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-default-0 {
    padding: 1rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-default {
    padding: 0 1rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-s {
    padding: 0.5rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-s-0 {
    padding: 0.5rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-s {
    padding: 0 0.5rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xs {
    padding: 0.25rem;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-xs-0 {
    padding: 0.25rem 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-xs {
    padding: 0 0.25rem;
  }
  /* line 123, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0 {
    padding: 0;
  }
  /* line 124, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-0 {
    padding: 0 0;
  }
  /* line 125, app/assets/stylesheets/utilities/padding.scss */
  .mobile-padding-0-0 {
    padding: 0 0;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-xxxxxl {
    padding-left: 8rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-xxxxxl {
    padding-right: 8rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-xxxxxl {
    padding-top: 8rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-xxxxxl {
    padding-bottom: 8rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-xxxxl {
    padding-left: 5rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-xxxxl {
    padding-right: 5rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-xxxxl {
    padding-top: 5rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-xxxxl {
    padding-bottom: 5rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-xxxl {
    padding-left: 4rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-xxxl {
    padding-right: 4rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-xxxl {
    padding-top: 4rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-xxxl {
    padding-bottom: 4rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-xxl {
    padding-left: 2.75rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-xxl {
    padding-right: 2.75rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-xxl {
    padding-top: 2.75rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-xxl {
    padding-bottom: 2.75rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-xl {
    padding-left: 2.5rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-xl {
    padding-right: 2.5rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-xl {
    padding-top: 2.5rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-xl {
    padding-bottom: 2.5rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-l {
    padding-left: 2rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-l {
    padding-right: 2rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-l {
    padding-top: 2rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-l {
    padding-bottom: 2rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-m {
    padding-left: 1.5rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-m {
    padding-right: 1.5rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-m {
    padding-top: 1.5rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-m {
    padding-bottom: 1.5rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-xm {
    padding-left: 1rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-xm {
    padding-right: 1rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-xm {
    padding-top: 1rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-xm {
    padding-bottom: 1rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-default {
    padding-left: 1rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-default {
    padding-right: 1rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-default {
    padding-top: 1rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-default {
    padding-bottom: 1rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-s {
    padding-left: 0.5rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-s {
    padding-right: 0.5rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-s {
    padding-top: 0.5rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-s {
    padding-bottom: 0.5rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-xs {
    padding-left: 0.25rem;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-xs {
    padding-right: 0.25rem;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-xs {
    padding-top: 0.25rem;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-xs {
    padding-bottom: 0.25rem;
  }
  /* line 129, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-0 {
    padding-left: 0;
  }
  /* line 130, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-0 {
    padding-right: 0;
  }
  /* line 131, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-0 {
    padding-top: 0;
  }
  /* line 132, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-0 {
    padding-bottom: 0;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-5p {
    padding-top: 5%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-5p {
    padding-left: 5%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-5p {
    padding-right: 5%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-5p {
    padding-bottom: 5%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-10p {
    padding-top: 10%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-10p {
    padding-left: 10%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-10p {
    padding-right: 10%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-10p {
    padding-bottom: 10%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-15p {
    padding-top: 15%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-15p {
    padding-left: 15%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-15p {
    padding-right: 15%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-15p {
    padding-bottom: 15%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-20p {
    padding-top: 20%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-20p {
    padding-left: 20%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-20p {
    padding-right: 20%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-20p {
    padding-bottom: 20%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-25p {
    padding-top: 25%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-25p {
    padding-left: 25%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-25p {
    padding-right: 25%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-25p {
    padding-bottom: 25%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-30p {
    padding-top: 30%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-30p {
    padding-left: 30%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-30p {
    padding-right: 30%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-30p {
    padding-bottom: 30%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-35p {
    padding-top: 35%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-35p {
    padding-left: 35%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-35p {
    padding-right: 35%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-35p {
    padding-bottom: 35%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-40p {
    padding-top: 40%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-40p {
    padding-left: 40%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-40p {
    padding-right: 40%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-40p {
    padding-bottom: 40%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-45p {
    padding-top: 45%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-45p {
    padding-left: 45%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-45p {
    padding-right: 45%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-45p {
    padding-bottom: 45%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-50p {
    padding-top: 50%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-50p {
    padding-left: 50%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-50p {
    padding-right: 50%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-50p {
    padding-bottom: 50%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-55p {
    padding-top: 55%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-55p {
    padding-left: 55%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-55p {
    padding-right: 55%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-55p {
    padding-bottom: 55%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-60p {
    padding-top: 60%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-60p {
    padding-left: 60%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-60p {
    padding-right: 60%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-60p {
    padding-bottom: 60%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-65p {
    padding-top: 65%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-65p {
    padding-left: 65%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-65p {
    padding-right: 65%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-65p {
    padding-bottom: 65%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-70p {
    padding-top: 70%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-70p {
    padding-left: 70%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-70p {
    padding-right: 70%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-70p {
    padding-bottom: 70%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-75p {
    padding-top: 75%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-75p {
    padding-left: 75%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-75p {
    padding-right: 75%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-75p {
    padding-bottom: 75%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-80p {
    padding-top: 80%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-80p {
    padding-left: 80%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-80p {
    padding-right: 80%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-80p {
    padding-bottom: 80%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-85p {
    padding-top: 85%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-85p {
    padding-left: 85%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-85p {
    padding-right: 85%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-85p {
    padding-bottom: 85%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-90p {
    padding-top: 90%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-90p {
    padding-left: 90%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-90p {
    padding-right: 90%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-90p {
    padding-bottom: 90%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-95p {
    padding-top: 95%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-95p {
    padding-left: 95%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-95p {
    padding-right: 95%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-95p {
    padding-bottom: 95%;
  }
  /* line 136, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingTop-100p {
    padding-top: 100%;
  }
  /* line 137, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingLeft-100p {
    padding-left: 100%;
  }
  /* line 138, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingRight-100p {
    padding-right: 100%;
  }
  /* line 139, app/assets/stylesheets/utilities/padding.scss */
  .mobile-paddingBottom-100p {
    padding-bottom: 100%;
  }
}

/* line 1, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-auto {
  pointer-events: auto;
}

/* line 2, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-none {
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-visiblePainted {
  pointer-events: visiblePainted;
}

/* line 4, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-visibleFill {
  pointer-events: visibleFill;
}

/* line 5, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-visibleStroke {
  pointer-events: visibleStroke;
}

/* line 6, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-visible {
  pointer-events: visible;
}

/* line 7, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-painted {
  pointer-events: painted;
}

/* line 8, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-fill {
  pointer-events: fill;
}

/* line 9, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-stroke {
  pointer-events: stroke;
}

/* line 10, app/assets/stylesheets/utilities/pointer-events.scss */
.pointerEvents-all {
  pointer-events: all;
}

/* line 3, app/assets/stylesheets/utilities/position.scss */
.position-relative, .header-drawer > nav ul li.js-HasDropdown, .rs-documents-details .rs-boxSection .required-doc-list > li {
  position: relative;
}

/* line 4, app/assets/stylesheets/utilities/position.scss */
.position-absolute, .header-drawer > nav ul li.js-HasDropdown::after, .rs-documents-details .rs-boxSection .required-doc-list > li:before, .modal-upload .modal-body .image-content .img-id {
  position: absolute;
}

/* line 5, app/assets/stylesheets/utilities/position.scss */
.position-static {
  position: static;
}

/* line 6, app/assets/stylesheets/utilities/position.scss */
.position-fixed {
  position: fixed;
}

@media only screen and (min-width: 38em) {
  /* line 9, app/assets/stylesheets/utilities/position.scss */
  .bp1-position-relative {
    position: relative;
  }
  /* line 10, app/assets/stylesheets/utilities/position.scss */
  .bp1-position-absolute {
    position: absolute;
  }
  /* line 11, app/assets/stylesheets/utilities/position.scss */
  .bp1-position-static {
    position: static;
  }
  /* line 12, app/assets/stylesheets/utilities/position.scss */
  .bp1-position-fixed {
    position: fixed;
  }
}

@media only screen and (min-width: 62em) {
  /* line 16, app/assets/stylesheets/utilities/position.scss */
  .bp2-position-relative {
    position: relative;
  }
  /* line 17, app/assets/stylesheets/utilities/position.scss */
  .bp2-position-absolute {
    position: absolute;
  }
  /* line 18, app/assets/stylesheets/utilities/position.scss */
  .bp2-position-static {
    position: static;
  }
  /* line 19, app/assets/stylesheets/utilities/position.scss */
  .bp2-position-fixed {
    position: fixed;
  }
}

@media only screen and (min-width: 68em) {
  /* line 23, app/assets/stylesheets/utilities/position.scss */
  .bp3-position-relative {
    position: relative;
  }
  /* line 24, app/assets/stylesheets/utilities/position.scss */
  .bp3-position-absolute {
    position: absolute;
  }
  /* line 25, app/assets/stylesheets/utilities/position.scss */
  .bp3-position-static {
    position: static;
  }
  /* line 26, app/assets/stylesheets/utilities/position.scss */
  .bp3-position-fixed {
    position: fixed;
  }
}

@media only screen and (min-width: 110em) {
  /* line 30, app/assets/stylesheets/utilities/position.scss */
  .bp4-position-relative {
    position: relative;
  }
  /* line 31, app/assets/stylesheets/utilities/position.scss */
  .bp4-position-absolute {
    position: absolute;
  }
  /* line 32, app/assets/stylesheets/utilities/position.scss */
  .bp4-position-static {
    position: static;
  }
  /* line 33, app/assets/stylesheets/utilities/position.scss */
  .bp4-position-fixed {
    position: fixed;
  }
}

/* line 2, app/assets/stylesheets/utilities/resize.scss */
.resize-none {
  resize: none;
}

/* line 3, app/assets/stylesheets/utilities/resize.scss */
.resize-vertical {
  resize: vertical;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-0 {
  right: 0px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-10 {
  right: 10px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-15 {
  right: 15px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-20 {
  right: 20px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-30 {
  right: 30px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-40 {
  right: 40px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-50 {
  right: 50px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-60 {
  right: 60px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-70 {
  right: 70px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-80 {
  right: 80px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-90 {
  right: 90px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-100 {
  right: 100px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-110 {
  right: 110px;
}

/* line 2, app/assets/stylesheets/utilities/right.scss */
.right-120 {
  right: 120px;
}

/* line 4, app/assets/stylesheets/utilities/right.scss */
.right-auto {
  right: auto;
}

@media only screen and (min-width: 38em) {
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-0 {
    right: 0px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-10 {
    right: 10px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-15 {
    right: 15px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-20 {
    right: 20px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-30 {
    right: 30px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-40 {
    right: 40px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-50 {
    right: 50px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-60 {
    right: 60px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-70 {
    right: 70px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-80 {
    right: 80px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-90 {
    right: 90px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-100 {
    right: 100px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-110 {
    right: 110px;
  }
  /* line 8, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-120 {
    right: 120px;
  }
  /* line 10, app/assets/stylesheets/utilities/right.scss */
  .bp1-right-auto {
    right: auto;
  }
}

@media only screen and (min-width: 62em) {
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-0 {
    right: 0px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-10 {
    right: 10px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-15 {
    right: 15px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-20 {
    right: 20px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-30 {
    right: 30px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-40 {
    right: 40px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-50 {
    right: 50px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-60 {
    right: 60px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-70 {
    right: 70px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-80 {
    right: 80px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-90 {
    right: 90px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-100 {
    right: 100px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-110 {
    right: 110px;
  }
  /* line 15, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-120 {
    right: 120px;
  }
  /* line 17, app/assets/stylesheets/utilities/right.scss */
  .bp2-right-auto {
    right: auto;
  }
}

@media only screen and (min-width: 68em) {
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-0 {
    right: 0px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-10 {
    right: 10px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-15 {
    right: 15px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-20 {
    right: 20px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-30 {
    right: 30px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-40 {
    right: 40px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-50 {
    right: 50px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-60 {
    right: 60px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-70 {
    right: 70px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-80 {
    right: 80px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-90 {
    right: 90px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-100 {
    right: 100px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-110 {
    right: 110px;
  }
  /* line 22, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-120 {
    right: 120px;
  }
  /* line 24, app/assets/stylesheets/utilities/right.scss */
  .bp3-right-auto {
    right: auto;
  }
}

@media only screen and (min-width: 110em) {
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-0 {
    right: 0px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-10 {
    right: 10px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-15 {
    right: 15px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-20 {
    right: 20px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-30 {
    right: 30px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-40 {
    right: 40px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-50 {
    right: 50px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-60 {
    right: 60px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-70 {
    right: 70px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-80 {
    right: 80px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-90 {
    right: 90px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-100 {
    right: 100px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-110 {
    right: 110px;
  }
  /* line 29, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-120 {
    right: 120px;
  }
  /* line 31, app/assets/stylesheets/utilities/right.scss */
  .bp4-right-auto {
    right: auto;
  }
}

/* line 1, app/assets/stylesheets/utilities/table-layout.scss */
.tableLayout-fixed {
  table-layout: fixed;
}

/* line 2, app/assets/stylesheets/utilities/text-align.scss */
.textAlign-left, .existing-loan-list li span {
  text-align: left;
}

/* line 3, app/assets/stylesheets/utilities/text-align.scss */
.textAlign-center, .rs-documents-details .rs-boxSection h3, .rs-documents-details .rs-boxSection h4, .rs-note {
  text-align: center;
}

/* line 4, app/assets/stylesheets/utilities/text-align.scss */
.textAlign-right {
  text-align: right;
}

/* line 2, app/assets/stylesheets/utilities/text-decoration.scss */
.textDecoration-none, .header-drawer > nav > ul > li > a {
  text-decoration: none;
}

/* line 3, app/assets/stylesheets/utilities/text-decoration.scss */
.textDecoration-underline {
  text-decoration: underline;
}

/* line 4, app/assets/stylesheets/utilities/text-decoration.scss */
.textDecoration-overline {
  text-decoration: overline;
}

/* line 5, app/assets/stylesheets/utilities/text-decoration.scss */
.textDecoration-lineThrough {
  text-decoration: line-through;
}

/* line 1, app/assets/stylesheets/utilities/text-overflow.scss */
.textOverflow-clip {
  text-overflow: clip;
}

/* line 2, app/assets/stylesheets/utilities/text-overflow.scss */
.textOverflow-ellipsis {
  text-overflow: ellipsis;
}

/* line 3, app/assets/stylesheets/utilities/text-overflow.scss */
.textOverflow-string {
  text-overflow: string;
}

/* line 1, app/assets/stylesheets/utilities/text-shadow.scss */
.textShadow-s {
  text-shadow: 0 1px 3px rgba(20, 20, 20, 0.15);
}

/* line 2, app/assets/stylesheets/utilities/text-transform.scss */
.textTransform-uppercase, .existing-loan-list li span, .rs-terms > h4 {
  text-transform: uppercase;
}

/* line 3, app/assets/stylesheets/utilities/text-transform.scss */
.textTransform-capitalize {
  text-transform: capitalize;
}

/* line 4, app/assets/stylesheets/utilities/text-transform.scss */
.textTransform-lowercase {
  text-transform: lowercase;
}

/* line 5, app/assets/stylesheets/utilities/text-transform.scss */
.textTransform-initial {
  text-transform: initial;
}

/* line 6, app/assets/stylesheets/utilities/text-transform.scss */
.textTransform-none, .collections-primary-button, .collections-secondary-button {
  text-transform: none;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-0 {
  top: 0px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-10 {
  top: 10px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-15 {
  top: 15px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-20 {
  top: 20px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-30 {
  top: 30px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-40 {
  top: 40px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-50 {
  top: 50px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-60 {
  top: 60px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-70 {
  top: 70px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-80 {
  top: 80px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-90 {
  top: 90px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-100 {
  top: 100px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-110 {
  top: 110px;
}

/* line 2, app/assets/stylesheets/utilities/top.scss */
.top-120 {
  top: 120px;
}

/* line 4, app/assets/stylesheets/utilities/top.scss */
.top-auto {
  top: auto;
}

@media only screen and (min-width: 38em) {
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-0 {
    top: 0px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-10 {
    top: 10px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-15 {
    top: 15px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-20 {
    top: 20px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-30 {
    top: 30px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-40 {
    top: 40px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-50 {
    top: 50px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-60 {
    top: 60px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-70 {
    top: 70px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-80 {
    top: 80px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-90 {
    top: 90px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-100 {
    top: 100px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-110 {
    top: 110px;
  }
  /* line 8, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-120 {
    top: 120px;
  }
  /* line 10, app/assets/stylesheets/utilities/top.scss */
  .bp1-top-auto {
    top: auto;
  }
}

@media only screen and (min-width: 62em) {
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-0 {
    top: 0px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-10 {
    top: 10px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-15 {
    top: 15px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-20 {
    top: 20px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-30 {
    top: 30px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-40 {
    top: 40px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-50 {
    top: 50px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-60 {
    top: 60px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-70 {
    top: 70px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-80 {
    top: 80px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-90 {
    top: 90px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-100 {
    top: 100px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-110 {
    top: 110px;
  }
  /* line 15, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-120 {
    top: 120px;
  }
  /* line 17, app/assets/stylesheets/utilities/top.scss */
  .bp2-top-auto {
    top: auto;
  }
}

@media only screen and (min-width: 68em) {
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-0 {
    top: 0px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-10 {
    top: 10px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-15 {
    top: 15px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-20 {
    top: 20px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-30 {
    top: 30px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-40 {
    top: 40px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-50 {
    top: 50px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-60 {
    top: 60px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-70 {
    top: 70px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-80 {
    top: 80px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-90 {
    top: 90px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-100 {
    top: 100px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-110 {
    top: 110px;
  }
  /* line 22, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-120 {
    top: 120px;
  }
  /* line 24, app/assets/stylesheets/utilities/top.scss */
  .bp3-top-auto {
    top: auto;
  }
}

@media only screen and (min-width: 110em) {
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-0 {
    top: 0px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-10 {
    top: 10px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-15 {
    top: 15px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-20 {
    top: 20px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-30 {
    top: 30px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-40 {
    top: 40px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-50 {
    top: 50px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-60 {
    top: 60px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-70 {
    top: 70px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-80 {
    top: 80px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-90 {
    top: 90px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-100 {
    top: 100px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-110 {
    top: 110px;
  }
  /* line 29, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-120 {
    top: 120px;
  }
  /* line 31, app/assets/stylesheets/utilities/top.scss */
  .bp4-top-auto {
    top: auto;
  }
}

/* line 2, app/assets/stylesheets/utilities/transition-duration.scss */
.transitionDuration-xl {
  transition-duration: 800ms;
}

/* line 2, app/assets/stylesheets/utilities/transition-duration.scss */
.transitionDuration-l {
  transition-duration: 600ms;
}

/* line 2, app/assets/stylesheets/utilities/transition-duration.scss */
.transitionDuration-m {
  transition-duration: 400ms;
}

/* line 2, app/assets/stylesheets/utilities/transition-duration.scss */
.transitionDuration-s {
  transition-duration: 210ms;
}

/* line 2, app/assets/stylesheets/utilities/transition-property.scss */
.transition-all {
  transition-property: all;
}

/* line 2, app/assets/stylesheets/utilities/transition-timing-function.scss */
.transitionTimingFunction-linear {
  transition-timing-function: linear;
}

/* line 3, app/assets/stylesheets/utilities/transition-timing-function.scss */
.transitionTimingFunction-ease {
  transition-timing-function: ease;
}

/* line 4, app/assets/stylesheets/utilities/transition-timing-function.scss */
.transitionTimingFunction-spring {
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1.4);
}

/* line 1, app/assets/stylesheets/utilities/user-select.scss */
.userSelect-none {
  user-select: none;
}

/* line 2, app/assets/stylesheets/utilities/user-select.scss */
.userSelect-auto {
  user-select: auto;
}

/* line 3, app/assets/stylesheets/utilities/user-select.scss */
.userSelect-text {
  user-select: text;
}

/* line 4, app/assets/stylesheets/utilities/user-select.scss */
.userSelect-contain {
  user-select: contain;
}

/* line 5, app/assets/stylesheets/utilities/user-select.scss */
.userSelect-all {
  user-select: all;
}

/* line 1, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-baseline {
  vertical-align: baseline;
}

/* line 2, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-sub {
  vertical-align: sub;
}

/* line 3, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-super {
  vertical-align: super;
}

/* line 4, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-top {
  vertical-align: top;
}

/* line 5, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-textTop {
  vertical-align: text-top;
}

/* line 6, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-middle, .requirements-list > li .title .icon, .requirements-list > li .title .referral-dashboard table td a.btn-edit [class^="icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class^="icon-"],
.requirements-list > li .title .referral-dashboard table td a.btn-edit [class*=" icon-"], .referral-dashboard table td a.btn-edit .requirements-list > li .title [class*=" icon-"] {
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-bottom {
  vertical-align: bottom;
}

/* line 8, app/assets/stylesheets/utilities/vertical-align.scss */
.verticalAlign-textBottom {
  vertical-align: text-bottom;
}

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

/* line 2, app/assets/stylesheets/utilities/visibility.scss */
.visibility-visible {
  visibility: visible;
}

/* line 3, app/assets/stylesheets/utilities/visibility.scss */
.visibility-collapse {
  visibility: collapse;
}

/* line 1, app/assets/stylesheets/utilities/white-space.scss */
.whiteSpace-auto {
  white-space: auto;
}

/* line 2, app/assets/stylesheets/utilities/white-space.scss */
.whiteSpace-normal {
  white-space: normal;
}

/* line 3, app/assets/stylesheets/utilities/white-space.scss */
.whiteSpace-nowrap, .referral-dashboard table th {
  white-space: nowrap;
}

/* line 4, app/assets/stylesheets/utilities/white-space.scss */
.whiteSpace-pre {
  white-space: pre;
}

/* line 5, app/assets/stylesheets/utilities/white-space.scss */
.whiteSpace-preLine {
  white-space: pre-line;
}

/* line 6, app/assets/stylesheets/utilities/white-space.scss */
.whiteSpace-preWrap {
  white-space: pre-wrap;
}

/* line 3, app/assets/stylesheets/utilities/width.scss */
.width-0 {
  width: 0;
}

/* line 4, app/assets/stylesheets/utilities/width.scss */
.width-auto {
  width: auto;
}

/* line 6, app/assets/stylesheets/utilities/width.scss */
.width-200 {
  width: 200px;
}

/* line 7, app/assets/stylesheets/utilities/width.scss */
.width-300 {
  width: 300px;
}

/* line 8, app/assets/stylesheets/utilities/width.scss */
.width-950 {
  width: 950px;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-5p {
  width: 5%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-10p {
  width: 10%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-15p {
  width: 15%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-20p {
  width: 20%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-25p {
  width: 25%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-30p {
  width: 30%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-35p {
  width: 35%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-40p {
  width: 40%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-45p {
  width: 45%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-50p {
  width: 50%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-55p {
  width: 55%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-60p {
  width: 60%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-65p {
  width: 65%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-70p {
  width: 70%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-75p {
  width: 75%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-80p {
  width: 80%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-85p {
  width: 85%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-90p {
  width: 90%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-95p {
  width: 95%;
}

/* line 11, app/assets/stylesheets/utilities/width.scss */
.width-100p, .referral-dashboard {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  /* line 15, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-0 {
    width: 0;
  }
  /* line 16, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-auto {
    width: auto;
  }
  /* line 18, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-200 {
    width: 200px;
  }
  /* line 19, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-300 {
    width: 300px;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-5p {
    width: 5%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-10p {
    width: 10%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-15p {
    width: 15%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-20p {
    width: 20%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-25p {
    width: 25%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-30p {
    width: 30%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-35p {
    width: 35%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-40p {
    width: 40%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-45p {
    width: 45%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-50p {
    width: 50%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-55p {
    width: 55%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-60p {
    width: 60%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-65p {
    width: 65%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-70p {
    width: 70%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-75p {
    width: 75%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-80p {
    width: 80%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-85p {
    width: 85%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-90p {
    width: 90%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-95p {
    width: 95%;
  }
  /* line 22, app/assets/stylesheets/utilities/width.scss */
  .mobile-width-100p {
    width: 100%;
  }
}

@media only screen and (min-width: 62em) {
  /* line 27, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-0 {
    width: 0;
  }
  /* line 28, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-auto {
    width: auto;
  }
  /* line 30, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-200 {
    width: 200px;
  }
  /* line 31, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-300 {
    width: 300px;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-5p {
    width: 5%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-10p {
    width: 10%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-15p {
    width: 15%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-20p {
    width: 20%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-25p {
    width: 25%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-30p {
    width: 30%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-35p {
    width: 35%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-40p {
    width: 40%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-45p {
    width: 45%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-50p {
    width: 50%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-55p {
    width: 55%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-60p {
    width: 60%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-65p {
    width: 65%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-70p {
    width: 70%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-75p {
    width: 75%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-80p {
    width: 80%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-85p {
    width: 85%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-90p {
    width: 90%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-95p {
    width: 95%;
  }
  /* line 34, app/assets/stylesheets/utilities/width.scss */
  .bp2-width-100p {
    width: 100%;
  }
}

@media only screen and (min-width: 68em) {
  /* line 39, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-0 {
    width: 0;
  }
  /* line 40, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-auto {
    width: auto;
  }
  /* line 42, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-200 {
    width: 200px;
  }
  /* line 43, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-300 {
    width: 300px;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-5p {
    width: 5%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-10p {
    width: 10%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-15p {
    width: 15%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-20p {
    width: 20%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-25p {
    width: 25%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-30p {
    width: 30%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-35p {
    width: 35%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-40p {
    width: 40%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-45p {
    width: 45%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-50p {
    width: 50%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-55p {
    width: 55%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-60p {
    width: 60%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-65p {
    width: 65%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-70p {
    width: 70%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-75p {
    width: 75%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-80p {
    width: 80%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-85p {
    width: 85%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-90p {
    width: 90%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-95p {
    width: 95%;
  }
  /* line 46, app/assets/stylesheets/utilities/width.scss */
  .bp3-width-100p {
    width: 100%;
  }
}

@media only screen and (min-width: 110em) {
  /* line 51, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-0 {
    width: 0;
  }
  /* line 52, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-auto {
    width: auto;
  }
  /* line 54, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-200 {
    width: 200px;
  }
  /* line 55, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-300 {
    width: 300px;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-5p {
    width: 5%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-10p {
    width: 10%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-15p {
    width: 15%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-20p {
    width: 20%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-25p {
    width: 25%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-30p {
    width: 30%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-35p {
    width: 35%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-40p {
    width: 40%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-45p {
    width: 45%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-50p {
    width: 50%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-55p {
    width: 55%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-60p {
    width: 60%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-65p {
    width: 65%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-70p {
    width: 70%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-75p {
    width: 75%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-80p {
    width: 80%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-85p {
    width: 85%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-90p {
    width: 90%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-95p {
    width: 95%;
  }
  /* line 58, app/assets/stylesheets/utilities/width.scss */
  .bp4-width-100p {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/utilities/word-break.scss */
.wordBreak-normal {
  word-break: normal;
}

/* line 2, app/assets/stylesheets/utilities/word-break.scss */
.wordBreak-breakAll {
  word-break: break-all;
}

/* line 3, app/assets/stylesheets/utilities/word-break.scss */
.wordBreak-keepAll {
  word-break: keep-all;
}

/* line 1, app/assets/stylesheets/utilities/word-wrap.scss */
.wordWrap-normal {
  word-wrap: normal;
}

/* line 4, app/assets/stylesheets/utilities/word-wrap.scss */
.wordWrap-break-word {
  word-wrap: break-word;
}

/* line 2, app/assets/stylesheets/utilities/z-index.scss */
.zIndex-n {
  z-index: -1;
}

/* line 3, app/assets/stylesheets/utilities/z-index.scss */
.zIndex-xs {
  z-index: 1;
}

/* line 4, app/assets/stylesheets/utilities/z-index.scss */
.zIndex-s {
  z-index: 5;
}

/* line 5, app/assets/stylesheets/utilities/z-index.scss */
.zIndex-m {
  z-index: 10;
}

/* line 6, app/assets/stylesheets/utilities/z-index.scss */
.zIndex-l {
  z-index: 15;
}

/* line 7, app/assets/stylesheets/utilities/z-index.scss */
.zIndex-xl {
  z-index: 20;
}

/* line 6, app/assets/stylesheets/shame.scss */
.background-image {
  display: inline-block;
  background-size: cover;
  background-position: center;
}

/* line 12, app/assets/stylesheets/shame.scss */
body {
  background-color: #f3f5f7;
}

/* line 16, app/assets/stylesheets/shame.scss */
body.has-fixed-header {
  padding-top: 60px;
}

/* line 20, app/assets/stylesheets/shame.scss */
.turbolinks-progress-bar {
  height: 4px;
  background-color: #0080ff;
}

/* line 28, app/assets/stylesheets/shame.scss */
.field_with_errors {
  display: inline;
}

@media only screen and (max-width: 900px) {
  /* line 31, app/assets/stylesheets/shame.scss */
  .fb_dialog {
    top: 20px !important;
  }
}
