@charset "UTF-8";
/*






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

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xs {
  font-size: .75em;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sm {
  font-size: .875em;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-6x {
  font-size: 6em;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-7x {
  font-size: 7em;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-8x {
  font-size: 8em;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-9x {
  font-size: 9em;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-10x {
  font-size: 10em;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ul > li {
  position: relative;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pull-left {
  float: left;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pull-right {
  float: right;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 195, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 198, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 219, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 225, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 228, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 231, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 240, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 243, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 249, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 252, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 258, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 261, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 273, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 276, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 279, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 282, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 288, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 291, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 294, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 300, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 303, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 306, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 312, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 315, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 318, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 321, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 324, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 327, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 333, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 336, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 339, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 342, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 345, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 348, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 351, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 354, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 357, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 360, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 363, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 366, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 369, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 372, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 375, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 378, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 381, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 384, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 387, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 390, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 393, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 396, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 402, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 405, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 408, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 411, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 414, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 417, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 420, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-award:before {
  content: "\f559";
}

/* line 423, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 426, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 429, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 432, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 435, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 438, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 441, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 444, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 447, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 450, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 453, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 456, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 459, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 462, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 465, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 468, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 471, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 474, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 477, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 480, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 483, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 486, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 489, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 492, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 495, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 498, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 501, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 504, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 507, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 510, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 513, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 516, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 519, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 522, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 525, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 528, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 531, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 534, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 537, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 540, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 543, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 546, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 549, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 552, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 555, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 558, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 561, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 564, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 567, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 570, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 573, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 576, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 579, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 582, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 585, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 588, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 591, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 594, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 597, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 600, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 603, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 606, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 609, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 612, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 615, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 618, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 621, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 624, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 627, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 630, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box:before {
  content: "\f466";
}

/* line 633, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 636, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 639, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 642, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 645, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 648, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 651, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 654, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 657, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 660, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 663, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 666, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 669, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 672, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 675, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 678, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 681, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 684, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 687, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 690, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 693, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 696, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 699, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 702, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 705, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 708, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 711, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 714, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 717, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 720, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 723, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 726, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 729, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 732, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 735, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 738, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 741, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 744, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 747, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 750, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 753, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 756, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 759, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 762, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 765, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 768, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 771, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 774, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 777, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 780, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 783, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 786, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 789, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 792, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 795, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 798, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 801, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 804, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 807, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 810, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 813, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 816, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 819, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 822, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 825, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 828, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 831, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 834, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 837, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 840, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 843, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 846, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 849, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 852, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 855, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 858, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 861, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 864, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 867, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 870, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 873, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 876, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 879, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 882, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 885, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 888, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 891, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 894, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 897, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 900, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 903, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 906, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 909, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 912, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 915, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 918, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 921, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 924, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 927, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 930, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 933, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 936, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 939, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 942, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 945, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 948, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 951, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 954, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 957, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 960, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 963, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 966, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 969, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 972, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 975, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 978, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 981, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 984, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 987, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 990, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 993, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 996, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 999, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 1002, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1005, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1008, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 1011, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1014, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1017, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1020, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1023, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1026, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1029, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1032, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1035, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1038, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 1041, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 1044, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 1047, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1050, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 1053, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1056, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1059, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1062, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1065, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1068, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 1071, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1074, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1077, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1080, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 1083, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1086, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1089, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1092, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1095, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1098, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1101, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 1104, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1107, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1110, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1113, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1116, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1119, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1122, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1125, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1128, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1131, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1134, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1137, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1140, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1143, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1146, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1149, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1152, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1155, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1158, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1161, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1164, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1167, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1170, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1173, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1176, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 1179, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1182, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 1185, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 1188, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1191, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1194, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1197, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1200, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1203, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1206, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1209, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1212, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1215, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 1218, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1221, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1224, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1227, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 1230, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1233, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 1236, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1239, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1242, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1245, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1248, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1251, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1254, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 1257, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1260, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1263, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 1266, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1269, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1272, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1275, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1278, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1281, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1284, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1287, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1290, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1293, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1296, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1299, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1302, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 1305, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 1308, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 1311, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 1314, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 1317, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 1320, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 1323, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 1326, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 1329, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 1332, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 1335, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 1338, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 1341, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 1344, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 1347, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 1350, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 1353, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-download:before {
  content: "\f019";
}

/* line 1356, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 1359, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 1362, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 1365, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 1368, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1371, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 1374, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1377, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 1380, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 1383, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1386, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1389, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 1392, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 1395, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 1398, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 1401, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 1404, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 1407, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 1410, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 1413, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 1416, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 1419, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 1422, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 1425, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 1428, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1431, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1434, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 1437, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 1440, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1443, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1446, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 1449, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 1452, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1455, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1458, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 1461, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1464, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1467, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1470, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 1473, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1476, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1479, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 1482, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1485, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1488, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1491, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1494, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 1497, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 1500, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1503, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1506, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 1509, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 1512, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 1515, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1518, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1521, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1524, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1527, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1530, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1533, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 1536, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1539, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1542, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1545, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 1548, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1551, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 1554, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 1557, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 1560, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 1563, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1566, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1569, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 1572, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1575, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1578, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1581, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1584, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1587, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 1590, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 1593, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 1596, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1599, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 1602, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1605, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 1608, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 1611, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1614, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 1617, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 1620, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1623, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1626, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 1629, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 1632, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 1635, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1638, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1641, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 1644, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 1647, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-film:before {
  content: "\f008";
}

/* line 1650, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1653, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 1656, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 1659, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 1662, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1665, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1668, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 1671, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1674, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1677, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 1680, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1683, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 1686, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 1689, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 1692, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1695, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 1698, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1701, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1704, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1707, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 1710, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 1713, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 1716, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 1719, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1722, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 1725, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font:before {
  content: "\f031";
}

/* line 1728, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 1731, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1734, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 1737, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1740, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1743, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1746, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1749, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1752, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1755, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1758, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 1761, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1764, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 1767, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1770, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 1773, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 1776, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 1779, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1782, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 1785, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1788, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1791, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1794, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1797, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 1800, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1803, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1806, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1809, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1812, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1815, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1818, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 1821, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 1824, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 1827, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1830, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 1833, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1836, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 1839, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1842, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 1845, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1848, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1851, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 1854, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 1857, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 1860, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1863, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1866, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 1869, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1872, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1875, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1878, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 1881, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 1884, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 1887, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 1890, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1893, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1896, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1899, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1902, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1905, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1908, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 1911, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1914, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 1917, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 1920, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 1923, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1926, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 1929, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1932, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1935, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1938, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 1941, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 1944, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 1947, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 1950, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 1953, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 1956, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1959, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 1962, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 1965, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 1968, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 1971, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 1974, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 1977, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1980, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1983, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 1986, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 1989, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 1992, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1995, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 1998, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 2001, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 2004, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 2007, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 2010, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 2013, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 2016, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 2019, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 2022, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2025, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2028, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2031, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2034, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 2037, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 2040, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 2043, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 2046, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 2049, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 2052, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 2055, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2058, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 2061, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 2064, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 2067, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 2070, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 2073, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2076, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2079, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2082, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 2085, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2088, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2091, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 2094, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 2097, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 2100, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 2103, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 2106, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 2109, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 2112, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2115, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 2118, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 2121, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 2124, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 2127, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 2130, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 2133, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 2136, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 2139, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 2142, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 2145, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 2148, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 2151, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 2154, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 2157, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2160, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 2163, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 2166, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 2169, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 2172, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 2175, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 2178, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 2181, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 2184, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 2187, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 2190, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-home:before {
  content: "\f015";
}

/* line 2193, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 2196, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 2199, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 2202, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 2205, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 2208, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 2211, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 2214, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 2217, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 2220, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 2223, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 2226, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 2229, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2232, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2235, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2238, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2241, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 2244, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 2247, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2250, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 2253, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 2256, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 2259, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2262, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 2265, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 2268, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 2271, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2274, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2277, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 2280, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 2283, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 2286, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 2289, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-images:before {
  content: "\f302";
}

/* line 2292, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2295, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 2298, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 2301, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2304, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 2307, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-info:before {
  content: "\f129";
}

/* line 2310, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 2313, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 2316, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 2319, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 2322, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 2325, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 2328, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2331, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 2334, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2337, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 2340, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 2343, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 2346, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 2349, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 2352, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 2355, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 2358, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 2361, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 2364, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 2367, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 2370, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 2373, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 2376, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 2379, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 2382, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 2385, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 2388, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 2391, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-key:before {
  content: "\f084";
}

/* line 2394, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 2397, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 2400, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 2403, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 2406, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 2409, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2412, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 2415, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 2418, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 2421, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 2424, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 2427, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 2430, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 2433, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 2436, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 2439, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 2442, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 2445, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 2448, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2451, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2454, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 2457, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 2460, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 2463, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 2466, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 2469, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 2472, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2475, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 2478, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 2481, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 2484, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 2487, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 2490, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 2493, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 2496, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 2499, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 2502, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 2505, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 2508, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 2511, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2514, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 2517, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 2520, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 2523, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 2526, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 2529, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 2532, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 2535, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 2538, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 2541, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2544, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2547, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2550, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2553, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2556, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 2559, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 2562, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 2565, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 2568, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 2571, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 2574, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 2577, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 2580, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 2583, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-male:before {
  content: "\f183";
}

/* line 2586, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 2589, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2592, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 2595, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2598, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 2601, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2604, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2607, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2610, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 2613, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 2616, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 2619, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2622, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2625, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2628, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2631, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 2634, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 2637, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 2640, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 2643, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 2646, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 2649, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 2652, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 2655, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 2658, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 2661, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2664, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 2667, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 2670, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 2673, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2676, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 2679, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 2682, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 2685, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 2688, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 2691, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 2694, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2697, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 2700, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 2703, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2706, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 2709, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 2712, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 2715, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 2718, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 2721, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 2724, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 2727, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 2730, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2733, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 2736, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 2739, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 2742, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 2745, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2748, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 2751, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 2754, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2757, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 2760, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2763, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 2766, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 2769, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 2772, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 2775, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2778, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 2781, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2784, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 2787, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 2790, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2793, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 2796, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-music:before {
  content: "\f001";
}

/* line 2799, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 2802, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 2805, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 2808, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2811, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 2814, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 2817, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-node:before {
  content: "\f419";
}

/* line 2820, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 2823, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 2826, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 2829, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 2832, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 2835, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 2838, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 2841, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2844, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 2847, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2850, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2853, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 2856, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 2859, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-om:before {
  content: "\f679";
}

/* line 2862, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2865, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 2868, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 2871, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2874, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 2877, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 2880, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 2883, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 2886, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 2889, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 2892, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 2895, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2898, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 2901, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 2904, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 2907, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 2910, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2913, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 2916, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 2919, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2922, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 2925, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 2928, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 2931, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 2934, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 2937, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 2940, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2943, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 2946, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2949, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 2952, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 2955, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 2958, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 2961, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 2964, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 2967, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 2970, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2973, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 2976, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 2979, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 2982, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 2985, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 2988, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2991, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 2994, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 2997, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 3000, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 3003, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 3006, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 3009, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 3012, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 3015, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 3018, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 3021, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 3024, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 3027, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 3030, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-php:before {
  content: "\f457";
}

/* line 3033, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 3036, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 3039, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 3042, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 3045, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 3048, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 3051, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 3054, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 3057, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 3060, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 3063, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 3066, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 3069, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 3072, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 3075, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 3078, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 3081, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 3084, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 3087, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 3090, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 3093, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 3096, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 3099, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 3102, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 3105, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 3108, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 3111, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 3114, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 3117, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 3120, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 3123, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 3126, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 3129, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 3132, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 3135, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 3138, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 3141, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3144, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 3147, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 3150, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 3153, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 3156, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 3159, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 3162, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 3165, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 3168, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 3171, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 3174, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 3177, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-question:before {
  content: "\f128";
}

/* line 3180, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 3183, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 3186, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 3189, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 3192, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 3195, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 3198, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 3201, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 3204, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 3207, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 3210, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 3213, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-random:before {
  content: "\f074";
}

/* line 3216, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3219, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3222, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 3225, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 3228, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 3231, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 3234, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 3237, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 3240, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 3243, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 3246, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 3249, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 3252, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 3255, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 3258, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 3261, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 3264, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 3267, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 3270, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 3273, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 3276, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 3279, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 3282, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 3285, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 3288, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 3291, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 3294, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 3297, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 3300, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 3303, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 3306, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-road:before {
  content: "\f018";
}

/* line 3309, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 3312, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 3315, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 3318, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 3321, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 3324, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 3327, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 3330, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 3333, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 3336, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 3339, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 3342, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 3345, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 3348, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 3351, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 3354, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 3357, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 3360, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 3363, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 3366, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 3369, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 3372, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 3375, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 3378, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 3381, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-school:before {
  content: "\f549";
}

/* line 3384, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 3387, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 3390, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 3393, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 3396, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search:before {
  content: "\f002";
}

/* line 3399, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 3402, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 3405, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 3408, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 3411, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 3414, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 3417, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 3420, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 3423, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-server:before {
  content: "\f233";
}

/* line 3426, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 3429, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 3432, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share:before {
  content: "\f064";
}

/* line 3435, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 3438, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 3441, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 3444, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 3447, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 3450, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 3453, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 3456, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 3459, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 3462, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 3465, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 3468, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 3471, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 3474, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 3477, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 3480, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 3483, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 3486, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 3489, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3492, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 3495, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3498, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 3501, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 3504, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 3507, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 3510, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 3513, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 3516, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 3519, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 3522, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 3525, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 3528, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 3531, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3534, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 3537, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 3540, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 3543, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 3546, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 3549, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 3552, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 3555, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 3558, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 3561, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 3564, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 3567, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 3570, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 3573, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 3576, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 3579, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 3582, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 3585, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 3588, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3591, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 3594, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 3597, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 3600, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 3603, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 3606, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 3609, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 3612, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 3615, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 3618, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3621, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3624, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3627, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3630, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 3633, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3636, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 3639, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3642, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 3645, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 3648, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3651, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 3654, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3657, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 3660, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 3663, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 3666, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 3669, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 3672, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 3675, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 3678, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 3681, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 3684, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 3687, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 3690, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 3693, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 3696, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 3699, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 3702, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 3705, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 3708, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 3711, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 3714, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 3717, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 3720, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star:before {
  content: "\f005";
}

/* line 3723, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 3726, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 3729, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 3732, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 3735, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 3738, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 3741, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 3744, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 3747, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 3750, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 3753, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 3756, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 3759, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 3762, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 3765, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 3768, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 3771, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 3774, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 3777, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 3780, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 3783, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 3786, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 3789, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 3792, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 3795, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 3798, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 3801, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 3804, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 3807, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 3810, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 3813, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 3816, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3819, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 3822, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 3825, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 3828, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3831, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 3834, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3837, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 3840, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 3843, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 3846, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 3849, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 3852, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 3855, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 3858, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 3861, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 3864, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 3867, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 3870, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 3873, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 3876, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 3879, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 3882, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 3885, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 3888, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 3891, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3894, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 3897, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 3900, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 3903, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 3906, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 3909, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 3912, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 3915, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 3918, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 3921, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 3924, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 3927, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 3930, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3933, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 3936, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 3939, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 3942, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 3945, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 3948, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 3951, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 3954, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 3957, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 3960, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 3963, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 3966, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 3969, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3972, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 3975, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 3978, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3981, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3984, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 3987, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 3990, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 3993, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 3996, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 3999, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 4002, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 4005, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4008, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4011, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 4014, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 4017, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4020, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4023, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 4026, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 4029, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 4032, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 4035, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 4038, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 4041, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 4044, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 4047, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 4050, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 4053, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4056, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 4059, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 4062, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4065, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 4068, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4071, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4074, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4077, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 4080, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 4083, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 4086, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4089, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4092, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4095, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4098, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4101, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 4104, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 4107, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 4110, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 4113, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 4116, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4119, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4122, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4125, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 4128, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4131, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4134, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4137, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 4140, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 4143, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 4146, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 4149, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 4152, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4155, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 4158, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 4161, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4164, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 4167, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 4170, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 4173, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 4176, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4179, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 4182, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 4185, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4188, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4191, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 4194, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 4197, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4200, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 4203, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4206, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4209, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 4212, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4215, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 4218, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 4221, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4224, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 4227, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 4230, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 4233, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 4236, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 4239, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 4242, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 4245, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4248, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 4251, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 4254, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 4257, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4260, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4263, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 4266, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 4269, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 4272, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 4275, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4278, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 4281, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 4284, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 4287, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 4290, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 4293, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4296, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 4299, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 4302, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 4305, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4308, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4311, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4314, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 4317, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 4320, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4323, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4326, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4329, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 4332, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 4335, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 4338, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 4341, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 4344, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 4347, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 4350, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4353, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 4356, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4359, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 4362, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 4365, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 4368, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4371, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 4374, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 4377, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 4380, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4383, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 4386, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4389, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4392, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 4395, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 4398, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 4401, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 4404, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 4407, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 4410, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 4413, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-water:before {
  content: "\f773";
}

/* line 4416, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 4419, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 4422, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 4425, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4428, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 4431, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 4434, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 4437, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4440, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 4443, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4446, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 4449, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4452, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4455, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 4458, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 4461, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4464, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4467, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4470, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4473, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 4476, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 4479, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4482, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 4485, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4488, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 4491, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4494, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 4497, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4500, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 4503, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4506, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4509, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4512, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 4515, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4518, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 4521, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 4524, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4527, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4530, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 4533, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4536, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 4539, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 4542, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 4545, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 4548, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4551, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 4554, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 4557, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4560, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4563, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 4566, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4569, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4579, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-1a82018929c15b4894b89f4bbf84121544edc83af8147d6efb8a8c6f2aa6b823.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-1a82018929c15b4894b89f4bbf84121544edc83af8147d6efb8a8c6f2aa6b823.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-014d5f88eca2bf532a2eaecd1b929d2ebb7b89b6b224955a88a887a6e6ec96d6.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-9a1256ce2928ad3e6ee76e94a64742672a84bc3cbfaa2ab6afc0c327ee8c285d.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-556e869d78177965bfb888853c07aeb38cf02a430bfda3428ec3bbb8943e4f49.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-brands-400-0aeca8e7194fa042398331d80758769942ffdc0710f010f03f6475ec359a274f.svg#fontawesome) format("svg");
}

/* line 4594, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-0a1b872e027192533a34e39d889720ea61cb36f05c8929a0c7332d147f8c3cca.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-0a1b872e027192533a34e39d889720ea61cb36f05c8929a0c7332d147f8c3cca.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-f7d5b48f588ee15e226c466c10f22b54a58d717af356b5f4229781c212236af0.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-f44e8e9220c7f587a05a64f29bff31290df9356c0c3bcd6bece0ec63f1b9e153.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-08bfbf74e005cfd1422c16c1942a0dd615f63259b73ae75838d2468eb2b04f29.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-regular-400-729fae3990adc2b348f573868ad52833b1e6799631dd8c084cdcd4de8b0afd00.svg#fontawesome) format("svg");
}

/* line 4605, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-e14d824c38f00ec9bda7fc7457017ed56813867df014f23f10756158f0258226.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-e14d824c38f00ec9bda7fc7457017ed56813867df014f23f10756158f0258226.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-9ab6141e87e2863956b80535bb912cedd28e8dcd33115a9467ce76139edb89a3.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-21acdbd12344e63d2c385c18601b52e4d0ae10c883edd9286ebe0115e32cf8e0.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-e6364bd3454f3d0627d6db78864bfb606240fe7a35a473940b97efc31047bd8b.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/fa-solid-900-302c3b7bd708847017b0e496a8c0ae191e8377713358879d4f166e63c2f2ce29.svg#fontawesome) format("svg");
}

/* line 4616, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text {
  padding-left: 5px;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text-r {
  padding-right: 5px;
}

@font-face {
  font-family: "four-levels-hiragino-sans";
  src: local("Hiragino Sans W4");
  font-weight: 400;
}

@font-face {
  font-family: "four-levels-hiragino-sans";
  src: local("Hiragino Sans W5");
  font-weight: 500;
}

@font-face {
  font-family: "four-levels-hiragino-sans";
  src: local("Hiragino Sans W6");
  font-weight: 600;
}

@font-face {
  font-family: "four-levels-hiragino-sans";
  src: local("Hiragino Sans W7");
  font-weight: 700;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --pink: #e83e8c;
  --cyan: #aadcee;
  --white: #FFF;
  --gray: #939393;
  --gray-dark: #343434;
  --primary: #00A0E2;
  --secondary: #939393;
  --success: #2BA84A;
  --info: #aadcee;
  --warning: #FB8B24;
  --danger: #E6230D;
  --light: #DDD;
  --dark: #343434;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "futura-pt", "four-levels-hiragino-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343434;
  text-align: left;
  background-color: #FFF;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #00A0E2;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #006a96;
  text-decoration: underline;
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #939393;
  text-align: left;
  caption-side: bottom;
}

/* line 279, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 345, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 380, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 3, app/assets/stylesheets/application/bootstrap/reboot.scss */
html,
body {
  height: 100%;
  color: #343434;
  background-color: #FFF;
  letter-spacing: .03rem;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #939393;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #939393;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #343434;
  border-radius: 0.2rem;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #343434;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1230px;
  }
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table, .capital.connections.index .companies-table, .companies.documents.index .documents-table, .companies.documents.show .documents-table, .investor.connections.index .companies-table, .component-v2 .square-table, .company.financial_reports.edit .square-table, .company.kpis .square-table, .table-door {
  width: 100%;
  margin-bottom: 1rem;
  color: #343434;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table th, .capital.connections.index .companies-table th, .companies.documents.index .documents-table th, .companies.documents.show .documents-table th, .investor.connections.index .companies-table th, .component-v2 .square-table th, .company.financial_reports.edit .square-table th, .company.kpis .square-table th, .table-door th,
.table td,
.capital.connections.index .companies-table td,
.companies.documents.index .documents-table td,
.companies.documents.show .documents-table td,
.investor.connections.index .companies-table td,
.component-v2 .square-table td,
.company.financial_reports.edit .square-table td,
.company.kpis .square-table td,
.table-door td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DDD;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th, .capital.connections.index .companies-table thead th, .companies.documents.index .documents-table thead th, .companies.documents.show .documents-table thead th, .investor.connections.index .companies-table thead th, .component-v2 .square-table thead th, .company.financial_reports.edit .square-table thead th, .company.kpis .square-table thead th, .table-door thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody, .capital.connections.index .companies-table tbody + tbody, .companies.documents.index .documents-table tbody + tbody, .companies.documents.show .documents-table tbody + tbody, .investor.connections.index .companies-table tbody + tbody, .component-v2 .square-table tbody + tbody, .company.financial_reports.edit .square-table tbody + tbody, .company.kpis .square-table tbody + tbody, .table-door tbody + tbody {
  border-top: 2px solid #DDD;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #DDD;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #DDD;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd), .company.financial_reports.list-table .rendered-table tbody tr:nth-of-type(odd), .company.kpis.financial-forecast .forecast-table tbody tr:nth-of-type(odd), .company.kpis.list-table .rendered-table tbody tr:nth-of-type(odd) {
  background-color: #F7F7F7;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover, .company.financial_reports.list-table .rendered-table tbody tr:hover, .company.kpis.financial-forecast .forecast-table tbody tr:hover, .company.kpis.list-table .rendered-table tbody tr:hover {
  color: #343434;
  background-color: #F7F7F7;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e4f7;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7acef0;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover, .company.financial_reports.list-table .rendered-table .table-primary:hover, .company.kpis.financial-forecast .forecast-table .table-primary:hover, .company.kpis.list-table .rendered-table .table-primary:hover {
  background-color: #a1dbf4;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td, .company.financial_reports.list-table .rendered-table .table-primary:hover > td, .company.kpis.financial-forecast .forecast-table .table-primary:hover > td, .company.kpis.list-table .rendered-table .table-primary:hover > td,
.table-hover .table-primary:hover > th,
.company.financial_reports.list-table .rendered-table .table-primary:hover > th,
.company.kpis.financial-forecast .forecast-table .table-primary:hover > th,
.company.kpis.list-table .rendered-table .table-primary:hover > th {
  background-color: #a1dbf4;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e1e1e1;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c7c7c7;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover, .company.financial_reports.list-table .rendered-table .table-secondary:hover, .company.kpis.financial-forecast .forecast-table .table-secondary:hover, .company.kpis.list-table .rendered-table .table-secondary:hover {
  background-color: #d4d4d4;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td, .company.financial_reports.list-table .rendered-table .table-secondary:hover > td, .company.kpis.financial-forecast .forecast-table .table-secondary:hover > td, .company.kpis.list-table .rendered-table .table-secondary:hover > td,
.table-hover .table-secondary:hover > th,
.company.financial_reports.list-table .rendered-table .table-secondary:hover > th,
.company.kpis.financial-forecast .forecast-table .table-secondary:hover > th,
.company.kpis.list-table .rendered-table .table-secondary:hover > th {
  background-color: #d4d4d4;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4e7cc;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #91d2a1;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover, .company.financial_reports.list-table .rendered-table .table-success:hover, .company.kpis.financial-forecast .forecast-table .table-success:hover, .company.kpis.list-table .rendered-table .table-success:hover {
  background-color: #b2e0bc;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td, .company.financial_reports.list-table .rendered-table .table-success:hover > td, .company.kpis.financial-forecast .forecast-table .table-success:hover > td, .company.kpis.list-table .rendered-table .table-success:hover > td,
.table-hover .table-success:hover > th,
.company.financial_reports.list-table .rendered-table .table-success:hover > th,
.company.kpis.financial-forecast .forecast-table .table-success:hover > th,
.company.kpis.list-table .rendered-table .table-success:hover > th {
  background-color: #b2e0bc;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #e7f5fa;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #d3edf6;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover, .company.financial_reports.list-table .rendered-table .table-info:hover, .company.kpis.financial-forecast .forecast-table .table-info:hover, .company.kpis.list-table .rendered-table .table-info:hover {
  background-color: #d2ecf6;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td, .company.financial_reports.list-table .rendered-table .table-info:hover > td, .company.kpis.financial-forecast .forecast-table .table-info:hover > td, .company.kpis.list-table .rendered-table .table-info:hover > td,
.table-hover .table-info:hover > th,
.company.financial_reports.list-table .rendered-table .table-info:hover > th,
.company.kpis.financial-forecast .forecast-table .table-info:hover > th,
.company.kpis.list-table .rendered-table .table-info:hover > th {
  background-color: #d2ecf6;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fedfc2;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdc38d;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover, .company.financial_reports.list-table .rendered-table .table-warning:hover, .company.kpis.financial-forecast .forecast-table .table-warning:hover, .company.kpis.list-table .rendered-table .table-warning:hover {
  background-color: #fed2a9;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td, .company.financial_reports.list-table .rendered-table .table-warning:hover > td, .company.kpis.financial-forecast .forecast-table .table-warning:hover > td, .company.kpis.list-table .rendered-table .table-warning:hover > td,
.table-hover .table-warning:hover > th,
.company.financial_reports.list-table .rendered-table .table-warning:hover > th,
.company.kpis.financial-forecast .forecast-table .table-warning:hover > th,
.company.kpis.list-table .rendered-table .table-warning:hover > th {
  background-color: #fed2a9;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c1bb;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f28d81;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover, .company.financial_reports.list-table .rendered-table .table-danger:hover, .company.kpis.financial-forecast .forecast-table .table-danger:hover, .company.kpis.list-table .rendered-table .table-danger:hover {
  background-color: #f6aca4;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td, .company.financial_reports.list-table .rendered-table .table-danger:hover > td, .company.kpis.financial-forecast .forecast-table .table-danger:hover > td, .company.kpis.list-table .rendered-table .table-danger:hover > td,
.table-hover .table-danger:hover > th,
.company.financial_reports.list-table .rendered-table .table-danger:hover > th,
.company.kpis.financial-forecast .forecast-table .table-danger:hover > th,
.company.kpis.list-table .rendered-table .table-danger:hover > th {
  background-color: #f6aca4;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: whitesmoke;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #ededed;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover, .company.financial_reports.list-table .rendered-table .table-light:hover, .company.kpis.financial-forecast .forecast-table .table-light:hover, .company.kpis.list-table .rendered-table .table-light:hover {
  background-color: #e8e8e8;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td, .company.financial_reports.list-table .rendered-table .table-light:hover > td, .company.kpis.financial-forecast .forecast-table .table-light:hover > td, .company.kpis.list-table .rendered-table .table-light:hover > td,
.table-hover .table-light:hover > th,
.company.financial_reports.list-table .rendered-table .table-light:hover > th,
.company.kpis.financial-forecast .forecast-table .table-light:hover > th,
.company.kpis.list-table .rendered-table .table-light:hover > th {
  background-color: #e8e8e8;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover, .company.financial_reports.list-table .rendered-table .table-dark:hover, .company.kpis.financial-forecast .forecast-table .table-dark:hover, .company.kpis.list-table .rendered-table .table-dark:hover {
  background-color: #b9b9b9;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td, .company.financial_reports.list-table .rendered-table .table-dark:hover > td, .company.kpis.financial-forecast .forecast-table .table-dark:hover > td, .company.kpis.list-table .rendered-table .table-dark:hover > td,
.table-hover .table-dark:hover > th,
.company.financial_reports.list-table .rendered-table .table-dark:hover > th,
.company.kpis.financial-forecast .forecast-table .table-dark:hover > th,
.company.kpis.list-table .rendered-table .table-dark:hover > th {
  background-color: #b9b9b9;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #F7F7F7;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover, .company.financial_reports.list-table .rendered-table .table-active:hover, .company.kpis.financial-forecast .forecast-table .table-active:hover, .company.kpis.list-table .rendered-table .table-active:hover {
  background-color: #eaeaea;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td, .company.financial_reports.list-table .rendered-table .table-active:hover > td, .company.kpis.financial-forecast .forecast-table .table-active:hover > td, .company.kpis.list-table .rendered-table .table-active:hover > td,
.table-hover .table-active:hover > th,
.company.financial_reports.list-table .rendered-table .table-active:hover > th,
.company.kpis.financial-forecast .forecast-table .table-active:hover > th,
.company.kpis.list-table .rendered-table .table-active:hover > th {
  background-color: #eaeaea;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th, .capital.connections.index .companies-table .thead-dark th, .companies.documents.index .documents-table .thead-dark th, .companies.documents.show .documents-table .thead-dark th, .investor.connections.index .companies-table .thead-dark th, .component-v2 .square-table .thead-dark th, .company.financial_reports.edit .square-table .thead-dark th, .company.kpis .square-table .thead-dark th, .table-door .thead-dark th {
  color: #FFF;
  background-color: #343434;
  border-color: #474747;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th, .capital.connections.index .companies-table .thead-light th, .companies.documents.index .documents-table .thead-light th, .companies.documents.show .documents-table .thead-light th, .investor.connections.index .companies-table .thead-light th, .component-v2 .square-table .thead-light th, .company.financial_reports.edit .square-table .thead-light th, .company.kpis .square-table .thead-light th, .table-door .thead-light th {
  color: #434343;
  background-color: #DDD;
  border-color: #DDD;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #FFF;
  background-color: #343434;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #474747;
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd), .company.financial_reports.list-table .table-dark.rendered-table tbody tr:nth-of-type(odd), .company.kpis.financial-forecast .table-dark.forecast-table tbody tr:nth-of-type(odd), .company.kpis.list-table .table-dark.rendered-table tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover, .company.financial_reports.list-table .table-dark.rendered-table tbody tr:hover, .company.kpis.financial-forecast .table-dark.forecast-table tbody tr:hover, .company.kpis.list-table .table-dark.rendered-table tbody tr:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 3, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door {
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door thead tr {
  color: #000;
  background-color: #FFF;
}

/* line 12, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door thead tr th {
  border: 0;
}

/* line 15, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door thead tr th:first-child {
  width: 1rem;
}

/* line 19, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door thead tr th:last-child {
  width: 1rem;
}

/* line 28, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
}

/* line 35, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door tbody tr td:first-child {
  width: 1rem;
  border-radius: 100% 0 0 100% / 50%;
  border: 0;
}

/* line 41, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door tbody tr td:last-child {
  width: 1rem;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  border: 0;
}

/* line 48, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door tbody tr:hover td {
  background: #F7F7F7;
}

/* line 52, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door tbody tr .dropdown:hover > .dropdown-menu {
  display: block;
}

/* line 58, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door th,
.table-door td {
  padding: 0.9rem 0.75rem;
  font-weight: 400;
  color: #343434;
}

/* line 65, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door .max-w-150 {
  max-width: 150px;
}

/* line 69, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door .min-w-140 {
  min-width: 140px;
}

/* line 73, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door .min-w-110 {
  min-width: 110px;
}

/* line 77, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door .overflow {
  overflow-y: visible;
  overflow-x: visible;
}

/* line 83, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

/* line 88, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-heading {
  display: table-header-group;
  border-bottom: 1px solid #DDD;
}

/* line 92, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-heading .table-row {
  display: table-row;
}

/* line 97, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-body {
  display: table-row-group;
}

/* line 100, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-body .table-row {
  display: table-row;
  cursor: pointer;
  border-bottom: 1px solid #DDD;
}

/* line 105, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-body .table-row:hover {
  background: #F7F7F7;
}

/* line 111, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-body .table-row .table-cell:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

/* line 116, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-body .table-row .table-cell:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

/* line 123, app/assets/stylesheets/application/bootstrap/tables.scss */
.table-door-v2 .table-cell, .table-door-v2 .table-head {
  display: table-cell;
  padding: 1rem;
}

/* line 130, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table, .company.financial_reports.edit .square-table, .company.kpis .square-table {
  margin-bottom: 150px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
  letter-spacing: 0;
}

/* line 139, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table thead tr, .company.financial_reports.edit .square-table thead tr, .company.kpis .square-table thead tr {
  color: #000;
  background-color: #FFF;
}

/* line 143, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table thead tr th, .company.financial_reports.edit .square-table thead tr th, .company.kpis .square-table thead tr th {
  border: 0;
  padding-top: 21px;
  padding-bottom: 25px;
  padding-right: auto;
  padding-left: auto;
}

/* line 150, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table thead tr th:first-child, .company.financial_reports.edit .square-table thead tr th:first-child, .company.kpis .square-table thead tr th:first-child {
  padding-left: 20px;
}

/* line 154, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table thead tr th:last-child, .company.financial_reports.edit .square-table thead tr th:last-child, .company.kpis .square-table thead tr th:last-child {
  padding-right: 20px;
}

/* line 163, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table tbody tr td, .company.financial_reports.edit .square-table tbody tr td, .company.kpis .square-table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}

/* line 172, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table tbody tr td:first-child, .company.financial_reports.edit .square-table tbody tr td:first-child, .company.kpis .square-table tbody tr td:first-child {
  margin-left: 2px;
  padding-left: 20px;
  border-radius: 6px 0 0 6px;
  border-left: 0;
}

/* line 179, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table tbody tr td:last-child, .company.financial_reports.edit .square-table tbody tr td:last-child, .company.kpis .square-table tbody tr td:last-child {
  margin-right: 0;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  border-right: 0;
}

/* line 186, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table tbody tr td .menu-container, .company.financial_reports.edit .square-table tbody tr td .menu-container, .company.kpis .square-table tbody tr td .menu-container {
  display: flex;
  justify-content: right;
}

/* line 190, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table tbody tr td .menu-container .menu, .company.financial_reports.edit .square-table tbody tr td .menu-container .menu, .company.kpis .square-table tbody tr td .menu-container .menu {
  height: 28px;
  display: flex;
  margin-right: -6px;
  align-items: center;
  justify-content: center;
}

/* line 200, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table tbody tr:hover td, .company.financial_reports.edit .square-table tbody tr:hover td, .company.kpis .square-table tbody tr:hover td {
  background: #F7F7F7;
}

/* line 204, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table tbody tr .dropdown:hover > .dropdown-menu, .company.financial_reports.edit .square-table tbody tr .dropdown:hover > .dropdown-menu, .company.kpis .square-table tbody tr .dropdown:hover > .dropdown-menu {
  display: block;
}

/* line 210, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table.table-min, .company.financial_reports.edit .square-table.table-min, .company.kpis .square-table.table-min {
  font-size: 0.812rem;
}

/* line 213, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table.table-min th, .company.financial_reports.edit .square-table.table-min th, .company.kpis .square-table.table-min th {
  padding-top: 15px;
  padding-bottom: 17px;
}

/* line 219, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table th, .company.financial_reports.edit .square-table th, .company.kpis .square-table th,
.component-v2 .square-table td,
.company.financial_reports.edit .square-table td,
.company.kpis .square-table td {
  font-weight: 500;
  color: #343434;
}

/* line 225, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table .max-w-150, .company.financial_reports.edit .square-table .max-w-150, .company.kpis .square-table .max-w-150 {
  max-width: 150px;
}

/* line 229, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table .min-w-140, .company.financial_reports.edit .square-table .min-w-140, .company.kpis .square-table .min-w-140 {
  min-width: 140px;
}

/* line 233, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table .min-w-110, .company.financial_reports.edit .square-table .min-w-110, .company.kpis .square-table .min-w-110 {
  min-width: 110px;
}

/* line 237, app/assets/stylesheets/application/bootstrap/tables.scss */
.component-v2 .square-table .overflow, .company.financial_reports.edit .square-table .overflow, .company.kpis .square-table .overflow {
  overflow-y: visible;
  overflow-x: visible;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #DDD;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #434343;
  background-color: #FFF;
  border-color: #63d1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.form-control::placeholder {
  color: #939393;
  opacity: 1;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #ECECEC;
  opacity: 1;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #434343;
  background-color: #FFF;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #343434;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1.25rem;
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #939393;
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #2BA84A;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(43, 168, 74, 0.9);
  border-radius: 8px;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #2BA84A;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #2BA84A;
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #2BA84A;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #2BA84A;
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2BA84A;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #2BA84A;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2BA84A;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #3acc5e;
  background-color: #3acc5e;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2BA84A;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2BA84A;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2BA84A;
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.25);
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E6230D;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(230, 35, 13, 0.9);
  border-radius: 8px;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E6230D;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E6230D;
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E6230D;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #E6230D;
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E6230D;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E6230D;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E6230D;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f34633;
  background-color: #f34633;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E6230D;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E6230D;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E6230D;
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.25);
}

/* line 258, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 289, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 307, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 9, app/assets/stylesheets/application/bootstrap/forms.scss */
.input {
  border: none;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  outline: none;
  position: relative;
  width: 100%;
  color: #343434;
  letter-spacing: 1.6px;
}

/* line 21, app/assets/stylesheets/application/bootstrap/forms.scss */
.input--text {
  height: auto;
  padding: 10px 10px 10px 0;
}

/* line 25, app/assets/stylesheets/application/bootstrap/forms.scss */
.input--text:focus {
  border-bottom: 1px solid #00A0E2;
}

/* line 30, app/assets/stylesheets/application/bootstrap/forms.scss */
.input--select {
  background-color: #FFF;
  height: auto;
  padding: 10px 0;
}

/* line 39, app/assets/stylesheets/application/bootstrap/forms.scss */
.signup-wrapper .input,
.form-wrapper .input {
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 1rem;
  height: auto;
}

/* line 46, app/assets/stylesheets/application/bootstrap/forms.scss */
.signup-wrapper .input:focus,
.form-wrapper .input:focus {
  border: 1px solid #00A0E2;
  outline: none;
  box-shadow: none;
}

/* line 54, app/assets/stylesheets/application/bootstrap/forms.scss */
.label {
  display: block;
  color: #343434;
}

/* line 58, app/assets/stylesheets/application/bootstrap/forms.scss */
.label--required, .label--optional {
  display: flex;
  align-items: center;
}

/* line 63, app/assets/stylesheets/application/bootstrap/forms.scss */
.label--required::after, .label--optional::after {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 6.4px;
  line-height: 12px;
  margin-left: 6.4px;
  border-radius: 0.25rem;
  color: #FFF;
}

/* line 75, app/assets/stylesheets/application/bootstrap/forms.scss */
.label--required::after {
  content: "必須";
  background: #00A0E2;
}

/* line 82, app/assets/stylesheets/application/bootstrap/forms.scss */
.label--optional::after {
  content: "任意";
  background: #939393;
}

/* line 88, app/assets/stylesheets/application/bootstrap/forms.scss */
.label--title {
  padding: 5px 0;
}

/* line 93, app/assets/stylesheets/application/bootstrap/forms.scss */
.badge {
  font-size: 9px;
  padding: 4px 10px;
  line-height: 12px;
  margin-left: 10px;
}

/* line 99, app/assets/stylesheets/application/bootstrap/forms.scss */
.badge--optional {
  background: #939393;
  color: #FFF;
}

/* line 105, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 1.2rem;
}

/* line 115, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox:hover input ~ .beauty-checkbox__checkmark {
  background-color: #d0d0d0;
}

/* line 119, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox:hover input ~ .beauty-checkbox__checkmark--disabled {
  background-color: #FFF;
  cursor: auto;
}

/* line 124, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark {
  background-color: #FFF;
  border-color: #00A0E2;
}

/* line 129, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark--reverse {
  background-color: #00A0E2;
  border-color: #00A0E2;
  color: #FFF;
}

/* line 135, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark--circle {
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 140, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark--radio {
  border-color: #DDD;
}

/* line 144, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox input:checked ~ .beauty-checkbox__checkmark::after {
  display: block;
}

/* line 148, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.3rem;
  width: 1.3rem;
  background-color: #FFF;
  border: solid 2px #00A0E2;
}

/* line 163, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  display: none;
  left: 0.1rem;
  top: -0.1rem;
  color: #00A0E2;
}

/* line 174, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark--circle {
  border-radius: 50%;
  border: solid 1.5px #DDD;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 180, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark--circle::after {
  left: 0.35rem;
  top: 1px;
  font-size: 22px;
  color: #FFF;
}

/* line 188, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark--small {
  height: 1rem;
  width: 1rem;
  font-size: 0.75rem;
  border-radius: 2px;
  top: 4px;
}

/* line 195, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark--small::after {
  left: 0;
  top: -1px;
}

/* line 201, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark--large {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
}

/* line 206, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark--large::after {
  left: 0.1rem;
  top: 0rem;
}

/* line 213, app/assets/stylesheets/application/bootstrap/forms.scss */
.beauty-checkbox__checkmark--reverse::after {
  color: #FFF;
}

/* line 220, app/assets/stylesheets/application/bootstrap/forms.scss */
label.error {
  font-size: 0.75rem;
  color: #E6230D;
  width: 100%;
}

/* line 227, app/assets/stylesheets/application/bootstrap/forms.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right .79rem center;
}

/* line 236, app/assets/stylesheets/application/bootstrap/forms.scss */
select::-ms-expand {
  display: none;
}

/* line 240, app/assets/stylesheets/application/bootstrap/forms.scss */
select:required:invalid {
  color: #DDD;
}

/* line 242, app/assets/stylesheets/application/bootstrap/forms.scss */
select:required:invalid option {
  color: #343434;
}

/* line 247, app/assets/stylesheets/application/bootstrap/forms.scss */
.form-check > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 254, app/assets/stylesheets/application/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label {
  position: relative;
  margin: 0;
  padding-left: 2.4375rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
  text-align: left;
}

/* line 262, app/assets/stylesheets/application/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label:before, .form-check > input[type=checkbox] ~ .form-check-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 271, app/assets/stylesheets/application/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label:before {
  content: '';
  border: 1px solid #DDD;
  border-radius: 0.8125rem;
  background-color: #DDD;
  transition: border-color 200ms, background-color 200ms;
}

/* line 279, app/assets/stylesheets/application/bootstrap/forms.scss */
.form-check > input[type=checkbox] ~ .form-check-label:after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  line-height: 1.625rem;
}

/* line 289, app/assets/stylesheets/application/bootstrap/forms.scss */
.form-check > input[type=checkbox]:checked ~ .form-check-label:before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 294, app/assets/stylesheets/application/bootstrap/forms.scss */
.form-check > input[type=checkbox]:checked ~ .form-check-label:after {
  transform: scale(1);
}

/* line 309, app/assets/stylesheets/application/bootstrap/forms.scss */
.search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  background-color: #FFF;
  border-right: 0;
  font-size: 1.625rem;
}

/* line 319, app/assets/stylesheets/application/bootstrap/forms.scss */
.search-form .input-group .form-control {
  border-radius: 3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 10px;
  height: 38px;
  background-color: #FFF;
  border-left: 0;
}

/* line 327, app/assets/stylesheets/application/bootstrap/forms.scss */
.search-form .input-group .form-control:focus {
  border-color: #DDD;
}

/* line 338, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group, .company.financial_reports.edit .form-group, .company.kpis .form-group,
.component-v2 .input-group,
.company.financial_reports.edit .input-group,
.company.kpis .input-group,
.component-v2 .input-group-float,
.company.financial_reports.edit .input-group-float,
.company.kpis .input-group-float {
  position: relative;
}

/* line 343, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group .input-group-text, .company.financial_reports.edit .form-group .input-group-text, .company.kpis .form-group .input-group-text,
.component-v2 .input-group .input-group-text,
.company.financial_reports.edit .input-group .input-group-text,
.company.kpis .input-group .input-group-text,
.component-v2 .input-group-float .input-group-text,
.company.financial_reports.edit .input-group-float .input-group-text,
.company.kpis .input-group-float .input-group-text {
  color: #939393;
}

/* line 346, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group .input-group-text .icon-calendar, .company.financial_reports.edit .form-group .input-group-text .icon-calendar, .company.kpis .form-group .input-group-text .icon-calendar,
.component-v2 .input-group .input-group-text .icon-calendar,
.company.financial_reports.edit .input-group .input-group-text .icon-calendar,
.company.kpis .input-group .input-group-text .icon-calendar,
.component-v2 .input-group-float .input-group-text .icon-calendar,
.company.financial_reports.edit .input-group-float .input-group-text .icon-calendar,
.company.kpis .input-group-float .input-group-text .icon-calendar {
  transform: scale(1.6);
}

/* line 353, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .is-invalid ~ .input-group-append .input-group-text, .company.financial_reports.edit .is-invalid ~ .input-group-append .input-group-text, .company.kpis .is-invalid ~ .input-group-append .input-group-text {
  border-color: #E6230D;
  background-color: #fff1f4 !important;
}

/* line 359, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .focus, .company.financial_reports.edit .focus, .company.kpis .focus {
  border-color: #00A0E2;
}

/* line 362, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .focus ~ .input-group-append .input-group-text, .company.financial_reports.edit .focus ~ .input-group-append .input-group-text, .company.kpis .focus ~ .input-group-append .input-group-text {
  border-color: #00A0E2;
}

/* line 367, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control, .company.financial_reports.edit .form-control, .company.kpis .form-control {
  padding: 18px 30px 18px 14px;
  height: 54px;
  border-radius: 8px;
  color: #343434;
  font-family: "futura-pt", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

/* line 376, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control ~ label, .company.financial_reports.edit .form-control ~ label, .company.kpis .form-control ~ label {
  font-family: "futura-pt", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

/* line 381, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control ~ label ~ .input-group-append, .company.financial_reports.edit .form-control ~ label ~ .input-group-append, .company.kpis .form-control ~ label ~ .input-group-append {
  background-color: #FFF;
}

/* line 384, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control ~ label ~ .input-group-append .input-group-text, .company.financial_reports.edit .form-control ~ label ~ .input-group-append .input-group-text, .company.kpis .form-control ~ label ~ .input-group-append .input-group-text {
  background-color: #FFF;
  color: #939393;
  font-family: "futura-pt", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

/* line 394, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control:focus, .company.financial_reports.edit .form-control:focus, .company.kpis .form-control:focus {
  box-shadow: none;
  border-color: #00A0E2;
}

/* line 398, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control:focus ~ .input-group-append .input-group-text, .company.financial_reports.edit .form-control:focus ~ .input-group-append .input-group-text, .company.kpis .form-control:focus ~ .input-group-append .input-group-text {
  border-color: #00A0E2;
  background-color: #FFF !important;
}

/* line 404, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control:disabled, .company.financial_reports.edit .form-control:disabled, .company.kpis .form-control:disabled {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 409, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control:disabled ~ label ~ .input-group-append, .company.financial_reports.edit .form-control:disabled ~ label ~ .input-group-append, .company.kpis .form-control:disabled ~ label ~ .input-group-append {
  background-color: #f4f4f4;
}

/* line 412, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-control:disabled ~ label ~ .input-group-append .input-group-text, .company.financial_reports.edit .form-control:disabled ~ label ~ .input-group-append .input-group-text, .company.kpis .form-control:disabled ~ label ~ .input-group-append .input-group-text {
  background-color: #f4f4f4;
}

/* line 421, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 textarea.form-control, .company.financial_reports.edit textarea.form-control, .company.kpis textarea.form-control {
  line-height: normal;
  padding: 14px 1.4rem;
}

/* line 427, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .is-invalid, .company.financial_reports.edit .is-invalid, .company.kpis .is-invalid {
  background-color: #fff1f4 !important;
}

/* line 430, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .is-invalid::-moz-placeholder, .company.financial_reports.edit .is-invalid::-moz-placeholder, .company.kpis .is-invalid::-moz-placeholder {
  color: #E6230D;
}
.component-v2 .is-invalid::placeholder, .company.financial_reports.edit .is-invalid::placeholder, .company.kpis .is-invalid::placeholder {
  color: #E6230D;
}

/* line 434, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .is-invalid:focus, .company.financial_reports.edit .is-invalid:focus, .company.kpis .is-invalid:focus {
  background-color: #FFF !important;
  border-color: #00A0E2;
}

/* line 438, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .is-invalid:focus::-moz-placeholder, .company.financial_reports.edit .is-invalid:focus::-moz-placeholder, .company.kpis .is-invalid:focus::-moz-placeholder {
  color: #939393;
}
.component-v2 .is-invalid:focus::placeholder, .company.financial_reports.edit .is-invalid:focus::placeholder, .company.kpis .is-invalid:focus::placeholder {
  color: #939393;
}

/* line 443, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .is-invalid.focus, .company.financial_reports.edit .is-invalid.focus, .company.kpis .is-invalid.focus {
  background-color: #FFF !important;
}

/* line 446, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .is-invalid.focus ~ .input-group-append .input-group-text, .company.financial_reports.edit .is-invalid.focus ~ .input-group-append .input-group-text, .company.kpis .is-invalid.focus ~ .input-group-append .input-group-text {
  background-color: #FFF !important;
}

/* line 452, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float, .company.financial_reports.edit .form-group-float, .company.kpis .form-group-float,
.component-v2 .form-control-wrapper,
.company.financial_reports.edit .form-control-wrapper,
.company.kpis .form-control-wrapper {
  position: relative;
}

/* line 457, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control ~ label, .company.financial_reports.edit .form-group-float .form-control ~ label, .company.kpis .form-group-float .form-control ~ label,
.component-v2 .form-control-wrapper .form-control ~ label,
.company.financial_reports.edit .form-control-wrapper .form-control ~ label,
.company.kpis .form-control-wrapper .form-control ~ label {
  top: 19px;
  font-size: 1rem;
}

/* line 462, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control:focus, .company.financial_reports.edit .form-group-float .form-control:focus, .company.kpis .form-group-float .form-control:focus, .component-v2 .form-group-float .form-control.form-control-active, .company.financial_reports.edit .form-group-float .form-control.form-control-active, .company.kpis .form-group-float .form-control.form-control-active,
.component-v2 .form-control-wrapper .form-control:focus,
.company.financial_reports.edit .form-control-wrapper .form-control:focus,
.company.kpis .form-control-wrapper .form-control:focus,
.component-v2 .form-control-wrapper .form-control.form-control-active,
.company.financial_reports.edit .form-control-wrapper .form-control.form-control-active,
.company.kpis .form-control-wrapper .form-control.form-control-active {
  padding: 26px 1.4rem 10px;
}

/* line 466, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control:focus ~ label, .company.financial_reports.edit .form-group-float .form-control:focus ~ label, .company.kpis .form-group-float .form-control:focus ~ label, .component-v2 .form-group-float .form-control.form-control-active ~ label, .company.financial_reports.edit .form-group-float .form-control.form-control-active ~ label, .company.kpis .form-group-float .form-control.form-control-active ~ label,
.component-v2 .form-control-wrapper .form-control:focus ~ label,
.company.financial_reports.edit .form-control-wrapper .form-control:focus ~ label,
.company.kpis .form-control-wrapper .form-control:focus ~ label,
.component-v2 .form-control-wrapper .form-control.form-control-active ~ label,
.company.financial_reports.edit .form-control-wrapper .form-control.form-control-active ~ label,
.company.kpis .form-control-wrapper .form-control.form-control-active ~ label {
  top: 11px;
  font-size: 0.625rem;
}

/* line 473, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .form-control:focus ~ label, .company.financial_reports.edit .form-group-float .form-control:focus ~ label, .company.kpis .form-group-float .form-control:focus ~ label,
.component-v2 .form-control-wrapper .form-control:focus ~ label,
.company.financial_reports.edit .form-control-wrapper .form-control:focus ~ label,
.company.kpis .form-control-wrapper .form-control:focus ~ label {
  color: #00A0E2;
}

/* line 480, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .is-invalid ~ label, .company.financial_reports.edit .form-group-float .is-invalid ~ label, .company.kpis .form-group-float .is-invalid ~ label,
.component-v2 .form-control-wrapper .is-invalid ~ label,
.company.financial_reports.edit .form-control-wrapper .is-invalid ~ label,
.company.kpis .form-control-wrapper .is-invalid ~ label {
  color: #E6230D;
}

/* line 485, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .is-invalid:focus ~ label, .company.financial_reports.edit .form-group-float .is-invalid:focus ~ label, .company.kpis .form-group-float .is-invalid:focus ~ label,
.component-v2 .form-control-wrapper .is-invalid:focus ~ label,
.company.financial_reports.edit .form-control-wrapper .is-invalid:focus ~ label,
.company.kpis .form-control-wrapper .is-invalid:focus ~ label {
  color: #E6230D;
}

/* line 491, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .is-invalid.focus ~ label, .company.financial_reports.edit .form-group-float .is-invalid.focus ~ label, .company.kpis .form-group-float .is-invalid.focus ~ label,
.component-v2 .form-control-wrapper .is-invalid.focus ~ label,
.company.financial_reports.edit .form-control-wrapper .is-invalid.focus ~ label,
.company.kpis .form-control-wrapper .is-invalid.focus ~ label {
  color: #E6230D;
}

/* line 498, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float .focus ~ label, .company.financial_reports.edit .form-group-float .focus ~ label, .company.kpis .form-group-float .focus ~ label,
.component-v2 .form-control-wrapper .focus ~ label,
.company.financial_reports.edit .form-control-wrapper .focus ~ label,
.company.kpis .form-control-wrapper .focus ~ label {
  color: #00A0E2;
}

/* line 503, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float select, .company.financial_reports.edit .form-group-float select, .company.kpis .form-group-float select,
.component-v2 .form-control-wrapper select,
.company.financial_reports.edit .form-control-wrapper select,
.company.kpis .form-control-wrapper select {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/icon-select-3d3fefc55a065b2dba1243ba0472be7b7f84ab72d277b17b5d49d01fff496ab5.svg);
}

/* line 506, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float select.form-control, .company.financial_reports.edit .form-group-float select.form-control, .company.kpis .form-group-float select.form-control,
.component-v2 .form-control-wrapper select.form-control,
.company.financial_reports.edit .form-control-wrapper select.form-control,
.company.kpis .form-control-wrapper select.form-control {
  padding: 0;
}

/* line 509, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float select.form-control:focus, .company.financial_reports.edit .form-group-float select.form-control:focus, .company.kpis .form-group-float select.form-control:focus, .component-v2 .form-group-float select.form-control.form-control-active, .company.financial_reports.edit .form-group-float select.form-control.form-control-active, .company.kpis .form-group-float select.form-control.form-control-active,
.component-v2 .form-control-wrapper select.form-control:focus,
.company.financial_reports.edit .form-control-wrapper select.form-control:focus,
.company.kpis .form-control-wrapper select.form-control:focus,
.component-v2 .form-control-wrapper select.form-control.form-control-active,
.company.financial_reports.edit .form-control-wrapper select.form-control.form-control-active,
.company.kpis .form-control-wrapper select.form-control.form-control-active {
  padding: 23px 1.4rem 10px;
}

/* line 516, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float label, .company.financial_reports.edit .form-group-float label, .company.kpis .form-group-float label,
.component-v2 .form-control-wrapper label,
.company.financial_reports.edit .form-control-wrapper label,
.company.kpis .form-control-wrapper label {
  position: absolute;
  left: 1.4rem;
  margin: 0;
  color: #939393;
  pointer-events: none;
  transition: bottom 200ms ease-out, color 200ms ease-out, font-size 200ms ease-out, color 300ms;
}

/* line 526, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float textarea.form-control, .company.financial_reports.edit .form-group-float textarea.form-control, .company.kpis .form-group-float textarea.form-control,
.component-v2 .form-control-wrapper textarea.form-control,
.company.financial_reports.edit .form-control-wrapper textarea.form-control,
.company.kpis .form-control-wrapper textarea.form-control {
  height: auto;
  line-height: normal;
  padding: 14px 1.4rem;
}

/* line 531, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .form-group-float textarea.form-control:focus, .company.financial_reports.edit .form-group-float textarea.form-control:focus, .company.kpis .form-group-float textarea.form-control:focus, .component-v2 .form-group-float textarea.form-control.form-control-active, .company.financial_reports.edit .form-group-float textarea.form-control.form-control-active, .company.kpis .form-group-float textarea.form-control.form-control-active,
.component-v2 .form-control-wrapper textarea.form-control:focus,
.company.financial_reports.edit .form-control-wrapper textarea.form-control:focus,
.company.kpis .form-control-wrapper textarea.form-control:focus,
.component-v2 .form-control-wrapper textarea.form-control.form-control-active,
.company.financial_reports.edit .form-control-wrapper textarea.form-control.form-control-active,
.company.kpis .form-control-wrapper textarea.form-control.form-control-active {
  padding: 14px 1.4rem;
}

/* line 543, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float:focus, .company.financial_reports.edit .input-group .input-group-float:focus, .company.kpis .input-group .input-group-float:focus, .component-v2 .input-group .input-group-float:focus-within, .company.financial_reports.edit .input-group .input-group-float:focus-within, .company.kpis .input-group .input-group-float:focus-within, .component-v2 .input-group .input-group-float.is-invalid, .company.financial_reports.edit .input-group .input-group-float.is-invalid, .company.kpis .input-group .input-group-float.is-invalid,
.component-v2 .input-group .form-control-wrapper:focus,
.company.financial_reports.edit .input-group .form-control-wrapper:focus,
.company.kpis .input-group .form-control-wrapper:focus,
.component-v2 .input-group .form-control-wrapper:focus-within,
.company.financial_reports.edit .input-group .form-control-wrapper:focus-within,
.company.kpis .input-group .form-control-wrapper:focus-within,
.component-v2 .input-group .form-control-wrapper.is-invalid,
.company.financial_reports.edit .input-group .form-control-wrapper.is-invalid,
.company.kpis .input-group .form-control-wrapper.is-invalid,
.component-v2 .input-group .form-control:focus,
.company.financial_reports.edit .input-group .form-control:focus,
.company.kpis .input-group .form-control:focus,
.component-v2 .input-group .form-control:focus-within,
.company.financial_reports.edit .input-group .form-control:focus-within,
.company.kpis .input-group .form-control:focus-within,
.component-v2 .input-group .form-control.is-invalid,
.company.financial_reports.edit .input-group .form-control.is-invalid,
.company.kpis .input-group .form-control.is-invalid {
  z-index: 3;
}

/* line 550, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .input-group .form-control-label, .company.financial_reports.edit .input-group .form-control-label, .company.kpis .input-group .form-control-label {
  z-index: 4;
}

/* line 554, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float, .company.financial_reports.edit .input-group .input-group-float, .company.kpis .input-group .input-group-float {
  position: relative;
  margin-bottom: 0;
  flex: 1 1 auto;
  width: 1%;
}

/* line 561, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float:not(:last-child) .form-control, .company.financial_reports.edit .input-group .input-group-float:not(:last-child) .form-control, .company.kpis .input-group .input-group-float:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 567, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .input-group .input-group-float:not(:first-child) .form-control, .company.financial_reports.edit .input-group .input-group-float:not(:first-child) .form-control, .company.kpis .input-group .input-group-float:not(:first-child) .form-control {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 574, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .input-group .input-group-text, .company.financial_reports.edit .input-group .input-group-text, .company.kpis .input-group .input-group-text {
  padding: 14px 15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 581, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .invalid-feedback, .company.financial_reports.edit .invalid-feedback, .company.kpis .invalid-feedback {
  display: block;
}

/* line 585, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .file-form, .company.financial_reports.edit .file-form, .company.kpis .file-form {
  background-image: linear-gradient(to right, #DDD, #DDD 8px, transparent 8px, transparent 15px), linear-gradient(to right, #DDD, #DDD 8px, transparent 8px, transparent 15px), linear-gradient(to bottom, #DDD, #DDD 8px, transparent 8px, transparent 15px), linear-gradient(to bottom, #DDD, #DDD 8px, transparent 8px, transparent 15px);
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  border-radius: 7px;
}

/* line 595, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .file-form.lg, .company.financial_reports.edit .file-form.lg, .company.kpis .file-form.lg {
  padding: 66px 200px 65px;
}

/* line 599, app/assets/stylesheets/application/bootstrap/forms.scss */
.component-v2 .file-form .btn-sm, .company.financial_reports.edit .file-form .btn-sm, .company.kpis .file-form .btn-sm, .component-v2 .file-form .btn-group-sm > .btn, .company.financial_reports.edit .file-form .btn-group-sm > .btn, .company.kpis .file-form .btn-group-sm > .btn, .component-v2 .file-form .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.kpis .file-form .btn-group-sm > .btn-primary-w100-p3 {
  margin-top: 20px;
  margin-bottom: 14px;
}

/* line 607, app/assets/stylesheets/application/bootstrap/forms.scss */
.daterangepicker select {
  background-color: #FFF;
  border-color: #DDD;
}

/* line 613, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping {
  margin-bottom: 1rem;
}

/* line 616, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .form-group,
.grouping .input-group,
.grouping .input-group-float {
  margin-bottom: 0;
}

/* line 621, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .form-group .date-field,
.grouping .input-group .date-field,
.grouping .input-group-float .date-field {
  margin-bottom: -1px;
  z-index: 3;
}

/* line 625, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .form-group .date-field ~ .input-group-append .input-group-text,
.grouping .input-group .date-field ~ .input-group-append .input-group-text,
.grouping .input-group-float .date-field ~ .input-group-append .input-group-text {
  border-radius: 0 8px 0 0;
  margin-bottom: -1px;
  z-index: 3;
}

/* line 633, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 638, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .col-1,
.grouping .col-2,
.grouping .col-3,
.grouping .col-4,
.grouping .col-5,
.grouping .col-6,
.grouping .col-7,
.grouping .col-8,
.grouping .col-9,
.grouping .col-10,
.grouping .col-11,
.grouping .col-12 {
  padding-right: 0;
  padding-left: 0;
}

/* line 654, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping input,
.grouping select {
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 0;
}

/* line 660, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping input:focus, .grouping input:focus-within, .grouping input.is-invalid,
.grouping select:focus,
.grouping select:focus-within,
.grouping select.is-invalid {
  margin: 0;
  z-index: 3;
}

/* line 668, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .form-control-label {
  z-index: 4;
}

/* line 672, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .mb-minus {
  margin-bottom: -1px;
}

/* line 676, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .ml-minus {
  margin-left: -1px !important;
}

/* line 680, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 687, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 694, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 701, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-bottom {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 708, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-top-left {
  border-radius: 8px 0 0 0;
}

/* line 712, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-top-right {
  border-radius: 0 8px 0 0;
}

/* line 716, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-bottom-left {
  border-radius: 0 0 0 8px;
}

/* line 720, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-bottom-right {
  border-radius: 0 0 8px 0;
}

/* line 724, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-excepting-bottom-left {
  border-radius: 8px 8px 8px 0;
}

/* line 728, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .rounded-excepting-top-left {
  border-radius: 0 8px 8px 8px;
}

/* line 732, app/assets/stylesheets/application/bootstrap/forms.scss */
.grouping .remove-button {
  position: relative;
  top: -20%;
  right: -50%;
  display: inline-block;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
  display: inline-block;
  font-weight: 400;
  color: #343434;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .component-v2 .btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-primary-w100-p3:hover, .company.kpis .btn-primary-w100-p3:hover {
  color: #343434;
  text-decoration: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .component-v2 .btn-primary-w100-p3:focus, .company.financial_reports.edit .btn-primary-w100-p3:focus, .company.kpis .btn-primary-w100-p3:focus, .btn.focus, .component-v2 .focus.btn-primary-w100-p3, .company.financial_reports.edit .focus.btn-primary-w100-p3, .company.kpis .focus.btn-primary-w100-p3 {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .component-v2 .disabled.btn-primary-w100-p3, .company.financial_reports.edit .disabled.btn-primary-w100-p3, .company.kpis .disabled.btn-primary-w100-p3, .btn:disabled, .component-v2 .btn-primary-w100-p3:disabled, .company.financial_reports.edit .btn-primary-w100-p3:disabled, .company.kpis .btn-primary-w100-p3:disabled {
  opacity: 0.65;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, .component-v2 a.disabled.btn-primary-w100-p3, .company.financial_reports.edit a.disabled.btn-primary-w100-p3, .company.kpis a.disabled.btn-primary-w100-p3,
fieldset:disabled a.btn,
fieldset:disabled .component-v2 a.btn-primary-w100-p3,
fieldset:disabled .company.financial_reports.edit a.btn-primary-w100-p3,
fieldset:disabled .company.kpis a.btn-primary-w100-p3,
.component-v2 fieldset:disabled a.btn-primary-w100-p3,
.company.financial_reports.edit fieldset:disabled a.btn-primary-w100-p3,
.company.kpis fieldset:disabled a.btn-primary-w100-p3 {
  pointer-events: none;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover, .component-v2 .btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-primary-w100-p3:hover, .company.kpis .btn-primary-w100-p3:hover {
  color: #FFF;
  background-color: #0085bc;
  border-color: #007caf;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .component-v2 .btn-primary-w100-p3:focus, .company.financial_reports.edit .btn-primary-w100-p3:focus, .company.kpis .btn-primary-w100-p3:focus, .btn-primary.focus, .component-v2 .focus.btn-primary-w100-p3, .company.financial_reports.edit .focus.btn-primary-w100-p3, .company.kpis .focus.btn-primary-w100-p3 {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 230, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .component-v2 .disabled.btn-primary-w100-p3, .company.financial_reports.edit .disabled.btn-primary-w100-p3, .company.kpis .disabled.btn-primary-w100-p3, .btn-primary:disabled, .component-v2 .btn-primary-w100-p3:disabled, .company.financial_reports.edit .btn-primary-w100-p3:disabled, .company.kpis .btn-primary-w100-p3:disabled {
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .component-v2 .btn-primary-w100-p3:not(:disabled):not(.disabled):active, .company.financial_reports.edit .btn-primary-w100-p3:not(:disabled):not(.disabled):active, .company.kpis .btn-primary-w100-p3:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .component-v2 .btn-primary-w100-p3.active:not(:disabled):not(.disabled), .company.financial_reports.edit .btn-primary-w100-p3.active:not(:disabled):not(.disabled), .company.kpis .btn-primary-w100-p3.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .component-v2 .show > .dropdown-toggle.btn-primary-w100-p3, .company.financial_reports.edit .show > .dropdown-toggle.btn-primary-w100-p3, .company.kpis .show > .dropdown-toggle.btn-primary-w100-p3 {
  color: #FFF;
  background-color: #007caf;
  border-color: #0073a2;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .component-v2 .btn-primary-w100-p3:not(:disabled):not(.disabled):active:focus, .company.financial_reports.edit .btn-primary-w100-p3:not(:disabled):not(.disabled):active:focus, .company.kpis .btn-primary-w100-p3:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .component-v2 .btn-primary-w100-p3.active:not(:disabled):not(.disabled):focus, .company.financial_reports.edit .btn-primary-w100-p3.active:not(:disabled):not(.disabled):focus, .company.kpis .btn-primary-w100-p3.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .component-v2 .show > .dropdown-toggle.btn-primary-w100-p3:focus, .company.financial_reports.edit .show > .dropdown-toggle.btn-primary-w100-p3:focus, .company.kpis .show > .dropdown-toggle.btn-primary-w100-p3:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 230, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #FFF;
  background-color: #939393;
  border-color: #939393;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #FFF;
  background-color: gray;
  border-color: #7a7a7a;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFF;
  background-color: #939393;
  border-color: #939393;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #7a7a7a;
  border-color: #737373;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #FFF;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #FFF;
  background-color: #238a3d;
  border-color: #217f38;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 181, 101, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #FFF;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #217f38;
  border-color: #1e7534;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 181, 101, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #343434;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #343434;
  background-color: #8acfe8;
  border-color: #80cbe6;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 195, 210, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #343434;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #343434;
  background-color: #80cbe6;
  border-color: #75c6e3;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 195, 210, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #343434;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #FFF;
  background-color: #f47704;
  border-color: #e87104;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 126, 38, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #343434;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #e87104;
  border-color: #db6b04;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 126, 38, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFF;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #FFF;
  background-color: #c21d0b;
  border-color: #b61c0a;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 68, 49, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #b61c0a;
  border-color: #aa1a0a;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 68, 49, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #343434;
  background-color: #DDD;
  border-color: #DDD;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #343434;
  background-color: #cacaca;
  border-color: #c4c4c4;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 196, 196, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #343434;
  background-color: #DDD;
  border-color: #DDD;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #343434;
  background-color: #c4c4c4;
  border-color: #bdbdbd;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 196, 196, 0.5);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #FFF;
  background-color: #343434;
  border-color: #343434;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #FFF;
  background-color: #212121;
  border-color: #1b1b1b;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #343434;
  border-color: #343434;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #1b1b1b;
  border-color: #141414;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #00A0E2;
  border-color: #00A0E2;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00A0E2;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #939393;
  border-color: #939393;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #939393;
  border-color: #939393;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #939393;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #939393;
  border-color: #939393;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #2BA84A;
  border-color: #2BA84A;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #FFF;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2BA84A;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #FFF;
  background-color: #2BA84A;
  border-color: #2BA84A;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #aadcee;
  border-color: #aadcee;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #343434;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 220, 238, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #aadcee;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #343434;
  background-color: #aadcee;
  border-color: #aadcee;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 220, 238, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #FB8B24;
  border-color: #FB8B24;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #343434;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 139, 36, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FB8B24;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #343434;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 139, 36, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #E6230D;
  border-color: #E6230D;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E6230D;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #E6230D;
  border-color: #E6230D;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #DDD;
  border-color: #DDD;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #343434;
  background-color: #DDD;
  border-color: #DDD;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #DDD;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #343434;
  background-color: #DDD;
  border-color: #DDD;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343434;
  border-color: #343434;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #343434;
  border-color: #343434;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343434;
  background-color: transparent;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #343434;
  border-color: #343434;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5);
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #00A0E2;
  text-decoration: none;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #006a96;
  text-decoration: underline;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #939393;
  pointer-events: none;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .component-v2 .btn-group-lg > .btn-primary-w100-p3, .company.financial_reports.edit .btn-group-lg > .btn-primary-w100-p3, .company.kpis .btn-group-lg > .btn-primary-w100-p3 {
  padding: 0.92rem 1.24rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 12px;
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.kpis .btn-group-sm > .btn-primary-w100-p3 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 10px;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 4, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn-submit {
  background: #00A0E2;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 8px;
  padding: 0.4rem 3rem;
  line-height: 1.5;
  box-shadow: 0 1px 2px 0 rgba(80, 60, 60, 0.12), 0 -1px 2px 0 rgba(80, 60, 60, 0.12);
}

/* line 15, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn-submit:hover {
  cursor: pointer;
  color: #FFF;
  transition: all 300ms;
  opacity: 0.4;
  text-decoration: none;
  box-shadow: none;
}

/* line 23, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn-submit:disabled:hover {
  cursor: not-allowed;
  opacity: 0.65;
}

/* line 30, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn-secondary {
  color: white;
}

/* line 38, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn:hover, .component-v2 .btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-primary-w100-p3:hover, .company.kpis .btn-primary-w100-p3:hover {
  transition: all 300ms;
  opacity: 0.4;
  text-decoration: none;
  box-shadow: none;
}

/* line 42, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn:focus, .component-v2 .btn-primary-w100-p3:focus, .company.financial_reports.edit .btn-primary-w100-p3:focus, .company.kpis .btn-primary-w100-p3:focus {
  box-shadow: none;
}

/* line 46, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--default {
  background-color: #00A0E2;
  color: #FFF;
}

/* line 50, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--default:hover {
  color: #FFF;
}

/* line 55, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--border {
  border-radius: 1.5rem;
}

/* line 59, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--primary {
  background-color: #00A0E2;
  color: #FFF;
}

/* line 64, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--cancel {
  background-color: rgba(94, 94, 94, 0.7);
  color: #FFF;
}

/* line 69, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--red {
  background-color: #E6230D;
  color: #FFF;
}

/* line 73, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--red:hover {
  color: #FFF;
}

/* line 78, app/assets/stylesheets/application/bootstrap/buttons.scss */
.btn--close {
  color: #FFF;
  background-color: rgba(94, 94, 94, 0.7);
  letter-spacing: 0.1rem;
}

/* line 87, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn, .company.financial_reports.edit .btn, .company.kpis .btn, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 14px 13px 14px;
}

/* line 93, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-sm, .company.financial_reports.edit .btn.btn-sm, .company.kpis .btn.btn-sm, .component-v2 .btn-group-sm > .btn, .company.financial_reports.edit .btn-group-sm > .btn, .company.kpis .btn-group-sm > .btn, .component-v2 .btn-sm.btn-primary-w100-p3, .company.financial_reports.edit .btn-sm.btn-primary-w100-p3, .company.kpis .btn-sm.btn-primary-w100-p3, .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.kpis .btn-group-sm > .btn-primary-w100-p3 {
  border-radius: 10px;
  padding: 4px 8px;
  line-height: 1.5;
}

/* line 99, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-lg, .company.financial_reports.edit .btn.btn-lg, .company.kpis .btn.btn-lg, .component-v2 .btn-group-lg > .btn, .company.financial_reports.edit .btn-group-lg > .btn, .company.kpis .btn-group-lg > .btn, .component-v2 .btn-lg.btn-primary-w100-p3, .company.financial_reports.edit .btn-lg.btn-primary-w100-p3, .company.kpis .btn-lg.btn-primary-w100-p3, .component-v2 .btn-group-lg > .btn-primary-w100-p3, .company.financial_reports.edit .btn-group-lg > .btn-primary-w100-p3, .company.kpis .btn-group-lg > .btn-primary-w100-p3 {
  border-radius: 12px;
  padding: 17px 26px 18px 26px;
}

/* line 104, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-round, .company.financial_reports.edit .btn-round, .company.kpis .btn-round {
  border-radius: 23px;
}

/* line 107, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-round.btn-sm, .company.financial_reports.edit .btn-round.btn-sm, .company.kpis .btn-round.btn-sm, .component-v2 .btn-group-sm > .btn-round.btn, .company.financial_reports.edit .btn-group-sm > .btn-round.btn, .company.kpis .btn-group-sm > .btn-round.btn, .component-v2 .btn-group-sm > .btn-round.btn-primary-w100-p3, .company.financial_reports.edit .btn-group-sm > .btn-round.btn-primary-w100-p3, .company.kpis .btn-group-sm > .btn-round.btn-primary-w100-p3 {
  border-radius: 18px;
}

/* line 111, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-round.btn-lg, .company.financial_reports.edit .btn-round.btn-lg, .company.kpis .btn-round.btn-lg, .component-v2 .btn-group-lg > .btn-round.btn, .company.financial_reports.edit .btn-group-lg > .btn-round.btn, .company.kpis .btn-group-lg > .btn-round.btn, .component-v2 .btn-group-lg > .btn-round.btn-primary-w100-p3, .company.financial_reports.edit .btn-group-lg > .btn-round.btn-primary-w100-p3, .company.kpis .btn-group-lg > .btn-round.btn-primary-w100-p3 {
  border-radius: 27px;
}

/* line 117, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-outline-primary:hover, .company.financial_reports.edit .btn.btn-outline-primary:hover, .company.kpis .btn.btn-outline-primary:hover, .component-v2 .btn-outline-primary.btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-outline-primary.btn-primary-w100-p3:hover, .company.kpis .btn-outline-primary.btn-primary-w100-p3:hover {
  color: #00A0E2;
  background-color: #f1f8fc;
  opacity: 1;
}

/* line 125, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-primary:hover, .company.financial_reports.edit .btn.btn-primary:hover, .company.kpis .btn.btn-primary:hover, .component-v2 .btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-primary-w100-p3:hover, .company.kpis .btn-primary-w100-p3:hover {
  color: #FFF;
  background-color: #0093D0;
  border-color: #0093D0;
  opacity: 1;
}

/* line 132, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-primary.disabled, .company.financial_reports.edit .btn.btn-primary.disabled, .company.kpis .btn.btn-primary.disabled, .component-v2 .disabled.btn-primary-w100-p3, .company.financial_reports.edit .disabled.btn-primary-w100-p3, .company.kpis .disabled.btn-primary-w100-p3 {
  color: #FFF;
  background-color: #00A0E2;
  opacity: 0.3;
  pointer-events: none;
  border: #00A0E2 1px solid;
}

/* line 142, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-dark:hover, .company.financial_reports.edit .btn.btn-dark:hover, .company.kpis .btn.btn-dark:hover, .component-v2 .btn-dark.btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-dark.btn-primary-w100-p3:hover, .company.kpis .btn-dark.btn-primary-w100-p3:hover {
  color: #FFF;
  background-color: #171717;
  border-color: #171717;
  opacity: 1;
}

/* line 151, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-outline-dark:hover, .company.financial_reports.edit .btn.btn-outline-dark:hover, .company.kpis .btn.btn-outline-dark:hover, .component-v2 .btn-outline-dark.btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-outline-dark.btn-primary-w100-p3:hover, .company.kpis .btn-outline-dark.btn-primary-w100-p3:hover {
  color: #343434;
  background-color: #f1f1f1;
  opacity: 1;
}

/* line 159, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn.btn-outline-link:hover, .company.financial_reports.edit .btn.btn-outline-link:hover, .company.kpis .btn.btn-outline-link:hover, .component-v2 .btn-outline-link.btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-outline-link.btn-primary-w100-p3:hover, .company.kpis .btn-outline-link.btn-primary-w100-p3:hover {
  color: #343434;
  background-color: #FFF;
  opacity: 1;
  border: #939393 1px solid;
}

/* line 168, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-pull .chevron-down, .company.financial_reports.edit .btn-pull .chevron-down, .company.kpis .btn-pull .chevron-down {
  margin-left: 10px;
  margin-bottom: 4px;
}

/* line 174, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-icon, .company.financial_reports.edit .btn-icon, .company.kpis .btn-icon {
  padding: 6px 20px 6px 14px;
}

/* line 179, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-outline-link, .company.financial_reports.edit .btn-outline-link, .company.kpis .btn-outline-link {
  border-color: #DDD;
}

/* line 183, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-pinkish-grey, .company.financial_reports.edit .btn-pinkish-grey, .company.kpis .btn-pinkish-grey {
  color: #FFF;
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.component-v2 .btn-pinkish-grey:hover, .company.financial_reports.edit .btn-pinkish-grey:hover, .company.kpis .btn-pinkish-grey:hover {
  color: #343434;
  background-color: #aaaaaa;
  border-color: #a4a4a4;
}

/* line 75, app/assets/stylesheets/application/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey:focus, .company.financial_reports.edit .btn-pinkish-grey:focus, .company.kpis .btn-pinkish-grey:focus, .component-v2 .btn-pinkish-grey.focus, .company.financial_reports.edit .btn-pinkish-grey.focus, .company.kpis .btn-pinkish-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
}

/* line 86, app/assets/stylesheets/application/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey.disabled, .company.financial_reports.edit .btn-pinkish-grey.disabled, .company.kpis .btn-pinkish-grey.disabled, .component-v2 .btn-pinkish-grey:disabled, .company.financial_reports.edit .btn-pinkish-grey:disabled, .company.kpis .btn-pinkish-grey:disabled {
  color: #343434;
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* line 93, app/assets/stylesheets/application/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey:not(:disabled):not(.disabled):active, .company.financial_reports.edit .btn-pinkish-grey:not(:disabled):not(.disabled):active, .company.kpis .btn-pinkish-grey:not(:disabled):not(.disabled):active, .component-v2 .btn-pinkish-grey.active:not(:disabled):not(.disabled), .company.financial_reports.edit .btn-pinkish-grey.active:not(:disabled):not(.disabled), .company.kpis .btn-pinkish-grey.active:not(:disabled):not(.disabled), .show > .component-v2 .btn-pinkish-grey.dropdown-toggle, .show > .company.financial_reports.edit .btn-pinkish-grey.dropdown-toggle, .show > .company.kpis .btn-pinkish-grey.dropdown-toggle {
  color: #343434;
  background-color: #a4a4a4;
  border-color: #9d9d9d;
}

/* line 103, app/assets/stylesheets/application/bootstrap/mixins.scss */
.component-v2 .btn-pinkish-grey:not(:disabled):not(.disabled):active:focus, .company.financial_reports.edit .btn-pinkish-grey:not(:disabled):not(.disabled):active:focus, .company.kpis .btn-pinkish-grey:not(:disabled):not(.disabled):active:focus, .component-v2 .btn-pinkish-grey.active:not(:disabled):not(.disabled):focus, .company.financial_reports.edit .btn-pinkish-grey.active:not(:disabled):not(.disabled):focus, .company.kpis .btn-pinkish-grey.active:not(:disabled):not(.disabled):focus, .show > .component-v2 .btn-pinkish-grey.dropdown-toggle:focus, .show > .company.financial_reports.edit .btn-pinkish-grey.dropdown-toggle:focus, .show > .company.kpis .btn-pinkish-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
}

/* line 187, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-outline-tab, .company.financial_reports.edit .btn-outline-tab, .company.kpis .btn-outline-tab {
  border-color: #DDD;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.component-v2 .btn-outline-tab:hover, .company.financial_reports.edit .btn-outline-tab:hover, .company.kpis .btn-outline-tab:hover {
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-outline-tab.btn-sm, .company.financial_reports.edit .btn-outline-tab.btn-sm, .company.kpis .btn-outline-tab.btn-sm, .component-v2 .btn-group-sm > .btn-outline-tab.btn, .company.financial_reports.edit .btn-group-sm > .btn-outline-tab.btn, .company.kpis .btn-group-sm > .btn-outline-tab.btn, .component-v2 .btn-group-sm > .btn-outline-tab.btn-primary-w100-p3, .company.financial_reports.edit .btn-group-sm > .btn-outline-tab.btn-primary-w100-p3, .company.kpis .btn-group-sm > .btn-outline-tab.btn-primary-w100-p3 {
  padding: .46rem .78rem;
}

/* line 198, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-outline-tab.active, .company.financial_reports.edit .btn-outline-tab.active, .company.kpis .btn-outline-tab.active {
  border-color: #00A0E2;
}

/* line 203, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-xlg, .company.financial_reports.edit .btn-xlg, .company.kpis .btn-xlg {
  padding: 0.9rem 1.2rem;
  font-size: 1.36rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  font-weight: bold;
}

/* line 216, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox], .company.financial_reports.edit .circle-check > input[type=checkbox], .company.kpis .circle-check > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 223, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label, .company.financial_reports.edit .circle-check > input[type=checkbox] ~ .circle-check-label, .company.kpis .circle-check > input[type=checkbox] ~ .circle-check-label {
  position: relative;
  margin: 0;
  padding-left: 0.4875rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
  text-align: left;
}

/* line 231, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:before, .company.financial_reports.edit .circle-check > input[type=checkbox] ~ .circle-check-label:before, .company.kpis .circle-check > input[type=checkbox] ~ .circle-check-label:before, .component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:after, .company.financial_reports.edit .circle-check > input[type=checkbox] ~ .circle-check-label:after, .company.kpis .circle-check > input[type=checkbox] ~ .circle-check-label:after {
  position: absolute;
  top: 0;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 239, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:before, .company.financial_reports.edit .circle-check > input[type=checkbox] ~ .circle-check-label:before, .company.kpis .circle-check > input[type=checkbox] ~ .circle-check-label:before {
  content: '';
  border: 1px solid #DDD;
  border-radius: 0.8125rem;
  background-color: #DDD;
  transition: border-color 200ms, background-color 200ms;
}

/* line 247, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox] ~ .circle-check-label:after, .company.financial_reports.edit .circle-check > input[type=checkbox] ~ .circle-check-label:after, .company.kpis .circle-check > input[type=checkbox] ~ .circle-check-label:after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  line-height: 1.625rem;
}

/* line 257, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox]:checked ~ .circle-check-label:before, .company.financial_reports.edit .circle-check > input[type=checkbox]:checked ~ .circle-check-label:before, .company.kpis .circle-check > input[type=checkbox]:checked ~ .circle-check-label:before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 262, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .circle-check > input[type=checkbox]:checked ~ .circle-check-label:after, .company.financial_reports.edit .circle-check > input[type=checkbox]:checked ~ .circle-check-label:after, .company.kpis .circle-check > input[type=checkbox]:checked ~ .circle-check-label:after {
  transform: scale(1);
}

/* line 270, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary, .company.financial_reports.edit .btn-tertiary, .company.kpis .btn-tertiary {
  height: 30px;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  border-radius: 18px;
  color: #00A0E2;
  border-color: #00A0E2;
}

/* line 280, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary.disabled, .company.financial_reports.edit .btn-tertiary.disabled, .company.kpis .btn-tertiary.disabled {
  color: #BDBDBD;
  border-color: #BDBDBD;
  opacity: 1;
  pointer-events: none;
}

/* line 287, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary:hover, .company.financial_reports.edit .btn-tertiary:hover, .company.kpis .btn-tertiary:hover {
  background: #F7F7F7;
  color: #00A0E2;
  opacity: 1;
}

/* line 293, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add, .company.financial_reports.edit .btn-tertiary-add, .company.kpis .btn-tertiary-add {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  line-height: 18px;
}

/* line 301, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add:hover, .company.financial_reports.edit .btn-tertiary-add:hover, .company.kpis .btn-tertiary-add:hover {
  opacity: 1;
}

/* line 305, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add img, .company.financial_reports.edit .btn-tertiary-add img, .company.kpis .btn-tertiary-add img {
  padding: 6px;
  margin-right: 8px;
  border-radius: 50%;
}

/* line 311, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.gray, .company.financial_reports.edit .btn-tertiary-add.gray, .company.kpis .btn-tertiary-add.gray {
  color: #828282;
}

/* line 314, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.gray img, .company.financial_reports.edit .btn-tertiary-add.gray img, .company.kpis .btn-tertiary-add.gray img {
  background-color: #F7F7F7;
}

/* line 318, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.gray:hover img, .company.financial_reports.edit .btn-tertiary-add.gray:hover img, .company.kpis .btn-tertiary-add.gray:hover img {
  background-color: #ECECEC;
}

/* line 323, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.blue, .company.financial_reports.edit .btn-tertiary-add.blue, .company.kpis .btn-tertiary-add.blue {
  color: #00A0E2;
}

/* line 326, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.blue img, .company.financial_reports.edit .btn-tertiary-add.blue img, .company.kpis .btn-tertiary-add.blue img {
  background-color: #F2F8FC;
}

/* line 330, app/assets/stylesheets/application/bootstrap/buttons.scss */
.component-v2 .btn-tertiary-add.blue:hover img, .company.financial_reports.edit .btn-tertiary-add.blue:hover img, .company.kpis .btn-tertiary-add.blue:hover img {
  background-color: #e8f0f5;
}

/* line 338, app/assets/stylesheets/application/bootstrap/buttons.scss */
.custom-radio-bordered {
  height: 54px;
  width: 220px;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 344, app/assets/stylesheets/application/bootstrap/buttons.scss */
.custom-radio-bordered .custom-radio {
  margin: 14px 0 17px 15px;
  line-height: 24px;
  min-height: 20px;
}

/* line 349, app/assets/stylesheets/application/bootstrap/buttons.scss */
.custom-radio-bordered .custom-radio .custom-control-label {
  font-size: 16px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #343434;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #DDD;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #343434;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #272727;
  text-decoration: none;
  background-color: #F7F7F7;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #00A0E2;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #939393;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #939393;
  white-space: nowrap;
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #343434;
}

/* line 4, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.dropdown-menu {
  border: 1px solid #DDD;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 9, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.dropdown-menu .dropdown-item {
  padding: 15px 10px;
  color: #343434;
}

/* line 13, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.dropdown-menu .dropdown-item:hover {
  cursor: pointer;
  background-color: #F7F7F7;
}

/* line 18, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.dropdown-menu .dropdown-item:active {
  color: #343434;
}

/* line 26, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu, .company.financial_reports.edit .dropdown-menu, .company.kpis .dropdown-menu {
  border-radius: 9px;
  padding: 5px;
  min-width: 185px;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

/* line 34, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu .dropdown-item, .company.financial_reports.edit .dropdown-menu .dropdown-item, .company.kpis .dropdown-menu .dropdown-item {
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 0.875rem;
}

/* line 41, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu div.form-group, .company.financial_reports.edit .dropdown-menu div.form-group, .company.kpis .dropdown-menu div.form-group {
  margin-top: 17px;
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu div.form-group:first-of-type, .company.financial_reports.edit .dropdown-menu div.form-group:first-of-type, .company.kpis .dropdown-menu div.form-group:first-of-type {
  margin-top: 7px;
}

/* line 51, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu, .company.financial_reports.edit .dropdown-menu.checkbox-menu, .company.kpis .dropdown-menu.checkbox-menu {
  min-width: 143px;
  line-height: 1;
}

/* line 55, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check, .company.kpis .dropdown-menu.checkbox-menu .drop-check {
  padding-left: 10px;
  font-size: 0.812rem;
}

/* line 59, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox], .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox], .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 66, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label, .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-left: 19px;
  min-width: 1rem;
  min-height: 13px;
  text-align: left;
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before, .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before, .component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after, .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
}

/* line 87, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before, .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:before {
  content: "";
  border: 1px solid #DDD;
  border-radius: 0.2rem;
}

/* line 93, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after, .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox] ~ .drop-check-label:after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  font-size: 0.7rem;
  line-height: 0.875rem;
}

/* line 108, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:before, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:before, .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 113, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:after, .company.financial_reports.edit .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:after, .company.kpis .dropdown-menu.checkbox-menu .drop-check > input[type=checkbox]:checked ~ .drop-check-label:after {
  transform: scale(1);
}

/* line 121, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .form-submit, .company.financial_reports.edit .dropdown-menu.checkbox-menu .form-submit, .company.kpis .dropdown-menu.checkbox-menu .form-submit {
  margin-top: 12px;
  margin-bottom: 3px;
}

/* line 125, app/assets/stylesheets/application/bootstrap/dropdown.scss */
.component-v2 .dropdown-menu.checkbox-menu .form-submit input[type=submit], .company.financial_reports.edit .dropdown-menu.checkbox-menu .form-submit input[type=submit], .company.kpis .dropdown-menu.checkbox-menu .form-submit input[type=submit] {
  font-size: 13px;
  line-height: 1;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn, .component-v2 .btn-group > .btn-primary-w100-p3, .company.financial_reports.edit .btn-group > .btn-primary-w100-p3, .company.kpis .btn-group > .btn-primary-w100-p3,
.btn-group-vertical > .btn,
.component-v2 .btn-group-vertical > .btn-primary-w100-p3,
.company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3,
.company.kpis .btn-group-vertical > .btn-primary-w100-p3 {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover, .component-v2 .btn-group > .btn-primary-w100-p3:hover, .company.financial_reports.edit .btn-group > .btn-primary-w100-p3:hover, .company.kpis .btn-group > .btn-primary-w100-p3:hover,
.btn-group-vertical > .btn:hover,
.component-v2 .btn-group-vertical > .btn-primary-w100-p3:hover,
.company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3:hover,
.company.kpis .btn-group-vertical > .btn-primary-w100-p3:hover {
  z-index: 1;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .component-v2 .btn-group > .btn-primary-w100-p3:focus, .company.financial_reports.edit .btn-group > .btn-primary-w100-p3:focus, .company.kpis .btn-group > .btn-primary-w100-p3:focus, .btn-group > .btn:active, .component-v2 .btn-group > .btn-primary-w100-p3:active, .company.financial_reports.edit .btn-group > .btn-primary-w100-p3:active, .company.kpis .btn-group > .btn-primary-w100-p3:active, .btn-group > .btn.active, .component-v2 .btn-group > .active.btn-primary-w100-p3, .company.financial_reports.edit .btn-group > .active.btn-primary-w100-p3, .company.kpis .btn-group > .active.btn-primary-w100-p3,
.btn-group-vertical > .btn:focus,
.component-v2 .btn-group-vertical > .btn-primary-w100-p3:focus,
.company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3:focus,
.company.kpis .btn-group-vertical > .btn-primary-w100-p3:focus,
.btn-group-vertical > .btn:active,
.component-v2 .btn-group-vertical > .btn-primary-w100-p3:active,
.company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3:active,
.company.kpis .btn-group-vertical > .btn-primary-w100-p3:active,
.btn-group-vertical > .btn.active,
.component-v2 .btn-group-vertical > .active.btn-primary-w100-p3,
.company.financial_reports.edit .btn-group-vertical > .active.btn-primary-w100-p3,
.company.kpis .btn-group-vertical > .active.btn-primary-w100-p3 {
  z-index: 1;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .component-v2 .btn-group > .btn-primary-w100-p3:not(:first-child), .company.financial_reports.edit .btn-group > .btn-primary-w100-p3:not(:first-child), .company.kpis .btn-group > .btn-primary-w100-p3:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .component-v2 .btn-group > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle), .company.financial_reports.edit .btn-group > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle), .company.kpis .btn-group > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.component-v2 .btn-group > .btn-group:not(:last-child) > .btn-primary-w100-p3,
.company.financial_reports.edit .btn-group > .btn-group:not(:last-child) > .btn-primary-w100-p3,
.company.kpis .btn-group > .btn-group:not(:last-child) > .btn-primary-w100-p3 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .component-v2 .btn-group > .btn-primary-w100-p3:not(:first-child), .company.financial_reports.edit .btn-group > .btn-primary-w100-p3:not(:first-child), .company.kpis .btn-group > .btn-primary-w100-p3:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.component-v2 .btn-group > .btn-group:not(:first-child) > .btn-primary-w100-p3,
.company.financial_reports.edit .btn-group > .btn-group:not(:first-child) > .btn-primary-w100-p3,
.company.kpis .btn-group > .btn-group:not(:first-child) > .btn-primary-w100-p3 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .component-v2 .btn-group-sm > .btn-primary-w100-p3 + .dropdown-toggle-split, .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3 + .dropdown-toggle-split, .company.kpis .btn-group-sm > .btn-primary-w100-p3 + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .component-v2 .btn-group-lg > .btn-primary-w100-p3 + .dropdown-toggle-split, .company.financial_reports.edit .btn-group-lg > .btn-primary-w100-p3 + .dropdown-toggle-split, .company.kpis .btn-group-lg > .btn-primary-w100-p3 + .dropdown-toggle-split {
  padding-right: 0.93rem;
  padding-left: 0.93rem;
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn, .component-v2 .btn-group-vertical > .btn-primary-w100-p3, .company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3, .company.kpis .btn-group-vertical > .btn-primary-w100-p3,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .component-v2 .btn-group-vertical > .btn-primary-w100-p3:not(:first-child), .company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3:not(:first-child), .company.kpis .btn-group-vertical > .btn-primary-w100-p3:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .component-v2 .btn-group-vertical > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle), .company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle), .company.kpis .btn-group-vertical > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.component-v2 .btn-group-vertical > .btn-group:not(:last-child) > .btn-primary-w100-p3,
.company.financial_reports.edit .btn-group-vertical > .btn-group:not(:last-child) > .btn-primary-w100-p3,
.company.kpis .btn-group-vertical > .btn-group:not(:last-child) > .btn-primary-w100-p3 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .component-v2 .btn-group-vertical > .btn-primary-w100-p3:not(:first-child), .company.financial_reports.edit .btn-group-vertical > .btn-primary-w100-p3:not(:first-child), .company.kpis .btn-group-vertical > .btn-primary-w100-p3:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.component-v2 .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary-w100-p3,
.company.financial_reports.edit .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary-w100-p3,
.company.kpis .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary-w100-p3 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn, .component-v2 .btn-group-toggle > .btn-primary-w100-p3, .company.financial_reports.edit .btn-group-toggle > .btn-primary-w100-p3, .company.kpis .btn-group-toggle > .btn-primary-w100-p3,
.btn-group-toggle > .btn-group > .btn,
.component-v2 .btn-group-toggle > .btn-group > .btn-primary-w100-p3,
.company.financial_reports.edit .btn-group-toggle > .btn-group > .btn-primary-w100-p3,
.company.kpis .btn-group-toggle > .btn-group > .btn-primary-w100-p3 {
  margin-bottom: 0;
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"], .component-v2 .btn-group-toggle > .btn-primary-w100-p3 input[type="radio"], .company.financial_reports.edit .btn-group-toggle > .btn-primary-w100-p3 input[type="radio"], .company.kpis .btn-group-toggle > .btn-primary-w100-p3 input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.component-v2 .btn-group-toggle > .btn-primary-w100-p3 input[type="checkbox"],
.company.financial_reports.edit .btn-group-toggle > .btn-primary-w100-p3 input[type="checkbox"],
.company.kpis .btn-group-toggle > .btn-primary-w100-p3 input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn, .input-group-prepend .component-v2 .btn-primary-w100-p3, .input-group-prepend .company.financial_reports.edit .btn-primary-w100-p3, .input-group-prepend .company.kpis .btn-primary-w100-p3, .component-v2 .input-group-prepend .btn-primary-w100-p3, .company.financial_reports.edit .input-group-prepend .btn-primary-w100-p3, .company.kpis .input-group-prepend .btn-primary-w100-p3,
.input-group-append .btn,
.input-group-append .component-v2 .btn-primary-w100-p3,
.input-group-append .company.financial_reports.edit .btn-primary-w100-p3,
.input-group-append .company.kpis .btn-primary-w100-p3,
.component-v2 .input-group-append .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-append .btn-primary-w100-p3,
.company.kpis .input-group-append .btn-primary-w100-p3 {
  position: relative;
  z-index: 2;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus, .input-group-prepend .component-v2 .btn-primary-w100-p3:focus, .input-group-prepend .company.financial_reports.edit .btn-primary-w100-p3:focus, .input-group-prepend .company.kpis .btn-primary-w100-p3:focus, .component-v2 .input-group-prepend .btn-primary-w100-p3:focus, .company.financial_reports.edit .input-group-prepend .btn-primary-w100-p3:focus, .company.kpis .input-group-prepend .btn-primary-w100-p3:focus,
.input-group-append .btn:focus,
.input-group-append .component-v2 .btn-primary-w100-p3:focus,
.input-group-append .company.financial_reports.edit .btn-primary-w100-p3:focus,
.input-group-append .company.kpis .btn-primary-w100-p3:focus,
.component-v2 .input-group-append .btn-primary-w100-p3:focus,
.company.financial_reports.edit .input-group-append .btn-primary-w100-p3:focus,
.company.kpis .input-group-append .btn-primary-w100-p3:focus {
  z-index: 3;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn, .input-group-prepend .component-v2 .btn-primary-w100-p3 + .btn, .input-group-prepend .company.financial_reports.edit .btn-primary-w100-p3 + .btn, .input-group-prepend .company.kpis .btn-primary-w100-p3 + .btn, .component-v2 .input-group-prepend .btn-primary-w100-p3 + .btn, .company.financial_reports.edit .input-group-prepend .btn-primary-w100-p3 + .btn, .company.kpis .input-group-prepend .btn-primary-w100-p3 + .btn, .input-group-prepend .component-v2 .btn + .btn-primary-w100-p3, .input-group-prepend .company.financial_reports.edit .btn + .btn-primary-w100-p3, .input-group-prepend .company.kpis .btn + .btn-primary-w100-p3, .component-v2 .input-group-prepend .btn + .btn-primary-w100-p3, .company.financial_reports.edit .input-group-prepend .btn + .btn-primary-w100-p3, .company.kpis .input-group-prepend .btn + .btn-primary-w100-p3, .input-group-prepend .component-v2 .btn-primary-w100-p3 + .btn-primary-w100-p3, .input-group-prepend .company.financial_reports.edit .btn-primary-w100-p3 + .btn-primary-w100-p3, .input-group-prepend .company.kpis .btn-primary-w100-p3 + .btn-primary-w100-p3, .component-v2 .input-group-prepend .btn-primary-w100-p3 + .btn-primary-w100-p3, .company.financial_reports.edit .input-group-prepend .btn-primary-w100-p3 + .btn-primary-w100-p3, .company.kpis .input-group-prepend .btn-primary-w100-p3 + .btn-primary-w100-p3,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .component-v2 .btn-primary-w100-p3 + .input-group-text,
.input-group-prepend .company.financial_reports.edit .btn-primary-w100-p3 + .input-group-text,
.input-group-prepend .company.kpis .btn-primary-w100-p3 + .input-group-text,
.component-v2 .input-group-prepend .btn-primary-w100-p3 + .input-group-text,
.company.financial_reports.edit .input-group-prepend .btn-primary-w100-p3 + .input-group-text,
.company.kpis .input-group-prepend .btn-primary-w100-p3 + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .component-v2 .input-group-text + .btn-primary-w100-p3,
.input-group-prepend .company.financial_reports.edit .input-group-text + .btn-primary-w100-p3,
.input-group-prepend .company.kpis .input-group-text + .btn-primary-w100-p3,
.component-v2 .input-group-prepend .input-group-text + .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-prepend .input-group-text + .btn-primary-w100-p3,
.company.kpis .input-group-prepend .input-group-text + .btn-primary-w100-p3,
.input-group-append .btn + .btn,
.input-group-append .component-v2 .btn-primary-w100-p3 + .btn,
.input-group-append .company.financial_reports.edit .btn-primary-w100-p3 + .btn,
.input-group-append .company.kpis .btn-primary-w100-p3 + .btn,
.component-v2 .input-group-append .btn-primary-w100-p3 + .btn,
.company.financial_reports.edit .input-group-append .btn-primary-w100-p3 + .btn,
.company.kpis .input-group-append .btn-primary-w100-p3 + .btn,
.input-group-append .component-v2 .btn + .btn-primary-w100-p3,
.input-group-append .company.financial_reports.edit .btn + .btn-primary-w100-p3,
.input-group-append .company.kpis .btn + .btn-primary-w100-p3,
.component-v2 .input-group-append .btn + .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-append .btn + .btn-primary-w100-p3,
.company.kpis .input-group-append .btn + .btn-primary-w100-p3,
.input-group-append .component-v2 .btn-primary-w100-p3 + .btn-primary-w100-p3,
.input-group-append .company.financial_reports.edit .btn-primary-w100-p3 + .btn-primary-w100-p3,
.input-group-append .company.kpis .btn-primary-w100-p3 + .btn-primary-w100-p3,
.component-v2 .input-group-append .btn-primary-w100-p3 + .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-append .btn-primary-w100-p3 + .btn-primary-w100-p3,
.company.kpis .input-group-append .btn-primary-w100-p3 + .btn-primary-w100-p3,
.input-group-append .btn + .input-group-text,
.input-group-append .component-v2 .btn-primary-w100-p3 + .input-group-text,
.input-group-append .company.financial_reports.edit .btn-primary-w100-p3 + .input-group-text,
.input-group-append .company.kpis .btn-primary-w100-p3 + .input-group-text,
.component-v2 .input-group-append .btn-primary-w100-p3 + .input-group-text,
.company.financial_reports.edit .input-group-append .btn-primary-w100-p3 + .input-group-text,
.company.kpis .input-group-append .btn-primary-w100-p3 + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .component-v2 .input-group-text + .btn-primary-w100-p3,
.input-group-append .company.financial_reports.edit .input-group-text + .btn-primary-w100-p3,
.input-group-append .company.kpis .input-group-text + .btn-primary-w100-p3,
.component-v2 .input-group-append .input-group-text + .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-append .input-group-text + .btn-primary-w100-p3,
.company.kpis .input-group-append .input-group-text + .btn-primary-w100-p3 {
  margin-left: -1px;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.4rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  text-align: center;
  white-space: nowrap;
  background-color: #DDD;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.component-v2 .input-group-lg > .input-group-prepend > .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-lg > .input-group-prepend > .btn-primary-w100-p3,
.company.kpis .input-group-lg > .input-group-prepend > .btn-primary-w100-p3,
.input-group-lg > .input-group-append > .btn,
.component-v2 .input-group-lg > .input-group-append > .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-lg > .input-group-append > .btn-primary-w100-p3,
.company.kpis .input-group-lg > .input-group-append > .btn-primary-w100-p3 {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.component-v2 .input-group-sm > .input-group-prepend > .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-sm > .input-group-prepend > .btn-primary-w100-p3,
.company.kpis .input-group-sm > .input-group-prepend > .btn-primary-w100-p3,
.input-group-sm > .input-group-append > .btn,
.component-v2 .input-group-sm > .input-group-append > .btn-primary-w100-p3,
.company.financial_reports.edit .input-group-sm > .input-group-append > .btn-primary-w100-p3,
.company.kpis .input-group-sm > .input-group-append > .btn-primary-w100-p3 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.4rem;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn, .component-v2 .input-group > .input-group-prepend > .btn-primary-w100-p3, .company.financial_reports.edit .input-group > .input-group-prepend > .btn-primary-w100-p3, .company.kpis .input-group > .input-group-prepend > .btn-primary-w100-p3,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.component-v2 .input-group > .input-group-append:not(:last-child) > .btn-primary-w100-p3,
.company.financial_reports.edit .input-group > .input-group-append:not(:last-child) > .btn-primary-w100-p3,
.company.kpis .input-group > .input-group-append:not(:last-child) > .btn-primary-w100-p3,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.component-v2 .input-group > .input-group-append:last-child > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle),
.company.financial_reports.edit .input-group > .input-group-append:last-child > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle),
.company.kpis .input-group > .input-group-append:last-child > .btn-primary-w100-p3:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn, .component-v2 .input-group > .input-group-append > .btn-primary-w100-p3, .company.financial_reports.edit .input-group > .input-group-append > .btn-primary-w100-p3, .company.kpis .input-group > .input-group-append > .btn-primary-w100-p3,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.component-v2 .input-group > .input-group-prepend:not(:first-child) > .btn-primary-w100-p3,
.company.financial_reports.edit .input-group > .input-group-prepend:not(:first-child) > .btn-primary-w100-p3,
.company.kpis .input-group > .input-group-prepend:not(:first-child) > .btn-primary-w100-p3,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.component-v2 .input-group > .input-group-prepend:first-child > .btn-primary-w100-p3:not(:first-child),
.company.financial_reports.edit .input-group > .input-group-prepend:first-child > .btn-primary-w100-p3:not(:first-child),
.company.kpis .input-group > .input-group-prepend:first-child > .btn-primary-w100-p3:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.79rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1.8rem;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DDD;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFF;
  background-color: #96e0ff;
  border-color: #96e0ff;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #939393;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ECECEC;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.155rem;
  left: -1.79rem;
  display: block;
  width: 1.19rem;
  height: 1.19rem;
  pointer-events: none;
  content: "";
  background-color: #FFF;
  border: #DDD solid 1px;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.155rem;
  left: -1.79rem;
  display: block;
  width: 1.19rem;
  height: 1.19rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 8px;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 160, 226, 0.5);
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 160, 226, 0.5);
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 160, 226, 0.5);
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.6825rem;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.6825rem;
  width: 2.0825rem;
  pointer-events: all;
  border-radius: 0.595rem;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.155rem + 2px);
  left: calc(-2.6825rem + 2px);
  width: calc(1.19rem - 4px);
  height: calc(1.19rem - 4px);
  background-color: #DDD;
  border-radius: 0.595rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 192, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFF;
  transform: translateX(0.8925rem);
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 160, 226, 0.5);
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 2.4rem 0.6rem 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343434' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.4rem center/8px 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #63d1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 239, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #434343;
  background-color: #FFF;
}

/* line 250, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.4rem;
  background-image: none;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #939393;
  background-color: #DDD;
}

/* line 263, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 276, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

/* line 289, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin-bottom: 0;
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #63d1ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 310, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #ECECEC;
}

/* line 315, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 342, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.2rem);
  padding: 0.6rem 1.4rem;
  line-height: 1.5;
  color: #434343;
  content: "Browse";
  background-color: #DDD;
  border-left: inherit;
  border-radius: 0 8px 8px 0;
}

/* line 366, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 379, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 380, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 383, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00A0E2;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 387, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 398, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #96e0ff;
}

/* line 403, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDD;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 414, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00A0E2;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 414, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 424, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #96e0ff;
}

/* line 429, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDD;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 440, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00A0E2;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 440, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 453, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #96e0ff;
}

/* line 458, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 469, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #DDD;
  border-radius: 1rem;
}

/* line 474, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #DDD;
  border-radius: 1rem;
}

/* line 481, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #939393;
}

/* line 485, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #939393;
}

/* line 493, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #939393;
}

/* line 503, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 503, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.simple_form .badge {
  margin: .2rem 0 0 .2rem;
  padding: .15rem .4rem;
  vertical-align: top;
}

/* line 9, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.simple_form .badge-secondary {
  color: #FFF;
  font-weight: normal;
}

/* line 19, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox .custom-control-input ~ .custom-control-label:before {
  background-color: #DDD;
}

/* line 23, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  border-radius: 8px;
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
}

/* line 33, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00A0E2;
}

/* line 37, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

/* line 48, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-white .custom-control-input ~ .custom-control-label:before {
  background-color: #FFF;
  border-radius: 4.25px;
}

/* line 53, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-white .custom-control-input ~ .custom-control-label::after {
  border-radius: 8px;
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
}

/* line 63, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00A0E2;
}

/* line 67, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

/* line 75, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg {
  line-height: 28px;
  height: 28px;
}

/* line 80, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input ~ .custom-control-label {
  padding-left: 10px;
}

/* line 84, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input ~ .custom-control-label:hover:before {
  border: 1px solid #939393;
}

/* line 89, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input ~ .custom-control-label:before {
  background-color: #FFF;
  border: 1px solid #C9C9C9;
  width: 28px;
  height: 28px;
  top: 0;
}

/* line 97, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input ~ .custom-control-label::after {
  border-radius: 8px;
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0;
  color: #FFF;
  top: 0;
  left: -28px;
  width: 28px;
  height: 28px;
}

/* line 110, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input ~ .disable:hover:before {
  border: 1px solid #C8C8C8;
}

/* line 115, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input ~ .disable:before {
  background-color: #ECECEC;
}

/* line 119, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input ~ .disable::after {
  border-radius: 8px;
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0;
  color: #C8C8C8;
}

/* line 128, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00A0E2;
}

/* line 132, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-checkbox-lg .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 15px;
}

/* line 143, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-control.custom-radio .custom-control-label {
  min-height: 1px;
  min-width: 1px;
}

/* line 147, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-control.custom-radio .custom-control-label::before {
  top: 0.2rem;
  left: -1.76rem;
}

/* line 152, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.custom-control.custom-radio .custom-control-label::after {
  top: .15rem;
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 168, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.horizontal-radio-with-border .form-group.radio_buttons {
  display: flex;
  justify-content: space-between;
}

/* line 172, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.horizontal-radio-with-border .form-group.radio_buttons legend {
  display: none;
}

/* line 176, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.horizontal-radio-with-border .form-group.radio_buttons .form-check {
  display: inline-block;
  border: 1px solid #DDD;
  padding: 15px 0 5px 0;
  border-radius: 8px;
  width: 49%;
}

/* line 183, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.horizontal-radio-with-border .form-group.radio_buttons .form-check .form-check-input {
  margin-left: 12px;
}

/* line 187, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.horizontal-radio-with-border .form-group.radio_buttons .form-check label {
  margin-left: 30px;
}

/* line 192, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.horizontal-radio-with-border .form-group.radio_buttons .form-check.kind_of_officer_or_employee {
  width: 33%;
}

/* line 199, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.vertical-radio-with-border .form-group.radio_buttons {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

/* line 204, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.vertical-radio-with-border .form-group.radio_buttons legend {
  display: none;
}

/* line 208, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.vertical-radio-with-border .form-group.radio_buttons .form-check {
  display: inline-block;
  border: 1px solid #DDD;
  padding: 15px 0 5px 0;
  border-radius: 8px;
  width: 100%;
}

/* line 214, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.vertical-radio-with-border .form-group.radio_buttons .form-check:not(:last-child) {
  margin-bottom: 20px;
}

/* line 218, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.vertical-radio-with-border .form-group.radio_buttons .form-check .form-check-input {
  margin-left: 12px;
}

/* line 222, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.vertical-radio-with-border .form-group.radio_buttons .form-check label {
  margin-left: 30px;
}

/* line 229, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form {
  height: 100%;
  width: 100%;
}

/* line 233, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .progress {
  height: .5rem;
}

/* line 237, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-control {
  height: auto;
}

/* line 241, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-header {
  padding: 15px 15px 14px 15px;
}

/* line 245, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-header div:first-child {
  display: flex;
  align-items: center;
}

/* line 248, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-header div:first-child img {
  height: 20px;
}

/* line 253, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-header div:nth-child(2) {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 260, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-header div:last-child {
  text-align: right;
}

/* line 266, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-body {
  padding-top: 2rem;
  padding-bottom: 170px;
  overflow-y: scroll;
  height: 100%;
}

/* line 273, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .form-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  z-index: 1030;
  background-color: #FFF;
}

/* line 287, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form .grouping .form-control {
  padding: 14px 15px;
  height: 54px;
}

/* line 294, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form {
  width: 100%;
}

/* line 297, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .progress {
  height: .5rem;
}

/* line 301, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .form-body {
  padding-top: 2rem;
  padding-bottom: 140px;
  overflow-y: scroll;
  height: 100%;
}

/* line 308, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .form-header {
  padding: 15px 15px 14px 15px;
}

/* line 312, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .form-header div:first-child {
  display: flex;
  align-items: center;
}

/* line 316, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .form-header div:first-child img {
  height: 20px;
}

/* line 321, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .form-header div:nth-child(2) {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 328, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .form-header div:last-child {
  text-align: right;
}

/* line 334, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .full-form-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  z-index: 1030;
  background-color: #FFF;
}

/* line 347, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .split-form-footer {
  position: fixed;
  width: 50%;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  z-index: 1000;
  background-color: #FFF;
}

/* line 361, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .center-line-right {
  border-right: 1px solid #DDD;
}

/* line 365, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.business-report-form .center-line-left {
  border-left: 1px solid #DDD;
}

/* line 370, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form,
.stock-exchange-form,
.right-strike-form,
.director-meeting-form,
.stockholder-meeting-form,
.important-meeting-form,
.csv-form-content,
.common-step-form {
  width: 100%;
}

/* line 380, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .progress,
.stock-exchange-form .progress,
.right-strike-form .progress,
.director-meeting-form .progress,
.stockholder-meeting-form .progress,
.important-meeting-form .progress,
.csv-form-content .progress,
.common-step-form .progress {
  height: .5rem;
}

/* line 384, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .form-header,
.stock-exchange-form .form-header,
.right-strike-form .form-header,
.director-meeting-form .form-header,
.stockholder-meeting-form .form-header,
.important-meeting-form .form-header,
.csv-form-content .form-header,
.common-step-form .form-header {
  padding: 15px 15px 14px 15px;
}

/* line 388, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .form-header div:first-child,
.stock-exchange-form .form-header div:first-child,
.right-strike-form .form-header div:first-child,
.director-meeting-form .form-header div:first-child,
.stockholder-meeting-form .form-header div:first-child,
.important-meeting-form .form-header div:first-child,
.csv-form-content .form-header div:first-child,
.common-step-form .form-header div:first-child {
  display: flex;
  align-items: center;
}

/* line 392, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .form-header div:first-child img,
.stock-exchange-form .form-header div:first-child img,
.right-strike-form .form-header div:first-child img,
.director-meeting-form .form-header div:first-child img,
.stockholder-meeting-form .form-header div:first-child img,
.important-meeting-form .form-header div:first-child img,
.csv-form-content .form-header div:first-child img,
.common-step-form .form-header div:first-child img {
  height: 20px;
}

/* line 397, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .form-header div:nth-child(2),
.stock-exchange-form .form-header div:nth-child(2),
.right-strike-form .form-header div:nth-child(2),
.director-meeting-form .form-header div:nth-child(2),
.stockholder-meeting-form .form-header div:nth-child(2),
.important-meeting-form .form-header div:nth-child(2),
.csv-form-content .form-header div:nth-child(2),
.common-step-form .form-header div:nth-child(2) {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 404, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .form-header div:last-child,
.stock-exchange-form .form-header div:last-child,
.right-strike-form .form-header div:last-child,
.director-meeting-form .form-header div:last-child,
.stockholder-meeting-form .form-header div:last-child,
.important-meeting-form .form-header div:last-child,
.csv-form-content .form-header div:last-child,
.common-step-form .form-header div:last-child {
  text-align: right;
}

/* line 410, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .disclaimer,
.stock-exchange-form .disclaimer,
.right-strike-form .disclaimer,
.director-meeting-form .disclaimer,
.stockholder-meeting-form .disclaimer,
.important-meeting-form .disclaimer,
.csv-form-content .disclaimer,
.common-step-form .disclaimer {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #939393;
  white-space: pre-wrap;
}

/* line 417, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .disclaimer .disclaimer-body,
.stock-exchange-form .disclaimer .disclaimer-body,
.right-strike-form .disclaimer .disclaimer-body,
.director-meeting-form .disclaimer .disclaimer-body,
.stockholder-meeting-form .disclaimer .disclaimer-body,
.important-meeting-form .disclaimer .disclaimer-body,
.csv-form-content .disclaimer .disclaimer-body,
.common-step-form .disclaimer .disclaimer-body {
  border-top: 1px solid #DDD;
}

/* line 418, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .disclaimer .disclaimer-body .alert-img,
.stock-exchange-form .disclaimer .disclaimer-body .alert-img,
.right-strike-form .disclaimer .disclaimer-body .alert-img,
.director-meeting-form .disclaimer .disclaimer-body .alert-img,
.stockholder-meeting-form .disclaimer .disclaimer-body .alert-img,
.important-meeting-form .disclaimer .disclaimer-body .alert-img,
.csv-form-content .disclaimer .disclaimer-body .alert-img,
.common-step-form .disclaimer .disclaimer-body .alert-img {
  background-color: #939393;
  mask-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  width: 20px;
  height: 20px;
}

/* line 432, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .disclaimer .disclaimer-body p,
.stock-exchange-form .disclaimer .disclaimer-body p,
.right-strike-form .disclaimer .disclaimer-body p,
.director-meeting-form .disclaimer .disclaimer-body p,
.stockholder-meeting-form .disclaimer .disclaimer-body p,
.important-meeting-form .disclaimer .disclaimer-body p,
.csv-form-content .disclaimer .disclaimer-body p,
.common-step-form .disclaimer .disclaimer-body p {
  margin-bottom: 0;
}

/* line 440, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .full-form-footer,
.stock-exchange-form .full-form-footer,
.right-strike-form .full-form-footer,
.director-meeting-form .full-form-footer,
.stockholder-meeting-form .full-form-footer,
.important-meeting-form .full-form-footer,
.csv-form-content .full-form-footer,
.common-step-form .full-form-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  z-index: 1030;
  background-color: #FFF;
}

/* line 453, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .split-form-footer,
.stock-exchange-form .split-form-footer,
.right-strike-form .split-form-footer,
.director-meeting-form .split-form-footer,
.stockholder-meeting-form .split-form-footer,
.important-meeting-form .split-form-footer,
.csv-form-content .split-form-footer,
.common-step-form .split-form-footer {
  position: fixed;
  width: 50%;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  z-index: 1000;
  background-color: #FFF;
}

/* line 467, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .center-line-right,
.stock-exchange-form .center-line-right,
.right-strike-form .center-line-right,
.director-meeting-form .center-line-right,
.stockholder-meeting-form .center-line-right,
.important-meeting-form .center-line-right,
.csv-form-content .center-line-right,
.common-step-form .center-line-right {
  border-right: 1px solid #DDD;
}

/* line 471, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.stock-exchange-select-members-form .center-line-left,
.stock-exchange-form .center-line-left,
.right-strike-form .center-line-left,
.director-meeting-form .center-line-left,
.stockholder-meeting-form .center-line-left,
.important-meeting-form .center-line-left,
.csv-form-content .center-line-left,
.common-step-form .center-line-left {
  border-left: 1px solid #DDD;
}

/* line 476, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page {
  height: 100%;
  width: 100%;
  letter-spacing: 0;
}

/* line 481, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .progress {
  background-color: #ECECEC;
  height: 7px;
}

/* line 484, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .progress .progress-bar {
  border-radius: 0 100px 100px 0;
}

/* line 489, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-control {
  height: auto;
}

/* line 493, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-header {
  padding: 14px 15px;
}

/* line 496, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-header.gray-border-bottomm {
  border-bottom: 1px solid #DDD;
}

/* line 500, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-header .header-logo {
  display: flex;
  align-items: center;
}

/* line 504, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-header .header-logo .logo {
  height: 20px;
}

/* line 509, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-header .header-title {
  font-family: "futura-pt", "Hiragino Sans", sans-serif;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
}

/* line 518, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-header .header-close {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 524, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-header .header-close .close {
  font-size: 1.125rem;
  vertical-align: middle;
}

/* line 531, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-body {
  padding: 2rem 20px 170px 20px;
  overflow-y: scroll;
  height: 100%;
}

/* line 535, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-body.custom {
  line-height: 22px;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "futura-pt", "Hiragino Sans", sans-serif;
}

/* line 543, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .form-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 19px 20px 20px 20px;
  justify-content: space-between;
  border-top: 1px solid #D8D8D8;
  z-index: 1030;
  background-color: #FFF;
}

/* line 557, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.full-screen-form-page .grouping .form-control {
  padding: 14px 15px;
  height: 54px;
}

/* line 568, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.required-mark-form label.form-control-label.required::after {
  content: "必須";
  color: #E6230D;
  margin-left: 0.5rem;
  font-size: 80%;
}

/* line 577, app/assets/stylesheets/application/bootstrap/custom-forms.scss */
.required-mark-form label.form-control-label:not(.required)::after {
  content: "任意";
  color: #939393;
  margin-left: 0.5rem;
  font-size: 80%;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav, .tab-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1.2rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #939393;
  pointer-events: none;
  cursor: default;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #DDD;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #DDD #DDD #DDD;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #939393;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #434343;
  background-color: #FFF;
  border-color: #DDD #DDD #FFF;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 8px;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #00A0E2;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 3, app/assets/stylesheets/application/bootstrap/nav.scss */
.tab-nav {
  margin-bottom: 2rem;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
}

/* line 10, app/assets/stylesheets/application/bootstrap/nav.scss */
.tab-nav .nav-item {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

/* line 15, app/assets/stylesheets/application/bootstrap/nav.scss */
.tab-nav .nav-item .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 19, app/assets/stylesheets/application/bootstrap/nav.scss */
.tab-nav .nav-item .nav-link {
  padding: 22.5px 2rem 1rem;
  color: #343434;
  height: 60px;
}

/* line 24, app/assets/stylesheets/application/bootstrap/nav.scss */
.tab-nav .nav-item .nav-link.active {
  color: #00A0E2;
}

/* line 28, app/assets/stylesheets/application/bootstrap/nav.scss */
.tab-nav .nav-item .nav-link.inactive {
  color: #939393;
  pointer-events: none;
  cursor: default;
}

/* line 34, app/assets/stylesheets/application/bootstrap/nav.scss */
.tab-nav .nav-item .nav-link:hover {
  color: #00A0E2;
}

/* line 42, app/assets/stylesheets/application/bootstrap/nav.scss */
ul.scrollable-tabs {
  display: flex;
  margin-bottom: 2rem;
  padding: 0;
  border-bottom: 1px solid #DDD;
  overflow-x: auto;
  background-color: #FFF;
  flex-direction: row;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/application/bootstrap/nav.scss */
ul.scrollable-tabs li {
  font-size: 0.875rem;
  font-weight: 600;
  list-style-type: none;
  text-align: center;
}

/* line 59, app/assets/stylesheets/application/bootstrap/nav.scss */
ul.scrollable-tabs li .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 63, app/assets/stylesheets/application/bootstrap/nav.scss */
ul.scrollable-tabs li a {
  display: inline-block;
  padding: 22.5px 2rem 1rem;
  color: #343434;
  height: 60px;
  text-align: center;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/application/bootstrap/nav.scss */
ul.scrollable-tabs li a.active {
  color: #00A0E2;
}

/* line 75, app/assets/stylesheets/application/bootstrap/nav.scss */
ul.scrollable-tabs li a:hover {
  color: #00A0E2;
}

/* line 86, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .nav-tabs .nav-item .nav-link, .company.financial_reports.edit .nav-tabs .nav-item .nav-link, .company.kpis .nav-tabs .nav-item .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: .6rem 1.6rem;
  border: 1px solid #DDD;
  border-left: 0;
  color: #434343;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.component-v2 .nav-tabs .nav-item .nav-link:hover, .company.financial_reports.edit .nav-tabs .nav-item .nav-link:hover, .company.kpis .nav-tabs .nav-item .nav-link:hover, .component-v2 .nav-tabs .nav-item .nav-link:focus, .company.financial_reports.edit .nav-tabs .nav-item .nav-link:focus, .company.kpis .nav-tabs .nav-item .nav-link:focus {
  color: #00A0E2;
}

/* line 97, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .nav-tabs .nav-item .nav-link.active, .company.financial_reports.edit .nav-tabs .nav-item .nav-link.active, .company.kpis .nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  color: #00A0E2;
  border-color: #DDD #DDD #FFF;
}

/* line 105, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .nav-tabs .nav-item:first-child .nav-link, .company.financial_reports.edit .nav-tabs .nav-item:first-child .nav-link, .company.kpis .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 5px;
  border-left: 1px solid #DDD;
}

/* line 112, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .nav-tabs .nav-item:last-child .nav-link, .company.financial_reports.edit .nav-tabs .nav-item:last-child .nav-link, .company.kpis .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 5px;
}

/* line 119, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .tab-nav, .company.financial_reports.edit .tab-nav, .company.kpis .tab-nav {
  border-bottom: 0;
}

/* line 122, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .tab-nav .nav-item, .company.financial_reports.edit .tab-nav .nav-item, .company.kpis .tab-nav .nav-item {
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 126, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .tab-nav .nav-item .active, .company.financial_reports.edit .tab-nav .nav-item .active, .company.kpis .tab-nav .nav-item .active {
  border-bottom: 1.5px solid #00A0E2;
  font-weight: 700;
}

/* line 131, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .tab-nav .nav-item .nav-link, .company.financial_reports.edit .tab-nav .nav-item .nav-link, .company.kpis .tab-nav .nav-item .nav-link {
  margin: 0 30px 0 0;
  padding: 22.5px 0 20px;
}

/* line 137, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .tab-nav.with-border, .company.financial_reports.edit .tab-nav.with-border, .company.kpis .tab-nav.with-border {
  border-bottom: 1.5px solid #DDD;
  height: 60px;
}

/* line 143, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .link-back, .company.financial_reports.edit .link-back, .company.kpis .link-back {
  margin-bottom: 24px;
  line-height: 14px;
}

/* line 147, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 .link-back a, .company.financial_reports.edit .link-back a, .company.kpis .link-back a {
  font-size: 0.875rem;
  color: #343434;
}

/* line 153, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 ul.breadcrumb-list, .company.financial_reports.edit ul.breadcrumb-list, .company.kpis ul.breadcrumb-list {
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}

/* line 159, app/assets/stylesheets/application/bootstrap/nav.scss */
.component-v2 ul.breadcrumb-list li, .company.financial_reports.edit ul.breadcrumb-list li, .company.kpis ul.breadcrumb-list li {
  display: inline;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 203, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #343434;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 223, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: #343434;
  border-color: transparent;
}

/* line 228, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23343434' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: #343434;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #FFF;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFF;
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 262, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF;
}

/* line 275, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #FFF;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFF;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card, .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .connection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr, .company.stockholder_meetings.stockholders.new .connection-card > hr, .company.stockholder_meetings.stockholders.en_new .connection-card > hr, .company.stockholder_meetings.stockholders.confirm .connection-card > hr, .company.stockholder_meetings.stockholders.en_confirm .connection-card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child, .company.stockholder_meetings.stockholders.new .connection-card > .list-group:first-child .list-group-item:first-child, .company.stockholder_meetings.stockholders.en_new .connection-card > .list-group:first-child .list-group-item:first-child, .company.stockholder_meetings.stockholders.confirm .connection-card > .list-group:first-child .list-group-item:first-child, .company.stockholder_meetings.stockholders.en_confirm .connection-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child, .company.stockholder_meetings.stockholders.new .connection-card > .list-group:last-child .list-group-item:last-child, .company.stockholder_meetings.stockholders.en_new .connection-card > .list-group:last-child .list-group-item:last-child, .company.stockholder_meetings.stockholders.confirm .connection-card > .list-group:last-child .list-group-item:last-child, .company.stockholder_meetings.stockholders.en_confirm .connection-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(8px - 1px) calc(8px - 1px);
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(8px - 1px);
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(8px - 1px);
  border-top-right-radius: calc(8px - 1px);
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(8px - 1px);
  border-bottom-left-radius: calc(8px - 1px);
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card, .card-deck .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .card-deck .connection-card, .card-deck .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .card-deck .connection-card, .card-deck .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .card-deck .connection-card, .card-deck .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-deck .connection-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card, .card-deck .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .card-deck .connection-card, .card-deck .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .card-deck .connection-card, .card-deck .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .card-deck .connection-card, .card-deck .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-deck .connection-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card, .company.stockholder_meetings.stockholders.new .card-group > .connection-card, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card, .company.stockholder_meetings.stockholders.new .card-group > .connection-card, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card, .company.stockholder_meetings.stockholders.new .card-group > .connection-card + .card, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card + .card, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card + .card, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card + .card, .company.stockholder_meetings.stockholders.new .card-group > .card + .connection-card, .company.stockholder_meetings.stockholders.new .card-group > .connection-card + .connection-card, .company.stockholder_meetings.stockholders.en_new .card-group > .card + .connection-card, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card + .connection-card, .company.stockholder_meetings.stockholders.confirm .card-group > .card + .connection-card, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card + .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-group > .card + .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card + .connection-card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child), .company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:last-child), .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:last-child), .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:last-child), .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top, .company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:last-child) .card-img-top, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:last-child) .card-img-top, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:last-child) .card-img-top, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:last-child) .card-header,
.company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:last-child) .card-header,
.company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:last-child) .card-header,
.company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom, .company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:last-child) .card-img-bottom, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:last-child) .card-img-bottom, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:last-child) .card-img-bottom, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:last-child) .card-footer,
.company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:last-child) .card-footer,
.company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:last-child) .card-footer,
.company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 214, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child), .company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:first-child), .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:first-child), .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:first-child), .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top, .company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:first-child) .card-img-top, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:first-child) .card-img-top, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:first-child) .card-img-top, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:first-child) .card-header,
.company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:first-child) .card-header,
.company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:first-child) .card-header,
.company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom, .company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:first-child) .card-img-bottom, .company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:first-child) .card-img-bottom, .company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:first-child) .card-img-bottom, .company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.company.stockholder_meetings.stockholders.new .card-group > .connection-card:not(:first-child) .card-footer,
.company.stockholder_meetings.stockholders.en_new .card-group > .connection-card:not(:first-child) .card-footer,
.company.stockholder_meetings.stockholders.confirm .card-group > .connection-card:not(:first-child) .card-footer,
.company.stockholder_meetings.stockholders.en_confirm .card-group > .connection-card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 239, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card, .card-columns .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .card-columns .connection-card, .card-columns .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .card-columns .connection-card, .card-columns .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .card-columns .connection-card, .card-columns .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-columns .connection-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 249, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card, .card-columns .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .card-columns .connection-card, .card-columns .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .card-columns .connection-card, .card-columns .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .card-columns .connection-card, .card-columns .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .card-columns .connection-card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card, .company.stockholder_meetings.stockholders.new .accordion > .connection-card, .company.stockholder_meetings.stockholders.en_new .accordion > .connection-card, .company.stockholder_meetings.stockholders.confirm .accordion > .connection-card, .company.stockholder_meetings.stockholders.en_confirm .accordion > .connection-card {
  overflow: hidden;
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child, .company.stockholder_meetings.stockholders.new .accordion > .connection-card:not(:first-of-type) .card-header:first-child, .company.stockholder_meetings.stockholders.en_new .accordion > .connection-card:not(:first-of-type) .card-header:first-child, .company.stockholder_meetings.stockholders.confirm .accordion > .connection-card:not(:first-of-type) .card-header:first-child, .company.stockholder_meetings.stockholders.en_confirm .accordion > .connection-card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type), .company.stockholder_meetings.stockholders.new .accordion > .connection-card:not(:first-of-type):not(:last-of-type), .company.stockholder_meetings.stockholders.en_new .accordion > .connection-card:not(:first-of-type):not(:last-of-type), .company.stockholder_meetings.stockholders.confirm .accordion > .connection-card:not(:first-of-type):not(:last-of-type), .company.stockholder_meetings.stockholders.en_confirm .accordion > .connection-card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:first-of-type, .company.stockholder_meetings.stockholders.new .accordion > .connection-card:first-of-type, .company.stockholder_meetings.stockholders.en_new .accordion > .connection-card:first-of-type, .company.stockholder_meetings.stockholders.confirm .accordion > .connection-card:first-of-type, .company.stockholder_meetings.stockholders.en_confirm .accordion > .connection-card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:last-of-type, .company.stockholder_meetings.stockholders.new .accordion > .connection-card:last-of-type, .company.stockholder_meetings.stockholders.en_new .accordion > .connection-card:last-of-type, .company.stockholder_meetings.stockholders.confirm .accordion > .connection-card:last-of-type, .company.stockholder_meetings.stockholders.en_confirm .accordion > .connection-card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card .card-header, .company.stockholder_meetings.stockholders.new .accordion > .connection-card .card-header, .company.stockholder_meetings.stockholders.en_new .accordion > .connection-card .card-header, .company.stockholder_meetings.stockholders.confirm .accordion > .connection-card .card-header, .company.stockholder_meetings.stockholders.en_confirm .accordion > .connection-card .card-header {
  margin-bottom: -1px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #FFF;
  border-radius: 0;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #939393;
  content: "/";
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #939393;
}

/* line 3, app/assets/stylesheets/application/bootstrap/breadcrumb.scss */
.breadcrumb {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

/* line 7, app/assets/stylesheets/application/bootstrap/breadcrumb.scss */
.breadcrumb .breadcrumb-item {
  display: block;
  max-width: 15rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 8px;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00A0E2;
  background-color: #FFF;
  border: 1px solid #DDD;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #006a96;
  text-decoration: none;
  background-color: #DDD;
  border-color: #DDD;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.25);
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #939393;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #DDD;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge, .component-v2 .btn-primary-w100-p3 .badge, .company.financial_reports.edit .btn-primary-w100-p3 .badge, .company.kpis .btn-primary-w100-p3 .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #FFF;
  background-color: #00A0E2;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFF;
  background-color: #007caf;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 226, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #FFF;
  background-color: #939393;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFF;
  background-color: #7a7a7a;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #FFF;
  background-color: #2BA84A;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #FFF;
  background-color: #217f38;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 168, 74, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #343434;
  background-color: #aadcee;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #343434;
  background-color: #80cbe6;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(170, 220, 238, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #343434;
  background-color: #FB8B24;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #343434;
  background-color: #e87104;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 139, 36, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #FFF;
  background-color: #E6230D;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFF;
  background-color: #b61c0a;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 35, 13, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #343434;
  background-color: #DDD;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #343434;
  background-color: #c4c4c4;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #FFF;
  background-color: #343434;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFF;
  background-color: #1b1b1b;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5);
}

/* line 3, app/assets/stylesheets/application/bootstrap/badge.scss */
.badge-secondary {
  color: white !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #DDD;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #005376;
  background-color: #ccecf9;
  border-color: #b8e4f7;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a1dbf4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002f43;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #4c4c4c;
  background-color: #e9e9e9;
  border-color: #e1e1e1;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #d4d4d4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #333333;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #165726;
  background-color: #d5eedb;
  border-color: #c4e7cc;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b2e0bc;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c2e14;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #58727c;
  background-color: #eef8fc;
  border-color: #e7f5fa;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #d2ecf6;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #43575e;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #834813;
  background-color: #fee8d3;
  border-color: #fedfc2;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #fed2a9;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #56300d;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #781207;
  background-color: #fad3cf;
  border-color: #f8c1bb;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f6aca4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #480b04;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #737373;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #e8e8e8;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #5a5a5a;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9b9b9;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #020202;
}

/* line 7, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-sm, .company.financial_reports.edit .alert.alert-sm, .company.kpis .alert.alert-sm {
  padding: 10px;
  font-size: 0.687rem;
}

/* line 12, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-default, .company.financial_reports.edit .alert.alert-default, .company.kpis .alert.alert-default {
  border-radius: 10px;
  color: #343434;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 18, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert button:focus, .company.financial_reports.edit .alert button:focus, .company.kpis .alert button:focus {
  outline: none;
}

/* line 22, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-bar, .company.financial_reports.edit .alert.alert-bar, .company.kpis .alert.alert-bar {
  border-radius: 1.25rem;
  padding: .5rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* line 30, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-bar .close, .company.financial_reports.edit .alert.alert-bar .close, .company.kpis .alert.alert-bar .close {
  position: absolute;
  top: -.4rem;
  right: -.2rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: underline;
  color: inherit;
}

/* line 40, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-bar .action, .company.financial_reports.edit .alert.alert-bar .action, .company.kpis .alert.alert-bar .action {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: underline;
  color: inherit;
}

/* line 50, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-bar.alert-primary, .company.financial_reports.edit .alert.alert-bar.alert-primary, .company.kpis .alert.alert-bar.alert-primary {
  background: #00A0E2;
  color: #FFF;
}

/* line 55, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-bar.alert-warning, .company.financial_reports.edit .alert.alert-bar.alert-warning, .company.kpis .alert.alert-bar.alert-warning {
  background: #FB8B24;
  color: #FFF;
}

/* line 60, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-bar.alert-black, .company.financial_reports.edit .alert.alert-bar.alert-black, .company.kpis .alert.alert-bar.alert-black {
  background: #343434;
  color: #FFF;
}

/* line 66, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar, .company.financial_reports.edit .alert.alert-validation-bar, .company.kpis .alert.alert-validation-bar {
  display: flex;
  margin-bottom: 10px;
  padding: 11px 15px;
  border: 1px solid #DDD;
  border-radius: 6px;
  line-height: 12px;
  height: 34px;
}

/* line 75, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .icon, .company.financial_reports.edit .alert.alert-validation-bar .icon, .company.kpis .alert.alert-validation-bar .icon {
  margin-top: -2px;
  margin-right: 5px;
}

/* line 80, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .message, .company.financial_reports.edit .alert.alert-validation-bar .message, .company.kpis .alert.alert-validation-bar .message {
  color: #E6230D;
  font-size: 0.75rem;
}

/* line 85, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .close, .company.financial_reports.edit .alert.alert-validation-bar .close, .company.kpis .alert.alert-validation-bar .close {
  padding: 2px 10px 6px;
}

/* line 88, app/assets/stylesheets/application/bootstrap/alert.scss */
.component-v2 .alert.alert-validation-bar .close .icon-cancel, .company.financial_reports.edit .alert.alert-validation-bar .close .icon-cancel, .company.kpis .alert.alert-validation-bar .close .icon-cancel {
  font-size: 0.75rem;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #DDD;
  border-radius: 8px;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #00A0E2;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #434343;
  text-align: inherit;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #434343;
  text-decoration: none;
  background-color: #F7F7F7;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #343434;
  background-color: #DDD;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #939393;
  pointer-events: none;
  background-color: #FFF;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #005376;
  background-color: #b8e4f7;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005376;
  background-color: #a1dbf4;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: #005376;
  border-color: #005376;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #4c4c4c;
  background-color: #e1e1e1;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #4c4c4c;
  background-color: #d4d4d4;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #165726;
  background-color: #c4e7cc;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #165726;
  background-color: #b2e0bc;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: #165726;
  border-color: #165726;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #58727c;
  background-color: #e7f5fa;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #58727c;
  background-color: #d2ecf6;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: #58727c;
  border-color: #58727c;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #834813;
  background-color: #fedfc2;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #834813;
  background-color: #fed2a9;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: #834813;
  border-color: #834813;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #781207;
  background-color: #f8c1bb;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #781207;
  background-color: #f6aca4;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: #781207;
  border-color: #781207;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #737373;
  background-color: whitesmoke;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #737373;
  background-color: #e8e8e8;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: #737373;
  border-color: #737373;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: .5;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 480px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 1.25rem;
  color: #939393;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid transparent;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 1.25rem;
}

/* line 3, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 9, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-body {
  padding-top: 0.125rem;
  font-size: 0.9375rem;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-primary {
  color: #005376;
  background-color: #ccecf9;
  border-color: #b8e4f7;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-primary hr {
  border-top-color: #a1dbf4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-primary .alert-link {
  color: #002f43;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-secondary {
  color: #4c4c4c;
  background-color: #e9e9e9;
  border-color: #e1e1e1;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-secondary hr {
  border-top-color: #d4d4d4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-secondary .alert-link {
  color: #333333;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-success {
  color: #165726;
  background-color: #d5eedb;
  border-color: #c4e7cc;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-success hr {
  border-top-color: #b2e0bc;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-success .alert-link {
  color: #0c2e14;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-info {
  color: #58727c;
  background-color: #eef8fc;
  border-color: #e7f5fa;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-info hr {
  border-top-color: #d2ecf6;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-info .alert-link {
  color: #43575e;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-warning {
  color: #834813;
  background-color: #fee8d3;
  border-color: #fedfc2;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-warning hr {
  border-top-color: #fed2a9;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-warning .alert-link {
  color: #56300d;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-danger {
  color: #781207;
  background-color: #fad3cf;
  border-color: #f8c1bb;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-danger hr {
  border-top-color: #f6aca4;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-danger .alert-link {
  color: #480b04;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-light {
  color: #737373;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-light hr {
  border-top-color: #e8e8e8;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-light .alert-link {
  color: #5a5a5a;
}

/* line 16, app/assets/stylesheets/application/bootstrap/toasts.scss */
.toast-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-dark hr {
  border-top-color: #b9b9b9;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.toast-dark .alert-link {
  color: #020202;
}

/* line 22, app/assets/stylesheets/application/bootstrap/toasts.scss */
.Toastify__toast-container .react-alert {
  border-radius: 50px;
  min-height: 40px;
  padding: .75rem 1.25rem;
}

/* line 27, app/assets/stylesheets/application/bootstrap/toasts.scss */
.Toastify__toast-container .react-alert.Toastify__toast--info {
  background: #343434;
}

/* line 30, app/assets/stylesheets/application/bootstrap/toasts.scss */
.Toastify__toast-container .react-alert.Toastify__toast--info .Toastify__toast-body {
  padding-left: 3px;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0;
  outline: 0;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  border-bottom: 0 solid #00A0E2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1.6rem 2.4rem;
  margin: -1.6rem -2.4rem -1.6rem auto;
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.4rem;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  /* line 197, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 3, app/assets/stylesheets/application/bootstrap/modal.scss */
.modal-backdrop.show {
  background-color: #000;
  opacity: .52;
}

/* line 8, app/assets/stylesheets/application/bootstrap/modal.scss */
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  /* line 8, app/assets/stylesheets/application/bootstrap/modal.scss */
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

/* line 20, app/assets/stylesheets/application/bootstrap/modal.scss */
.modal-dialog .modal-content .modal-header {
  padding-bottom: 0;
}

/* line 23, app/assets/stylesheets/application/bootstrap/modal.scss */
.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/application/bootstrap/modal.scss */
.modal-dialog .modal-content .modal-footer {
  padding-top: 0;
}

@media (min-width: 576px) {
  /* line 46, app/assets/stylesheets/application/bootstrap/modal.scss */
  .component-v2 .modal .modal-dialog, .company.financial_reports.edit .modal .modal-dialog, .company.kpis .modal .modal-dialog {
    max-width: 650px;
  }
  /* line 50, app/assets/stylesheets/application/bootstrap/modal.scss */
  .component-v2 .modal .modal-sm, .company.financial_reports.edit .modal .modal-sm, .company.kpis .modal .modal-sm {
    max-width: 440px;
  }
}

@media (min-width: 992px) {
  /* line 56, app/assets/stylesheets/application/bootstrap/modal.scss */
  .component-v2 .modal .modal-lg, .company.financial_reports.edit .modal .modal-lg, .company.kpis .modal .modal-lg {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 62, app/assets/stylesheets/application/bootstrap/modal.scss */
  .component-v2 .modal .modal-xl, .company.financial_reports.edit .modal .modal-xl, .company.kpis .modal .modal-xl {
    max-width: 1140px;
  }
}

/* line 67, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content, .company.financial_reports.edit .modal .modal-content, .company.kpis .modal .modal-content {
  border-radius: 15px;
}

/* line 70, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-header, .company.financial_reports.edit .modal .modal-content .modal-header, .company.kpis .modal .modal-content .modal-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 12px 20px;
  border-bottom: 1px solid #DDD;
  min-height: 56px;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 700;
}

/* line 80, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-header > span, .company.financial_reports.edit .modal .modal-content .modal-header > span, .company.kpis .modal .modal-content .modal-header > span {
  width: 25px;
  height: 25px;
}

/* line 86, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-header h5.modal-title, .company.financial_reports.edit .modal .modal-content .modal-header h5.modal-title, .company.kpis .modal .modal-content .modal-header h5.modal-title {
  font-size: 1rem;
}

/* line 91, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-header .close, .company.financial_reports.edit .modal .modal-content .modal-header .close, .company.kpis .modal .modal-content .modal-header .close {
  padding: 15px;
  margin: -20px 0 -20px -20px;
  color: #343434;
}

/* line 99, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-body, .company.financial_reports.edit .modal .modal-content .modal-body, .company.kpis .modal .modal-content .modal-body {
  padding: 10px 20px 22px 20px;
  font-size: 0.875rem;
}

/* line 103, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-body .modal-inline-text, .company.financial_reports.edit .modal .modal-content .modal-body .modal-inline-text, .company.kpis .modal .modal-content .modal-body .modal-inline-text {
  line-height: 22px;
  font-weight: 500;
}

/* line 108, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-body .alert-img, .company.financial_reports.edit .modal .modal-content .modal-body .alert-img, .company.kpis .modal .modal-content .modal-body .alert-img {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 30px;
  width: 35px;
  margin: 0 auto 10px auto;
}

/* line 120, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-footer, .company.financial_reports.edit .modal .modal-content .modal-footer, .company.kpis .modal .modal-content .modal-footer {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 17px 20px 20px 20px;
  justify-content: space-between;
  border-top: 1px solid #DDD;
}

/* line 127, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-footer .btn, .company.financial_reports.edit .modal .modal-content .modal-footer .btn, .company.kpis .modal .modal-content .modal-footer .btn, .component-v2 .modal .modal-content .modal-footer .btn-primary-w100-p3, .company.financial_reports.edit .modal .modal-content .modal-footer .btn-primary-w100-p3, .company.kpis .modal .modal-content .modal-footer .btn-primary-w100-p3 {
  height: 45px;
}

/* line 131, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-footer .btn-outline-link, .company.financial_reports.edit .modal .modal-content .modal-footer .btn-outline-link, .company.kpis .modal .modal-content .modal-footer .btn-outline-link {
  min-width: 78px;
}

/* line 135, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-footer .btn-primary, .company.financial_reports.edit .modal .modal-content .modal-footer .btn-primary, .company.kpis .modal .modal-content .modal-footer .btn-primary, .component-v2 .modal .modal-content .modal-footer .btn-primary-w100-p3, .company.financial_reports.edit .modal .modal-content .modal-footer .btn-primary-w100-p3, .company.kpis .modal .modal-content .modal-footer .btn-primary-w100-p3 {
  min-width: 110px;
}

/* line 139, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal .modal-content .modal-footer .btn-dark, .company.financial_reports.edit .modal .modal-content .modal-footer .btn-dark, .company.kpis .modal .modal-content .modal-footer .btn-dark {
  min-width: 94px;
}

/* line 145, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen, .company.financial_reports.edit .modal.modal-fullscreen, .company.kpis .modal.modal-fullscreen {
  padding: 0;
}

/* line 148, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-dialog, .company.financial_reports.edit .modal.modal-fullscreen .modal-dialog, .company.kpis .modal.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 155, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-content, .company.financial_reports.edit .modal.modal-fullscreen .modal-content, .company.kpis .modal.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 161, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-header, .company.financial_reports.edit .modal.modal-fullscreen .modal-header, .company.kpis .modal.modal-fullscreen .modal-header {
  flex-direction: row;
}

/* line 164, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-header .close, .company.financial_reports.edit .modal.modal-fullscreen .modal-header .close, .company.kpis .modal.modal-fullscreen .modal-header .close {
  padding: 20px;
  margin: -20px -20px -20px 0;
}

/* line 170, app/assets/stylesheets/application/bootstrap/modal.scss */
.component-v2 .modal.modal-fullscreen .modal-body, .company.financial_reports.edit .modal.modal-fullscreen .modal-body, .company.kpis .modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "futura-pt", "four-levels-hiragino-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "futura-pt", "four-levels-hiragino-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFF;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFF;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFF;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFF;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #343434;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #00A0E2 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007caf !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #939393 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #7a7a7a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #2BA84A !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #217f38 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #aadcee !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #80cbe6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #FB8B24 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e87104 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #E6230D !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b61c0a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #DDD !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c4c4c4 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343434 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1b1b1b !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #FFF !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #DDD !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #DDD !important;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #DDD !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #DDD !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #DDD !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #00A0E2 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #939393 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #2BA84A !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #aadcee !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #FB8B24 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #E6230D !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #DDD !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343434 !important;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #FFF !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 8px !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
  width: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
  padding: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #FFF !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #00A0E2 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #006a96 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #939393 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #6d6d6d !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #2BA84A !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1b6b2f !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #aadcee !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #6ac2e1 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #FB8B24 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #cf6504 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #E6230D !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #9e1809 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #DDD !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #b7b7b7 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343434 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0e0e0e !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #343434 !important;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #939393 !important;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-0 {
  padding-top: 0px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-0 {
  margin-top: 0px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-0 {
  padding-bottom: 0px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-0 {
  margin-bottom: 0px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-0 {
  padding-left: 0px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-0 {
  margin-left: 0px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-0 {
  padding-right: 0px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-0 {
  margin-right: 0px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-1 {
  padding-top: 1px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-1 {
  margin-top: 1px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-1 {
  padding-bottom: 1px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-1 {
  margin-bottom: 1px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-1 {
  padding-left: 1px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-1 {
  margin-left: 1px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-1 {
  padding-right: 1px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-1 {
  margin-right: 1px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-2 {
  padding-top: 2px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-2 {
  margin-top: 2px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-2 {
  padding-bottom: 2px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-2 {
  margin-bottom: 2px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-2 {
  padding-left: 2px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-2 {
  margin-left: 2px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-2 {
  padding-right: 2px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-2 {
  margin-right: 2px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-3 {
  padding-top: 3px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-3 {
  margin-top: 3px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-3 {
  padding-bottom: 3px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-3 {
  margin-bottom: 3px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-3 {
  padding-left: 3px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-3 {
  margin-left: 3px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-3 {
  padding-right: 3px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-3 {
  margin-right: 3px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-4 {
  padding-top: 4px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-4 {
  margin-top: 4px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-4 {
  padding-bottom: 4px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-4 {
  margin-bottom: 4px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-4 {
  padding-left: 4px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-4 {
  margin-left: 4px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-4 {
  padding-right: 4px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-4 {
  margin-right: 4px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-5 {
  padding-top: 5px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-5 {
  margin-top: 5px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-5 {
  padding-bottom: 5px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-5 {
  margin-bottom: 5px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-5 {
  padding-left: 5px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-5 {
  margin-left: 5px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-5 {
  padding-right: 5px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-5 {
  margin-right: 5px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-6 {
  padding-top: 6px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-6 {
  margin-top: 6px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-6 {
  padding-bottom: 6px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-6 {
  margin-bottom: 6px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-6 {
  padding-left: 6px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-6 {
  margin-left: 6px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-6 {
  padding-right: 6px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-6 {
  margin-right: 6px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-7 {
  padding-top: 7px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-7 {
  margin-top: 7px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-7 {
  padding-bottom: 7px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-7 {
  margin-bottom: 7px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-7 {
  padding-left: 7px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-7 {
  margin-left: 7px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-7 {
  padding-right: 7px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-7 {
  margin-right: 7px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-8 {
  padding-top: 8px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-8 {
  margin-top: 8px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-8 {
  padding-bottom: 8px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-8 {
  margin-bottom: 8px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-8 {
  padding-left: 8px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-8 {
  margin-left: 8px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-8 {
  padding-right: 8px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-8 {
  margin-right: 8px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-9 {
  padding-top: 9px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-9 {
  margin-top: 9px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-9 {
  padding-bottom: 9px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-9 {
  margin-bottom: 9px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-9 {
  padding-left: 9px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-9 {
  margin-left: 9px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-9 {
  padding-right: 9px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-9 {
  margin-right: 9px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-10 {
  padding-top: 10px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-10 {
  margin-top: 10px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-10 {
  padding-left: 10px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-10 {
  margin-left: 10px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-10 {
  padding-right: 10px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-10 {
  margin-right: 10px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-11 {
  padding-top: 11px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-11 {
  margin-top: 11px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-11 {
  padding-bottom: 11px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-11 {
  margin-bottom: 11px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-11 {
  padding-left: 11px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-11 {
  margin-left: 11px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-11 {
  padding-right: 11px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-11 {
  margin-right: 11px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-12 {
  padding-top: 12px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-12 {
  margin-top: 12px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-12 {
  padding-bottom: 12px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-12 {
  margin-bottom: 12px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-12 {
  padding-left: 12px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-12 {
  margin-left: 12px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-12 {
  padding-right: 12px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-12 {
  margin-right: 12px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-13 {
  padding-top: 13px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-13 {
  margin-top: 13px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-13 {
  padding-bottom: 13px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-13 {
  margin-bottom: 13px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-13 {
  padding-left: 13px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-13 {
  margin-left: 13px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-13 {
  padding-right: 13px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-13 {
  margin-right: 13px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-14 {
  padding-top: 14px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-14 {
  margin-top: 14px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-14 {
  padding-bottom: 14px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-14 {
  margin-bottom: 14px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-14 {
  padding-left: 14px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-14 {
  margin-left: 14px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-14 {
  padding-right: 14px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-14 {
  margin-right: 14px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-15 {
  padding-top: 15px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-15 {
  margin-top: 15px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-15 {
  margin-bottom: 15px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-15 {
  padding-left: 15px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-15 {
  margin-left: 15px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-15 {
  padding-right: 15px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-15 {
  margin-right: 15px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-16 {
  padding-top: 16px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-16 {
  margin-top: 16px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-16 {
  padding-bottom: 16px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-16 {
  margin-bottom: 16px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-16 {
  padding-left: 16px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-16 {
  margin-left: 16px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-16 {
  padding-right: 16px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-16 {
  margin-right: 16px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-17 {
  padding-top: 17px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-17 {
  margin-top: 17px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-17 {
  padding-bottom: 17px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-17 {
  margin-bottom: 17px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-17 {
  padding-left: 17px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-17 {
  margin-left: 17px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-17 {
  padding-right: 17px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-17 {
  margin-right: 17px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-18 {
  padding-top: 18px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-18 {
  margin-top: 18px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-18 {
  padding-bottom: 18px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-18 {
  margin-bottom: 18px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-18 {
  padding-left: 18px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-18 {
  margin-left: 18px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-18 {
  padding-right: 18px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-18 {
  margin-right: 18px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-19 {
  padding-top: 19px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-19 {
  margin-top: 19px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-19 {
  padding-bottom: 19px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-19 {
  margin-bottom: 19px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-19 {
  padding-left: 19px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-19 {
  margin-left: 19px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-19 {
  padding-right: 19px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-19 {
  margin-right: 19px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-20 {
  padding-top: 20px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-20 {
  margin-top: 20px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-20 {
  padding-left: 20px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-20 {
  margin-left: 20px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-20 {
  padding-right: 20px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-20 {
  margin-right: 20px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-21 {
  padding-top: 21px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-21 {
  margin-top: 21px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-21 {
  padding-bottom: 21px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-21 {
  margin-bottom: 21px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-21 {
  padding-left: 21px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-21 {
  margin-left: 21px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-21 {
  padding-right: 21px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-21 {
  margin-right: 21px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-22 {
  padding-top: 22px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-22 {
  margin-top: 22px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-22 {
  padding-bottom: 22px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-22 {
  margin-bottom: 22px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-22 {
  padding-left: 22px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-22 {
  margin-left: 22px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-22 {
  padding-right: 22px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-22 {
  margin-right: 22px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-23 {
  padding-top: 23px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-23 {
  margin-top: 23px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-23 {
  padding-bottom: 23px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-23 {
  margin-bottom: 23px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-23 {
  padding-left: 23px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-23 {
  margin-left: 23px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-23 {
  padding-right: 23px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-23 {
  margin-right: 23px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-24 {
  padding-top: 24px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-24 {
  margin-top: 24px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-24 {
  padding-bottom: 24px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-24 {
  margin-bottom: 24px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-24 {
  padding-left: 24px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-24 {
  margin-left: 24px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-24 {
  padding-right: 24px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-24 {
  margin-right: 24px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-25 {
  padding-top: 25px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-25 {
  margin-top: 25px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-25 {
  padding-bottom: 25px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-25 {
  margin-bottom: 25px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-25 {
  padding-left: 25px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-25 {
  margin-left: 25px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-25 {
  padding-right: 25px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-25 {
  margin-right: 25px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-26 {
  padding-top: 26px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-26 {
  margin-top: 26px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-26 {
  padding-bottom: 26px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-26 {
  margin-bottom: 26px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-26 {
  padding-left: 26px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-26 {
  margin-left: 26px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-26 {
  padding-right: 26px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-26 {
  margin-right: 26px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-27 {
  padding-top: 27px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-27 {
  margin-top: 27px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-27 {
  padding-bottom: 27px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-27 {
  margin-bottom: 27px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-27 {
  padding-left: 27px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-27 {
  margin-left: 27px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-27 {
  padding-right: 27px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-27 {
  margin-right: 27px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-28 {
  padding-top: 28px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-28 {
  margin-top: 28px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-28 {
  padding-bottom: 28px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-28 {
  margin-bottom: 28px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-28 {
  padding-left: 28px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-28 {
  margin-left: 28px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-28 {
  padding-right: 28px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-28 {
  margin-right: 28px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-29 {
  padding-top: 29px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-29 {
  margin-top: 29px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-29 {
  padding-bottom: 29px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-29 {
  margin-bottom: 29px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-29 {
  padding-left: 29px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-29 {
  margin-left: 29px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-29 {
  padding-right: 29px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-29 {
  margin-right: 29px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-30 {
  padding-top: 30px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-30 {
  margin-top: 30px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-30 {
  padding-left: 30px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-30 {
  margin-left: 30px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-30 {
  padding-right: 30px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-30 {
  margin-right: 30px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-31 {
  padding-top: 31px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-31 {
  margin-top: 31px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-31 {
  padding-bottom: 31px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-31 {
  margin-bottom: 31px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-31 {
  padding-left: 31px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-31 {
  margin-left: 31px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-31 {
  padding-right: 31px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-31 {
  margin-right: 31px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-32 {
  padding-top: 32px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-32 {
  margin-top: 32px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-32 {
  padding-bottom: 32px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-32 {
  margin-bottom: 32px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-32 {
  padding-left: 32px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-32 {
  margin-left: 32px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-32 {
  padding-right: 32px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-32 {
  margin-right: 32px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-33 {
  padding-top: 33px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-33 {
  margin-top: 33px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-33 {
  padding-bottom: 33px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-33 {
  margin-bottom: 33px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-33 {
  padding-left: 33px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-33 {
  margin-left: 33px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-33 {
  padding-right: 33px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-33 {
  margin-right: 33px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-34 {
  padding-top: 34px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-34 {
  margin-top: 34px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-34 {
  padding-bottom: 34px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-34 {
  margin-bottom: 34px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-34 {
  padding-left: 34px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-34 {
  margin-left: 34px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-34 {
  padding-right: 34px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-34 {
  margin-right: 34px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-35 {
  padding-top: 35px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-35 {
  margin-top: 35px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-35 {
  padding-bottom: 35px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-35 {
  margin-bottom: 35px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-35 {
  padding-left: 35px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-35 {
  margin-left: 35px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-35 {
  padding-right: 35px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-35 {
  margin-right: 35px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-36 {
  padding-top: 36px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-36 {
  margin-top: 36px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-36 {
  padding-bottom: 36px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-36 {
  margin-bottom: 36px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-36 {
  padding-left: 36px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-36 {
  margin-left: 36px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-36 {
  padding-right: 36px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-36 {
  margin-right: 36px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-37 {
  padding-top: 37px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-37 {
  margin-top: 37px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-37 {
  padding-bottom: 37px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-37 {
  margin-bottom: 37px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-37 {
  padding-left: 37px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-37 {
  margin-left: 37px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-37 {
  padding-right: 37px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-37 {
  margin-right: 37px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-38 {
  padding-top: 38px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-38 {
  margin-top: 38px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-38 {
  padding-bottom: 38px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-38 {
  margin-bottom: 38px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-38 {
  padding-left: 38px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-38 {
  margin-left: 38px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-38 {
  padding-right: 38px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-38 {
  margin-right: 38px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-39 {
  padding-top: 39px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-39 {
  margin-top: 39px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-39 {
  padding-bottom: 39px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-39 {
  margin-bottom: 39px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-39 {
  padding-left: 39px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-39 {
  margin-left: 39px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-39 {
  padding-right: 39px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-39 {
  margin-right: 39px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-40 {
  padding-top: 40px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-40 {
  margin-top: 40px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-40 {
  padding-bottom: 40px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-40 {
  padding-left: 40px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-40 {
  margin-left: 40px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-40 {
  padding-right: 40px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-40 {
  margin-right: 40px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-41 {
  padding-top: 41px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-41 {
  margin-top: 41px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-41 {
  padding-bottom: 41px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-41 {
  margin-bottom: 41px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-41 {
  padding-left: 41px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-41 {
  margin-left: 41px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-41 {
  padding-right: 41px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-41 {
  margin-right: 41px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-42 {
  padding-top: 42px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-42 {
  margin-top: 42px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-42 {
  padding-bottom: 42px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-42 {
  margin-bottom: 42px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-42 {
  padding-left: 42px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-42 {
  margin-left: 42px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-42 {
  padding-right: 42px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-42 {
  margin-right: 42px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-43 {
  padding-top: 43px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-43 {
  margin-top: 43px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-43 {
  padding-bottom: 43px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-43 {
  margin-bottom: 43px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-43 {
  padding-left: 43px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-43 {
  margin-left: 43px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-43 {
  padding-right: 43px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-43 {
  margin-right: 43px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-44 {
  padding-top: 44px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-44 {
  margin-top: 44px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-44 {
  padding-bottom: 44px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-44 {
  margin-bottom: 44px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-44 {
  padding-left: 44px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-44 {
  margin-left: 44px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-44 {
  padding-right: 44px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-44 {
  margin-right: 44px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-45 {
  padding-top: 45px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-45 {
  margin-top: 45px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-45 {
  padding-bottom: 45px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-45 {
  margin-bottom: 45px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-45 {
  padding-left: 45px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-45 {
  margin-left: 45px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-45 {
  padding-right: 45px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-45 {
  margin-right: 45px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-46 {
  padding-top: 46px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-46 {
  margin-top: 46px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-46 {
  padding-bottom: 46px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-46 {
  margin-bottom: 46px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-46 {
  padding-left: 46px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-46 {
  margin-left: 46px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-46 {
  padding-right: 46px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-46 {
  margin-right: 46px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-47 {
  padding-top: 47px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-47 {
  margin-top: 47px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-47 {
  padding-bottom: 47px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-47 {
  margin-bottom: 47px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-47 {
  padding-left: 47px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-47 {
  margin-left: 47px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-47 {
  padding-right: 47px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-47 {
  margin-right: 47px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-48 {
  padding-top: 48px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-48 {
  margin-top: 48px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-48 {
  padding-bottom: 48px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-48 {
  margin-bottom: 48px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-48 {
  padding-left: 48px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-48 {
  margin-left: 48px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-48 {
  padding-right: 48px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-48 {
  margin-right: 48px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-49 {
  padding-top: 49px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-49 {
  margin-top: 49px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-49 {
  padding-bottom: 49px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-49 {
  margin-bottom: 49px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-49 {
  padding-left: 49px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-49 {
  margin-left: 49px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-49 {
  padding-right: 49px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-49 {
  margin-right: 49px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-50 {
  padding-top: 50px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-50 {
  margin-top: 50px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-50 {
  padding-bottom: 50px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-50 {
  padding-left: 50px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-50 {
  margin-left: 50px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-50 {
  padding-right: 50px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-50 {
  margin-right: 50px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-51 {
  padding-top: 51px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-51 {
  margin-top: 51px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-51 {
  padding-bottom: 51px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-51 {
  margin-bottom: 51px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-51 {
  padding-left: 51px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-51 {
  margin-left: 51px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-51 {
  padding-right: 51px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-51 {
  margin-right: 51px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-52 {
  padding-top: 52px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-52 {
  margin-top: 52px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-52 {
  padding-bottom: 52px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-52 {
  margin-bottom: 52px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-52 {
  padding-left: 52px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-52 {
  margin-left: 52px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-52 {
  padding-right: 52px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-52 {
  margin-right: 52px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-53 {
  padding-top: 53px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-53 {
  margin-top: 53px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-53 {
  padding-bottom: 53px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-53 {
  margin-bottom: 53px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-53 {
  padding-left: 53px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-53 {
  margin-left: 53px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-53 {
  padding-right: 53px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-53 {
  margin-right: 53px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-54 {
  padding-top: 54px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-54 {
  margin-top: 54px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-54 {
  padding-bottom: 54px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-54 {
  margin-bottom: 54px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-54 {
  padding-left: 54px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-54 {
  margin-left: 54px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-54 {
  padding-right: 54px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-54 {
  margin-right: 54px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-55 {
  padding-top: 55px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-55 {
  margin-top: 55px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-55 {
  padding-bottom: 55px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-55 {
  margin-bottom: 55px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-55 {
  padding-left: 55px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-55 {
  margin-left: 55px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-55 {
  padding-right: 55px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-55 {
  margin-right: 55px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-56 {
  padding-top: 56px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-56 {
  margin-top: 56px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-56 {
  padding-bottom: 56px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-56 {
  margin-bottom: 56px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-56 {
  padding-left: 56px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-56 {
  margin-left: 56px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-56 {
  padding-right: 56px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-56 {
  margin-right: 56px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-57 {
  padding-top: 57px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-57 {
  margin-top: 57px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-57 {
  padding-bottom: 57px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-57 {
  margin-bottom: 57px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-57 {
  padding-left: 57px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-57 {
  margin-left: 57px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-57 {
  padding-right: 57px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-57 {
  margin-right: 57px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-58 {
  padding-top: 58px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-58 {
  margin-top: 58px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-58 {
  padding-bottom: 58px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-58 {
  margin-bottom: 58px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-58 {
  padding-left: 58px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-58 {
  margin-left: 58px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-58 {
  padding-right: 58px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-58 {
  margin-right: 58px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-59 {
  padding-top: 59px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-59 {
  margin-top: 59px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-59 {
  padding-bottom: 59px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-59 {
  margin-bottom: 59px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-59 {
  padding-left: 59px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-59 {
  margin-left: 59px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-59 {
  padding-right: 59px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-59 {
  margin-right: 59px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-60 {
  padding-top: 60px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-60 {
  margin-top: 60px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-60 {
  padding-bottom: 60px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-60 {
  margin-bottom: 60px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-60 {
  padding-left: 60px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-60 {
  margin-left: 60px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-60 {
  padding-right: 60px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-60 {
  margin-right: 60px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-61 {
  padding-top: 61px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-61 {
  margin-top: 61px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-61 {
  padding-bottom: 61px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-61 {
  margin-bottom: 61px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-61 {
  padding-left: 61px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-61 {
  margin-left: 61px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-61 {
  padding-right: 61px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-61 {
  margin-right: 61px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-62 {
  padding-top: 62px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-62 {
  margin-top: 62px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-62 {
  padding-bottom: 62px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-62 {
  margin-bottom: 62px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-62 {
  padding-left: 62px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-62 {
  margin-left: 62px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-62 {
  padding-right: 62px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-62 {
  margin-right: 62px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-63 {
  padding-top: 63px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-63 {
  margin-top: 63px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-63 {
  padding-bottom: 63px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-63 {
  margin-bottom: 63px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-63 {
  padding-left: 63px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-63 {
  margin-left: 63px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-63 {
  padding-right: 63px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-63 {
  margin-right: 63px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-64 {
  padding-top: 64px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-64 {
  margin-top: 64px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-64 {
  padding-bottom: 64px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-64 {
  margin-bottom: 64px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-64 {
  padding-left: 64px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-64 {
  margin-left: 64px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-64 {
  padding-right: 64px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-64 {
  margin-right: 64px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-65 {
  padding-top: 65px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-65 {
  margin-top: 65px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-65 {
  padding-bottom: 65px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-65 {
  margin-bottom: 65px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-65 {
  padding-left: 65px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-65 {
  margin-left: 65px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-65 {
  padding-right: 65px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-65 {
  margin-right: 65px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-66 {
  padding-top: 66px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-66 {
  margin-top: 66px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-66 {
  padding-bottom: 66px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-66 {
  margin-bottom: 66px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-66 {
  padding-left: 66px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-66 {
  margin-left: 66px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-66 {
  padding-right: 66px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-66 {
  margin-right: 66px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-67 {
  padding-top: 67px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-67 {
  margin-top: 67px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-67 {
  padding-bottom: 67px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-67 {
  margin-bottom: 67px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-67 {
  padding-left: 67px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-67 {
  margin-left: 67px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-67 {
  padding-right: 67px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-67 {
  margin-right: 67px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-68 {
  padding-top: 68px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-68 {
  margin-top: 68px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-68 {
  padding-bottom: 68px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-68 {
  margin-bottom: 68px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-68 {
  padding-left: 68px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-68 {
  margin-left: 68px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-68 {
  padding-right: 68px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-68 {
  margin-right: 68px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-69 {
  padding-top: 69px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-69 {
  margin-top: 69px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-69 {
  padding-bottom: 69px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-69 {
  margin-bottom: 69px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-69 {
  padding-left: 69px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-69 {
  margin-left: 69px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-69 {
  padding-right: 69px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-69 {
  margin-right: 69px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-70 {
  padding-top: 70px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-70 {
  margin-top: 70px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-70 {
  padding-bottom: 70px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-70 {
  margin-bottom: 70px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-70 {
  padding-left: 70px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-70 {
  margin-left: 70px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-70 {
  padding-right: 70px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-70 {
  margin-right: 70px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-71 {
  padding-top: 71px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-71 {
  margin-top: 71px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-71 {
  padding-bottom: 71px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-71 {
  margin-bottom: 71px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-71 {
  padding-left: 71px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-71 {
  margin-left: 71px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-71 {
  padding-right: 71px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-71 {
  margin-right: 71px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-72 {
  padding-top: 72px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-72 {
  margin-top: 72px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-72 {
  padding-bottom: 72px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-72 {
  margin-bottom: 72px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-72 {
  padding-left: 72px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-72 {
  margin-left: 72px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-72 {
  padding-right: 72px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-72 {
  margin-right: 72px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-73 {
  padding-top: 73px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-73 {
  margin-top: 73px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-73 {
  padding-bottom: 73px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-73 {
  margin-bottom: 73px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-73 {
  padding-left: 73px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-73 {
  margin-left: 73px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-73 {
  padding-right: 73px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-73 {
  margin-right: 73px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-74 {
  padding-top: 74px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-74 {
  margin-top: 74px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-74 {
  padding-bottom: 74px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-74 {
  margin-bottom: 74px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-74 {
  padding-left: 74px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-74 {
  margin-left: 74px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-74 {
  padding-right: 74px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-74 {
  margin-right: 74px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-75 {
  padding-top: 75px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-75 {
  margin-top: 75px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-75 {
  padding-bottom: 75px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-75 {
  margin-bottom: 75px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-75 {
  padding-left: 75px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-75 {
  margin-left: 75px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-75 {
  padding-right: 75px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-75 {
  margin-right: 75px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-76 {
  padding-top: 76px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-76 {
  margin-top: 76px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-76 {
  padding-bottom: 76px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-76 {
  margin-bottom: 76px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-76 {
  padding-left: 76px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-76 {
  margin-left: 76px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-76 {
  padding-right: 76px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-76 {
  margin-right: 76px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-77 {
  padding-top: 77px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-77 {
  margin-top: 77px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-77 {
  padding-bottom: 77px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-77 {
  margin-bottom: 77px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-77 {
  padding-left: 77px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-77 {
  margin-left: 77px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-77 {
  padding-right: 77px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-77 {
  margin-right: 77px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-78 {
  padding-top: 78px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-78 {
  margin-top: 78px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-78 {
  padding-bottom: 78px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-78 {
  margin-bottom: 78px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-78 {
  padding-left: 78px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-78 {
  margin-left: 78px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-78 {
  padding-right: 78px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-78 {
  margin-right: 78px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-79 {
  padding-top: 79px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-79 {
  margin-top: 79px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-79 {
  padding-bottom: 79px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-79 {
  margin-bottom: 79px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-79 {
  padding-left: 79px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-79 {
  margin-left: 79px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-79 {
  padding-right: 79px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-79 {
  margin-right: 79px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-80 {
  padding-top: 80px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-80 {
  margin-top: 80px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-80 {
  padding-bottom: 80px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-80 {
  margin-bottom: 80px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-80 {
  padding-left: 80px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-80 {
  margin-left: 80px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-80 {
  padding-right: 80px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-80 {
  margin-right: 80px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-81 {
  padding-top: 81px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-81 {
  margin-top: 81px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-81 {
  padding-bottom: 81px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-81 {
  margin-bottom: 81px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-81 {
  padding-left: 81px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-81 {
  margin-left: 81px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-81 {
  padding-right: 81px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-81 {
  margin-right: 81px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-82 {
  padding-top: 82px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-82 {
  margin-top: 82px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-82 {
  padding-bottom: 82px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-82 {
  margin-bottom: 82px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-82 {
  padding-left: 82px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-82 {
  margin-left: 82px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-82 {
  padding-right: 82px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-82 {
  margin-right: 82px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-83 {
  padding-top: 83px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-83 {
  margin-top: 83px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-83 {
  padding-bottom: 83px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-83 {
  margin-bottom: 83px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-83 {
  padding-left: 83px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-83 {
  margin-left: 83px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-83 {
  padding-right: 83px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-83 {
  margin-right: 83px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-84 {
  padding-top: 84px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-84 {
  margin-top: 84px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-84 {
  padding-bottom: 84px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-84 {
  margin-bottom: 84px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-84 {
  padding-left: 84px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-84 {
  margin-left: 84px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-84 {
  padding-right: 84px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-84 {
  margin-right: 84px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-85 {
  padding-top: 85px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-85 {
  margin-top: 85px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-85 {
  padding-bottom: 85px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-85 {
  margin-bottom: 85px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-85 {
  padding-left: 85px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-85 {
  margin-left: 85px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-85 {
  padding-right: 85px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-85 {
  margin-right: 85px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-86 {
  padding-top: 86px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-86 {
  margin-top: 86px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-86 {
  padding-bottom: 86px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-86 {
  margin-bottom: 86px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-86 {
  padding-left: 86px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-86 {
  margin-left: 86px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-86 {
  padding-right: 86px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-86 {
  margin-right: 86px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-87 {
  padding-top: 87px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-87 {
  margin-top: 87px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-87 {
  padding-bottom: 87px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-87 {
  margin-bottom: 87px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-87 {
  padding-left: 87px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-87 {
  margin-left: 87px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-87 {
  padding-right: 87px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-87 {
  margin-right: 87px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-88 {
  padding-top: 88px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-88 {
  margin-top: 88px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-88 {
  padding-bottom: 88px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-88 {
  margin-bottom: 88px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-88 {
  padding-left: 88px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-88 {
  margin-left: 88px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-88 {
  padding-right: 88px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-88 {
  margin-right: 88px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-89 {
  padding-top: 89px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-89 {
  margin-top: 89px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-89 {
  padding-bottom: 89px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-89 {
  margin-bottom: 89px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-89 {
  padding-left: 89px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-89 {
  margin-left: 89px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-89 {
  padding-right: 89px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-89 {
  margin-right: 89px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-90 {
  padding-top: 90px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-90 {
  margin-top: 90px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-90 {
  padding-bottom: 90px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-90 {
  margin-bottom: 90px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-90 {
  padding-left: 90px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-90 {
  margin-left: 90px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-90 {
  padding-right: 90px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-90 {
  margin-right: 90px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-91 {
  padding-top: 91px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-91 {
  margin-top: 91px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-91 {
  padding-bottom: 91px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-91 {
  margin-bottom: 91px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-91 {
  padding-left: 91px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-91 {
  margin-left: 91px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-91 {
  padding-right: 91px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-91 {
  margin-right: 91px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-92 {
  padding-top: 92px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-92 {
  margin-top: 92px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-92 {
  padding-bottom: 92px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-92 {
  margin-bottom: 92px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-92 {
  padding-left: 92px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-92 {
  margin-left: 92px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-92 {
  padding-right: 92px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-92 {
  margin-right: 92px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-93 {
  padding-top: 93px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-93 {
  margin-top: 93px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-93 {
  padding-bottom: 93px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-93 {
  margin-bottom: 93px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-93 {
  padding-left: 93px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-93 {
  margin-left: 93px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-93 {
  padding-right: 93px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-93 {
  margin-right: 93px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-94 {
  padding-top: 94px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-94 {
  margin-top: 94px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-94 {
  padding-bottom: 94px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-94 {
  margin-bottom: 94px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-94 {
  padding-left: 94px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-94 {
  margin-left: 94px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-94 {
  padding-right: 94px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-94 {
  margin-right: 94px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-95 {
  padding-top: 95px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-95 {
  margin-top: 95px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-95 {
  padding-bottom: 95px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-95 {
  margin-bottom: 95px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-95 {
  padding-left: 95px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-95 {
  margin-left: 95px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-95 {
  padding-right: 95px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-95 {
  margin-right: 95px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-96 {
  padding-top: 96px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-96 {
  margin-top: 96px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-96 {
  padding-bottom: 96px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-96 {
  margin-bottom: 96px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-96 {
  padding-left: 96px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-96 {
  margin-left: 96px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-96 {
  padding-right: 96px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-96 {
  margin-right: 96px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-97 {
  padding-top: 97px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-97 {
  margin-top: 97px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-97 {
  padding-bottom: 97px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-97 {
  margin-bottom: 97px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-97 {
  padding-left: 97px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-97 {
  margin-left: 97px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-97 {
  padding-right: 97px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-97 {
  margin-right: 97px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-98 {
  padding-top: 98px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-98 {
  margin-top: 98px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-98 {
  padding-bottom: 98px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-98 {
  margin-bottom: 98px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-98 {
  padding-left: 98px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-98 {
  margin-left: 98px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-98 {
  padding-right: 98px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-98 {
  margin-right: 98px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-99 {
  padding-top: 99px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-99 {
  margin-top: 99px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-99 {
  padding-bottom: 99px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-99 {
  margin-bottom: 99px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-99 {
  padding-left: 99px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-99 {
  margin-left: 99px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-99 {
  padding-right: 99px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-99 {
  margin-right: 99px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-100 {
  padding-top: 100px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-100 {
  margin-top: 100px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-100 {
  padding-bottom: 100px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-100 {
  margin-bottom: 100px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-100 {
  padding-left: 100px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-100 {
  margin-left: 100px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-100 {
  padding-right: 100px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-100 {
  margin-right: 100px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-101 {
  padding-top: 101px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-101 {
  margin-top: 101px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-101 {
  padding-bottom: 101px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-101 {
  margin-bottom: 101px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-101 {
  padding-left: 101px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-101 {
  margin-left: 101px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-101 {
  padding-right: 101px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-101 {
  margin-right: 101px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-101 {
  padding-left: 101px !important;
  padding-right: 101px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-101 {
  margin-left: 101px !important;
  margin-right: 101px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-101 {
  padding-top: 101px !important;
  padding-bottom: 101px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-101 {
  margin-top: 101px !important;
  margin-bottom: 101px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-102 {
  padding-top: 102px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-102 {
  margin-top: 102px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-102 {
  padding-bottom: 102px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-102 {
  margin-bottom: 102px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-102 {
  padding-left: 102px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-102 {
  margin-left: 102px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-102 {
  padding-right: 102px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-102 {
  margin-right: 102px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-102 {
  padding-left: 102px !important;
  padding-right: 102px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-102 {
  margin-left: 102px !important;
  margin-right: 102px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-102 {
  padding-top: 102px !important;
  padding-bottom: 102px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-102 {
  margin-top: 102px !important;
  margin-bottom: 102px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-103 {
  padding-top: 103px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-103 {
  margin-top: 103px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-103 {
  padding-bottom: 103px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-103 {
  margin-bottom: 103px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-103 {
  padding-left: 103px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-103 {
  margin-left: 103px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-103 {
  padding-right: 103px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-103 {
  margin-right: 103px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-103 {
  padding-left: 103px !important;
  padding-right: 103px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-103 {
  margin-left: 103px !important;
  margin-right: 103px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-103 {
  padding-top: 103px !important;
  padding-bottom: 103px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-103 {
  margin-top: 103px !important;
  margin-bottom: 103px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-104 {
  padding-top: 104px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-104 {
  margin-top: 104px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-104 {
  padding-bottom: 104px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-104 {
  margin-bottom: 104px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-104 {
  padding-left: 104px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-104 {
  margin-left: 104px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-104 {
  padding-right: 104px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-104 {
  margin-right: 104px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-104 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-104 {
  margin-left: 104px !important;
  margin-right: 104px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-105 {
  padding-top: 105px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-105 {
  margin-top: 105px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-105 {
  padding-bottom: 105px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-105 {
  margin-bottom: 105px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-105 {
  padding-left: 105px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-105 {
  margin-left: 105px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-105 {
  padding-right: 105px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-105 {
  margin-right: 105px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-106 {
  padding-top: 106px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-106 {
  margin-top: 106px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-106 {
  padding-bottom: 106px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-106 {
  margin-bottom: 106px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-106 {
  padding-left: 106px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-106 {
  margin-left: 106px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-106 {
  padding-right: 106px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-106 {
  margin-right: 106px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-106 {
  padding-left: 106px !important;
  padding-right: 106px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-106 {
  margin-left: 106px !important;
  margin-right: 106px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-106 {
  padding-top: 106px !important;
  padding-bottom: 106px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-106 {
  margin-top: 106px !important;
  margin-bottom: 106px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-107 {
  padding-top: 107px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-107 {
  margin-top: 107px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-107 {
  padding-bottom: 107px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-107 {
  margin-bottom: 107px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-107 {
  padding-left: 107px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-107 {
  margin-left: 107px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-107 {
  padding-right: 107px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-107 {
  margin-right: 107px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-107 {
  padding-left: 107px !important;
  padding-right: 107px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-107 {
  margin-left: 107px !important;
  margin-right: 107px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-107 {
  padding-top: 107px !important;
  padding-bottom: 107px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-107 {
  margin-top: 107px !important;
  margin-bottom: 107px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-108 {
  padding-top: 108px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-108 {
  margin-top: 108px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-108 {
  padding-bottom: 108px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-108 {
  margin-bottom: 108px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-108 {
  padding-left: 108px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-108 {
  margin-left: 108px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-108 {
  padding-right: 108px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-108 {
  margin-right: 108px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-108 {
  padding-left: 108px !important;
  padding-right: 108px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-108 {
  margin-left: 108px !important;
  margin-right: 108px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-109 {
  padding-top: 109px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-109 {
  margin-top: 109px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-109 {
  padding-bottom: 109px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-109 {
  margin-bottom: 109px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-109 {
  padding-left: 109px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-109 {
  margin-left: 109px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-109 {
  padding-right: 109px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-109 {
  margin-right: 109px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-109 {
  padding-left: 109px !important;
  padding-right: 109px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-109 {
  margin-left: 109px !important;
  margin-right: 109px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-109 {
  padding-top: 109px !important;
  padding-bottom: 109px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-109 {
  margin-top: 109px !important;
  margin-bottom: 109px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-110 {
  padding-top: 110px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-110 {
  margin-top: 110px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-110 {
  padding-bottom: 110px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-110 {
  margin-bottom: 110px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-110 {
  padding-left: 110px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-110 {
  margin-left: 110px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-110 {
  padding-right: 110px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-110 {
  margin-right: 110px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-111 {
  padding-top: 111px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-111 {
  margin-top: 111px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-111 {
  padding-bottom: 111px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-111 {
  margin-bottom: 111px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-111 {
  padding-left: 111px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-111 {
  margin-left: 111px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-111 {
  padding-right: 111px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-111 {
  margin-right: 111px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-111 {
  padding-left: 111px !important;
  padding-right: 111px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-111 {
  margin-left: 111px !important;
  margin-right: 111px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-111 {
  padding-top: 111px !important;
  padding-bottom: 111px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-111 {
  margin-top: 111px !important;
  margin-bottom: 111px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-112 {
  padding-top: 112px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-112 {
  margin-top: 112px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-112 {
  padding-bottom: 112px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-112 {
  margin-bottom: 112px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-112 {
  padding-left: 112px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-112 {
  margin-left: 112px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-112 {
  padding-right: 112px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-112 {
  margin-right: 112px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-112 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-112 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-113 {
  padding-top: 113px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-113 {
  margin-top: 113px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-113 {
  padding-bottom: 113px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-113 {
  margin-bottom: 113px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-113 {
  padding-left: 113px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-113 {
  margin-left: 113px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-113 {
  padding-right: 113px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-113 {
  margin-right: 113px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-113 {
  padding-left: 113px !important;
  padding-right: 113px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-113 {
  margin-left: 113px !important;
  margin-right: 113px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-113 {
  padding-top: 113px !important;
  padding-bottom: 113px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-113 {
  margin-top: 113px !important;
  margin-bottom: 113px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-114 {
  padding-top: 114px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-114 {
  margin-top: 114px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-114 {
  padding-bottom: 114px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-114 {
  margin-bottom: 114px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-114 {
  padding-left: 114px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-114 {
  margin-left: 114px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-114 {
  padding-right: 114px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-114 {
  margin-right: 114px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-114 {
  padding-left: 114px !important;
  padding-right: 114px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-114 {
  margin-left: 114px !important;
  margin-right: 114px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-114 {
  padding-top: 114px !important;
  padding-bottom: 114px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-114 {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-115 {
  padding-top: 115px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-115 {
  margin-top: 115px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-115 {
  padding-bottom: 115px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-115 {
  margin-bottom: 115px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-115 {
  padding-left: 115px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-115 {
  margin-left: 115px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-115 {
  padding-right: 115px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-115 {
  margin-right: 115px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-116 {
  padding-top: 116px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-116 {
  margin-top: 116px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-116 {
  padding-bottom: 116px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-116 {
  margin-bottom: 116px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-116 {
  padding-left: 116px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-116 {
  margin-left: 116px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-116 {
  padding-right: 116px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-116 {
  margin-right: 116px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-116 {
  padding-left: 116px !important;
  padding-right: 116px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-116 {
  margin-left: 116px !important;
  margin-right: 116px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-117 {
  padding-top: 117px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-117 {
  margin-top: 117px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-117 {
  padding-bottom: 117px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-117 {
  margin-bottom: 117px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-117 {
  padding-left: 117px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-117 {
  margin-left: 117px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-117 {
  padding-right: 117px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-117 {
  margin-right: 117px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-117 {
  padding-left: 117px !important;
  padding-right: 117px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-117 {
  margin-left: 117px !important;
  margin-right: 117px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-117 {
  padding-top: 117px !important;
  padding-bottom: 117px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-117 {
  margin-top: 117px !important;
  margin-bottom: 117px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-118 {
  padding-top: 118px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-118 {
  margin-top: 118px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-118 {
  padding-bottom: 118px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-118 {
  margin-bottom: 118px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-118 {
  padding-left: 118px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-118 {
  margin-left: 118px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-118 {
  padding-right: 118px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-118 {
  margin-right: 118px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-118 {
  padding-left: 118px !important;
  padding-right: 118px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-118 {
  margin-left: 118px !important;
  margin-right: 118px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-118 {
  margin-top: 118px !important;
  margin-bottom: 118px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-119 {
  padding-top: 119px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-119 {
  margin-top: 119px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-119 {
  padding-bottom: 119px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-119 {
  margin-bottom: 119px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-119 {
  padding-left: 119px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-119 {
  margin-left: 119px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-119 {
  padding-right: 119px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-119 {
  margin-right: 119px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-119 {
  padding-left: 119px !important;
  padding-right: 119px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-119 {
  margin-left: 119px !important;
  margin-right: 119px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-119 {
  padding-top: 119px !important;
  padding-bottom: 119px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-119 {
  margin-top: 119px !important;
  margin-bottom: 119px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-120 {
  padding-top: 120px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-120 {
  margin-top: 120px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-120 {
  padding-bottom: 120px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-120 {
  margin-bottom: 120px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-120 {
  padding-left: 120px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-120 {
  margin-left: 120px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-120 {
  padding-right: 120px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-120 {
  margin-right: 120px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-121 {
  padding-top: 121px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-121 {
  margin-top: 121px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-121 {
  padding-bottom: 121px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-121 {
  margin-bottom: 121px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-121 {
  padding-left: 121px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-121 {
  margin-left: 121px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-121 {
  padding-right: 121px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-121 {
  margin-right: 121px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-121 {
  padding-left: 121px !important;
  padding-right: 121px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-121 {
  margin-left: 121px !important;
  margin-right: 121px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-121 {
  padding-top: 121px !important;
  padding-bottom: 121px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-121 {
  margin-top: 121px !important;
  margin-bottom: 121px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-122 {
  padding-top: 122px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-122 {
  margin-top: 122px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-122 {
  padding-bottom: 122px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-122 {
  margin-bottom: 122px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-122 {
  padding-left: 122px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-122 {
  margin-left: 122px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-122 {
  padding-right: 122px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-122 {
  margin-right: 122px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-122 {
  padding-left: 122px !important;
  padding-right: 122px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-122 {
  margin-left: 122px !important;
  margin-right: 122px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-122 {
  padding-top: 122px !important;
  padding-bottom: 122px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-122 {
  margin-top: 122px !important;
  margin-bottom: 122px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-123 {
  padding-top: 123px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-123 {
  margin-top: 123px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-123 {
  padding-bottom: 123px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-123 {
  margin-bottom: 123px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-123 {
  padding-left: 123px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-123 {
  margin-left: 123px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-123 {
  padding-right: 123px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-123 {
  margin-right: 123px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-123 {
  padding-left: 123px !important;
  padding-right: 123px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-123 {
  margin-left: 123px !important;
  margin-right: 123px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-123 {
  padding-top: 123px !important;
  padding-bottom: 123px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-123 {
  margin-top: 123px !important;
  margin-bottom: 123px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-124 {
  padding-top: 124px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-124 {
  margin-top: 124px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-124 {
  padding-bottom: 124px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-124 {
  margin-bottom: 124px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-124 {
  padding-left: 124px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-124 {
  margin-left: 124px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-124 {
  padding-right: 124px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-124 {
  margin-right: 124px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-124 {
  padding-left: 124px !important;
  padding-right: 124px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-124 {
  margin-left: 124px !important;
  margin-right: 124px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-125 {
  padding-top: 125px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-125 {
  margin-top: 125px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-125 {
  padding-bottom: 125px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-125 {
  margin-bottom: 125px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-125 {
  padding-left: 125px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-125 {
  margin-left: 125px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-125 {
  padding-right: 125px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-125 {
  margin-right: 125px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-126 {
  padding-top: 126px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-126 {
  margin-top: 126px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-126 {
  padding-bottom: 126px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-126 {
  margin-bottom: 126px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-126 {
  padding-left: 126px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-126 {
  margin-left: 126px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-126 {
  padding-right: 126px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-126 {
  margin-right: 126px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-126 {
  padding-left: 126px !important;
  padding-right: 126px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-126 {
  margin-left: 126px !important;
  margin-right: 126px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-126 {
  padding-top: 126px !important;
  padding-bottom: 126px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-126 {
  margin-top: 126px !important;
  margin-bottom: 126px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-127 {
  padding-top: 127px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-127 {
  margin-top: 127px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-127 {
  padding-bottom: 127px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-127 {
  margin-bottom: 127px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-127 {
  padding-left: 127px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-127 {
  margin-left: 127px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-127 {
  padding-right: 127px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-127 {
  margin-right: 127px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-127 {
  padding-left: 127px !important;
  padding-right: 127px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-127 {
  margin-left: 127px !important;
  margin-right: 127px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-127 {
  padding-top: 127px !important;
  padding-bottom: 127px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-127 {
  margin-top: 127px !important;
  margin-bottom: 127px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-128 {
  padding-top: 128px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-128 {
  margin-top: 128px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-128 {
  padding-bottom: 128px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-128 {
  margin-bottom: 128px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-128 {
  padding-left: 128px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-128 {
  margin-left: 128px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-128 {
  padding-right: 128px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-128 {
  margin-right: 128px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-128 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-128 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-129 {
  padding-top: 129px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-129 {
  margin-top: 129px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-129 {
  padding-bottom: 129px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-129 {
  margin-bottom: 129px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-129 {
  padding-left: 129px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-129 {
  margin-left: 129px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-129 {
  padding-right: 129px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-129 {
  margin-right: 129px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-129 {
  padding-left: 129px !important;
  padding-right: 129px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-129 {
  margin-left: 129px !important;
  margin-right: 129px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-129 {
  padding-top: 129px !important;
  padding-bottom: 129px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-129 {
  margin-top: 129px !important;
  margin-bottom: 129px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-130 {
  padding-top: 130px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-130 {
  margin-top: 130px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-130 {
  padding-bottom: 130px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-130 {
  margin-bottom: 130px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-130 {
  padding-left: 130px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-130 {
  margin-left: 130px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-130 {
  padding-right: 130px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-130 {
  margin-right: 130px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-131 {
  padding-top: 131px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-131 {
  margin-top: 131px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-131 {
  padding-bottom: 131px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-131 {
  margin-bottom: 131px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-131 {
  padding-left: 131px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-131 {
  margin-left: 131px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-131 {
  padding-right: 131px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-131 {
  margin-right: 131px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-131 {
  padding-left: 131px !important;
  padding-right: 131px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-131 {
  margin-left: 131px !important;
  margin-right: 131px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-131 {
  padding-top: 131px !important;
  padding-bottom: 131px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-131 {
  margin-top: 131px !important;
  margin-bottom: 131px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-132 {
  padding-top: 132px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-132 {
  margin-top: 132px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-132 {
  padding-bottom: 132px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-132 {
  margin-bottom: 132px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-132 {
  padding-left: 132px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-132 {
  margin-left: 132px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-132 {
  padding-right: 132px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-132 {
  margin-right: 132px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-132 {
  padding-left: 132px !important;
  padding-right: 132px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-132 {
  margin-left: 132px !important;
  margin-right: 132px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-133 {
  padding-top: 133px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-133 {
  margin-top: 133px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-133 {
  padding-bottom: 133px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-133 {
  margin-bottom: 133px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-133 {
  padding-left: 133px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-133 {
  margin-left: 133px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-133 {
  padding-right: 133px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-133 {
  margin-right: 133px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-133 {
  padding-left: 133px !important;
  padding-right: 133px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-133 {
  margin-left: 133px !important;
  margin-right: 133px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-133 {
  padding-top: 133px !important;
  padding-bottom: 133px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-133 {
  margin-top: 133px !important;
  margin-bottom: 133px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-134 {
  padding-top: 134px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-134 {
  margin-top: 134px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-134 {
  padding-bottom: 134px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-134 {
  margin-bottom: 134px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-134 {
  padding-left: 134px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-134 {
  margin-left: 134px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-134 {
  padding-right: 134px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-134 {
  margin-right: 134px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-134 {
  padding-left: 134px !important;
  padding-right: 134px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-134 {
  margin-left: 134px !important;
  margin-right: 134px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-134 {
  padding-top: 134px !important;
  padding-bottom: 134px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-134 {
  margin-top: 134px !important;
  margin-bottom: 134px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-135 {
  padding-top: 135px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-135 {
  margin-top: 135px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-135 {
  padding-bottom: 135px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-135 {
  margin-bottom: 135px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-135 {
  padding-left: 135px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-135 {
  margin-left: 135px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-135 {
  padding-right: 135px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-135 {
  margin-right: 135px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-136 {
  padding-top: 136px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-136 {
  margin-top: 136px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-136 {
  padding-bottom: 136px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-136 {
  margin-bottom: 136px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-136 {
  padding-left: 136px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-136 {
  margin-left: 136px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-136 {
  padding-right: 136px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-136 {
  margin-right: 136px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-136 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-136 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-137 {
  padding-top: 137px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-137 {
  margin-top: 137px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-137 {
  padding-bottom: 137px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-137 {
  margin-bottom: 137px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-137 {
  padding-left: 137px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-137 {
  margin-left: 137px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-137 {
  padding-right: 137px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-137 {
  margin-right: 137px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-137 {
  padding-left: 137px !important;
  padding-right: 137px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-137 {
  margin-left: 137px !important;
  margin-right: 137px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-137 {
  padding-top: 137px !important;
  padding-bottom: 137px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-137 {
  margin-top: 137px !important;
  margin-bottom: 137px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-138 {
  padding-top: 138px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-138 {
  margin-top: 138px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-138 {
  padding-bottom: 138px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-138 {
  margin-bottom: 138px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-138 {
  padding-left: 138px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-138 {
  margin-left: 138px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-138 {
  padding-right: 138px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-138 {
  margin-right: 138px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-138 {
  padding-left: 138px !important;
  padding-right: 138px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-138 {
  margin-left: 138px !important;
  margin-right: 138px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-138 {
  padding-top: 138px !important;
  padding-bottom: 138px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-138 {
  margin-top: 138px !important;
  margin-bottom: 138px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-139 {
  padding-top: 139px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-139 {
  margin-top: 139px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-139 {
  padding-bottom: 139px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-139 {
  margin-bottom: 139px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-139 {
  padding-left: 139px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-139 {
  margin-left: 139px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-139 {
  padding-right: 139px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-139 {
  margin-right: 139px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-139 {
  padding-left: 139px !important;
  padding-right: 139px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-139 {
  margin-left: 139px !important;
  margin-right: 139px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-139 {
  padding-top: 139px !important;
  padding-bottom: 139px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-139 {
  margin-top: 139px !important;
  margin-bottom: 139px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-140 {
  padding-top: 140px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-140 {
  margin-top: 140px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-140 {
  padding-bottom: 140px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-140 {
  margin-bottom: 140px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-140 {
  padding-left: 140px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-140 {
  margin-left: 140px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-140 {
  padding-right: 140px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-140 {
  margin-right: 140px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-141 {
  padding-top: 141px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-141 {
  margin-top: 141px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-141 {
  padding-bottom: 141px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-141 {
  margin-bottom: 141px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-141 {
  padding-left: 141px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-141 {
  margin-left: 141px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-141 {
  padding-right: 141px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-141 {
  margin-right: 141px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-141 {
  padding-left: 141px !important;
  padding-right: 141px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-141 {
  margin-left: 141px !important;
  margin-right: 141px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-141 {
  padding-top: 141px !important;
  padding-bottom: 141px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-141 {
  margin-top: 141px !important;
  margin-bottom: 141px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-142 {
  padding-top: 142px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-142 {
  margin-top: 142px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-142 {
  padding-bottom: 142px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-142 {
  margin-bottom: 142px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-142 {
  padding-left: 142px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-142 {
  margin-left: 142px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-142 {
  padding-right: 142px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-142 {
  margin-right: 142px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-142 {
  padding-left: 142px !important;
  padding-right: 142px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-142 {
  margin-left: 142px !important;
  margin-right: 142px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-142 {
  padding-top: 142px !important;
  padding-bottom: 142px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-142 {
  margin-top: 142px !important;
  margin-bottom: 142px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-143 {
  padding-top: 143px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-143 {
  margin-top: 143px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-143 {
  padding-bottom: 143px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-143 {
  margin-bottom: 143px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-143 {
  padding-left: 143px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-143 {
  margin-left: 143px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-143 {
  padding-right: 143px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-143 {
  margin-right: 143px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-143 {
  padding-left: 143px !important;
  padding-right: 143px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-143 {
  margin-left: 143px !important;
  margin-right: 143px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-143 {
  padding-top: 143px !important;
  padding-bottom: 143px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-143 {
  margin-top: 143px !important;
  margin-bottom: 143px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-144 {
  padding-top: 144px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-144 {
  margin-top: 144px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-144 {
  padding-bottom: 144px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-144 {
  margin-bottom: 144px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-144 {
  padding-left: 144px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-144 {
  margin-left: 144px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-144 {
  padding-right: 144px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-144 {
  margin-right: 144px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-144 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-144 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-145 {
  padding-top: 145px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-145 {
  margin-top: 145px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-145 {
  padding-bottom: 145px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-145 {
  margin-bottom: 145px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-145 {
  padding-left: 145px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-145 {
  margin-left: 145px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-145 {
  padding-right: 145px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-145 {
  margin-right: 145px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-146 {
  padding-top: 146px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-146 {
  margin-top: 146px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-146 {
  padding-bottom: 146px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-146 {
  margin-bottom: 146px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-146 {
  padding-left: 146px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-146 {
  margin-left: 146px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-146 {
  padding-right: 146px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-146 {
  margin-right: 146px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-146 {
  padding-left: 146px !important;
  padding-right: 146px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-146 {
  margin-left: 146px !important;
  margin-right: 146px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-146 {
  padding-top: 146px !important;
  padding-bottom: 146px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-146 {
  margin-top: 146px !important;
  margin-bottom: 146px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-147 {
  padding-top: 147px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-147 {
  margin-top: 147px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-147 {
  padding-bottom: 147px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-147 {
  margin-bottom: 147px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-147 {
  padding-left: 147px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-147 {
  margin-left: 147px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-147 {
  padding-right: 147px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-147 {
  margin-right: 147px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-147 {
  padding-left: 147px !important;
  padding-right: 147px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-147 {
  margin-left: 147px !important;
  margin-right: 147px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-147 {
  padding-top: 147px !important;
  padding-bottom: 147px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-147 {
  margin-top: 147px !important;
  margin-bottom: 147px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-148 {
  padding-top: 148px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-148 {
  margin-top: 148px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-148 {
  padding-bottom: 148px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-148 {
  margin-bottom: 148px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-148 {
  padding-left: 148px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-148 {
  margin-left: 148px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-148 {
  padding-right: 148px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-148 {
  margin-right: 148px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-148 {
  padding-left: 148px !important;
  padding-right: 148px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-148 {
  margin-left: 148px !important;
  margin-right: 148px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-149 {
  padding-top: 149px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-149 {
  margin-top: 149px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-149 {
  padding-bottom: 149px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-149 {
  margin-bottom: 149px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-149 {
  padding-left: 149px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-149 {
  margin-left: 149px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-149 {
  padding-right: 149px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-149 {
  margin-right: 149px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-149 {
  padding-left: 149px !important;
  padding-right: 149px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-149 {
  margin-left: 149px !important;
  margin-right: 149px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-149 {
  padding-top: 149px !important;
  padding-bottom: 149px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-149 {
  margin-top: 149px !important;
  margin-bottom: 149px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-150 {
  padding-top: 150px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-150 {
  margin-top: 150px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-150 {
  padding-bottom: 150px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-150 {
  margin-bottom: 150px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-150 {
  padding-left: 150px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-150 {
  margin-left: 150px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-150 {
  padding-right: 150px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-150 {
  margin-right: 150px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-151 {
  padding-top: 151px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-151 {
  margin-top: 151px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-151 {
  padding-bottom: 151px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-151 {
  margin-bottom: 151px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-151 {
  padding-left: 151px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-151 {
  margin-left: 151px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-151 {
  padding-right: 151px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-151 {
  margin-right: 151px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-151 {
  padding-left: 151px !important;
  padding-right: 151px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-151 {
  margin-left: 151px !important;
  margin-right: 151px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-151 {
  padding-top: 151px !important;
  padding-bottom: 151px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-151 {
  margin-top: 151px !important;
  margin-bottom: 151px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-152 {
  padding-top: 152px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-152 {
  margin-top: 152px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-152 {
  padding-bottom: 152px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-152 {
  margin-bottom: 152px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-152 {
  padding-left: 152px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-152 {
  margin-left: 152px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-152 {
  padding-right: 152px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-152 {
  margin-right: 152px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-152 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-152 {
  margin-left: 152px !important;
  margin-right: 152px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-153 {
  padding-top: 153px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-153 {
  margin-top: 153px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-153 {
  padding-bottom: 153px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-153 {
  margin-bottom: 153px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-153 {
  padding-left: 153px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-153 {
  margin-left: 153px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-153 {
  padding-right: 153px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-153 {
  margin-right: 153px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-153 {
  padding-left: 153px !important;
  padding-right: 153px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-153 {
  margin-left: 153px !important;
  margin-right: 153px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-153 {
  padding-top: 153px !important;
  padding-bottom: 153px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-153 {
  margin-top: 153px !important;
  margin-bottom: 153px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-154 {
  padding-top: 154px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-154 {
  margin-top: 154px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-154 {
  padding-bottom: 154px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-154 {
  margin-bottom: 154px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-154 {
  padding-left: 154px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-154 {
  margin-left: 154px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-154 {
  padding-right: 154px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-154 {
  margin-right: 154px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-154 {
  padding-left: 154px !important;
  padding-right: 154px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-154 {
  margin-left: 154px !important;
  margin-right: 154px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-154 {
  padding-top: 154px !important;
  padding-bottom: 154px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-154 {
  margin-top: 154px !important;
  margin-bottom: 154px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-155 {
  padding-top: 155px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-155 {
  margin-top: 155px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-155 {
  padding-bottom: 155px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-155 {
  margin-bottom: 155px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-155 {
  padding-left: 155px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-155 {
  margin-left: 155px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-155 {
  padding-right: 155px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-155 {
  margin-right: 155px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-156 {
  padding-top: 156px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-156 {
  margin-top: 156px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-156 {
  padding-bottom: 156px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-156 {
  margin-bottom: 156px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-156 {
  padding-left: 156px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-156 {
  margin-left: 156px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-156 {
  padding-right: 156px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-156 {
  margin-right: 156px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-156 {
  padding-left: 156px !important;
  padding-right: 156px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-156 {
  margin-left: 156px !important;
  margin-right: 156px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-157 {
  padding-top: 157px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-157 {
  margin-top: 157px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-157 {
  padding-bottom: 157px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-157 {
  margin-bottom: 157px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-157 {
  padding-left: 157px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-157 {
  margin-left: 157px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-157 {
  padding-right: 157px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-157 {
  margin-right: 157px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-157 {
  padding-left: 157px !important;
  padding-right: 157px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-157 {
  margin-left: 157px !important;
  margin-right: 157px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-157 {
  padding-top: 157px !important;
  padding-bottom: 157px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-157 {
  margin-top: 157px !important;
  margin-bottom: 157px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-158 {
  padding-top: 158px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-158 {
  margin-top: 158px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-158 {
  padding-bottom: 158px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-158 {
  margin-bottom: 158px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-158 {
  padding-left: 158px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-158 {
  margin-left: 158px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-158 {
  padding-right: 158px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-158 {
  margin-right: 158px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-158 {
  padding-left: 158px !important;
  padding-right: 158px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-158 {
  margin-left: 158px !important;
  margin-right: 158px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-158 {
  padding-top: 158px !important;
  padding-bottom: 158px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-158 {
  margin-top: 158px !important;
  margin-bottom: 158px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-159 {
  padding-top: 159px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-159 {
  margin-top: 159px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-159 {
  padding-bottom: 159px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-159 {
  margin-bottom: 159px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-159 {
  padding-left: 159px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-159 {
  margin-left: 159px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-159 {
  padding-right: 159px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-159 {
  margin-right: 159px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-159 {
  padding-left: 159px !important;
  padding-right: 159px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-159 {
  margin-left: 159px !important;
  margin-right: 159px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-159 {
  padding-top: 159px !important;
  padding-bottom: 159px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-159 {
  margin-top: 159px !important;
  margin-bottom: 159px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-160 {
  padding-top: 160px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-160 {
  margin-top: 160px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-160 {
  padding-bottom: 160px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-160 {
  margin-bottom: 160px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-160 {
  padding-left: 160px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-160 {
  margin-left: 160px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-160 {
  padding-right: 160px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-160 {
  margin-right: 160px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-161 {
  padding-top: 161px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-161 {
  margin-top: 161px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-161 {
  padding-bottom: 161px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-161 {
  margin-bottom: 161px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-161 {
  padding-left: 161px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-161 {
  margin-left: 161px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-161 {
  padding-right: 161px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-161 {
  margin-right: 161px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-161 {
  padding-left: 161px !important;
  padding-right: 161px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-161 {
  margin-left: 161px !important;
  margin-right: 161px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-161 {
  padding-top: 161px !important;
  padding-bottom: 161px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-161 {
  margin-top: 161px !important;
  margin-bottom: 161px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-162 {
  padding-top: 162px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-162 {
  margin-top: 162px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-162 {
  padding-bottom: 162px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-162 {
  margin-bottom: 162px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-162 {
  padding-left: 162px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-162 {
  margin-left: 162px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-162 {
  padding-right: 162px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-162 {
  margin-right: 162px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-162 {
  padding-left: 162px !important;
  padding-right: 162px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-162 {
  margin-left: 162px !important;
  margin-right: 162px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-162 {
  padding-top: 162px !important;
  padding-bottom: 162px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-162 {
  margin-top: 162px !important;
  margin-bottom: 162px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-163 {
  padding-top: 163px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-163 {
  margin-top: 163px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-163 {
  padding-bottom: 163px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-163 {
  margin-bottom: 163px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-163 {
  padding-left: 163px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-163 {
  margin-left: 163px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-163 {
  padding-right: 163px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-163 {
  margin-right: 163px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-163 {
  padding-left: 163px !important;
  padding-right: 163px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-163 {
  margin-left: 163px !important;
  margin-right: 163px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-163 {
  padding-top: 163px !important;
  padding-bottom: 163px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-163 {
  margin-top: 163px !important;
  margin-bottom: 163px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-164 {
  padding-top: 164px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-164 {
  margin-top: 164px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-164 {
  padding-bottom: 164px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-164 {
  margin-bottom: 164px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-164 {
  padding-left: 164px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-164 {
  margin-left: 164px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-164 {
  padding-right: 164px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-164 {
  margin-right: 164px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-164 {
  padding-left: 164px !important;
  padding-right: 164px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-164 {
  margin-left: 164px !important;
  margin-right: 164px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-165 {
  padding-top: 165px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-165 {
  margin-top: 165px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-165 {
  padding-bottom: 165px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-165 {
  margin-bottom: 165px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-165 {
  padding-left: 165px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-165 {
  margin-left: 165px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-165 {
  padding-right: 165px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-165 {
  margin-right: 165px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-166 {
  padding-top: 166px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-166 {
  margin-top: 166px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-166 {
  padding-bottom: 166px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-166 {
  margin-bottom: 166px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-166 {
  padding-left: 166px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-166 {
  margin-left: 166px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-166 {
  padding-right: 166px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-166 {
  margin-right: 166px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-166 {
  padding-left: 166px !important;
  padding-right: 166px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-166 {
  margin-left: 166px !important;
  margin-right: 166px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-166 {
  padding-top: 166px !important;
  padding-bottom: 166px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-166 {
  margin-top: 166px !important;
  margin-bottom: 166px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-167 {
  padding-top: 167px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-167 {
  margin-top: 167px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-167 {
  padding-bottom: 167px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-167 {
  margin-bottom: 167px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-167 {
  padding-left: 167px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-167 {
  margin-left: 167px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-167 {
  padding-right: 167px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-167 {
  margin-right: 167px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-167 {
  padding-left: 167px !important;
  padding-right: 167px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-167 {
  margin-left: 167px !important;
  margin-right: 167px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-167 {
  padding-top: 167px !important;
  padding-bottom: 167px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-167 {
  margin-top: 167px !important;
  margin-bottom: 167px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-168 {
  padding-top: 168px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-168 {
  margin-top: 168px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-168 {
  padding-bottom: 168px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-168 {
  margin-bottom: 168px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-168 {
  padding-left: 168px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-168 {
  margin-left: 168px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-168 {
  padding-right: 168px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-168 {
  margin-right: 168px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-168 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-168 {
  margin-left: 168px !important;
  margin-right: 168px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-169 {
  padding-top: 169px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-169 {
  margin-top: 169px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-169 {
  padding-bottom: 169px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-169 {
  margin-bottom: 169px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-169 {
  padding-left: 169px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-169 {
  margin-left: 169px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-169 {
  padding-right: 169px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-169 {
  margin-right: 169px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-169 {
  padding-left: 169px !important;
  padding-right: 169px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-169 {
  margin-left: 169px !important;
  margin-right: 169px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-169 {
  padding-top: 169px !important;
  padding-bottom: 169px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-169 {
  margin-top: 169px !important;
  margin-bottom: 169px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-170 {
  padding-top: 170px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-170 {
  margin-top: 170px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-170 {
  padding-bottom: 170px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-170 {
  margin-bottom: 170px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-170 {
  padding-left: 170px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-170 {
  margin-left: 170px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-170 {
  padding-right: 170px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-170 {
  margin-right: 170px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-171 {
  padding-top: 171px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-171 {
  margin-top: 171px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-171 {
  padding-bottom: 171px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-171 {
  margin-bottom: 171px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-171 {
  padding-left: 171px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-171 {
  margin-left: 171px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-171 {
  padding-right: 171px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-171 {
  margin-right: 171px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-171 {
  padding-left: 171px !important;
  padding-right: 171px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-171 {
  margin-left: 171px !important;
  margin-right: 171px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-171 {
  padding-top: 171px !important;
  padding-bottom: 171px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-171 {
  margin-top: 171px !important;
  margin-bottom: 171px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-172 {
  padding-top: 172px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-172 {
  margin-top: 172px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-172 {
  padding-bottom: 172px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-172 {
  margin-bottom: 172px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-172 {
  padding-left: 172px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-172 {
  margin-left: 172px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-172 {
  padding-right: 172px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-172 {
  margin-right: 172px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-172 {
  padding-left: 172px !important;
  padding-right: 172px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-172 {
  margin-left: 172px !important;
  margin-right: 172px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-173 {
  padding-top: 173px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-173 {
  margin-top: 173px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-173 {
  padding-bottom: 173px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-173 {
  margin-bottom: 173px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-173 {
  padding-left: 173px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-173 {
  margin-left: 173px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-173 {
  padding-right: 173px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-173 {
  margin-right: 173px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-173 {
  padding-left: 173px !important;
  padding-right: 173px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-173 {
  margin-left: 173px !important;
  margin-right: 173px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-173 {
  padding-top: 173px !important;
  padding-bottom: 173px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-173 {
  margin-top: 173px !important;
  margin-bottom: 173px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-174 {
  padding-top: 174px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-174 {
  margin-top: 174px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-174 {
  padding-bottom: 174px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-174 {
  margin-bottom: 174px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-174 {
  padding-left: 174px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-174 {
  margin-left: 174px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-174 {
  padding-right: 174px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-174 {
  margin-right: 174px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-174 {
  padding-left: 174px !important;
  padding-right: 174px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-174 {
  margin-left: 174px !important;
  margin-right: 174px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-174 {
  padding-top: 174px !important;
  padding-bottom: 174px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-174 {
  margin-top: 174px !important;
  margin-bottom: 174px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-175 {
  padding-top: 175px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-175 {
  margin-top: 175px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-175 {
  padding-bottom: 175px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-175 {
  margin-bottom: 175px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-175 {
  padding-left: 175px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-175 {
  margin-left: 175px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-175 {
  padding-right: 175px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-175 {
  margin-right: 175px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-176 {
  padding-top: 176px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-176 {
  margin-top: 176px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-176 {
  padding-bottom: 176px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-176 {
  margin-bottom: 176px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-176 {
  padding-left: 176px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-176 {
  margin-left: 176px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-176 {
  padding-right: 176px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-176 {
  margin-right: 176px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-176 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-176 {
  margin-left: 176px !important;
  margin-right: 176px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-177 {
  padding-top: 177px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-177 {
  margin-top: 177px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-177 {
  padding-bottom: 177px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-177 {
  margin-bottom: 177px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-177 {
  padding-left: 177px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-177 {
  margin-left: 177px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-177 {
  padding-right: 177px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-177 {
  margin-right: 177px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-177 {
  padding-left: 177px !important;
  padding-right: 177px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-177 {
  margin-left: 177px !important;
  margin-right: 177px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-177 {
  padding-top: 177px !important;
  padding-bottom: 177px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-177 {
  margin-top: 177px !important;
  margin-bottom: 177px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-178 {
  padding-top: 178px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-178 {
  margin-top: 178px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-178 {
  padding-bottom: 178px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-178 {
  margin-bottom: 178px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-178 {
  padding-left: 178px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-178 {
  margin-left: 178px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-178 {
  padding-right: 178px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-178 {
  margin-right: 178px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-178 {
  padding-left: 178px !important;
  padding-right: 178px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-178 {
  margin-left: 178px !important;
  margin-right: 178px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-178 {
  padding-top: 178px !important;
  padding-bottom: 178px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-178 {
  margin-top: 178px !important;
  margin-bottom: 178px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-179 {
  padding-top: 179px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-179 {
  margin-top: 179px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-179 {
  padding-bottom: 179px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-179 {
  margin-bottom: 179px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-179 {
  padding-left: 179px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-179 {
  margin-left: 179px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-179 {
  padding-right: 179px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-179 {
  margin-right: 179px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-179 {
  padding-left: 179px !important;
  padding-right: 179px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-179 {
  margin-left: 179px !important;
  margin-right: 179px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-179 {
  padding-top: 179px !important;
  padding-bottom: 179px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-179 {
  margin-top: 179px !important;
  margin-bottom: 179px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-180 {
  padding-top: 180px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-180 {
  margin-top: 180px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-180 {
  padding-bottom: 180px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-180 {
  margin-bottom: 180px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-180 {
  padding-left: 180px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-180 {
  margin-left: 180px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-180 {
  padding-right: 180px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-180 {
  margin-right: 180px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-181 {
  padding-top: 181px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-181 {
  margin-top: 181px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-181 {
  padding-bottom: 181px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-181 {
  margin-bottom: 181px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-181 {
  padding-left: 181px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-181 {
  margin-left: 181px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-181 {
  padding-right: 181px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-181 {
  margin-right: 181px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-181 {
  padding-left: 181px !important;
  padding-right: 181px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-181 {
  margin-left: 181px !important;
  margin-right: 181px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-181 {
  padding-top: 181px !important;
  padding-bottom: 181px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-181 {
  margin-top: 181px !important;
  margin-bottom: 181px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-182 {
  padding-top: 182px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-182 {
  margin-top: 182px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-182 {
  padding-bottom: 182px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-182 {
  margin-bottom: 182px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-182 {
  padding-left: 182px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-182 {
  margin-left: 182px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-182 {
  padding-right: 182px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-182 {
  margin-right: 182px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-182 {
  padding-left: 182px !important;
  padding-right: 182px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-182 {
  margin-left: 182px !important;
  margin-right: 182px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-182 {
  padding-top: 182px !important;
  padding-bottom: 182px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-182 {
  margin-top: 182px !important;
  margin-bottom: 182px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-183 {
  padding-top: 183px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-183 {
  margin-top: 183px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-183 {
  padding-bottom: 183px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-183 {
  margin-bottom: 183px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-183 {
  padding-left: 183px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-183 {
  margin-left: 183px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-183 {
  padding-right: 183px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-183 {
  margin-right: 183px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-183 {
  padding-left: 183px !important;
  padding-right: 183px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-183 {
  margin-left: 183px !important;
  margin-right: 183px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-183 {
  padding-top: 183px !important;
  padding-bottom: 183px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-183 {
  margin-top: 183px !important;
  margin-bottom: 183px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-184 {
  padding-top: 184px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-184 {
  margin-top: 184px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-184 {
  padding-bottom: 184px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-184 {
  margin-bottom: 184px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-184 {
  padding-left: 184px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-184 {
  margin-left: 184px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-184 {
  padding-right: 184px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-184 {
  margin-right: 184px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-184 {
  padding-left: 184px !important;
  padding-right: 184px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-184 {
  margin-left: 184px !important;
  margin-right: 184px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-185 {
  padding-top: 185px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-185 {
  margin-top: 185px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-185 {
  padding-bottom: 185px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-185 {
  margin-bottom: 185px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-185 {
  padding-left: 185px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-185 {
  margin-left: 185px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-185 {
  padding-right: 185px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-185 {
  margin-right: 185px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-186 {
  padding-top: 186px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-186 {
  margin-top: 186px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-186 {
  padding-bottom: 186px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-186 {
  margin-bottom: 186px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-186 {
  padding-left: 186px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-186 {
  margin-left: 186px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-186 {
  padding-right: 186px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-186 {
  margin-right: 186px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-186 {
  padding-left: 186px !important;
  padding-right: 186px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-186 {
  margin-left: 186px !important;
  margin-right: 186px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-186 {
  padding-top: 186px !important;
  padding-bottom: 186px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-186 {
  margin-top: 186px !important;
  margin-bottom: 186px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-187 {
  padding-top: 187px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-187 {
  margin-top: 187px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-187 {
  padding-bottom: 187px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-187 {
  margin-bottom: 187px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-187 {
  padding-left: 187px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-187 {
  margin-left: 187px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-187 {
  padding-right: 187px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-187 {
  margin-right: 187px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-187 {
  padding-left: 187px !important;
  padding-right: 187px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-187 {
  margin-left: 187px !important;
  margin-right: 187px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-187 {
  padding-top: 187px !important;
  padding-bottom: 187px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-187 {
  margin-top: 187px !important;
  margin-bottom: 187px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-188 {
  padding-top: 188px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-188 {
  margin-top: 188px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-188 {
  padding-bottom: 188px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-188 {
  margin-bottom: 188px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-188 {
  padding-left: 188px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-188 {
  margin-left: 188px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-188 {
  padding-right: 188px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-188 {
  margin-right: 188px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-188 {
  padding-left: 188px !important;
  padding-right: 188px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-188 {
  margin-left: 188px !important;
  margin-right: 188px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-188 {
  margin-top: 188px !important;
  margin-bottom: 188px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-189 {
  padding-top: 189px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-189 {
  margin-top: 189px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-189 {
  padding-bottom: 189px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-189 {
  margin-bottom: 189px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-189 {
  padding-left: 189px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-189 {
  margin-left: 189px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-189 {
  padding-right: 189px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-189 {
  margin-right: 189px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-189 {
  padding-left: 189px !important;
  padding-right: 189px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-189 {
  margin-left: 189px !important;
  margin-right: 189px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-189 {
  padding-top: 189px !important;
  padding-bottom: 189px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-189 {
  margin-top: 189px !important;
  margin-bottom: 189px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-190 {
  padding-top: 190px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-190 {
  margin-top: 190px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-190 {
  padding-bottom: 190px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-190 {
  margin-bottom: 190px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-190 {
  padding-left: 190px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-190 {
  margin-left: 190px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-190 {
  padding-right: 190px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-190 {
  margin-right: 190px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-191 {
  padding-top: 191px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-191 {
  margin-top: 191px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-191 {
  padding-bottom: 191px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-191 {
  margin-bottom: 191px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-191 {
  padding-left: 191px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-191 {
  margin-left: 191px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-191 {
  padding-right: 191px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-191 {
  margin-right: 191px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-191 {
  padding-left: 191px !important;
  padding-right: 191px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-191 {
  margin-left: 191px !important;
  margin-right: 191px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-191 {
  padding-top: 191px !important;
  padding-bottom: 191px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-191 {
  margin-top: 191px !important;
  margin-bottom: 191px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-192 {
  padding-top: 192px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-192 {
  margin-top: 192px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-192 {
  padding-bottom: 192px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-192 {
  margin-bottom: 192px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-192 {
  padding-left: 192px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-192 {
  margin-left: 192px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-192 {
  padding-right: 192px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-192 {
  margin-right: 192px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-192 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-192 {
  margin-left: 192px !important;
  margin-right: 192px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-193 {
  padding-top: 193px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-193 {
  margin-top: 193px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-193 {
  padding-bottom: 193px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-193 {
  margin-bottom: 193px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-193 {
  padding-left: 193px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-193 {
  margin-left: 193px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-193 {
  padding-right: 193px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-193 {
  margin-right: 193px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-193 {
  padding-left: 193px !important;
  padding-right: 193px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-193 {
  margin-left: 193px !important;
  margin-right: 193px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-193 {
  padding-top: 193px !important;
  padding-bottom: 193px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-193 {
  margin-top: 193px !important;
  margin-bottom: 193px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-194 {
  padding-top: 194px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-194 {
  margin-top: 194px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-194 {
  padding-bottom: 194px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-194 {
  margin-bottom: 194px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-194 {
  padding-left: 194px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-194 {
  margin-left: 194px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-194 {
  padding-right: 194px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-194 {
  margin-right: 194px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-194 {
  padding-left: 194px !important;
  padding-right: 194px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-194 {
  margin-left: 194px !important;
  margin-right: 194px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-194 {
  padding-top: 194px !important;
  padding-bottom: 194px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-194 {
  margin-top: 194px !important;
  margin-bottom: 194px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-195 {
  padding-top: 195px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-195 {
  margin-top: 195px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-195 {
  padding-bottom: 195px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-195 {
  margin-bottom: 195px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-195 {
  padding-left: 195px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-195 {
  margin-left: 195px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-195 {
  padding-right: 195px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-195 {
  margin-right: 195px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-196 {
  padding-top: 196px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-196 {
  margin-top: 196px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-196 {
  padding-bottom: 196px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-196 {
  margin-bottom: 196px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-196 {
  padding-left: 196px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-196 {
  margin-left: 196px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-196 {
  padding-right: 196px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-196 {
  margin-right: 196px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-196 {
  padding-left: 196px !important;
  padding-right: 196px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-196 {
  margin-left: 196px !important;
  margin-right: 196px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-196 {
  margin-top: 196px !important;
  margin-bottom: 196px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-197 {
  padding-top: 197px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-197 {
  margin-top: 197px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-197 {
  padding-bottom: 197px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-197 {
  margin-bottom: 197px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-197 {
  padding-left: 197px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-197 {
  margin-left: 197px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-197 {
  padding-right: 197px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-197 {
  margin-right: 197px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-197 {
  padding-left: 197px !important;
  padding-right: 197px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-197 {
  margin-left: 197px !important;
  margin-right: 197px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-197 {
  padding-top: 197px !important;
  padding-bottom: 197px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-197 {
  margin-top: 197px !important;
  margin-bottom: 197px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-198 {
  padding-top: 198px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-198 {
  margin-top: 198px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-198 {
  padding-bottom: 198px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-198 {
  margin-bottom: 198px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-198 {
  padding-left: 198px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-198 {
  margin-left: 198px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-198 {
  padding-right: 198px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-198 {
  margin-right: 198px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-198 {
  padding-left: 198px !important;
  padding-right: 198px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-198 {
  margin-left: 198px !important;
  margin-right: 198px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-198 {
  padding-top: 198px !important;
  padding-bottom: 198px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-198 {
  margin-top: 198px !important;
  margin-bottom: 198px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-199 {
  padding-top: 199px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-199 {
  margin-top: 199px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-199 {
  padding-bottom: 199px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-199 {
  margin-bottom: 199px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-199 {
  padding-left: 199px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-199 {
  margin-left: 199px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-199 {
  padding-right: 199px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-199 {
  margin-right: 199px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-199 {
  padding-left: 199px !important;
  padding-right: 199px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-199 {
  margin-left: 199px !important;
  margin-right: 199px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-199 {
  padding-top: 199px !important;
  padding-bottom: 199px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-199 {
  margin-top: 199px !important;
  margin-bottom: 199px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-200 {
  padding-top: 200px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-200 {
  margin-top: 200px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-200 {
  padding-bottom: 200px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-200 {
  margin-bottom: 200px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-200 {
  padding-left: 200px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-200 {
  margin-left: 200px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-200 {
  padding-right: 200px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-200 {
  margin-right: 200px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-201 {
  padding-top: 201px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-201 {
  margin-top: 201px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-201 {
  padding-bottom: 201px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-201 {
  margin-bottom: 201px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-201 {
  padding-left: 201px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-201 {
  margin-left: 201px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-201 {
  padding-right: 201px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-201 {
  margin-right: 201px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-201 {
  padding-left: 201px !important;
  padding-right: 201px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-201 {
  margin-left: 201px !important;
  margin-right: 201px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-201 {
  padding-top: 201px !important;
  padding-bottom: 201px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-201 {
  margin-top: 201px !important;
  margin-bottom: 201px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-202 {
  padding-top: 202px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-202 {
  margin-top: 202px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-202 {
  padding-bottom: 202px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-202 {
  margin-bottom: 202px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-202 {
  padding-left: 202px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-202 {
  margin-left: 202px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-202 {
  padding-right: 202px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-202 {
  margin-right: 202px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-202 {
  padding-left: 202px !important;
  padding-right: 202px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-202 {
  margin-left: 202px !important;
  margin-right: 202px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-202 {
  padding-top: 202px !important;
  padding-bottom: 202px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-202 {
  margin-top: 202px !important;
  margin-bottom: 202px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-203 {
  padding-top: 203px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-203 {
  margin-top: 203px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-203 {
  padding-bottom: 203px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-203 {
  margin-bottom: 203px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-203 {
  padding-left: 203px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-203 {
  margin-left: 203px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-203 {
  padding-right: 203px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-203 {
  margin-right: 203px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-203 {
  padding-left: 203px !important;
  padding-right: 203px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-203 {
  margin-left: 203px !important;
  margin-right: 203px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-203 {
  padding-top: 203px !important;
  padding-bottom: 203px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-203 {
  margin-top: 203px !important;
  margin-bottom: 203px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-204 {
  padding-top: 204px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-204 {
  margin-top: 204px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-204 {
  padding-bottom: 204px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-204 {
  margin-bottom: 204px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-204 {
  padding-left: 204px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-204 {
  margin-left: 204px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-204 {
  padding-right: 204px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-204 {
  margin-right: 204px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-204 {
  padding-left: 204px !important;
  padding-right: 204px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-204 {
  margin-left: 204px !important;
  margin-right: 204px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-204 {
  padding-top: 204px !important;
  padding-bottom: 204px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-204 {
  margin-top: 204px !important;
  margin-bottom: 204px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-205 {
  padding-top: 205px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-205 {
  margin-top: 205px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-205 {
  padding-bottom: 205px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-205 {
  margin-bottom: 205px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-205 {
  padding-left: 205px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-205 {
  margin-left: 205px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-205 {
  padding-right: 205px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-205 {
  margin-right: 205px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-205 {
  padding-left: 205px !important;
  padding-right: 205px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-205 {
  margin-left: 205px !important;
  margin-right: 205px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-205 {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-206 {
  padding-top: 206px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-206 {
  margin-top: 206px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-206 {
  padding-bottom: 206px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-206 {
  margin-bottom: 206px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-206 {
  padding-left: 206px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-206 {
  margin-left: 206px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-206 {
  padding-right: 206px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-206 {
  margin-right: 206px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-206 {
  padding-left: 206px !important;
  padding-right: 206px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-206 {
  margin-left: 206px !important;
  margin-right: 206px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-206 {
  padding-top: 206px !important;
  padding-bottom: 206px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-206 {
  margin-top: 206px !important;
  margin-bottom: 206px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-207 {
  padding-top: 207px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-207 {
  margin-top: 207px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-207 {
  padding-bottom: 207px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-207 {
  margin-bottom: 207px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-207 {
  padding-left: 207px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-207 {
  margin-left: 207px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-207 {
  padding-right: 207px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-207 {
  margin-right: 207px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-207 {
  padding-left: 207px !important;
  padding-right: 207px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-207 {
  margin-left: 207px !important;
  margin-right: 207px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-207 {
  padding-top: 207px !important;
  padding-bottom: 207px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-207 {
  margin-top: 207px !important;
  margin-bottom: 207px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-208 {
  padding-top: 208px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-208 {
  margin-top: 208px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-208 {
  padding-bottom: 208px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-208 {
  margin-bottom: 208px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-208 {
  padding-left: 208px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-208 {
  margin-left: 208px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-208 {
  padding-right: 208px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-208 {
  margin-right: 208px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-208 {
  padding-left: 208px !important;
  padding-right: 208px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-208 {
  margin-left: 208px !important;
  margin-right: 208px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-209 {
  padding-top: 209px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-209 {
  margin-top: 209px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-209 {
  padding-bottom: 209px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-209 {
  margin-bottom: 209px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-209 {
  padding-left: 209px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-209 {
  margin-left: 209px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-209 {
  padding-right: 209px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-209 {
  margin-right: 209px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-209 {
  padding-left: 209px !important;
  padding-right: 209px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-209 {
  margin-left: 209px !important;
  margin-right: 209px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-209 {
  padding-top: 209px !important;
  padding-bottom: 209px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-209 {
  margin-top: 209px !important;
  margin-bottom: 209px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-210 {
  padding-top: 210px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-210 {
  margin-top: 210px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-210 {
  padding-bottom: 210px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-210 {
  margin-bottom: 210px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-210 {
  padding-left: 210px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-210 {
  margin-left: 210px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-210 {
  padding-right: 210px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-210 {
  margin-right: 210px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-210 {
  padding-left: 210px !important;
  padding-right: 210px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-210 {
  margin-left: 210px !important;
  margin-right: 210px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-211 {
  padding-top: 211px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-211 {
  margin-top: 211px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-211 {
  padding-bottom: 211px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-211 {
  margin-bottom: 211px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-211 {
  padding-left: 211px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-211 {
  margin-left: 211px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-211 {
  padding-right: 211px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-211 {
  margin-right: 211px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-211 {
  padding-left: 211px !important;
  padding-right: 211px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-211 {
  margin-left: 211px !important;
  margin-right: 211px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-211 {
  padding-top: 211px !important;
  padding-bottom: 211px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-211 {
  margin-top: 211px !important;
  margin-bottom: 211px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-212 {
  padding-top: 212px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-212 {
  margin-top: 212px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-212 {
  padding-bottom: 212px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-212 {
  margin-bottom: 212px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-212 {
  padding-left: 212px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-212 {
  margin-left: 212px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-212 {
  padding-right: 212px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-212 {
  margin-right: 212px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-212 {
  padding-left: 212px !important;
  padding-right: 212px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-212 {
  margin-left: 212px !important;
  margin-right: 212px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-212 {
  padding-top: 212px !important;
  padding-bottom: 212px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-212 {
  margin-top: 212px !important;
  margin-bottom: 212px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-213 {
  padding-top: 213px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-213 {
  margin-top: 213px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-213 {
  padding-bottom: 213px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-213 {
  margin-bottom: 213px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-213 {
  padding-left: 213px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-213 {
  margin-left: 213px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-213 {
  padding-right: 213px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-213 {
  margin-right: 213px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-213 {
  padding-left: 213px !important;
  padding-right: 213px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-213 {
  margin-left: 213px !important;
  margin-right: 213px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-213 {
  padding-top: 213px !important;
  padding-bottom: 213px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-213 {
  margin-top: 213px !important;
  margin-bottom: 213px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-214 {
  padding-top: 214px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-214 {
  margin-top: 214px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-214 {
  padding-bottom: 214px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-214 {
  margin-bottom: 214px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-214 {
  padding-left: 214px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-214 {
  margin-left: 214px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-214 {
  padding-right: 214px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-214 {
  margin-right: 214px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-214 {
  padding-left: 214px !important;
  padding-right: 214px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-214 {
  margin-left: 214px !important;
  margin-right: 214px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-214 {
  padding-top: 214px !important;
  padding-bottom: 214px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-214 {
  margin-top: 214px !important;
  margin-bottom: 214px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-215 {
  padding-top: 215px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-215 {
  margin-top: 215px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-215 {
  padding-bottom: 215px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-215 {
  margin-bottom: 215px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-215 {
  padding-left: 215px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-215 {
  margin-left: 215px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-215 {
  padding-right: 215px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-215 {
  margin-right: 215px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-215 {
  padding-left: 215px !important;
  padding-right: 215px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-215 {
  margin-left: 215px !important;
  margin-right: 215px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-215 {
  padding-top: 215px !important;
  padding-bottom: 215px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-216 {
  padding-top: 216px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-216 {
  margin-top: 216px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-216 {
  padding-bottom: 216px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-216 {
  margin-bottom: 216px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-216 {
  padding-left: 216px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-216 {
  margin-left: 216px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-216 {
  padding-right: 216px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-216 {
  margin-right: 216px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-216 {
  padding-left: 216px !important;
  padding-right: 216px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-216 {
  margin-left: 216px !important;
  margin-right: 216px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-216 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-217 {
  padding-top: 217px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-217 {
  margin-top: 217px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-217 {
  padding-bottom: 217px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-217 {
  margin-bottom: 217px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-217 {
  padding-left: 217px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-217 {
  margin-left: 217px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-217 {
  padding-right: 217px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-217 {
  margin-right: 217px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-217 {
  padding-left: 217px !important;
  padding-right: 217px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-217 {
  margin-left: 217px !important;
  margin-right: 217px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-217 {
  padding-top: 217px !important;
  padding-bottom: 217px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-217 {
  margin-top: 217px !important;
  margin-bottom: 217px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-218 {
  padding-top: 218px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-218 {
  margin-top: 218px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-218 {
  padding-bottom: 218px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-218 {
  margin-bottom: 218px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-218 {
  padding-left: 218px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-218 {
  margin-left: 218px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-218 {
  padding-right: 218px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-218 {
  margin-right: 218px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-218 {
  padding-left: 218px !important;
  padding-right: 218px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-218 {
  margin-left: 218px !important;
  margin-right: 218px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-218 {
  padding-top: 218px !important;
  padding-bottom: 218px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-218 {
  margin-top: 218px !important;
  margin-bottom: 218px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-219 {
  padding-top: 219px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-219 {
  margin-top: 219px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-219 {
  padding-bottom: 219px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-219 {
  margin-bottom: 219px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-219 {
  padding-left: 219px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-219 {
  margin-left: 219px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-219 {
  padding-right: 219px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-219 {
  margin-right: 219px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-219 {
  padding-left: 219px !important;
  padding-right: 219px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-219 {
  margin-left: 219px !important;
  margin-right: 219px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-219 {
  padding-top: 219px !important;
  padding-bottom: 219px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-219 {
  margin-top: 219px !important;
  margin-bottom: 219px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-220 {
  padding-top: 220px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-220 {
  margin-top: 220px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-220 {
  padding-bottom: 220px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-220 {
  margin-bottom: 220px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-220 {
  padding-left: 220px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-220 {
  margin-left: 220px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-220 {
  padding-right: 220px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-220 {
  margin-right: 220px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-220 {
  padding-left: 220px !important;
  padding-right: 220px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-220 {
  margin-left: 220px !important;
  margin-right: 220px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-221 {
  padding-top: 221px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-221 {
  margin-top: 221px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-221 {
  padding-bottom: 221px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-221 {
  margin-bottom: 221px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-221 {
  padding-left: 221px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-221 {
  margin-left: 221px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-221 {
  padding-right: 221px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-221 {
  margin-right: 221px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-221 {
  padding-left: 221px !important;
  padding-right: 221px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-221 {
  margin-left: 221px !important;
  margin-right: 221px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-221 {
  padding-top: 221px !important;
  padding-bottom: 221px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-221 {
  margin-top: 221px !important;
  margin-bottom: 221px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-222 {
  padding-top: 222px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-222 {
  margin-top: 222px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-222 {
  padding-bottom: 222px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-222 {
  margin-bottom: 222px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-222 {
  padding-left: 222px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-222 {
  margin-left: 222px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-222 {
  padding-right: 222px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-222 {
  margin-right: 222px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-222 {
  padding-left: 222px !important;
  padding-right: 222px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-222 {
  margin-left: 222px !important;
  margin-right: 222px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-222 {
  padding-top: 222px !important;
  padding-bottom: 222px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-222 {
  margin-top: 222px !important;
  margin-bottom: 222px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-223 {
  padding-top: 223px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-223 {
  margin-top: 223px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-223 {
  padding-bottom: 223px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-223 {
  margin-bottom: 223px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-223 {
  padding-left: 223px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-223 {
  margin-left: 223px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-223 {
  padding-right: 223px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-223 {
  margin-right: 223px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-223 {
  padding-left: 223px !important;
  padding-right: 223px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-223 {
  margin-left: 223px !important;
  margin-right: 223px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-223 {
  padding-top: 223px !important;
  padding-bottom: 223px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-223 {
  margin-top: 223px !important;
  margin-bottom: 223px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-224 {
  padding-top: 224px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-224 {
  margin-top: 224px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-224 {
  padding-bottom: 224px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-224 {
  margin-bottom: 224px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-224 {
  padding-left: 224px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-224 {
  margin-left: 224px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-224 {
  padding-right: 224px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-224 {
  margin-right: 224px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-224 {
  padding-left: 224px !important;
  padding-right: 224px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-224 {
  margin-left: 224px !important;
  margin-right: 224px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-224 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-225 {
  padding-top: 225px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-225 {
  margin-top: 225px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-225 {
  padding-bottom: 225px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-225 {
  margin-bottom: 225px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-225 {
  padding-left: 225px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-225 {
  margin-left: 225px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-225 {
  padding-right: 225px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-225 {
  margin-right: 225px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-225 {
  padding-left: 225px !important;
  padding-right: 225px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-225 {
  margin-left: 225px !important;
  margin-right: 225px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-225 {
  padding-top: 225px !important;
  padding-bottom: 225px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-226 {
  padding-top: 226px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-226 {
  margin-top: 226px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-226 {
  padding-bottom: 226px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-226 {
  margin-bottom: 226px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-226 {
  padding-left: 226px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-226 {
  margin-left: 226px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-226 {
  padding-right: 226px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-226 {
  margin-right: 226px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-226 {
  padding-left: 226px !important;
  padding-right: 226px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-226 {
  margin-left: 226px !important;
  margin-right: 226px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-226 {
  padding-top: 226px !important;
  padding-bottom: 226px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-226 {
  margin-top: 226px !important;
  margin-bottom: 226px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-227 {
  padding-top: 227px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-227 {
  margin-top: 227px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-227 {
  padding-bottom: 227px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-227 {
  margin-bottom: 227px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-227 {
  padding-left: 227px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-227 {
  margin-left: 227px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-227 {
  padding-right: 227px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-227 {
  margin-right: 227px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-227 {
  padding-left: 227px !important;
  padding-right: 227px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-227 {
  margin-left: 227px !important;
  margin-right: 227px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-227 {
  padding-top: 227px !important;
  padding-bottom: 227px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-227 {
  margin-top: 227px !important;
  margin-bottom: 227px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-228 {
  padding-top: 228px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-228 {
  margin-top: 228px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-228 {
  padding-bottom: 228px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-228 {
  margin-bottom: 228px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-228 {
  padding-left: 228px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-228 {
  margin-left: 228px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-228 {
  padding-right: 228px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-228 {
  margin-right: 228px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-228 {
  padding-left: 228px !important;
  padding-right: 228px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-228 {
  margin-left: 228px !important;
  margin-right: 228px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-228 {
  padding-top: 228px !important;
  padding-bottom: 228px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-228 {
  margin-top: 228px !important;
  margin-bottom: 228px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-229 {
  padding-top: 229px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-229 {
  margin-top: 229px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-229 {
  padding-bottom: 229px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-229 {
  margin-bottom: 229px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-229 {
  padding-left: 229px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-229 {
  margin-left: 229px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-229 {
  padding-right: 229px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-229 {
  margin-right: 229px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-229 {
  padding-left: 229px !important;
  padding-right: 229px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-229 {
  margin-left: 229px !important;
  margin-right: 229px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-229 {
  padding-top: 229px !important;
  padding-bottom: 229px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-229 {
  margin-top: 229px !important;
  margin-bottom: 229px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-230 {
  padding-top: 230px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-230 {
  margin-top: 230px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-230 {
  padding-bottom: 230px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-230 {
  margin-bottom: 230px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-230 {
  padding-left: 230px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-230 {
  margin-left: 230px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-230 {
  padding-right: 230px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-230 {
  margin-right: 230px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-230 {
  padding-left: 230px !important;
  padding-right: 230px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-230 {
  margin-left: 230px !important;
  margin-right: 230px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-231 {
  padding-top: 231px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-231 {
  margin-top: 231px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-231 {
  padding-bottom: 231px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-231 {
  margin-bottom: 231px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-231 {
  padding-left: 231px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-231 {
  margin-left: 231px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-231 {
  padding-right: 231px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-231 {
  margin-right: 231px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-231 {
  padding-left: 231px !important;
  padding-right: 231px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-231 {
  margin-left: 231px !important;
  margin-right: 231px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-231 {
  padding-top: 231px !important;
  padding-bottom: 231px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-231 {
  margin-top: 231px !important;
  margin-bottom: 231px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-232 {
  padding-top: 232px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-232 {
  margin-top: 232px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-232 {
  padding-bottom: 232px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-232 {
  margin-bottom: 232px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-232 {
  padding-left: 232px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-232 {
  margin-left: 232px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-232 {
  padding-right: 232px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-232 {
  margin-right: 232px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-232 {
  padding-left: 232px !important;
  padding-right: 232px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-232 {
  margin-left: 232px !important;
  margin-right: 232px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-232 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-233 {
  padding-top: 233px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-233 {
  margin-top: 233px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-233 {
  padding-bottom: 233px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-233 {
  margin-bottom: 233px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-233 {
  padding-left: 233px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-233 {
  margin-left: 233px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-233 {
  padding-right: 233px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-233 {
  margin-right: 233px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-233 {
  padding-left: 233px !important;
  padding-right: 233px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-233 {
  margin-left: 233px !important;
  margin-right: 233px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-233 {
  padding-top: 233px !important;
  padding-bottom: 233px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-233 {
  margin-top: 233px !important;
  margin-bottom: 233px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-234 {
  padding-top: 234px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-234 {
  margin-top: 234px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-234 {
  padding-bottom: 234px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-234 {
  margin-bottom: 234px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-234 {
  padding-left: 234px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-234 {
  margin-left: 234px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-234 {
  padding-right: 234px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-234 {
  margin-right: 234px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-234 {
  padding-left: 234px !important;
  padding-right: 234px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-234 {
  margin-left: 234px !important;
  margin-right: 234px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-234 {
  padding-top: 234px !important;
  padding-bottom: 234px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-234 {
  margin-top: 234px !important;
  margin-bottom: 234px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-235 {
  padding-top: 235px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-235 {
  margin-top: 235px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-235 {
  padding-bottom: 235px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-235 {
  margin-bottom: 235px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-235 {
  padding-left: 235px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-235 {
  margin-left: 235px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-235 {
  padding-right: 235px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-235 {
  margin-right: 235px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-235 {
  padding-left: 235px !important;
  padding-right: 235px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-235 {
  margin-left: 235px !important;
  margin-right: 235px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-235 {
  padding-top: 235px !important;
  padding-bottom: 235px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-235 {
  margin-top: 235px !important;
  margin-bottom: 235px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-236 {
  padding-top: 236px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-236 {
  margin-top: 236px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-236 {
  padding-bottom: 236px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-236 {
  margin-bottom: 236px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-236 {
  padding-left: 236px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-236 {
  margin-left: 236px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-236 {
  padding-right: 236px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-236 {
  margin-right: 236px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-236 {
  padding-left: 236px !important;
  padding-right: 236px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-236 {
  margin-left: 236px !important;
  margin-right: 236px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-236 {
  padding-top: 236px !important;
  padding-bottom: 236px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-236 {
  margin-top: 236px !important;
  margin-bottom: 236px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-237 {
  padding-top: 237px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-237 {
  margin-top: 237px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-237 {
  padding-bottom: 237px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-237 {
  margin-bottom: 237px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-237 {
  padding-left: 237px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-237 {
  margin-left: 237px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-237 {
  padding-right: 237px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-237 {
  margin-right: 237px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-237 {
  padding-left: 237px !important;
  padding-right: 237px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-237 {
  margin-left: 237px !important;
  margin-right: 237px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-237 {
  padding-top: 237px !important;
  padding-bottom: 237px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-237 {
  margin-top: 237px !important;
  margin-bottom: 237px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-238 {
  padding-top: 238px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-238 {
  margin-top: 238px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-238 {
  padding-bottom: 238px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-238 {
  margin-bottom: 238px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-238 {
  padding-left: 238px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-238 {
  margin-left: 238px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-238 {
  padding-right: 238px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-238 {
  margin-right: 238px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-238 {
  padding-left: 238px !important;
  padding-right: 238px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-238 {
  margin-left: 238px !important;
  margin-right: 238px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-238 {
  padding-top: 238px !important;
  padding-bottom: 238px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-238 {
  margin-top: 238px !important;
  margin-bottom: 238px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-239 {
  padding-top: 239px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-239 {
  margin-top: 239px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-239 {
  padding-bottom: 239px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-239 {
  margin-bottom: 239px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-239 {
  padding-left: 239px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-239 {
  margin-left: 239px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-239 {
  padding-right: 239px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-239 {
  margin-right: 239px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-239 {
  padding-left: 239px !important;
  padding-right: 239px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-239 {
  margin-left: 239px !important;
  margin-right: 239px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-239 {
  padding-top: 239px !important;
  padding-bottom: 239px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-239 {
  margin-top: 239px !important;
  margin-bottom: 239px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-240 {
  padding-top: 240px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-240 {
  margin-top: 240px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-240 {
  padding-bottom: 240px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-240 {
  margin-bottom: 240px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-240 {
  padding-left: 240px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-240 {
  margin-left: 240px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-240 {
  padding-right: 240px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-240 {
  margin-right: 240px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-240 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-240 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-241 {
  padding-top: 241px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-241 {
  margin-top: 241px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-241 {
  padding-bottom: 241px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-241 {
  margin-bottom: 241px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-241 {
  padding-left: 241px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-241 {
  margin-left: 241px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-241 {
  padding-right: 241px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-241 {
  margin-right: 241px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-241 {
  padding-left: 241px !important;
  padding-right: 241px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-241 {
  margin-left: 241px !important;
  margin-right: 241px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-241 {
  padding-top: 241px !important;
  padding-bottom: 241px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-241 {
  margin-top: 241px !important;
  margin-bottom: 241px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-242 {
  padding-top: 242px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-242 {
  margin-top: 242px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-242 {
  padding-bottom: 242px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-242 {
  margin-bottom: 242px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-242 {
  padding-left: 242px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-242 {
  margin-left: 242px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-242 {
  padding-right: 242px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-242 {
  margin-right: 242px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-242 {
  padding-left: 242px !important;
  padding-right: 242px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-242 {
  margin-left: 242px !important;
  margin-right: 242px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-242 {
  padding-top: 242px !important;
  padding-bottom: 242px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-242 {
  margin-top: 242px !important;
  margin-bottom: 242px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-243 {
  padding-top: 243px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-243 {
  margin-top: 243px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-243 {
  padding-bottom: 243px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-243 {
  margin-bottom: 243px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-243 {
  padding-left: 243px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-243 {
  margin-left: 243px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-243 {
  padding-right: 243px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-243 {
  margin-right: 243px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-243 {
  padding-left: 243px !important;
  padding-right: 243px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-243 {
  margin-left: 243px !important;
  margin-right: 243px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-243 {
  padding-top: 243px !important;
  padding-bottom: 243px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-243 {
  margin-top: 243px !important;
  margin-bottom: 243px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-244 {
  padding-top: 244px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-244 {
  margin-top: 244px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-244 {
  padding-bottom: 244px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-244 {
  margin-bottom: 244px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-244 {
  padding-left: 244px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-244 {
  margin-left: 244px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-244 {
  padding-right: 244px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-244 {
  margin-right: 244px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-244 {
  padding-left: 244px !important;
  padding-right: 244px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-244 {
  margin-left: 244px !important;
  margin-right: 244px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-244 {
  padding-top: 244px !important;
  padding-bottom: 244px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-244 {
  margin-top: 244px !important;
  margin-bottom: 244px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-245 {
  padding-top: 245px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-245 {
  margin-top: 245px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-245 {
  padding-bottom: 245px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-245 {
  margin-bottom: 245px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-245 {
  padding-left: 245px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-245 {
  margin-left: 245px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-245 {
  padding-right: 245px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-245 {
  margin-right: 245px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-245 {
  padding-left: 245px !important;
  padding-right: 245px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-245 {
  margin-left: 245px !important;
  margin-right: 245px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-245 {
  padding-top: 245px !important;
  padding-bottom: 245px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-245 {
  margin-top: 245px !important;
  margin-bottom: 245px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-246 {
  padding-top: 246px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-246 {
  margin-top: 246px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-246 {
  padding-bottom: 246px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-246 {
  margin-bottom: 246px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-246 {
  padding-left: 246px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-246 {
  margin-left: 246px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-246 {
  padding-right: 246px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-246 {
  margin-right: 246px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-246 {
  padding-left: 246px !important;
  padding-right: 246px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-246 {
  margin-left: 246px !important;
  margin-right: 246px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-246 {
  padding-top: 246px !important;
  padding-bottom: 246px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-246 {
  margin-top: 246px !important;
  margin-bottom: 246px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-247 {
  padding-top: 247px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-247 {
  margin-top: 247px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-247 {
  padding-bottom: 247px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-247 {
  margin-bottom: 247px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-247 {
  padding-left: 247px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-247 {
  margin-left: 247px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-247 {
  padding-right: 247px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-247 {
  margin-right: 247px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-247 {
  padding-left: 247px !important;
  padding-right: 247px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-247 {
  margin-left: 247px !important;
  margin-right: 247px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-247 {
  padding-top: 247px !important;
  padding-bottom: 247px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-247 {
  margin-top: 247px !important;
  margin-bottom: 247px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-248 {
  padding-top: 248px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-248 {
  margin-top: 248px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-248 {
  padding-bottom: 248px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-248 {
  margin-bottom: 248px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-248 {
  padding-left: 248px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-248 {
  margin-left: 248px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-248 {
  padding-right: 248px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-248 {
  margin-right: 248px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-248 {
  padding-left: 248px !important;
  padding-right: 248px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-248 {
  margin-left: 248px !important;
  margin-right: 248px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-248 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-249 {
  padding-top: 249px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-249 {
  margin-top: 249px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-249 {
  padding-bottom: 249px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-249 {
  margin-bottom: 249px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-249 {
  padding-left: 249px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-249 {
  margin-left: 249px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-249 {
  padding-right: 249px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-249 {
  margin-right: 249px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-249 {
  padding-left: 249px !important;
  padding-right: 249px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-249 {
  margin-left: 249px !important;
  margin-right: 249px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-249 {
  padding-top: 249px !important;
  padding-bottom: 249px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-249 {
  margin-top: 249px !important;
  margin-bottom: 249px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-250 {
  padding-top: 250px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-250 {
  margin-top: 250px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-250 {
  padding-bottom: 250px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-250 {
  margin-bottom: 250px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-250 {
  padding-left: 250px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-250 {
  margin-left: 250px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-250 {
  padding-right: 250px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-250 {
  margin-right: 250px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-250 {
  padding-left: 250px !important;
  padding-right: 250px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-250 {
  margin-left: 250px !important;
  margin-right: 250px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-251 {
  padding-top: 251px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-251 {
  margin-top: 251px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-251 {
  padding-bottom: 251px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-251 {
  margin-bottom: 251px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-251 {
  padding-left: 251px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-251 {
  margin-left: 251px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-251 {
  padding-right: 251px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-251 {
  margin-right: 251px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-251 {
  padding-left: 251px !important;
  padding-right: 251px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-251 {
  margin-left: 251px !important;
  margin-right: 251px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-251 {
  padding-top: 251px !important;
  padding-bottom: 251px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-251 {
  margin-top: 251px !important;
  margin-bottom: 251px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-252 {
  padding-top: 252px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-252 {
  margin-top: 252px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-252 {
  padding-bottom: 252px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-252 {
  margin-bottom: 252px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-252 {
  padding-left: 252px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-252 {
  margin-left: 252px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-252 {
  padding-right: 252px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-252 {
  margin-right: 252px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-252 {
  padding-left: 252px !important;
  padding-right: 252px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-252 {
  margin-left: 252px !important;
  margin-right: 252px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-252 {
  padding-top: 252px !important;
  padding-bottom: 252px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-252 {
  margin-top: 252px !important;
  margin-bottom: 252px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-253 {
  padding-top: 253px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-253 {
  margin-top: 253px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-253 {
  padding-bottom: 253px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-253 {
  margin-bottom: 253px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-253 {
  padding-left: 253px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-253 {
  margin-left: 253px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-253 {
  padding-right: 253px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-253 {
  margin-right: 253px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-253 {
  padding-left: 253px !important;
  padding-right: 253px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-253 {
  margin-left: 253px !important;
  margin-right: 253px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-253 {
  padding-top: 253px !important;
  padding-bottom: 253px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-253 {
  margin-top: 253px !important;
  margin-bottom: 253px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-254 {
  padding-top: 254px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-254 {
  margin-top: 254px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-254 {
  padding-bottom: 254px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-254 {
  margin-bottom: 254px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-254 {
  padding-left: 254px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-254 {
  margin-left: 254px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-254 {
  padding-right: 254px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-254 {
  margin-right: 254px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-254 {
  padding-left: 254px !important;
  padding-right: 254px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-254 {
  margin-left: 254px !important;
  margin-right: 254px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-254 {
  padding-top: 254px !important;
  padding-bottom: 254px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-254 {
  margin-top: 254px !important;
  margin-bottom: 254px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-255 {
  padding-top: 255px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-255 {
  margin-top: 255px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-255 {
  padding-bottom: 255px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-255 {
  margin-bottom: 255px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-255 {
  padding-left: 255px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-255 {
  margin-left: 255px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-255 {
  padding-right: 255px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-255 {
  margin-right: 255px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-255 {
  padding-left: 255px !important;
  padding-right: 255px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-255 {
  margin-left: 255px !important;
  margin-right: 255px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-255 {
  padding-top: 255px !important;
  padding-bottom: 255px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-255 {
  margin-top: 255px !important;
  margin-bottom: 255px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-256 {
  padding-top: 256px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-256 {
  margin-top: 256px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-256 {
  padding-bottom: 256px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-256 {
  margin-bottom: 256px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-256 {
  padding-left: 256px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-256 {
  margin-left: 256px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-256 {
  padding-right: 256px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-256 {
  margin-right: 256px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-256 {
  padding-left: 256px !important;
  padding-right: 256px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-256 {
  margin-left: 256px !important;
  margin-right: 256px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-257 {
  padding-top: 257px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-257 {
  margin-top: 257px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-257 {
  padding-bottom: 257px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-257 {
  margin-bottom: 257px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-257 {
  padding-left: 257px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-257 {
  margin-left: 257px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-257 {
  padding-right: 257px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-257 {
  margin-right: 257px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-257 {
  padding-left: 257px !important;
  padding-right: 257px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-257 {
  margin-left: 257px !important;
  margin-right: 257px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-257 {
  padding-top: 257px !important;
  padding-bottom: 257px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-257 {
  margin-top: 257px !important;
  margin-bottom: 257px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-258 {
  padding-top: 258px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-258 {
  margin-top: 258px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-258 {
  padding-bottom: 258px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-258 {
  margin-bottom: 258px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-258 {
  padding-left: 258px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-258 {
  margin-left: 258px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-258 {
  padding-right: 258px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-258 {
  margin-right: 258px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-258 {
  padding-left: 258px !important;
  padding-right: 258px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-258 {
  margin-left: 258px !important;
  margin-right: 258px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-258 {
  padding-top: 258px !important;
  padding-bottom: 258px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-258 {
  margin-top: 258px !important;
  margin-bottom: 258px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-259 {
  padding-top: 259px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-259 {
  margin-top: 259px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-259 {
  padding-bottom: 259px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-259 {
  margin-bottom: 259px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-259 {
  padding-left: 259px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-259 {
  margin-left: 259px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-259 {
  padding-right: 259px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-259 {
  margin-right: 259px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-259 {
  padding-left: 259px !important;
  padding-right: 259px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-259 {
  margin-left: 259px !important;
  margin-right: 259px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-259 {
  padding-top: 259px !important;
  padding-bottom: 259px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-259 {
  margin-top: 259px !important;
  margin-bottom: 259px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-260 {
  padding-top: 260px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-260 {
  margin-top: 260px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-260 {
  padding-bottom: 260px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-260 {
  margin-bottom: 260px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-260 {
  padding-left: 260px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-260 {
  margin-left: 260px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-260 {
  padding-right: 260px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-260 {
  margin-right: 260px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-260 {
  padding-left: 260px !important;
  padding-right: 260px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-260 {
  margin-left: 260px !important;
  margin-right: 260px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-260 {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-260 {
  margin-top: 260px !important;
  margin-bottom: 260px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-261 {
  padding-top: 261px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-261 {
  margin-top: 261px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-261 {
  padding-bottom: 261px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-261 {
  margin-bottom: 261px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-261 {
  padding-left: 261px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-261 {
  margin-left: 261px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-261 {
  padding-right: 261px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-261 {
  margin-right: 261px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-261 {
  padding-left: 261px !important;
  padding-right: 261px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-261 {
  margin-left: 261px !important;
  margin-right: 261px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-261 {
  padding-top: 261px !important;
  padding-bottom: 261px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-261 {
  margin-top: 261px !important;
  margin-bottom: 261px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-262 {
  padding-top: 262px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-262 {
  margin-top: 262px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-262 {
  padding-bottom: 262px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-262 {
  margin-bottom: 262px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-262 {
  padding-left: 262px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-262 {
  margin-left: 262px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-262 {
  padding-right: 262px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-262 {
  margin-right: 262px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-262 {
  padding-left: 262px !important;
  padding-right: 262px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-262 {
  margin-left: 262px !important;
  margin-right: 262px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-262 {
  padding-top: 262px !important;
  padding-bottom: 262px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-262 {
  margin-top: 262px !important;
  margin-bottom: 262px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-263 {
  padding-top: 263px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-263 {
  margin-top: 263px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-263 {
  padding-bottom: 263px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-263 {
  margin-bottom: 263px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-263 {
  padding-left: 263px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-263 {
  margin-left: 263px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-263 {
  padding-right: 263px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-263 {
  margin-right: 263px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-263 {
  padding-left: 263px !important;
  padding-right: 263px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-263 {
  margin-left: 263px !important;
  margin-right: 263px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-263 {
  padding-top: 263px !important;
  padding-bottom: 263px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-263 {
  margin-top: 263px !important;
  margin-bottom: 263px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-264 {
  padding-top: 264px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-264 {
  margin-top: 264px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-264 {
  padding-bottom: 264px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-264 {
  margin-bottom: 264px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-264 {
  padding-left: 264px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-264 {
  margin-left: 264px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-264 {
  padding-right: 264px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-264 {
  margin-right: 264px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-264 {
  padding-left: 264px !important;
  padding-right: 264px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-264 {
  margin-left: 264px !important;
  margin-right: 264px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-264 {
  padding-top: 264px !important;
  padding-bottom: 264px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-264 {
  margin-top: 264px !important;
  margin-bottom: 264px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-265 {
  padding-top: 265px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-265 {
  margin-top: 265px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-265 {
  padding-bottom: 265px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-265 {
  margin-bottom: 265px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-265 {
  padding-left: 265px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-265 {
  margin-left: 265px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-265 {
  padding-right: 265px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-265 {
  margin-right: 265px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-265 {
  padding-left: 265px !important;
  padding-right: 265px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-265 {
  margin-left: 265px !important;
  margin-right: 265px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-265 {
  padding-top: 265px !important;
  padding-bottom: 265px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-265 {
  margin-top: 265px !important;
  margin-bottom: 265px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-266 {
  padding-top: 266px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-266 {
  margin-top: 266px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-266 {
  padding-bottom: 266px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-266 {
  margin-bottom: 266px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-266 {
  padding-left: 266px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-266 {
  margin-left: 266px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-266 {
  padding-right: 266px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-266 {
  margin-right: 266px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-266 {
  padding-left: 266px !important;
  padding-right: 266px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-266 {
  margin-left: 266px !important;
  margin-right: 266px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-266 {
  padding-top: 266px !important;
  padding-bottom: 266px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-266 {
  margin-top: 266px !important;
  margin-bottom: 266px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-267 {
  padding-top: 267px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-267 {
  margin-top: 267px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-267 {
  padding-bottom: 267px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-267 {
  margin-bottom: 267px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-267 {
  padding-left: 267px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-267 {
  margin-left: 267px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-267 {
  padding-right: 267px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-267 {
  margin-right: 267px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-267 {
  padding-left: 267px !important;
  padding-right: 267px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-267 {
  margin-left: 267px !important;
  margin-right: 267px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-267 {
  padding-top: 267px !important;
  padding-bottom: 267px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-267 {
  margin-top: 267px !important;
  margin-bottom: 267px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-268 {
  padding-top: 268px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-268 {
  margin-top: 268px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-268 {
  padding-bottom: 268px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-268 {
  margin-bottom: 268px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-268 {
  padding-left: 268px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-268 {
  margin-left: 268px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-268 {
  padding-right: 268px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-268 {
  margin-right: 268px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-268 {
  padding-left: 268px !important;
  padding-right: 268px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-268 {
  margin-left: 268px !important;
  margin-right: 268px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-268 {
  padding-top: 268px !important;
  padding-bottom: 268px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-268 {
  margin-top: 268px !important;
  margin-bottom: 268px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-269 {
  padding-top: 269px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-269 {
  margin-top: 269px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-269 {
  padding-bottom: 269px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-269 {
  margin-bottom: 269px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-269 {
  padding-left: 269px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-269 {
  margin-left: 269px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-269 {
  padding-right: 269px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-269 {
  margin-right: 269px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-269 {
  padding-left: 269px !important;
  padding-right: 269px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-269 {
  margin-left: 269px !important;
  margin-right: 269px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-269 {
  padding-top: 269px !important;
  padding-bottom: 269px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-269 {
  margin-top: 269px !important;
  margin-bottom: 269px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-270 {
  padding-top: 270px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-270 {
  margin-top: 270px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-270 {
  padding-bottom: 270px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-270 {
  margin-bottom: 270px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-270 {
  padding-left: 270px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-270 {
  margin-left: 270px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-270 {
  padding-right: 270px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-270 {
  margin-right: 270px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-270 {
  padding-left: 270px !important;
  padding-right: 270px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-270 {
  margin-left: 270px !important;
  margin-right: 270px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-270 {
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-270 {
  margin-top: 270px !important;
  margin-bottom: 270px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-271 {
  padding-top: 271px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-271 {
  margin-top: 271px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-271 {
  padding-bottom: 271px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-271 {
  margin-bottom: 271px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-271 {
  padding-left: 271px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-271 {
  margin-left: 271px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-271 {
  padding-right: 271px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-271 {
  margin-right: 271px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-271 {
  padding-left: 271px !important;
  padding-right: 271px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-271 {
  margin-left: 271px !important;
  margin-right: 271px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-271 {
  padding-top: 271px !important;
  padding-bottom: 271px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-271 {
  margin-top: 271px !important;
  margin-bottom: 271px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-272 {
  padding-top: 272px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-272 {
  margin-top: 272px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-272 {
  padding-bottom: 272px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-272 {
  margin-bottom: 272px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-272 {
  padding-left: 272px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-272 {
  margin-left: 272px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-272 {
  padding-right: 272px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-272 {
  margin-right: 272px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-272 {
  padding-left: 272px !important;
  padding-right: 272px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-272 {
  margin-left: 272px !important;
  margin-right: 272px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-272 {
  padding-top: 272px !important;
  padding-bottom: 272px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-272 {
  margin-top: 272px !important;
  margin-bottom: 272px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-273 {
  padding-top: 273px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-273 {
  margin-top: 273px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-273 {
  padding-bottom: 273px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-273 {
  margin-bottom: 273px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-273 {
  padding-left: 273px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-273 {
  margin-left: 273px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-273 {
  padding-right: 273px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-273 {
  margin-right: 273px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-273 {
  padding-left: 273px !important;
  padding-right: 273px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-273 {
  margin-left: 273px !important;
  margin-right: 273px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-273 {
  padding-top: 273px !important;
  padding-bottom: 273px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-273 {
  margin-top: 273px !important;
  margin-bottom: 273px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-274 {
  padding-top: 274px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-274 {
  margin-top: 274px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-274 {
  padding-bottom: 274px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-274 {
  margin-bottom: 274px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-274 {
  padding-left: 274px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-274 {
  margin-left: 274px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-274 {
  padding-right: 274px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-274 {
  margin-right: 274px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-274 {
  padding-left: 274px !important;
  padding-right: 274px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-274 {
  margin-left: 274px !important;
  margin-right: 274px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-274 {
  padding-top: 274px !important;
  padding-bottom: 274px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-274 {
  margin-top: 274px !important;
  margin-bottom: 274px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-275 {
  padding-top: 275px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-275 {
  margin-top: 275px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-275 {
  padding-bottom: 275px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-275 {
  margin-bottom: 275px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-275 {
  padding-left: 275px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-275 {
  margin-left: 275px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-275 {
  padding-right: 275px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-275 {
  margin-right: 275px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-275 {
  padding-left: 275px !important;
  padding-right: 275px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-275 {
  margin-left: 275px !important;
  margin-right: 275px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-275 {
  padding-top: 275px !important;
  padding-bottom: 275px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-275 {
  margin-top: 275px !important;
  margin-bottom: 275px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-276 {
  padding-top: 276px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-276 {
  margin-top: 276px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-276 {
  padding-bottom: 276px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-276 {
  margin-bottom: 276px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-276 {
  padding-left: 276px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-276 {
  margin-left: 276px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-276 {
  padding-right: 276px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-276 {
  margin-right: 276px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-276 {
  padding-left: 276px !important;
  padding-right: 276px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-276 {
  margin-left: 276px !important;
  margin-right: 276px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-276 {
  padding-top: 276px !important;
  padding-bottom: 276px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-276 {
  margin-top: 276px !important;
  margin-bottom: 276px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-277 {
  padding-top: 277px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-277 {
  margin-top: 277px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-277 {
  padding-bottom: 277px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-277 {
  margin-bottom: 277px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-277 {
  padding-left: 277px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-277 {
  margin-left: 277px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-277 {
  padding-right: 277px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-277 {
  margin-right: 277px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-277 {
  padding-left: 277px !important;
  padding-right: 277px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-277 {
  margin-left: 277px !important;
  margin-right: 277px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-277 {
  padding-top: 277px !important;
  padding-bottom: 277px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-277 {
  margin-top: 277px !important;
  margin-bottom: 277px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-278 {
  padding-top: 278px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-278 {
  margin-top: 278px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-278 {
  padding-bottom: 278px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-278 {
  margin-bottom: 278px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-278 {
  padding-left: 278px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-278 {
  margin-left: 278px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-278 {
  padding-right: 278px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-278 {
  margin-right: 278px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-278 {
  padding-left: 278px !important;
  padding-right: 278px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-278 {
  margin-left: 278px !important;
  margin-right: 278px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-278 {
  padding-top: 278px !important;
  padding-bottom: 278px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-278 {
  margin-top: 278px !important;
  margin-bottom: 278px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-279 {
  padding-top: 279px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-279 {
  margin-top: 279px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-279 {
  padding-bottom: 279px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-279 {
  margin-bottom: 279px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-279 {
  padding-left: 279px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-279 {
  margin-left: 279px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-279 {
  padding-right: 279px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-279 {
  margin-right: 279px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-279 {
  padding-left: 279px !important;
  padding-right: 279px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-279 {
  margin-left: 279px !important;
  margin-right: 279px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-279 {
  padding-top: 279px !important;
  padding-bottom: 279px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-279 {
  margin-top: 279px !important;
  margin-bottom: 279px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-280 {
  padding-top: 280px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-280 {
  margin-top: 280px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-280 {
  padding-bottom: 280px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-280 {
  margin-bottom: 280px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-280 {
  padding-left: 280px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-280 {
  margin-left: 280px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-280 {
  padding-right: 280px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-280 {
  margin-right: 280px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-280 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-280 {
  margin-left: 280px !important;
  margin-right: 280px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-280 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-280 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-281 {
  padding-top: 281px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-281 {
  margin-top: 281px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-281 {
  padding-bottom: 281px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-281 {
  margin-bottom: 281px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-281 {
  padding-left: 281px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-281 {
  margin-left: 281px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-281 {
  padding-right: 281px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-281 {
  margin-right: 281px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-281 {
  padding-left: 281px !important;
  padding-right: 281px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-281 {
  margin-left: 281px !important;
  margin-right: 281px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-281 {
  padding-top: 281px !important;
  padding-bottom: 281px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-281 {
  margin-top: 281px !important;
  margin-bottom: 281px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-282 {
  padding-top: 282px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-282 {
  margin-top: 282px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-282 {
  padding-bottom: 282px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-282 {
  margin-bottom: 282px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-282 {
  padding-left: 282px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-282 {
  margin-left: 282px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-282 {
  padding-right: 282px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-282 {
  margin-right: 282px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-282 {
  padding-left: 282px !important;
  padding-right: 282px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-282 {
  margin-left: 282px !important;
  margin-right: 282px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-282 {
  padding-top: 282px !important;
  padding-bottom: 282px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-282 {
  margin-top: 282px !important;
  margin-bottom: 282px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-283 {
  padding-top: 283px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-283 {
  margin-top: 283px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-283 {
  padding-bottom: 283px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-283 {
  margin-bottom: 283px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-283 {
  padding-left: 283px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-283 {
  margin-left: 283px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-283 {
  padding-right: 283px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-283 {
  margin-right: 283px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-283 {
  padding-left: 283px !important;
  padding-right: 283px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-283 {
  margin-left: 283px !important;
  margin-right: 283px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-283 {
  padding-top: 283px !important;
  padding-bottom: 283px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-283 {
  margin-top: 283px !important;
  margin-bottom: 283px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-284 {
  padding-top: 284px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-284 {
  margin-top: 284px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-284 {
  padding-bottom: 284px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-284 {
  margin-bottom: 284px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-284 {
  padding-left: 284px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-284 {
  margin-left: 284px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-284 {
  padding-right: 284px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-284 {
  margin-right: 284px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-284 {
  padding-left: 284px !important;
  padding-right: 284px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-284 {
  margin-left: 284px !important;
  margin-right: 284px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-284 {
  padding-top: 284px !important;
  padding-bottom: 284px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-284 {
  margin-top: 284px !important;
  margin-bottom: 284px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-285 {
  padding-top: 285px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-285 {
  margin-top: 285px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-285 {
  padding-bottom: 285px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-285 {
  margin-bottom: 285px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-285 {
  padding-left: 285px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-285 {
  margin-left: 285px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-285 {
  padding-right: 285px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-285 {
  margin-right: 285px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-285 {
  padding-left: 285px !important;
  padding-right: 285px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-285 {
  margin-left: 285px !important;
  margin-right: 285px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-285 {
  padding-top: 285px !important;
  padding-bottom: 285px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-285 {
  margin-top: 285px !important;
  margin-bottom: 285px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-286 {
  padding-top: 286px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-286 {
  margin-top: 286px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-286 {
  padding-bottom: 286px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-286 {
  margin-bottom: 286px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-286 {
  padding-left: 286px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-286 {
  margin-left: 286px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-286 {
  padding-right: 286px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-286 {
  margin-right: 286px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-286 {
  padding-left: 286px !important;
  padding-right: 286px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-286 {
  margin-left: 286px !important;
  margin-right: 286px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-286 {
  padding-top: 286px !important;
  padding-bottom: 286px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-286 {
  margin-top: 286px !important;
  margin-bottom: 286px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-287 {
  padding-top: 287px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-287 {
  margin-top: 287px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-287 {
  padding-bottom: 287px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-287 {
  margin-bottom: 287px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-287 {
  padding-left: 287px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-287 {
  margin-left: 287px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-287 {
  padding-right: 287px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-287 {
  margin-right: 287px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-287 {
  padding-left: 287px !important;
  padding-right: 287px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-287 {
  margin-left: 287px !important;
  margin-right: 287px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-287 {
  padding-top: 287px !important;
  padding-bottom: 287px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-287 {
  margin-top: 287px !important;
  margin-bottom: 287px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-288 {
  padding-top: 288px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-288 {
  margin-top: 288px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-288 {
  padding-bottom: 288px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-288 {
  margin-bottom: 288px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-288 {
  padding-left: 288px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-288 {
  margin-left: 288px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-288 {
  padding-right: 288px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-288 {
  margin-right: 288px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-288 {
  padding-left: 288px !important;
  padding-right: 288px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-288 {
  margin-left: 288px !important;
  margin-right: 288px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-288 {
  padding-top: 288px !important;
  padding-bottom: 288px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-288 {
  margin-top: 288px !important;
  margin-bottom: 288px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-289 {
  padding-top: 289px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-289 {
  margin-top: 289px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-289 {
  padding-bottom: 289px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-289 {
  margin-bottom: 289px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-289 {
  padding-left: 289px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-289 {
  margin-left: 289px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-289 {
  padding-right: 289px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-289 {
  margin-right: 289px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-289 {
  padding-left: 289px !important;
  padding-right: 289px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-289 {
  margin-left: 289px !important;
  margin-right: 289px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-289 {
  padding-top: 289px !important;
  padding-bottom: 289px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-289 {
  margin-top: 289px !important;
  margin-bottom: 289px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-290 {
  padding-top: 290px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-290 {
  margin-top: 290px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-290 {
  padding-bottom: 290px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-290 {
  margin-bottom: 290px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-290 {
  padding-left: 290px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-290 {
  margin-left: 290px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-290 {
  padding-right: 290px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-290 {
  margin-right: 290px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-290 {
  padding-left: 290px !important;
  padding-right: 290px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-290 {
  margin-left: 290px !important;
  margin-right: 290px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-290 {
  padding-top: 290px !important;
  padding-bottom: 290px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-290 {
  margin-top: 290px !important;
  margin-bottom: 290px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-291 {
  padding-top: 291px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-291 {
  margin-top: 291px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-291 {
  padding-bottom: 291px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-291 {
  margin-bottom: 291px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-291 {
  padding-left: 291px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-291 {
  margin-left: 291px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-291 {
  padding-right: 291px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-291 {
  margin-right: 291px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-291 {
  padding-left: 291px !important;
  padding-right: 291px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-291 {
  margin-left: 291px !important;
  margin-right: 291px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-291 {
  padding-top: 291px !important;
  padding-bottom: 291px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-291 {
  margin-top: 291px !important;
  margin-bottom: 291px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-292 {
  padding-top: 292px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-292 {
  margin-top: 292px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-292 {
  padding-bottom: 292px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-292 {
  margin-bottom: 292px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-292 {
  padding-left: 292px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-292 {
  margin-left: 292px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-292 {
  padding-right: 292px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-292 {
  margin-right: 292px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-292 {
  padding-left: 292px !important;
  padding-right: 292px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-292 {
  margin-left: 292px !important;
  margin-right: 292px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-292 {
  padding-top: 292px !important;
  padding-bottom: 292px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-292 {
  margin-top: 292px !important;
  margin-bottom: 292px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-293 {
  padding-top: 293px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-293 {
  margin-top: 293px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-293 {
  padding-bottom: 293px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-293 {
  margin-bottom: 293px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-293 {
  padding-left: 293px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-293 {
  margin-left: 293px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-293 {
  padding-right: 293px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-293 {
  margin-right: 293px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-293 {
  padding-left: 293px !important;
  padding-right: 293px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-293 {
  margin-left: 293px !important;
  margin-right: 293px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-293 {
  padding-top: 293px !important;
  padding-bottom: 293px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-293 {
  margin-top: 293px !important;
  margin-bottom: 293px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-294 {
  padding-top: 294px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-294 {
  margin-top: 294px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-294 {
  padding-bottom: 294px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-294 {
  margin-bottom: 294px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-294 {
  padding-left: 294px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-294 {
  margin-left: 294px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-294 {
  padding-right: 294px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-294 {
  margin-right: 294px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-294 {
  padding-left: 294px !important;
  padding-right: 294px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-294 {
  margin-left: 294px !important;
  margin-right: 294px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-294 {
  padding-top: 294px !important;
  padding-bottom: 294px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-294 {
  margin-top: 294px !important;
  margin-bottom: 294px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-295 {
  padding-top: 295px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-295 {
  margin-top: 295px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-295 {
  padding-bottom: 295px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-295 {
  margin-bottom: 295px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-295 {
  padding-left: 295px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-295 {
  margin-left: 295px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-295 {
  padding-right: 295px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-295 {
  margin-right: 295px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-295 {
  padding-left: 295px !important;
  padding-right: 295px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-295 {
  margin-left: 295px !important;
  margin-right: 295px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-295 {
  padding-top: 295px !important;
  padding-bottom: 295px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-295 {
  margin-top: 295px !important;
  margin-bottom: 295px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-296 {
  padding-top: 296px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-296 {
  margin-top: 296px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-296 {
  padding-bottom: 296px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-296 {
  margin-bottom: 296px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-296 {
  padding-left: 296px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-296 {
  margin-left: 296px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-296 {
  padding-right: 296px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-296 {
  margin-right: 296px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-296 {
  padding-left: 296px !important;
  padding-right: 296px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-296 {
  margin-left: 296px !important;
  margin-right: 296px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-296 {
  padding-top: 296px !important;
  padding-bottom: 296px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-296 {
  margin-top: 296px !important;
  margin-bottom: 296px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-297 {
  padding-top: 297px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-297 {
  margin-top: 297px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-297 {
  padding-bottom: 297px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-297 {
  margin-bottom: 297px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-297 {
  padding-left: 297px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-297 {
  margin-left: 297px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-297 {
  padding-right: 297px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-297 {
  margin-right: 297px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-297 {
  padding-left: 297px !important;
  padding-right: 297px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-297 {
  margin-left: 297px !important;
  margin-right: 297px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-297 {
  padding-top: 297px !important;
  padding-bottom: 297px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-297 {
  margin-top: 297px !important;
  margin-bottom: 297px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-298 {
  padding-top: 298px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-298 {
  margin-top: 298px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-298 {
  padding-bottom: 298px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-298 {
  margin-bottom: 298px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-298 {
  padding-left: 298px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-298 {
  margin-left: 298px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-298 {
  padding-right: 298px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-298 {
  margin-right: 298px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-298 {
  padding-left: 298px !important;
  padding-right: 298px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-298 {
  margin-left: 298px !important;
  margin-right: 298px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-298 {
  padding-top: 298px !important;
  padding-bottom: 298px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-298 {
  margin-top: 298px !important;
  margin-bottom: 298px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-299 {
  padding-top: 299px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-299 {
  margin-top: 299px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-299 {
  padding-bottom: 299px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-299 {
  margin-bottom: 299px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-299 {
  padding-left: 299px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-299 {
  margin-left: 299px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-299 {
  padding-right: 299px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-299 {
  margin-right: 299px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-299 {
  padding-left: 299px !important;
  padding-right: 299px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-299 {
  margin-left: 299px !important;
  margin-right: 299px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-299 {
  padding-top: 299px !important;
  padding-bottom: 299px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-299 {
  margin-top: 299px !important;
  margin-bottom: 299px !important;
}

/* line 4, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-top-300 {
  padding-top: 300px !important;
}

/* line 8, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-top-300 {
  margin-top: 300px !important;
}

/* line 12, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-bottom-300 {
  padding-bottom: 300px !important;
}

/* line 16, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-bottom-300 {
  margin-bottom: 300px !important;
}

/* line 20, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-left-300 {
  padding-left: 300px !important;
}

/* line 24, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-left-300 {
  margin-left: 300px !important;
}

/* line 28, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-right-300 {
  padding-right: 300px !important;
}

/* line 32, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-right-300 {
  margin-right: 300px !important;
}

/* line 36, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-lr-300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

/* line 41, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-lr-300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}

/* line 46, app/assets/stylesheets/application/bootstrap/utilities.scss */
.p-tb-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

/* line 51, app/assets/stylesheets/application/bootstrap/utilities.scss */
.m-tb-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-0 {
  width: 0px;
  height: 0px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-0 {
  min-height: 0px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-2 {
  width: 2px;
  height: 2px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-5 {
  min-height: 5px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-4 {
  width: 4px;
  height: 4px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-10 {
  min-height: 10px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-6 {
  width: 6px;
  height: 6px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-15 {
  min-height: 15px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-8 {
  width: 8px;
  height: 8px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-20 {
  min-height: 20px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-10 {
  width: 10px;
  height: 10px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-25 {
  min-height: 25px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-12 {
  width: 12px;
  height: 12px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-30 {
  min-height: 30px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-14 {
  width: 14px;
  height: 14px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-35 {
  min-height: 35px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-16 {
  width: 16px;
  height: 16px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-40 {
  min-height: 40px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-18 {
  width: 18px;
  height: 18px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-45 {
  min-height: 45px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-20 {
  width: 20px;
  height: 20px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-50 {
  min-height: 50px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-22 {
  width: 22px;
  height: 22px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-55 {
  min-height: 55px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-24 {
  width: 24px;
  height: 24px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-60 {
  min-height: 60px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-26 {
  width: 26px;
  height: 26px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-65 {
  min-height: 65px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-28 {
  width: 28px;
  height: 28px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-70 {
  min-height: 70px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-30 {
  width: 30px;
  height: 30px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-75 {
  min-height: 75px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-32 {
  width: 32px;
  height: 32px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-80 {
  min-height: 80px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-34 {
  width: 34px;
  height: 34px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-85 {
  min-height: 85px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-36 {
  width: 36px;
  height: 36px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-90 {
  min-height: 90px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-38 {
  width: 38px;
  height: 38px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-95 {
  min-height: 95px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-40 {
  width: 40px;
  height: 40px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-100 {
  min-height: 100px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-42 {
  width: 42px;
  height: 42px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-105 {
  min-height: 105px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-44 {
  width: 44px;
  height: 44px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-110 {
  min-height: 110px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-46 {
  width: 46px;
  height: 46px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-115 {
  min-height: 115px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-48 {
  width: 48px;
  height: 48px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-120 {
  min-height: 120px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-50 {
  width: 50px;
  height: 50px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-125 {
  min-height: 125px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-52 {
  width: 52px;
  height: 52px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-130 {
  min-height: 130px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-54 {
  width: 54px;
  height: 54px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-135 {
  min-height: 135px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-56 {
  width: 56px;
  height: 56px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-140 {
  min-height: 140px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-58 {
  width: 58px;
  height: 58px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-145 {
  min-height: 145px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-60 {
  width: 60px;
  height: 60px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-150 {
  min-height: 150px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-62 {
  width: 62px;
  height: 62px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-155 {
  min-height: 155px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-64 {
  width: 64px;
  height: 64px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-160 {
  min-height: 160px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-66 {
  width: 66px;
  height: 66px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-165 {
  min-height: 165px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-68 {
  width: 68px;
  height: 68px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-170 {
  min-height: 170px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-70 {
  width: 70px;
  height: 70px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-175 {
  min-height: 175px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-72 {
  width: 72px;
  height: 72px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-180 {
  min-height: 180px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-74 {
  width: 74px;
  height: 74px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-185 {
  min-height: 185px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-76 {
  width: 76px;
  height: 76px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-190 {
  min-height: 190px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-78 {
  width: 78px;
  height: 78px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-195 {
  min-height: 195px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-80 {
  width: 80px;
  height: 80px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-200 {
  min-height: 200px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-82 {
  width: 82px;
  height: 82px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-205 {
  min-height: 205px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-84 {
  width: 84px;
  height: 84px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-210 {
  min-height: 210px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-86 {
  width: 86px;
  height: 86px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-215 {
  min-height: 215px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-88 {
  width: 88px;
  height: 88px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-220 {
  min-height: 220px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-90 {
  width: 90px;
  height: 90px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-225 {
  min-height: 225px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-92 {
  width: 92px;
  height: 92px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-230 {
  min-height: 230px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-94 {
  width: 94px;
  height: 94px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-235 {
  min-height: 235px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-96 {
  width: 96px;
  height: 96px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-240 {
  min-height: 240px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-98 {
  width: 98px;
  height: 98px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-245 {
  min-height: 245px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-100 {
  width: 100px;
  height: 100px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-250 {
  min-height: 250px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-102 {
  width: 102px;
  height: 102px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-255 {
  min-height: 255px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-104 {
  width: 104px;
  height: 104px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-260 {
  min-height: 260px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-106 {
  width: 106px;
  height: 106px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-265 {
  min-height: 265px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-108 {
  width: 108px;
  height: 108px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-270 {
  min-height: 270px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-110 {
  width: 110px;
  height: 110px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-275 {
  min-height: 275px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-112 {
  width: 112px;
  height: 112px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-280 {
  min-height: 280px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-114 {
  width: 114px;
  height: 114px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-285 {
  min-height: 285px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-116 {
  width: 116px;
  height: 116px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-290 {
  min-height: 290px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-118 {
  width: 118px;
  height: 118px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-295 {
  min-height: 295px;
}

/* line 58, app/assets/stylesheets/application/bootstrap/utilities.scss */
.wh-120 {
  width: 120px;
  height: 120px;
}

/* line 62, app/assets/stylesheets/application/bootstrap/utilities.scss */
.min-h-300 {
  min-height: 300px;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-1 {
  width: 1%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-2 {
  width: 2%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-3 {
  width: 3%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-4 {
  width: 4%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-5 {
  width: 5%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-6 {
  width: 6%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-7 {
  width: 7%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-8 {
  width: 8%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-9 {
  width: 9%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-10 {
  width: 10%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-11 {
  width: 11%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-12 {
  width: 12%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-13 {
  width: 13%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-14 {
  width: 14%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-15 {
  width: 15%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-16 {
  width: 16%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-17 {
  width: 17%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-18 {
  width: 18%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-19 {
  width: 19%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-20 {
  width: 20%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-21 {
  width: 21%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-22 {
  width: 22%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-23 {
  width: 23%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-24 {
  width: 24%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-25 {
  width: 25%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-26 {
  width: 26%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-27 {
  width: 27%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-28 {
  width: 28%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-29 {
  width: 29%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-30 {
  width: 30%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-31 {
  width: 31%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-32 {
  width: 32%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-33 {
  width: 33%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-34 {
  width: 34%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-35 {
  width: 35%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-36 {
  width: 36%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-37 {
  width: 37%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-38 {
  width: 38%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-39 {
  width: 39%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-40 {
  width: 40%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-41 {
  width: 41%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-42 {
  width: 42%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-43 {
  width: 43%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-44 {
  width: 44%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-45 {
  width: 45%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-46 {
  width: 46%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-47 {
  width: 47%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-48 {
  width: 48%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-49 {
  width: 49%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-50 {
  width: 50%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-51 {
  width: 51%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-52 {
  width: 52%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-53 {
  width: 53%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-54 {
  width: 54%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-55 {
  width: 55%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-56 {
  width: 56%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-57 {
  width: 57%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-58 {
  width: 58%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-59 {
  width: 59%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-60 {
  width: 60%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-61 {
  width: 61%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-62 {
  width: 62%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-63 {
  width: 63%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-64 {
  width: 64%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-65 {
  width: 65%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-66 {
  width: 66%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-67 {
  width: 67%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-68 {
  width: 68%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-69 {
  width: 69%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-70 {
  width: 70%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-71 {
  width: 71%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-72 {
  width: 72%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-73 {
  width: 73%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-74 {
  width: 74%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-75 {
  width: 75%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-76 {
  width: 76%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-77 {
  width: 77%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-78 {
  width: 78%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-79 {
  width: 79%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-80 {
  width: 80%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-81 {
  width: 81%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-82 {
  width: 82%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-83 {
  width: 83%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-84 {
  width: 84%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-85 {
  width: 85%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-86 {
  width: 86%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-87 {
  width: 87%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-88 {
  width: 88%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-89 {
  width: 89%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-90 {
  width: 90%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-91 {
  width: 91%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-92 {
  width: 92%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-93 {
  width: 93%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-94 {
  width: 94%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-95 {
  width: 95%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-96 {
  width: 96%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-97 {
  width: 97%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-98 {
  width: 98%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-99 {
  width: 99%;
}

/* line 68, app/assets/stylesheets/application/bootstrap/utilities.scss */
.w-100, .component-v2 .btn-primary-w100-p3, .company.financial_reports.edit .btn-primary-w100-p3, .company.kpis .btn-primary-w100-p3 {
  width: 100%;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-0 {
  width: 0px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1 {
  width: 1px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-2 {
  width: 2px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-3 {
  width: 3px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-4 {
  width: 4px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-5 {
  width: 5px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-6 {
  width: 6px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-7 {
  width: 7px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-8 {
  width: 8px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-9 {
  width: 9px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-10 {
  width: 10px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-11 {
  width: 11px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-12 {
  width: 12px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-13 {
  width: 13px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-14 {
  width: 14px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-15 {
  width: 15px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-16 {
  width: 16px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-17 {
  width: 17px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-18 {
  width: 18px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-19 {
  width: 19px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-20 {
  width: 20px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-21 {
  width: 21px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-22 {
  width: 22px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-23 {
  width: 23px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-24 {
  width: 24px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-25 {
  width: 25px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-26 {
  width: 26px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-27 {
  width: 27px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-28 {
  width: 28px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-29 {
  width: 29px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-30 {
  width: 30px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-31 {
  width: 31px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-32 {
  width: 32px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-33 {
  width: 33px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-34 {
  width: 34px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-35 {
  width: 35px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-36 {
  width: 36px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-37 {
  width: 37px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-38 {
  width: 38px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-39 {
  width: 39px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-40 {
  width: 40px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-41 {
  width: 41px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-42 {
  width: 42px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-43 {
  width: 43px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-44 {
  width: 44px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-45 {
  width: 45px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-46 {
  width: 46px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-47 {
  width: 47px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-48 {
  width: 48px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-49 {
  width: 49px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-50 {
  width: 50px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-51 {
  width: 51px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-52 {
  width: 52px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-53 {
  width: 53px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-54 {
  width: 54px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-55 {
  width: 55px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-56 {
  width: 56px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-57 {
  width: 57px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-58 {
  width: 58px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-59 {
  width: 59px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-60 {
  width: 60px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-61 {
  width: 61px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-62 {
  width: 62px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-63 {
  width: 63px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-64 {
  width: 64px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-65 {
  width: 65px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-66 {
  width: 66px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-67 {
  width: 67px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-68 {
  width: 68px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-69 {
  width: 69px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-70 {
  width: 70px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-71 {
  width: 71px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-72 {
  width: 72px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-73 {
  width: 73px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-74 {
  width: 74px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-75 {
  width: 75px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-76 {
  width: 76px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-77 {
  width: 77px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-78 {
  width: 78px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-79 {
  width: 79px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-80 {
  width: 80px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-81 {
  width: 81px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-82 {
  width: 82px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-83 {
  width: 83px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-84 {
  width: 84px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-85 {
  width: 85px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-86 {
  width: 86px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-87 {
  width: 87px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-88 {
  width: 88px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-89 {
  width: 89px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-90 {
  width: 90px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-91 {
  width: 91px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-92 {
  width: 92px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-93 {
  width: 93px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-94 {
  width: 94px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-95 {
  width: 95px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-96 {
  width: 96px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-97 {
  width: 97px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-98 {
  width: 98px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-99 {
  width: 99px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-100 {
  width: 100px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-101 {
  width: 101px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-102 {
  width: 102px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-103 {
  width: 103px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-104 {
  width: 104px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-105 {
  width: 105px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-106 {
  width: 106px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-107 {
  width: 107px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-108 {
  width: 108px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-109 {
  width: 109px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-110 {
  width: 110px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-111 {
  width: 111px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-112 {
  width: 112px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-113 {
  width: 113px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-114 {
  width: 114px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-115 {
  width: 115px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-116 {
  width: 116px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-117 {
  width: 117px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-118 {
  width: 118px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-119 {
  width: 119px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-120 {
  width: 120px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-121 {
  width: 121px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-122 {
  width: 122px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-123 {
  width: 123px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-124 {
  width: 124px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-125 {
  width: 125px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-126 {
  width: 126px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-127 {
  width: 127px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-128 {
  width: 128px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-129 {
  width: 129px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-130 {
  width: 130px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-131 {
  width: 131px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-132 {
  width: 132px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-133 {
  width: 133px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-134 {
  width: 134px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-135 {
  width: 135px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-136 {
  width: 136px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-137 {
  width: 137px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-138 {
  width: 138px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-139 {
  width: 139px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-140 {
  width: 140px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-141 {
  width: 141px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-142 {
  width: 142px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-143 {
  width: 143px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-144 {
  width: 144px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-145 {
  width: 145px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-146 {
  width: 146px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-147 {
  width: 147px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-148 {
  width: 148px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-149 {
  width: 149px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-150 {
  width: 150px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-151 {
  width: 151px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-152 {
  width: 152px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-153 {
  width: 153px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-154 {
  width: 154px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-155 {
  width: 155px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-156 {
  width: 156px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-157 {
  width: 157px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-158 {
  width: 158px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-159 {
  width: 159px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-160 {
  width: 160px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-161 {
  width: 161px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-162 {
  width: 162px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-163 {
  width: 163px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-164 {
  width: 164px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-165 {
  width: 165px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-166 {
  width: 166px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-167 {
  width: 167px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-168 {
  width: 168px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-169 {
  width: 169px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-170 {
  width: 170px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-171 {
  width: 171px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-172 {
  width: 172px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-173 {
  width: 173px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-174 {
  width: 174px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-175 {
  width: 175px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-176 {
  width: 176px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-177 {
  width: 177px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-178 {
  width: 178px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-179 {
  width: 179px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-180 {
  width: 180px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-181 {
  width: 181px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-182 {
  width: 182px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-183 {
  width: 183px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-184 {
  width: 184px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-185 {
  width: 185px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-186 {
  width: 186px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-187 {
  width: 187px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-188 {
  width: 188px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-189 {
  width: 189px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-190 {
  width: 190px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-191 {
  width: 191px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-192 {
  width: 192px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-193 {
  width: 193px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-194 {
  width: 194px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-195 {
  width: 195px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-196 {
  width: 196px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-197 {
  width: 197px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-198 {
  width: 198px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-199 {
  width: 199px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-200 {
  width: 200px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-201 {
  width: 201px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-202 {
  width: 202px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-203 {
  width: 203px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-204 {
  width: 204px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-205 {
  width: 205px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-206 {
  width: 206px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-207 {
  width: 207px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-208 {
  width: 208px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-209 {
  width: 209px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-210 {
  width: 210px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-211 {
  width: 211px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-212 {
  width: 212px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-213 {
  width: 213px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-214 {
  width: 214px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-215 {
  width: 215px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-216 {
  width: 216px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-217 {
  width: 217px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-218 {
  width: 218px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-219 {
  width: 219px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-220 {
  width: 220px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-221 {
  width: 221px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-222 {
  width: 222px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-223 {
  width: 223px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-224 {
  width: 224px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-225 {
  width: 225px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-226 {
  width: 226px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-227 {
  width: 227px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-228 {
  width: 228px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-229 {
  width: 229px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-230 {
  width: 230px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-231 {
  width: 231px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-232 {
  width: 232px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-233 {
  width: 233px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-234 {
  width: 234px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-235 {
  width: 235px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-236 {
  width: 236px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-237 {
  width: 237px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-238 {
  width: 238px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-239 {
  width: 239px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-240 {
  width: 240px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-241 {
  width: 241px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-242 {
  width: 242px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-243 {
  width: 243px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-244 {
  width: 244px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-245 {
  width: 245px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-246 {
  width: 246px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-247 {
  width: 247px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-248 {
  width: 248px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-249 {
  width: 249px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-250 {
  width: 250px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-251 {
  width: 251px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-252 {
  width: 252px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-253 {
  width: 253px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-254 {
  width: 254px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-255 {
  width: 255px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-256 {
  width: 256px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-257 {
  width: 257px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-258 {
  width: 258px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-259 {
  width: 259px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-260 {
  width: 260px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-261 {
  width: 261px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-262 {
  width: 262px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-263 {
  width: 263px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-264 {
  width: 264px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-265 {
  width: 265px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-266 {
  width: 266px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-267 {
  width: 267px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-268 {
  width: 268px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-269 {
  width: 269px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-270 {
  width: 270px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-271 {
  width: 271px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-272 {
  width: 272px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-273 {
  width: 273px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-274 {
  width: 274px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-275 {
  width: 275px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-276 {
  width: 276px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-277 {
  width: 277px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-278 {
  width: 278px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-279 {
  width: 279px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-280 {
  width: 280px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-281 {
  width: 281px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-282 {
  width: 282px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-283 {
  width: 283px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-284 {
  width: 284px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-285 {
  width: 285px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-286 {
  width: 286px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-287 {
  width: 287px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-288 {
  width: 288px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-289 {
  width: 289px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-290 {
  width: 290px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-291 {
  width: 291px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-292 {
  width: 292px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-293 {
  width: 293px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-294 {
  width: 294px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-295 {
  width: 295px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-296 {
  width: 296px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-297 {
  width: 297px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-298 {
  width: 298px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-299 {
  width: 299px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-300 {
  width: 300px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-301 {
  width: 301px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-302 {
  width: 302px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-303 {
  width: 303px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-304 {
  width: 304px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-305 {
  width: 305px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-306 {
  width: 306px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-307 {
  width: 307px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-308 {
  width: 308px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-309 {
  width: 309px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-310 {
  width: 310px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-311 {
  width: 311px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-312 {
  width: 312px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-313 {
  width: 313px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-314 {
  width: 314px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-315 {
  width: 315px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-316 {
  width: 316px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-317 {
  width: 317px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-318 {
  width: 318px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-319 {
  width: 319px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-320 {
  width: 320px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-321 {
  width: 321px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-322 {
  width: 322px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-323 {
  width: 323px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-324 {
  width: 324px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-325 {
  width: 325px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-326 {
  width: 326px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-327 {
  width: 327px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-328 {
  width: 328px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-329 {
  width: 329px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-330 {
  width: 330px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-331 {
  width: 331px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-332 {
  width: 332px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-333 {
  width: 333px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-334 {
  width: 334px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-335 {
  width: 335px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-336 {
  width: 336px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-337 {
  width: 337px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-338 {
  width: 338px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-339 {
  width: 339px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-340 {
  width: 340px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-341 {
  width: 341px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-342 {
  width: 342px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-343 {
  width: 343px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-344 {
  width: 344px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-345 {
  width: 345px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-346 {
  width: 346px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-347 {
  width: 347px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-348 {
  width: 348px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-349 {
  width: 349px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-350 {
  width: 350px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-351 {
  width: 351px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-352 {
  width: 352px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-353 {
  width: 353px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-354 {
  width: 354px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-355 {
  width: 355px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-356 {
  width: 356px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-357 {
  width: 357px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-358 {
  width: 358px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-359 {
  width: 359px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-360 {
  width: 360px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-361 {
  width: 361px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-362 {
  width: 362px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-363 {
  width: 363px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-364 {
  width: 364px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-365 {
  width: 365px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-366 {
  width: 366px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-367 {
  width: 367px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-368 {
  width: 368px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-369 {
  width: 369px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-370 {
  width: 370px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-371 {
  width: 371px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-372 {
  width: 372px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-373 {
  width: 373px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-374 {
  width: 374px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-375 {
  width: 375px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-376 {
  width: 376px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-377 {
  width: 377px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-378 {
  width: 378px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-379 {
  width: 379px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-380 {
  width: 380px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-381 {
  width: 381px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-382 {
  width: 382px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-383 {
  width: 383px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-384 {
  width: 384px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-385 {
  width: 385px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-386 {
  width: 386px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-387 {
  width: 387px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-388 {
  width: 388px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-389 {
  width: 389px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-390 {
  width: 390px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-391 {
  width: 391px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-392 {
  width: 392px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-393 {
  width: 393px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-394 {
  width: 394px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-395 {
  width: 395px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-396 {
  width: 396px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-397 {
  width: 397px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-398 {
  width: 398px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-399 {
  width: 399px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-400 {
  width: 400px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-401 {
  width: 401px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-402 {
  width: 402px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-403 {
  width: 403px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-404 {
  width: 404px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-405 {
  width: 405px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-406 {
  width: 406px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-407 {
  width: 407px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-408 {
  width: 408px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-409 {
  width: 409px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-410 {
  width: 410px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-411 {
  width: 411px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-412 {
  width: 412px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-413 {
  width: 413px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-414 {
  width: 414px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-415 {
  width: 415px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-416 {
  width: 416px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-417 {
  width: 417px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-418 {
  width: 418px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-419 {
  width: 419px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-420 {
  width: 420px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-421 {
  width: 421px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-422 {
  width: 422px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-423 {
  width: 423px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-424 {
  width: 424px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-425 {
  width: 425px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-426 {
  width: 426px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-427 {
  width: 427px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-428 {
  width: 428px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-429 {
  width: 429px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-430 {
  width: 430px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-431 {
  width: 431px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-432 {
  width: 432px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-433 {
  width: 433px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-434 {
  width: 434px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-435 {
  width: 435px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-436 {
  width: 436px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-437 {
  width: 437px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-438 {
  width: 438px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-439 {
  width: 439px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-440 {
  width: 440px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-441 {
  width: 441px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-442 {
  width: 442px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-443 {
  width: 443px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-444 {
  width: 444px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-445 {
  width: 445px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-446 {
  width: 446px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-447 {
  width: 447px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-448 {
  width: 448px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-449 {
  width: 449px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-450 {
  width: 450px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-451 {
  width: 451px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-452 {
  width: 452px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-453 {
  width: 453px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-454 {
  width: 454px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-455 {
  width: 455px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-456 {
  width: 456px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-457 {
  width: 457px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-458 {
  width: 458px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-459 {
  width: 459px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-460 {
  width: 460px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-461 {
  width: 461px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-462 {
  width: 462px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-463 {
  width: 463px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-464 {
  width: 464px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-465 {
  width: 465px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-466 {
  width: 466px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-467 {
  width: 467px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-468 {
  width: 468px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-469 {
  width: 469px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-470 {
  width: 470px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-471 {
  width: 471px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-472 {
  width: 472px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-473 {
  width: 473px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-474 {
  width: 474px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-475 {
  width: 475px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-476 {
  width: 476px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-477 {
  width: 477px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-478 {
  width: 478px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-479 {
  width: 479px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-480 {
  width: 480px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-481 {
  width: 481px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-482 {
  width: 482px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-483 {
  width: 483px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-484 {
  width: 484px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-485 {
  width: 485px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-486 {
  width: 486px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-487 {
  width: 487px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-488 {
  width: 488px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-489 {
  width: 489px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-490 {
  width: 490px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-491 {
  width: 491px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-492 {
  width: 492px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-493 {
  width: 493px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-494 {
  width: 494px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-495 {
  width: 495px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-496 {
  width: 496px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-497 {
  width: 497px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-498 {
  width: 498px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-499 {
  width: 499px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-500 {
  width: 500px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-501 {
  width: 501px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-502 {
  width: 502px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-503 {
  width: 503px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-504 {
  width: 504px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-505 {
  width: 505px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-506 {
  width: 506px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-507 {
  width: 507px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-508 {
  width: 508px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-509 {
  width: 509px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-510 {
  width: 510px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-511 {
  width: 511px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-512 {
  width: 512px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-513 {
  width: 513px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-514 {
  width: 514px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-515 {
  width: 515px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-516 {
  width: 516px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-517 {
  width: 517px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-518 {
  width: 518px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-519 {
  width: 519px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-520 {
  width: 520px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-521 {
  width: 521px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-522 {
  width: 522px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-523 {
  width: 523px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-524 {
  width: 524px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-525 {
  width: 525px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-526 {
  width: 526px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-527 {
  width: 527px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-528 {
  width: 528px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-529 {
  width: 529px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-530 {
  width: 530px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-531 {
  width: 531px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-532 {
  width: 532px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-533 {
  width: 533px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-534 {
  width: 534px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-535 {
  width: 535px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-536 {
  width: 536px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-537 {
  width: 537px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-538 {
  width: 538px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-539 {
  width: 539px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-540 {
  width: 540px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-541 {
  width: 541px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-542 {
  width: 542px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-543 {
  width: 543px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-544 {
  width: 544px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-545 {
  width: 545px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-546 {
  width: 546px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-547 {
  width: 547px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-548 {
  width: 548px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-549 {
  width: 549px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-550 {
  width: 550px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-551 {
  width: 551px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-552 {
  width: 552px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-553 {
  width: 553px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-554 {
  width: 554px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-555 {
  width: 555px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-556 {
  width: 556px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-557 {
  width: 557px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-558 {
  width: 558px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-559 {
  width: 559px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-560 {
  width: 560px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-561 {
  width: 561px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-562 {
  width: 562px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-563 {
  width: 563px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-564 {
  width: 564px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-565 {
  width: 565px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-566 {
  width: 566px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-567 {
  width: 567px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-568 {
  width: 568px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-569 {
  width: 569px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-570 {
  width: 570px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-571 {
  width: 571px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-572 {
  width: 572px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-573 {
  width: 573px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-574 {
  width: 574px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-575 {
  width: 575px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-576 {
  width: 576px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-577 {
  width: 577px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-578 {
  width: 578px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-579 {
  width: 579px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-580 {
  width: 580px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-581 {
  width: 581px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-582 {
  width: 582px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-583 {
  width: 583px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-584 {
  width: 584px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-585 {
  width: 585px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-586 {
  width: 586px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-587 {
  width: 587px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-588 {
  width: 588px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-589 {
  width: 589px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-590 {
  width: 590px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-591 {
  width: 591px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-592 {
  width: 592px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-593 {
  width: 593px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-594 {
  width: 594px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-595 {
  width: 595px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-596 {
  width: 596px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-597 {
  width: 597px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-598 {
  width: 598px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-599 {
  width: 599px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-600 {
  width: 600px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-601 {
  width: 601px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-602 {
  width: 602px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-603 {
  width: 603px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-604 {
  width: 604px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-605 {
  width: 605px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-606 {
  width: 606px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-607 {
  width: 607px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-608 {
  width: 608px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-609 {
  width: 609px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-610 {
  width: 610px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-611 {
  width: 611px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-612 {
  width: 612px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-613 {
  width: 613px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-614 {
  width: 614px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-615 {
  width: 615px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-616 {
  width: 616px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-617 {
  width: 617px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-618 {
  width: 618px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-619 {
  width: 619px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-620 {
  width: 620px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-621 {
  width: 621px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-622 {
  width: 622px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-623 {
  width: 623px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-624 {
  width: 624px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-625 {
  width: 625px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-626 {
  width: 626px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-627 {
  width: 627px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-628 {
  width: 628px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-629 {
  width: 629px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-630 {
  width: 630px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-631 {
  width: 631px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-632 {
  width: 632px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-633 {
  width: 633px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-634 {
  width: 634px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-635 {
  width: 635px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-636 {
  width: 636px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-637 {
  width: 637px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-638 {
  width: 638px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-639 {
  width: 639px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-640 {
  width: 640px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-641 {
  width: 641px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-642 {
  width: 642px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-643 {
  width: 643px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-644 {
  width: 644px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-645 {
  width: 645px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-646 {
  width: 646px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-647 {
  width: 647px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-648 {
  width: 648px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-649 {
  width: 649px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-650 {
  width: 650px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-651 {
  width: 651px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-652 {
  width: 652px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-653 {
  width: 653px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-654 {
  width: 654px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-655 {
  width: 655px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-656 {
  width: 656px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-657 {
  width: 657px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-658 {
  width: 658px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-659 {
  width: 659px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-660 {
  width: 660px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-661 {
  width: 661px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-662 {
  width: 662px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-663 {
  width: 663px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-664 {
  width: 664px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-665 {
  width: 665px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-666 {
  width: 666px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-667 {
  width: 667px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-668 {
  width: 668px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-669 {
  width: 669px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-670 {
  width: 670px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-671 {
  width: 671px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-672 {
  width: 672px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-673 {
  width: 673px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-674 {
  width: 674px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-675 {
  width: 675px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-676 {
  width: 676px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-677 {
  width: 677px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-678 {
  width: 678px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-679 {
  width: 679px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-680 {
  width: 680px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-681 {
  width: 681px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-682 {
  width: 682px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-683 {
  width: 683px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-684 {
  width: 684px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-685 {
  width: 685px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-686 {
  width: 686px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-687 {
  width: 687px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-688 {
  width: 688px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-689 {
  width: 689px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-690 {
  width: 690px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-691 {
  width: 691px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-692 {
  width: 692px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-693 {
  width: 693px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-694 {
  width: 694px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-695 {
  width: 695px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-696 {
  width: 696px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-697 {
  width: 697px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-698 {
  width: 698px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-699 {
  width: 699px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-700 {
  width: 700px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-701 {
  width: 701px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-702 {
  width: 702px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-703 {
  width: 703px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-704 {
  width: 704px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-705 {
  width: 705px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-706 {
  width: 706px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-707 {
  width: 707px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-708 {
  width: 708px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-709 {
  width: 709px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-710 {
  width: 710px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-711 {
  width: 711px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-712 {
  width: 712px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-713 {
  width: 713px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-714 {
  width: 714px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-715 {
  width: 715px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-716 {
  width: 716px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-717 {
  width: 717px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-718 {
  width: 718px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-719 {
  width: 719px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-720 {
  width: 720px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-721 {
  width: 721px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-722 {
  width: 722px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-723 {
  width: 723px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-724 {
  width: 724px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-725 {
  width: 725px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-726 {
  width: 726px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-727 {
  width: 727px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-728 {
  width: 728px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-729 {
  width: 729px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-730 {
  width: 730px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-731 {
  width: 731px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-732 {
  width: 732px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-733 {
  width: 733px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-734 {
  width: 734px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-735 {
  width: 735px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-736 {
  width: 736px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-737 {
  width: 737px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-738 {
  width: 738px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-739 {
  width: 739px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-740 {
  width: 740px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-741 {
  width: 741px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-742 {
  width: 742px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-743 {
  width: 743px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-744 {
  width: 744px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-745 {
  width: 745px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-746 {
  width: 746px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-747 {
  width: 747px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-748 {
  width: 748px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-749 {
  width: 749px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-750 {
  width: 750px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-751 {
  width: 751px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-752 {
  width: 752px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-753 {
  width: 753px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-754 {
  width: 754px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-755 {
  width: 755px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-756 {
  width: 756px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-757 {
  width: 757px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-758 {
  width: 758px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-759 {
  width: 759px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-760 {
  width: 760px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-761 {
  width: 761px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-762 {
  width: 762px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-763 {
  width: 763px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-764 {
  width: 764px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-765 {
  width: 765px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-766 {
  width: 766px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-767 {
  width: 767px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-768 {
  width: 768px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-769 {
  width: 769px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-770 {
  width: 770px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-771 {
  width: 771px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-772 {
  width: 772px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-773 {
  width: 773px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-774 {
  width: 774px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-775 {
  width: 775px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-776 {
  width: 776px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-777 {
  width: 777px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-778 {
  width: 778px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-779 {
  width: 779px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-780 {
  width: 780px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-781 {
  width: 781px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-782 {
  width: 782px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-783 {
  width: 783px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-784 {
  width: 784px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-785 {
  width: 785px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-786 {
  width: 786px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-787 {
  width: 787px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-788 {
  width: 788px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-789 {
  width: 789px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-790 {
  width: 790px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-791 {
  width: 791px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-792 {
  width: 792px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-793 {
  width: 793px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-794 {
  width: 794px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-795 {
  width: 795px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-796 {
  width: 796px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-797 {
  width: 797px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-798 {
  width: 798px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-799 {
  width: 799px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-800 {
  width: 800px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-801 {
  width: 801px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-802 {
  width: 802px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-803 {
  width: 803px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-804 {
  width: 804px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-805 {
  width: 805px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-806 {
  width: 806px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-807 {
  width: 807px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-808 {
  width: 808px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-809 {
  width: 809px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-810 {
  width: 810px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-811 {
  width: 811px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-812 {
  width: 812px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-813 {
  width: 813px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-814 {
  width: 814px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-815 {
  width: 815px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-816 {
  width: 816px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-817 {
  width: 817px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-818 {
  width: 818px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-819 {
  width: 819px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-820 {
  width: 820px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-821 {
  width: 821px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-822 {
  width: 822px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-823 {
  width: 823px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-824 {
  width: 824px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-825 {
  width: 825px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-826 {
  width: 826px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-827 {
  width: 827px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-828 {
  width: 828px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-829 {
  width: 829px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-830 {
  width: 830px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-831 {
  width: 831px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-832 {
  width: 832px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-833 {
  width: 833px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-834 {
  width: 834px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-835 {
  width: 835px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-836 {
  width: 836px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-837 {
  width: 837px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-838 {
  width: 838px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-839 {
  width: 839px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-840 {
  width: 840px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-841 {
  width: 841px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-842 {
  width: 842px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-843 {
  width: 843px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-844 {
  width: 844px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-845 {
  width: 845px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-846 {
  width: 846px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-847 {
  width: 847px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-848 {
  width: 848px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-849 {
  width: 849px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-850 {
  width: 850px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-851 {
  width: 851px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-852 {
  width: 852px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-853 {
  width: 853px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-854 {
  width: 854px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-855 {
  width: 855px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-856 {
  width: 856px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-857 {
  width: 857px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-858 {
  width: 858px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-859 {
  width: 859px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-860 {
  width: 860px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-861 {
  width: 861px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-862 {
  width: 862px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-863 {
  width: 863px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-864 {
  width: 864px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-865 {
  width: 865px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-866 {
  width: 866px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-867 {
  width: 867px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-868 {
  width: 868px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-869 {
  width: 869px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-870 {
  width: 870px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-871 {
  width: 871px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-872 {
  width: 872px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-873 {
  width: 873px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-874 {
  width: 874px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-875 {
  width: 875px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-876 {
  width: 876px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-877 {
  width: 877px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-878 {
  width: 878px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-879 {
  width: 879px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-880 {
  width: 880px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-881 {
  width: 881px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-882 {
  width: 882px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-883 {
  width: 883px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-884 {
  width: 884px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-885 {
  width: 885px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-886 {
  width: 886px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-887 {
  width: 887px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-888 {
  width: 888px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-889 {
  width: 889px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-890 {
  width: 890px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-891 {
  width: 891px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-892 {
  width: 892px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-893 {
  width: 893px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-894 {
  width: 894px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-895 {
  width: 895px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-896 {
  width: 896px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-897 {
  width: 897px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-898 {
  width: 898px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-899 {
  width: 899px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-900 {
  width: 900px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-901 {
  width: 901px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-902 {
  width: 902px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-903 {
  width: 903px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-904 {
  width: 904px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-905 {
  width: 905px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-906 {
  width: 906px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-907 {
  width: 907px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-908 {
  width: 908px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-909 {
  width: 909px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-910 {
  width: 910px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-911 {
  width: 911px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-912 {
  width: 912px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-913 {
  width: 913px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-914 {
  width: 914px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-915 {
  width: 915px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-916 {
  width: 916px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-917 {
  width: 917px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-918 {
  width: 918px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-919 {
  width: 919px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-920 {
  width: 920px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-921 {
  width: 921px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-922 {
  width: 922px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-923 {
  width: 923px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-924 {
  width: 924px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-925 {
  width: 925px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-926 {
  width: 926px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-927 {
  width: 927px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-928 {
  width: 928px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-929 {
  width: 929px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-930 {
  width: 930px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-931 {
  width: 931px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-932 {
  width: 932px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-933 {
  width: 933px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-934 {
  width: 934px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-935 {
  width: 935px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-936 {
  width: 936px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-937 {
  width: 937px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-938 {
  width: 938px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-939 {
  width: 939px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-940 {
  width: 940px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-941 {
  width: 941px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-942 {
  width: 942px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-943 {
  width: 943px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-944 {
  width: 944px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-945 {
  width: 945px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-946 {
  width: 946px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-947 {
  width: 947px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-948 {
  width: 948px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-949 {
  width: 949px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-950 {
  width: 950px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-951 {
  width: 951px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-952 {
  width: 952px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-953 {
  width: 953px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-954 {
  width: 954px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-955 {
  width: 955px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-956 {
  width: 956px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-957 {
  width: 957px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-958 {
  width: 958px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-959 {
  width: 959px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-960 {
  width: 960px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-961 {
  width: 961px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-962 {
  width: 962px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-963 {
  width: 963px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-964 {
  width: 964px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-965 {
  width: 965px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-966 {
  width: 966px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-967 {
  width: 967px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-968 {
  width: 968px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-969 {
  width: 969px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-970 {
  width: 970px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-971 {
  width: 971px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-972 {
  width: 972px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-973 {
  width: 973px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-974 {
  width: 974px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-975 {
  width: 975px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-976 {
  width: 976px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-977 {
  width: 977px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-978 {
  width: 978px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-979 {
  width: 979px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-980 {
  width: 980px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-981 {
  width: 981px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-982 {
  width: 982px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-983 {
  width: 983px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-984 {
  width: 984px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-985 {
  width: 985px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-986 {
  width: 986px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-987 {
  width: 987px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-988 {
  width: 988px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-989 {
  width: 989px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-990 {
  width: 990px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-991 {
  width: 991px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-992 {
  width: 992px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-993 {
  width: 993px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-994 {
  width: 994px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-995 {
  width: 995px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-996 {
  width: 996px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-997 {
  width: 997px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-998 {
  width: 998px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-999 {
  width: 999px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1000 {
  width: 1000px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1001 {
  width: 1001px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1002 {
  width: 1002px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1003 {
  width: 1003px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1004 {
  width: 1004px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1005 {
  width: 1005px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1006 {
  width: 1006px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1007 {
  width: 1007px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1008 {
  width: 1008px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1009 {
  width: 1009px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1010 {
  width: 1010px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1011 {
  width: 1011px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1012 {
  width: 1012px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1013 {
  width: 1013px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1014 {
  width: 1014px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1015 {
  width: 1015px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1016 {
  width: 1016px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1017 {
  width: 1017px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1018 {
  width: 1018px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1019 {
  width: 1019px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1020 {
  width: 1020px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1021 {
  width: 1021px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1022 {
  width: 1022px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1023 {
  width: 1023px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1024 {
  width: 1024px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1025 {
  width: 1025px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1026 {
  width: 1026px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1027 {
  width: 1027px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1028 {
  width: 1028px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1029 {
  width: 1029px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1030 {
  width: 1030px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1031 {
  width: 1031px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1032 {
  width: 1032px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1033 {
  width: 1033px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1034 {
  width: 1034px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1035 {
  width: 1035px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1036 {
  width: 1036px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1037 {
  width: 1037px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1038 {
  width: 1038px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1039 {
  width: 1039px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1040 {
  width: 1040px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1041 {
  width: 1041px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1042 {
  width: 1042px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1043 {
  width: 1043px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1044 {
  width: 1044px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1045 {
  width: 1045px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1046 {
  width: 1046px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1047 {
  width: 1047px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1048 {
  width: 1048px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1049 {
  width: 1049px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1050 {
  width: 1050px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1051 {
  width: 1051px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1052 {
  width: 1052px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1053 {
  width: 1053px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1054 {
  width: 1054px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1055 {
  width: 1055px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1056 {
  width: 1056px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1057 {
  width: 1057px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1058 {
  width: 1058px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1059 {
  width: 1059px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1060 {
  width: 1060px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1061 {
  width: 1061px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1062 {
  width: 1062px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1063 {
  width: 1063px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1064 {
  width: 1064px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1065 {
  width: 1065px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1066 {
  width: 1066px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1067 {
  width: 1067px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1068 {
  width: 1068px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1069 {
  width: 1069px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1070 {
  width: 1070px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1071 {
  width: 1071px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1072 {
  width: 1072px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1073 {
  width: 1073px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1074 {
  width: 1074px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1075 {
  width: 1075px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1076 {
  width: 1076px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1077 {
  width: 1077px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1078 {
  width: 1078px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1079 {
  width: 1079px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1080 {
  width: 1080px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1081 {
  width: 1081px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1082 {
  width: 1082px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1083 {
  width: 1083px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1084 {
  width: 1084px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1085 {
  width: 1085px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1086 {
  width: 1086px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1087 {
  width: 1087px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1088 {
  width: 1088px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1089 {
  width: 1089px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1090 {
  width: 1090px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1091 {
  width: 1091px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1092 {
  width: 1092px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1093 {
  width: 1093px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1094 {
  width: 1094px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1095 {
  width: 1095px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1096 {
  width: 1096px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1097 {
  width: 1097px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1098 {
  width: 1098px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1099 {
  width: 1099px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1100 {
  width: 1100px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1101 {
  width: 1101px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1102 {
  width: 1102px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1103 {
  width: 1103px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1104 {
  width: 1104px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1105 {
  width: 1105px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1106 {
  width: 1106px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1107 {
  width: 1107px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1108 {
  width: 1108px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1109 {
  width: 1109px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1110 {
  width: 1110px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1111 {
  width: 1111px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1112 {
  width: 1112px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1113 {
  width: 1113px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1114 {
  width: 1114px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1115 {
  width: 1115px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1116 {
  width: 1116px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1117 {
  width: 1117px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1118 {
  width: 1118px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1119 {
  width: 1119px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1120 {
  width: 1120px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1121 {
  width: 1121px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1122 {
  width: 1122px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1123 {
  width: 1123px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1124 {
  width: 1124px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1125 {
  width: 1125px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1126 {
  width: 1126px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1127 {
  width: 1127px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1128 {
  width: 1128px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1129 {
  width: 1129px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1130 {
  width: 1130px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1131 {
  width: 1131px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1132 {
  width: 1132px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1133 {
  width: 1133px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1134 {
  width: 1134px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1135 {
  width: 1135px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1136 {
  width: 1136px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1137 {
  width: 1137px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1138 {
  width: 1138px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1139 {
  width: 1139px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1140 {
  width: 1140px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1141 {
  width: 1141px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1142 {
  width: 1142px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1143 {
  width: 1143px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1144 {
  width: 1144px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1145 {
  width: 1145px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1146 {
  width: 1146px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1147 {
  width: 1147px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1148 {
  width: 1148px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1149 {
  width: 1149px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1150 {
  width: 1150px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1151 {
  width: 1151px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1152 {
  width: 1152px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1153 {
  width: 1153px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1154 {
  width: 1154px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1155 {
  width: 1155px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1156 {
  width: 1156px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1157 {
  width: 1157px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1158 {
  width: 1158px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1159 {
  width: 1159px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1160 {
  width: 1160px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1161 {
  width: 1161px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1162 {
  width: 1162px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1163 {
  width: 1163px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1164 {
  width: 1164px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1165 {
  width: 1165px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1166 {
  width: 1166px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1167 {
  width: 1167px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1168 {
  width: 1168px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1169 {
  width: 1169px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1170 {
  width: 1170px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1171 {
  width: 1171px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1172 {
  width: 1172px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1173 {
  width: 1173px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1174 {
  width: 1174px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1175 {
  width: 1175px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1176 {
  width: 1176px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1177 {
  width: 1177px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1178 {
  width: 1178px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1179 {
  width: 1179px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1180 {
  width: 1180px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1181 {
  width: 1181px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1182 {
  width: 1182px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1183 {
  width: 1183px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1184 {
  width: 1184px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1185 {
  width: 1185px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1186 {
  width: 1186px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1187 {
  width: 1187px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1188 {
  width: 1188px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1189 {
  width: 1189px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1190 {
  width: 1190px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1191 {
  width: 1191px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1192 {
  width: 1192px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1193 {
  width: 1193px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1194 {
  width: 1194px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1195 {
  width: 1195px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1196 {
  width: 1196px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1197 {
  width: 1197px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1198 {
  width: 1198px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1199 {
  width: 1199px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1200 {
  width: 1200px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1201 {
  width: 1201px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1202 {
  width: 1202px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1203 {
  width: 1203px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1204 {
  width: 1204px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1205 {
  width: 1205px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1206 {
  width: 1206px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1207 {
  width: 1207px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1208 {
  width: 1208px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1209 {
  width: 1209px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1210 {
  width: 1210px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1211 {
  width: 1211px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1212 {
  width: 1212px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1213 {
  width: 1213px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1214 {
  width: 1214px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1215 {
  width: 1215px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1216 {
  width: 1216px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1217 {
  width: 1217px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1218 {
  width: 1218px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1219 {
  width: 1219px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1220 {
  width: 1220px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1221 {
  width: 1221px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1222 {
  width: 1222px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1223 {
  width: 1223px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1224 {
  width: 1224px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1225 {
  width: 1225px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1226 {
  width: 1226px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1227 {
  width: 1227px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1228 {
  width: 1228px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1229 {
  width: 1229px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1230 {
  width: 1230px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1231 {
  width: 1231px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1232 {
  width: 1232px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1233 {
  width: 1233px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1234 {
  width: 1234px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1235 {
  width: 1235px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1236 {
  width: 1236px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1237 {
  width: 1237px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1238 {
  width: 1238px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1239 {
  width: 1239px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1240 {
  width: 1240px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1241 {
  width: 1241px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1242 {
  width: 1242px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1243 {
  width: 1243px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1244 {
  width: 1244px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1245 {
  width: 1245px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1246 {
  width: 1246px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1247 {
  width: 1247px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1248 {
  width: 1248px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1249 {
  width: 1249px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1250 {
  width: 1250px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1251 {
  width: 1251px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1252 {
  width: 1252px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1253 {
  width: 1253px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1254 {
  width: 1254px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1255 {
  width: 1255px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1256 {
  width: 1256px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1257 {
  width: 1257px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1258 {
  width: 1258px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1259 {
  width: 1259px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1260 {
  width: 1260px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1261 {
  width: 1261px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1262 {
  width: 1262px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1263 {
  width: 1263px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1264 {
  width: 1264px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1265 {
  width: 1265px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1266 {
  width: 1266px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1267 {
  width: 1267px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1268 {
  width: 1268px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1269 {
  width: 1269px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1270 {
  width: 1270px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1271 {
  width: 1271px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1272 {
  width: 1272px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1273 {
  width: 1273px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1274 {
  width: 1274px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1275 {
  width: 1275px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1276 {
  width: 1276px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1277 {
  width: 1277px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1278 {
  width: 1278px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1279 {
  width: 1279px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1280 {
  width: 1280px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1281 {
  width: 1281px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1282 {
  width: 1282px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1283 {
  width: 1283px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1284 {
  width: 1284px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1285 {
  width: 1285px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1286 {
  width: 1286px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1287 {
  width: 1287px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1288 {
  width: 1288px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1289 {
  width: 1289px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1290 {
  width: 1290px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1291 {
  width: 1291px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1292 {
  width: 1292px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1293 {
  width: 1293px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1294 {
  width: 1294px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1295 {
  width: 1295px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1296 {
  width: 1296px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1297 {
  width: 1297px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1298 {
  width: 1298px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1299 {
  width: 1299px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1300 {
  width: 1300px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1301 {
  width: 1301px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1302 {
  width: 1302px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1303 {
  width: 1303px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1304 {
  width: 1304px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1305 {
  width: 1305px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1306 {
  width: 1306px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1307 {
  width: 1307px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1308 {
  width: 1308px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1309 {
  width: 1309px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1310 {
  width: 1310px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1311 {
  width: 1311px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1312 {
  width: 1312px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1313 {
  width: 1313px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1314 {
  width: 1314px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1315 {
  width: 1315px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1316 {
  width: 1316px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1317 {
  width: 1317px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1318 {
  width: 1318px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1319 {
  width: 1319px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1320 {
  width: 1320px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1321 {
  width: 1321px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1322 {
  width: 1322px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1323 {
  width: 1323px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1324 {
  width: 1324px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1325 {
  width: 1325px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1326 {
  width: 1326px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1327 {
  width: 1327px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1328 {
  width: 1328px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1329 {
  width: 1329px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1330 {
  width: 1330px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1331 {
  width: 1331px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1332 {
  width: 1332px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1333 {
  width: 1333px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1334 {
  width: 1334px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1335 {
  width: 1335px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1336 {
  width: 1336px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1337 {
  width: 1337px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1338 {
  width: 1338px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1339 {
  width: 1339px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1340 {
  width: 1340px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1341 {
  width: 1341px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1342 {
  width: 1342px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1343 {
  width: 1343px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1344 {
  width: 1344px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1345 {
  width: 1345px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1346 {
  width: 1346px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1347 {
  width: 1347px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1348 {
  width: 1348px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1349 {
  width: 1349px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1350 {
  width: 1350px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1351 {
  width: 1351px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1352 {
  width: 1352px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1353 {
  width: 1353px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1354 {
  width: 1354px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1355 {
  width: 1355px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1356 {
  width: 1356px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1357 {
  width: 1357px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1358 {
  width: 1358px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1359 {
  width: 1359px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1360 {
  width: 1360px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1361 {
  width: 1361px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1362 {
  width: 1362px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1363 {
  width: 1363px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1364 {
  width: 1364px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1365 {
  width: 1365px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1366 {
  width: 1366px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1367 {
  width: 1367px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1368 {
  width: 1368px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1369 {
  width: 1369px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1370 {
  width: 1370px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1371 {
  width: 1371px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1372 {
  width: 1372px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1373 {
  width: 1373px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1374 {
  width: 1374px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1375 {
  width: 1375px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1376 {
  width: 1376px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1377 {
  width: 1377px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1378 {
  width: 1378px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1379 {
  width: 1379px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1380 {
  width: 1380px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1381 {
  width: 1381px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1382 {
  width: 1382px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1383 {
  width: 1383px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1384 {
  width: 1384px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1385 {
  width: 1385px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1386 {
  width: 1386px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1387 {
  width: 1387px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1388 {
  width: 1388px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1389 {
  width: 1389px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1390 {
  width: 1390px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1391 {
  width: 1391px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1392 {
  width: 1392px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1393 {
  width: 1393px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1394 {
  width: 1394px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1395 {
  width: 1395px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1396 {
  width: 1396px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1397 {
  width: 1397px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1398 {
  width: 1398px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1399 {
  width: 1399px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1400 {
  width: 1400px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1401 {
  width: 1401px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1402 {
  width: 1402px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1403 {
  width: 1403px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1404 {
  width: 1404px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1405 {
  width: 1405px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1406 {
  width: 1406px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1407 {
  width: 1407px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1408 {
  width: 1408px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1409 {
  width: 1409px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1410 {
  width: 1410px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1411 {
  width: 1411px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1412 {
  width: 1412px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1413 {
  width: 1413px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1414 {
  width: 1414px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1415 {
  width: 1415px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1416 {
  width: 1416px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1417 {
  width: 1417px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1418 {
  width: 1418px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1419 {
  width: 1419px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1420 {
  width: 1420px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1421 {
  width: 1421px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1422 {
  width: 1422px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1423 {
  width: 1423px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1424 {
  width: 1424px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1425 {
  width: 1425px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1426 {
  width: 1426px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1427 {
  width: 1427px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1428 {
  width: 1428px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1429 {
  width: 1429px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1430 {
  width: 1430px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1431 {
  width: 1431px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1432 {
  width: 1432px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1433 {
  width: 1433px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1434 {
  width: 1434px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1435 {
  width: 1435px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1436 {
  width: 1436px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1437 {
  width: 1437px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1438 {
  width: 1438px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1439 {
  width: 1439px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1440 {
  width: 1440px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1441 {
  width: 1441px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1442 {
  width: 1442px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1443 {
  width: 1443px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1444 {
  width: 1444px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1445 {
  width: 1445px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1446 {
  width: 1446px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1447 {
  width: 1447px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1448 {
  width: 1448px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1449 {
  width: 1449px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1450 {
  width: 1450px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1451 {
  width: 1451px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1452 {
  width: 1452px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1453 {
  width: 1453px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1454 {
  width: 1454px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1455 {
  width: 1455px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1456 {
  width: 1456px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1457 {
  width: 1457px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1458 {
  width: 1458px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1459 {
  width: 1459px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1460 {
  width: 1460px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1461 {
  width: 1461px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1462 {
  width: 1462px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1463 {
  width: 1463px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1464 {
  width: 1464px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1465 {
  width: 1465px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1466 {
  width: 1466px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1467 {
  width: 1467px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1468 {
  width: 1468px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1469 {
  width: 1469px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1470 {
  width: 1470px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1471 {
  width: 1471px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1472 {
  width: 1472px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1473 {
  width: 1473px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1474 {
  width: 1474px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1475 {
  width: 1475px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1476 {
  width: 1476px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1477 {
  width: 1477px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1478 {
  width: 1478px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1479 {
  width: 1479px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1480 {
  width: 1480px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1481 {
  width: 1481px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1482 {
  width: 1482px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1483 {
  width: 1483px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1484 {
  width: 1484px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1485 {
  width: 1485px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1486 {
  width: 1486px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1487 {
  width: 1487px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1488 {
  width: 1488px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1489 {
  width: 1489px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1490 {
  width: 1490px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1491 {
  width: 1491px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1492 {
  width: 1492px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1493 {
  width: 1493px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1494 {
  width: 1494px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1495 {
  width: 1495px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1496 {
  width: 1496px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1497 {
  width: 1497px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1498 {
  width: 1498px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1499 {
  width: 1499px;
}

/* line 74, app/assets/stylesheets/application/bootstrap/utilities.scss */
.width-1500 {
  width: 1500px;
}

@media print {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #939393;
    page-break-inside: avoid;
  }
  /* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table, .capital.connections.index .companies-table, .companies.documents.index .documents-table, .companies.documents.show .documents-table, .investor.connections.index .companies-table, .table-door, .component-v2 .square-table, .company.financial_reports.edit .square-table, .company.kpis .square-table {
    border-collapse: collapse !important;
  }
  /* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td, .capital.connections.index .companies-table td, .companies.documents.index .documents-table td, .companies.documents.show .documents-table td, .investor.connections.index .companies-table td, .table-door td, .component-v2 .square-table td, .company.financial_reports.edit .square-table td, .company.kpis .square-table td,
.table th,
.capital.connections.index .companies-table th,
.companies.documents.index .documents-table th,
.companies.documents.show .documents-table th,
.investor.connections.index .companies-table th,
.table-door th,
.component-v2 .square-table th,
.company.financial_reports.edit .square-table th,
.company.kpis .square-table th {
    background-color: #FFF !important;
  }
  /* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #DDD !important;
  }
  /* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #DDD;
  }
  /* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th, .capital.connections.index .companies-table .thead-dark th, .companies.documents.index .documents-table .thead-dark th, .companies.documents.show .documents-table .thead-dark th, .investor.connections.index .companies-table .thead-dark th, .table-door .thead-dark th, .component-v2 .square-table .thead-dark th, .company.financial_reports.edit .square-table .thead-dark th, .company.kpis .square-table .thead-dark th {
    color: inherit;
    border-color: #DDD;
  }
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("https://d6ror40086i9l.cloudfront.net/assets/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot");
  src: url("https://d6ror40086i9l.cloudfront.net/assets/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot?#iefix") format("embedded-opentype"), url("https://d6ror40086i9l.cloudfront.net/assets/summernote-1fba7b35914a7b5888c138fe26cff82c9531eac6f4afbb715d05ffbb91e0ac45.woff") format("woff"), url("https://d6ror40086i9l.cloudfront.net/assets/summernote-11d51be934cdec9381ccff90ed02e5e478139c582335968cb5839edaf3f10cbb.ttf") format("truetype");
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-float-left:before, .note-icon-float-none:before, .note-icon-float-right:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-rollback:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-align:before {
  content: "\f107";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-down:before {
  content: "\f108";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-left:before {
  content: "\f109";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-alt:before {
  content: "\f10c";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-h:before {
  content: "\f10d";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-arrows-v:before {
  content: "\f10e";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-bold:before {
  content: "\f10f";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-caret:before {
  content: "\f110";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-chain-broken:before {
  content: "\f111";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-circle:before {
  content: "\f112";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-close:before {
  content: "\f113";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-code:before {
  content: "\f114";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-col-after:before {
  content: "\f115";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-col-before:before {
  content: "\f116";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-col-remove:before {
  content: "\f117";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-eraser:before {
  content: "\f118";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-float-left:before {
  content: "\f119";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-float-none:before {
  content: "\f11a";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-float-right:before {
  content: "\f11b";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-font:before {
  content: "\f11c";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-frame:before {
  content: "\f11d";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-italic:before {
  content: "\f11e";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-link:before {
  content: "\f11f";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-magic:before {
  content: "\f120";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-menu-check:before {
  content: "\f121";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-minus:before {
  content: "\f122";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-orderedlist:before {
  content: "\f123";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-pencil:before {
  content: "\f124";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-picture:before {
  content: "\f125";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-question:before {
  content: "\f126";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-redo:before {
  content: "\f127";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-rollback:before {
  content: "\f128";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-row-above:before {
  content: "\f129";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-row-below:before {
  content: "\f12a";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-row-remove:before {
  content: "\f12b";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-special-character:before {
  content: "\f12c";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-square:before {
  content: "\f12d";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-strikethrough:before {
  content: "\f12e";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-subscript:before {
  content: "\f12f";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-summernote:before {
  content: "\f130";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-superscript:before {
  content: "\f131";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-table:before {
  content: "\f132";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-text-height:before {
  content: "\f133";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-trash:before {
  content: "\f134";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-underline:before {
  content: "\f135";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-undo:before {
  content: "\f136";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-unorderedlist:before {
  content: "\f137";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-icon-video:before {
  content: "\f138";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor {
  position: relative;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable {
  outline: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover.popover {
  display: none;
  max-width: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-toolbar {
  position: relative;
  z-index: 500;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content, .card-header.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
  background: #f5f5f5;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content > .btn-group, .card-header.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table, .card-header.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-style .dropdown-style blockquote, .card-header.note-toolbar .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .card-header.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-style .dropdown-style h1, .card-header.note-toolbar .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .card-header.note-toolbar .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .card-header.note-toolbar .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .card-header.note-toolbar .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .card-header.note-toolbar .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .card-header.note-toolbar .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .card-header.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-all .dropdown-menu, .card-header.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-toggle, .card-header.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette, .card-header.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .card-header.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-para .dropdown-menu, .card-header.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .card-header.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu, .card-header.note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.right, .card-header.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.right::before, .card-header.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.right::after, .card-header.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.note-check a i, .card-header.note-toolbar .dropdown-menu.note-check a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .dropdown-menu.note-check a.checked i, .card-header.note-toolbar .dropdown-menu.note-check a.checked i {
  visibility: visible;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-fontsize-10, .card-header.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette, .card-header.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .card-header.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .card-header.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog > div {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog .note-modal-form {
  margin: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  /* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
  .note-image-input {
    height: auto;
  }
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote-bs4.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

/* line 1, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  margin-left: -8px;
  position: absolute;
}

/* line 5, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

/* line 15, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #DDD;
}

/* line 25, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

/* line 31, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

/* line 37, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #DDD;
}

/* line 43, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

/* line 49, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  border-bottom: none;
  border-top-color: #fff;
}

/* line 55, app/assets/stylesheets/application/react-datepicker/mixins.scss */
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #DDD;
}

/* line 4, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-wrapper {
  padding: 0;
  border: 0;
}

/* line 9, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #343434;
  border: 1px solid #DDD;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

/* line 21, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

/* line 25, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

/* line 29, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

/* line 33, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

/* line 38, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

/* line 43, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper {
  z-index: 5;
}

/* line 46, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

/* line 56, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

/* line 62, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

/* line 70, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

/* line 73, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

/* line 79, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

/* line 82, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

/* line 89, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #DDD;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

/* line 98, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 105, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

/* line 115, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #343434;
  font-weight: bold;
  font-size: 0.944rem;
}

/* line 124, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 130, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

/* line 150, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 154, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 161, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

/* line 164, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

/* line 168, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 172, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/* line 179, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 186, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

/* line 190, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

/* line 195, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

/* line 199, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

/* line 206, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month-container {
  float: left;
}

/* line 211, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-wrapper {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 218, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

/* line 227, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

/* line 230, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

/* line 238, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

/* line 244, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

/* line 247, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

/* line 249, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

/* line 252, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

/* line 255, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 260, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

/* line 264, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

/* line 271, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #DDD;
  width: 85px;
}

/* line 276, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

/* line 285, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

/* line 289, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

/* line 294, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

/* line 304, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

/* line 308, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

/* line 312, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #939393;
  color: white;
  font-weight: bold;
}

/* line 316, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #939393;
}

/* line 320, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

/* line 323, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

/* line 334, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

/* line 341, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

/* line 343, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 350, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

/* line 355, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #343434;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

/* line 369, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #939393;
  color: #fff;
}

/* line 376, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #868686;
}

/* line 380, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled,
.react-datepicker__year-text--disabled {
  color: #ccc;
  pointer-events: none;
}

/* line 383, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  cursor: default;
  background-color: transparent;
}

/* line 390, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

/* line 395, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 400, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

/* line 404, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

/* line 409, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

/* line 413, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

/* line 417, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

/* line 422, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #939393;
  color: #fff;
}

/* line 429, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #868686;
}

/* line 434, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #adadad;
  color: #fff;
}

/* line 439, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #868686;
}

/* line 444, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range) {
  background-color: rgba(147, 147, 147, 0.5);
}

/* line 449, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #343434;
}

/* line 455, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

/* line 459, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

/* line 471, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #939393;
}

/* line 475, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

/* line 480, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 486, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

/* line 492, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

/* line 495, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

/* line 501, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

/* line 512, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #DDD;
}

/* line 525, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

/* line 529, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

/* line 535, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 544, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 549, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 558, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

/* line 561, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

/* line 565, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

/* line 570, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

/* line 576, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 589, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #939393;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

/* line 606, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #DDD;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

/* line 616, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

/* line 628, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  /* line 637, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
  .react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

/* line 645, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

/* line 650, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

/* line 654, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

/* line 657, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 661, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 668, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

/* line 671, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 675, app/assets/stylesheets/application/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/* line 1, app/assets/stylesheets/application/components/bars.scss */
.bars {
  border-radius: 1.25rem;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: 0.5rem 0.8rem;
}

/* line 10, app/assets/stylesheets/application/components/bars.scss */
.bars-primary {
  background: #00A0E2;
  color: #FFF;
}

/* line 14, app/assets/stylesheets/application/components/bars.scss */
.bars-primary:hover {
  color: #FFF;
}

/* line 19, app/assets/stylesheets/application/components/bars.scss */
.bars-investor-page {
  background: #FB8B24;
  color: #FFF;
}

/* line 23, app/assets/stylesheets/application/components/bars.scss */
.bars-investor-page:hover {
  color: #FFF;
}

/* line 28, app/assets/stylesheets/application/components/bars.scss */
.bars-button {
  font-weight: 700;
}

/* line 31, app/assets/stylesheets/application/components/bars.scss */
.bars-button:hover {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/application/components/board.scss */
.board {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/application/components/board.scss */
.board__header {
  font-size: 1rem;
  background-color: #343434;
  color: #FFF;
  padding: 1rem;
}

/* line 1, app/assets/stylesheets/application/components/clear.scss */
.clear {
  clear: both;
}

/* line 2, app/assets/stylesheets/application/components/collection.scss */
.collection .collection-element {
  margin-bottom: 2rem;
}

/* line 5, app/assets/stylesheets/application/components/collection.scss */
.collection .collection-element__remove-btn {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/application/components/collection.scss */
.collection .collection-element--removed {
  display: none;
}

/* line 13, app/assets/stylesheets/application/components/collection.scss */
.collection .collection-element--hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/application/components/errors.scss */
.errors {
  display: block;
  font-size: 12px;
  color: #E6230D;
  width: 100%;
}

/* line 1, app/assets/stylesheets/application/components/flash.scss */
.flash-message-container {
  position: fixed;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 1052;
}

/* line 10, app/assets/stylesheets/application/components/flash.scss */
.flash-message .message {
  margin-right: 52px;
  white-space: pre-wrap;
}

/* line 15, app/assets/stylesheets/application/components/flash.scss */
.flash-message .close-button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: underline;
}

@font-face {
  font-family: 'Lato Italic';
  font-style: normal;
  font-weight: normal;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/Lato-Italic-d96fdf61a2ffb2017574bacb0006e37fc4707982da618702e0df4c037b5456fb.ttf) format("ttf");
}

@font-face {
  font-family: 'HiraUD W3';
  font-style: normal;
  font-weight: normal;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W3-AlphaNum-4b72bfcda98e4fa04ea6f90614debcecafb36a4afd5b151f4ac48e804b99c6c3.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W3-AlphaNum-4b72bfcda98e4fa04ea6f90614debcecafb36a4afd5b151f4ac48e804b99c6c3.woff) format("woof2");
}

@font-face {
  font-family: 'HiraUD W5';
  font-style: normal;
  font-weight: normal;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W5-AlphaNum-4c49fa80b74187ccf85829568327bdc8a2065eba2c47312d5e990970b4a43864.ttf) format("ttf"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W5-AlphaNum-4c49fa80b74187ccf85829568327bdc8a2065eba2c47312d5e990970b4a43864.ttf) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W5-AlphaNum-4c49fa80b74187ccf85829568327bdc8a2065eba2c47312d5e990970b4a43864.ttf) format("woof2");
}

@font-face {
  font-family: 'HiraUD W6';
  font-style: normal;
  font-weight: normal;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W6-AlphaNum-bb943ac4ad729c3b8b6a540a7a010e02eba38e30731f37cc4c29d613f00967f8.ttf) format("ttf"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W6-AlphaNum-bb943ac4ad729c3b8b6a540a7a010e02eba38e30731f37cc4c29d613f00967f8.ttf) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraKakuProN-W6-AlphaNum-bb943ac4ad729c3b8b6a540a7a010e02eba38e30731f37cc4c29d613f00967f8.ttf) format("woof2");
}

@font-face {
  src: url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW3-af3431d8003b4b07b704d7304559c92333c08b44dad14b2f190bbec1a7f97923.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW3-af3431d8003b4b07b704d7304559c92333c08b44dad14b2f190bbec1a7f97923.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW3-f7f21f3ad023d61e6189cac7b0a68c98220158a4933f7da4f2d5f46098a040a0.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW3-338e6b18e273164b3fc60f654fd72c0cfd41b85c19e5e6cddc6d062f26144ff7.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW3-7e71d5df271d78c8cae01b65ffee324404ac111951c3b3c4f238236ca11c3b2d.ttf) format("truetype");
}

@font-face {
  src: url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW6-b0e438f644380cc97e228f251419a3c990a4557f5a454931ccd2322003c3b16f.eot);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW6-b0e438f644380cc97e228f251419a3c990a4557f5a454931ccd2322003c3b16f.eot?#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW6-f1ddf4b4e0f2f9e0c17330e1a08b68ccdbec2d39dd985fe8450c3369bf5b3515.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW6-d723bc462d230bc2abdbd66474125663b8d1d96b9dbe7ad50ec9573d0ede5372.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/HiraginoSansGBW6-5fbeb4a41814e7c14a5dbb26ef4b21804a8e5120edbb26ca66276928065bcb34.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Thin-8635e0e445e8431fa471808a1c1ce415a44149f1b4c2a7ba278242f775fb8d02.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Thin-08a7b131a2e4da7ee692a4d3dad3bdcd507ec3bf0b15deeb5606624b19c4430c.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Thin-ba96104cb1800a03ef916897fb5d4fe69ea6971eb809d650ad60fdb5664a8332.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Thin-1b621be2dbf9722b1f01df0efe3236504fe2b3ace0c017c4c86ecca5a7a2f019.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Light-c267d71f55fe94c391d4d51d0cb13f869ef3119e4d5a4c61f0d10e93ddc22b0c.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Light-4c3a6c1bc5b97680b1147261d8770c971971577e43e8faf564322f8fdfb320ba.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Light-bf076aefbd45b723fd862e68c744f28ac67e713667b0d7946e06cb1b0883c209.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Light-4a88df829e94af79ed065dc37c9bacaadb53b4a9d6b6d89cd5dc8425a31d09cf.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-DemiLight-f392aec345415a2ed6ea6c8a87d02bfca4d0056c0c15f484cddada4bb266eaaa.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-DemiLight-b89a8b35984f47970091b3931f0261cdf58ef23588956f581390157eb52215db.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-DemiLight-461053c0ed0b3e4aff84b5fd133a9c4877462cec7a72410ffab4ee01d73a5834.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-DemiLight-b38b3a05d2db8357baf11a6ac4d1ba41cd2b675e4bc6d2b8c533735be2f8b7df.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Regular-c49430544c2787d9f0a4b6b2280fe9af7adb4e0b7dc45bd46dd88a26947aa14e.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Regular-7619091036357d41ea90a8255244915c675baab0febf4cffcb4e2b67d6494545.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Regular-e35a7d4a5b591e0bf692753cee5522a0a54423b36e6c297f6dc0a7f9a0e97695.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Regular-66a55aec00746ccf8de236857422a768384c102b9a88cc575af38e3570ec7f3d.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Medium-feb41da8789a3228924c495491fe2d1c2bd1ac721f22257ba996a3cdca8f3100.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Medium-da4359d8a3724deeabd3a1f2044195e4e3bc76e30bb8ca809778adc80c304a49.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Medium-1416f0578cbef725125ee23057b47f63121cfb10717dc88e059cf86340431363.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Medium-fb9b5c1728855cfd1991007a8cea54ebed279bbd4fa4ad6b55930020afc0c23d.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Bold-e13eaa9c060a9f62de886f8a138f4c6353cc101cd60bcc6f094138f2377ed288.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Bold-6d20d315c9eaf3bf6c7e143d5a700d49dc16776294399efc02693a397692a042.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Bold-dbf0221e7e166fda5b1ec974beec0d79aa8e50774e32ad799ce642177204b1e3.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Bold-e8cf8626344d320d4f36f8d08fe361ec916ec5909105bb79c03f05182d19b948.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Black-bd8d205a79cd900414a9e63b590c6ebf9344344c5e65a733c926d52c2cc21125.woff2) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Black-e2d682df21d26b32422b3b342b3b0efb6005cf9767010d68734ceebd76757793.woff) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Black-02b51aa9887bc386869ba1b3d891508e50fde45178a0c6c933e506b81748a509.ttf) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/NotoSansCJKjp-Black-e935ba3ff41b5ae78504c4870608222fa1ee90b4523f116e2536de7f21ac0289.eot) format("embedded-opentype");
}

@font-face {
  font-family: 'Material-Design-Iconic-Font';
  font-weight: normal;
  font-style: normal;
  src: url(https://d6ror40086i9l.cloudfront.net/assets/Material-Design-Iconic-Font-e0741fd056ce612f8e265c3c8bf926985b1939e19fc0ffc02bd995985528ca53.woff2?v=2.2.0) format("woff2"), url(https://d6ror40086i9l.cloudfront.net/assets/Material-Design-Iconic-Font-bec81aee78a7485c295c721f336f80666d016ba4ca650db6a7b2ba4a3dbafb48.woff?v=2.2.0) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/Material-Design-Iconic-Font-b6a5ce7c4140e9790835272dad02c02102b793c35270e44eebb399ac9d8a1373.ttf?v=2.2.0) format("truetype");
}

/* line 1, app/assets/stylesheets/application/components/icon.scss */
.icon {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 4, app/assets/stylesheets/application/components/icon.scss */
.icon--rounded {
  border: none;
  border-radius: 100%;
}

/* line 9, app/assets/stylesheets/application/components/icon.scss */
.icon--medium {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
}

/* line 16, app/assets/stylesheets/application/components/icon.scss */
.icon--action {
  color: #BDBDBD;
  font-size: 1.2rem;
}

/* line 20, app/assets/stylesheets/application/components/icon.scss */
.icon--action:hover {
  color: #00A0E2;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/application/components/icon.scss */
.icon--border-top {
  border-top: 2px solid #343434;
}

/* line 30, app/assets/stylesheets/application/components/icon.scss */
.icon--disabled {
  opacity: 0.4;
}

/* line 33, app/assets/stylesheets/application/components/icon.scss */
.icon--disabled:hover {
  cursor: auto;
  color: #BDBDBD;
}

/* line 41, app/assets/stylesheets/application/components/icon.scss */
.new-icon::after {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/layouts/new-8d9069c3efbfb90a354bc93a71755c27fbb837c427405ae59109d33486ed7852.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  margin-left: 5px;
  vertical-align: middle;
  width: 27px;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-5b73ad985d84687fab7cbebb12b34aeb110728ad6a69028ed84337cc7c3493a5.eot?v=2.0.0#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-da639e376f3963103ef78aa0602ef5bd64f30f37da2981109065aa7b16e73826.ttf?v=2.0.0) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-ed783db689b91ad262f2180741723562c85aaf733541924a71fbff5114816c61.woff?v=2.0.0) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/ionicons-2ad6ff1dc11d4b8393034b6392ca47ea127616dce3cf67ceb1e0b2b58177bc60.svg?v=2.0.0#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 24, app/assets/stylesheets/application/components/ionicons.scss */
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/application/components/ionicons.scss */
.ion-alert:before {
  content: "\f101";
}

/* line 28, app/assets/stylesheets/application/components/ionicons.scss */
.ion-alert-circled:before {
  content: "\f100";
}

/* line 30, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-add:before {
  content: "\f2c7";
}

/* line 32, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-add-circle:before {
  content: "\f359";
}

/* line 34, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-alarm-clock:before {
  content: "\f35a";
}

/* line 36, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-alert:before {
  content: "\f35b";
}

/* line 38, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-apps:before {
  content: "\f35c";
}

/* line 40, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-archive:before {
  content: "\f2c9";
}

/* line 42, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-back:before {
  content: "\f2ca";
}

/* line 44, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-down:before {
  content: "\f35d";
}

/* line 46, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

/* line 48, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

/* line 50, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropleft:before {
  content: "\f361";
}

/* line 52, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

/* line 54, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropright:before {
  content: "\f363";
}

/* line 56, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

/* line 58, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropup:before {
  content: "\f365";
}

/* line 60, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

/* line 62, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-forward:before {
  content: "\f30f";
}

/* line 64, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-arrow-up:before {
  content: "\f366";
}

/* line 66, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-attach:before {
  content: "\f367";
}

/* line 68, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-bar:before {
  content: "\f368";
}

/* line 70, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-bicycle:before {
  content: "\f369";
}

/* line 72, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-boat:before {
  content: "\f36a";
}

/* line 74, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-bookmark:before {
  content: "\f36b";
}

/* line 76, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-bulb:before {
  content: "\f36c";
}

/* line 78, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-bus:before {
  content: "\f36d";
}

/* line 80, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-calendar:before {
  content: "\f2d1";
}

/* line 82, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-call:before {
  content: "\f2d2";
}

/* line 84, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-camera:before {
  content: "\f2d3";
}

/* line 86, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-cancel:before {
  content: "\f36e";
}

/* line 88, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-car:before {
  content: "\f36f";
}

/* line 90, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-cart:before {
  content: "\f370";
}

/* line 92, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-chat:before {
  content: "\f2d4";
}

/* line 94, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-checkbox:before {
  content: "\f374";
}

/* line 96, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-checkbox-blank:before {
  content: "\f371";
}

/* line 98, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-checkbox-outline:before {
  content: "\f373";
}

/* line 100, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

/* line 102, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-checkmark-circle:before {
  content: "\f375";
}

/* line 104, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-clipboard:before {
  content: "\f376";
}

/* line 106, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-close:before {
  content: "\f2d7";
}

/* line 108, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-cloud:before {
  content: "\f37a";
}

/* line 110, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-cloud-circle:before {
  content: "\f377";
}

/* line 112, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-cloud-done:before {
  content: "\f378";
}

/* line 114, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-cloud-outline:before {
  content: "\f379";
}

/* line 116, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-color-palette:before {
  content: "\f37b";
}

/* line 118, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-compass:before {
  content: "\f37c";
}

/* line 120, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-contact:before {
  content: "\f2d8";
}

/* line 122, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-contacts:before {
  content: "\f2d9";
}

/* line 124, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-contract:before {
  content: "\f37d";
}

/* line 126, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-create:before {
  content: "\f37e";
}

/* line 128, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-delete:before {
  content: "\f37f";
}

/* line 130, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-desktop:before {
  content: "\f380";
}

/* line 132, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-document:before {
  content: "\f381";
}

/* line 134, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-done:before {
  content: "\f383";
}

/* line 136, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-done-all:before {
  content: "\f382";
}

/* line 138, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-download:before {
  content: "\f2dd";
}

/* line 140, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-drafts:before {
  content: "\f384";
}

/* line 142, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-exit:before {
  content: "\f385";
}

/* line 144, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-expand:before {
  content: "\f386";
}

/* line 146, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-favorite:before {
  content: "\f388";
}

/* line 148, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-favorite-outline:before {
  content: "\f387";
}

/* line 150, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-film:before {
  content: "\f389";
}

/* line 152, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-folder:before {
  content: "\f2e0";
}

/* line 154, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-folder-open:before {
  content: "\f38a";
}

/* line 156, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-funnel:before {
  content: "\f38b";
}

/* line 158, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-globe:before {
  content: "\f38c";
}

/* line 160, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-hand:before {
  content: "\f2e3";
}

/* line 162, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-hangout:before {
  content: "\f38d";
}

/* line 164, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-happy:before {
  content: "\f38e";
}

/* line 166, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-home:before {
  content: "\f38f";
}

/* line 168, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-image:before {
  content: "\f2e4";
}

/* line 170, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-laptop:before {
  content: "\f390";
}

/* line 172, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-list:before {
  content: "\f391";
}

/* line 174, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-locate:before {
  content: "\f2e9";
}

/* line 176, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-lock:before {
  content: "\f392";
}

/* line 178, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-mail:before {
  content: "\f2eb";
}

/* line 180, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-map:before {
  content: "\f393";
}

/* line 182, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-menu:before {
  content: "\f394";
}

/* line 184, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-microphone:before {
  content: "\f2ec";
}

/* line 186, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-microphone-off:before {
  content: "\f395";
}

/* line 188, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-more-horizontal:before {
  content: "\f396";
}

/* line 190, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-more-vertical:before {
  content: "\f397";
}

/* line 192, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-navigate:before {
  content: "\f398";
}

/* line 194, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-notifications:before {
  content: "\f39b";
}

/* line 196, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-notifications-none:before {
  content: "\f399";
}

/* line 198, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-notifications-off:before {
  content: "\f39a";
}

/* line 200, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-open:before {
  content: "\f39c";
}

/* line 202, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-options:before {
  content: "\f39d";
}

/* line 204, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-people:before {
  content: "\f39e";
}

/* line 206, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-person:before {
  content: "\f3a0";
}

/* line 208, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-person-add:before {
  content: "\f39f";
}

/* line 210, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-phone-landscape:before {
  content: "\f3a1";
}

/* line 212, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-phone-portrait:before {
  content: "\f3a2";
}

/* line 214, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-pin:before {
  content: "\f3a3";
}

/* line 216, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-plane:before {
  content: "\f3a4";
}

/* line 218, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-playstore:before {
  content: "\f2f0";
}

/* line 220, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-print:before {
  content: "\f3a5";
}

/* line 222, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-radio-button-off:before {
  content: "\f3a6";
}

/* line 224, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-radio-button-on:before {
  content: "\f3a7";
}

/* line 226, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-refresh:before {
  content: "\f3a8";
}

/* line 228, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-remove:before {
  content: "\f2f4";
}

/* line 230, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-remove-circle:before {
  content: "\f3a9";
}

/* line 232, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-restaurant:before {
  content: "\f3aa";
}

/* line 234, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-sad:before {
  content: "\f3ab";
}

/* line 236, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-search:before {
  content: "\f2f5";
}

/* line 238, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-send:before {
  content: "\f2f6";
}

/* line 240, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-settings:before {
  content: "\f2f7";
}

/* line 242, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-share:before {
  content: "\f2f8";
}

/* line 244, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-share-alt:before {
  content: "\f3ac";
}

/* line 246, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-star:before {
  content: "\f2fc";
}

/* line 248, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-star-half:before {
  content: "\f3ad";
}

/* line 250, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-star-outline:before {
  content: "\f3ae";
}

/* line 252, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-stopwatch:before {
  content: "\f2fd";
}

/* line 254, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-subway:before {
  content: "\f3af";
}

/* line 256, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-sunny:before {
  content: "\f3b0";
}

/* line 258, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-sync:before {
  content: "\f3b1";
}

/* line 260, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-textsms:before {
  content: "\f3b2";
}

/* line 262, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-time:before {
  content: "\f3b3";
}

/* line 264, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-train:before {
  content: "\f3b4";
}

/* line 266, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-unlock:before {
  content: "\f3b5";
}

/* line 268, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-upload:before {
  content: "\f3b6";
}

/* line 270, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-volume-down:before {
  content: "\f3b7";
}

/* line 272, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-volume-mute:before {
  content: "\f3b8";
}

/* line 274, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-volume-off:before {
  content: "\f3b9";
}

/* line 276, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-volume-up:before {
  content: "\f3ba";
}

/* line 278, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-walk:before {
  content: "\f3bb";
}

/* line 280, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-warning:before {
  content: "\f3bc";
}

/* line 282, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-watch:before {
  content: "\f3bd";
}

/* line 284, app/assets/stylesheets/application/components/ionicons.scss */
.ion-android-wifi:before {
  content: "\f305";
}

/* line 286, app/assets/stylesheets/application/components/ionicons.scss */
.ion-aperture:before {
  content: "\f313";
}

/* line 288, app/assets/stylesheets/application/components/ionicons.scss */
.ion-archive:before {
  content: "\f102";
}

/* line 290, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-down-a:before {
  content: "\f103";
}

/* line 292, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-down-b:before {
  content: "\f104";
}

/* line 294, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-down-c:before {
  content: "\f105";
}

/* line 296, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-expand:before {
  content: "\f25e";
}

/* line 298, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

/* line 300, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-graph-down-right:before {
  content: "\f260";
}

/* line 302, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-graph-up-left:before {
  content: "\f261";
}

/* line 304, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-graph-up-right:before {
  content: "\f262";
}

/* line 306, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-left-a:before {
  content: "\f106";
}

/* line 308, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-left-b:before {
  content: "\f107";
}

/* line 310, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-left-c:before {
  content: "\f108";
}

/* line 312, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-move:before {
  content: "\f263";
}

/* line 314, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-resize:before {
  content: "\f264";
}

/* line 316, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-return-left:before {
  content: "\f265";
}

/* line 318, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-return-right:before {
  content: "\f266";
}

/* line 320, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-right-a:before {
  content: "\f109";
}

/* line 322, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-right-b:before {
  content: "\f10a";
}

/* line 324, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-right-c:before {
  content: "\f10b";
}

/* line 326, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-shrink:before {
  content: "\f267";
}

/* line 328, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-swap:before {
  content: "\f268";
}

/* line 330, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-up-a:before {
  content: "\f10c";
}

/* line 332, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-up-b:before {
  content: "\f10d";
}

/* line 334, app/assets/stylesheets/application/components/ionicons.scss */
.ion-arrow-up-c:before {
  content: "\f10e";
}

/* line 336, app/assets/stylesheets/application/components/ionicons.scss */
.ion-asterisk:before {
  content: "\f314";
}

/* line 338, app/assets/stylesheets/application/components/ionicons.scss */
.ion-at:before {
  content: "\f10f";
}

/* line 340, app/assets/stylesheets/application/components/ionicons.scss */
.ion-backspace:before {
  content: "\f3bf";
}

/* line 342, app/assets/stylesheets/application/components/ionicons.scss */
.ion-backspace-outline:before {
  content: "\f3be";
}

/* line 344, app/assets/stylesheets/application/components/ionicons.scss */
.ion-bag:before {
  content: "\f110";
}

/* line 346, app/assets/stylesheets/application/components/ionicons.scss */
.ion-battery-charging:before {
  content: "\f111";
}

/* line 348, app/assets/stylesheets/application/components/ionicons.scss */
.ion-battery-empty:before {
  content: "\f112";
}

/* line 350, app/assets/stylesheets/application/components/ionicons.scss */
.ion-battery-full:before {
  content: "\f113";
}

/* line 352, app/assets/stylesheets/application/components/ionicons.scss */
.ion-battery-half:before {
  content: "\f114";
}

/* line 354, app/assets/stylesheets/application/components/ionicons.scss */
.ion-battery-low:before {
  content: "\f115";
}

/* line 356, app/assets/stylesheets/application/components/ionicons.scss */
.ion-beaker:before {
  content: "\f269";
}

/* line 358, app/assets/stylesheets/application/components/ionicons.scss */
.ion-beer:before {
  content: "\f26a";
}

/* line 360, app/assets/stylesheets/application/components/ionicons.scss */
.ion-bluetooth:before {
  content: "\f116";
}

/* line 362, app/assets/stylesheets/application/components/ionicons.scss */
.ion-bonfire:before {
  content: "\f315";
}

/* line 364, app/assets/stylesheets/application/components/ionicons.scss */
.ion-bookmark:before {
  content: "\f26b";
}

/* line 366, app/assets/stylesheets/application/components/ionicons.scss */
.ion-bowtie:before {
  content: "\f3c0";
}

/* line 368, app/assets/stylesheets/application/components/ionicons.scss */
.ion-briefcase:before {
  content: "\f26c";
}

/* line 370, app/assets/stylesheets/application/components/ionicons.scss */
.ion-bug:before {
  content: "\f2be";
}

/* line 372, app/assets/stylesheets/application/components/ionicons.scss */
.ion-calculator:before {
  content: "\f26d";
}

/* line 374, app/assets/stylesheets/application/components/ionicons.scss */
.ion-calendar:before {
  content: "\f117";
}

/* line 376, app/assets/stylesheets/application/components/ionicons.scss */
.ion-camera:before {
  content: "\f118";
}

/* line 378, app/assets/stylesheets/application/components/ionicons.scss */
.ion-card:before {
  content: "\f119";
}

/* line 380, app/assets/stylesheets/application/components/ionicons.scss */
.ion-cash:before {
  content: "\f316";
}

/* line 382, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chatbox:before {
  content: "\f11b";
}

/* line 384, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chatbox-working:before {
  content: "\f11a";
}

/* line 386, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chatboxes:before {
  content: "\f11c";
}

/* line 388, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chatbubble:before {
  content: "\f11e";
}

/* line 390, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chatbubble-working:before {
  content: "\f11d";
}

/* line 392, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chatbubbles:before {
  content: "\f11f";
}

/* line 394, app/assets/stylesheets/application/components/ionicons.scss */
.ion-checkmark:before {
  content: "\f122";
}

/* line 396, app/assets/stylesheets/application/components/ionicons.scss */
.ion-checkmark-circled:before {
  content: "\f120";
}

/* line 398, app/assets/stylesheets/application/components/ionicons.scss */
.ion-checkmark-round:before {
  content: "\f121";
}

/* line 400, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chevron-down:before {
  content: "\f123";
}

/* line 402, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chevron-left:before {
  content: "\f124";
}

/* line 404, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chevron-right:before {
  content: "\f125";
}

/* line 406, app/assets/stylesheets/application/components/ionicons.scss */
.ion-chevron-up:before {
  content: "\f126";
}

/* line 408, app/assets/stylesheets/application/components/ionicons.scss */
.ion-clipboard:before {
  content: "\f127";
}

/* line 410, app/assets/stylesheets/application/components/ionicons.scss */
.ion-clock:before {
  content: "\f26e";
}

/* line 412, app/assets/stylesheets/application/components/ionicons.scss */
.ion-close:before {
  content: "\f12a";
}

/* line 414, app/assets/stylesheets/application/components/ionicons.scss */
.ion-close-circled:before {
  content: "\f128";
}

/* line 416, app/assets/stylesheets/application/components/ionicons.scss */
.ion-close-round:before {
  content: "\f129";
}

/* line 418, app/assets/stylesheets/application/components/ionicons.scss */
.ion-closed-captioning:before {
  content: "\f317";
}

/* line 420, app/assets/stylesheets/application/components/ionicons.scss */
.ion-cloud:before {
  content: "\f12b";
}

/* line 422, app/assets/stylesheets/application/components/ionicons.scss */
.ion-code:before {
  content: "\f271";
}

/* line 424, app/assets/stylesheets/application/components/ionicons.scss */
.ion-code-download:before {
  content: "\f26f";
}

/* line 426, app/assets/stylesheets/application/components/ionicons.scss */
.ion-code-working:before {
  content: "\f270";
}

/* line 428, app/assets/stylesheets/application/components/ionicons.scss */
.ion-coffee:before {
  content: "\f272";
}

/* line 430, app/assets/stylesheets/application/components/ionicons.scss */
.ion-compass:before {
  content: "\f273";
}

/* line 432, app/assets/stylesheets/application/components/ionicons.scss */
.ion-compose:before {
  content: "\f12c";
}

/* line 434, app/assets/stylesheets/application/components/ionicons.scss */
.ion-connection-bars:before {
  content: "\f274";
}

/* line 436, app/assets/stylesheets/application/components/ionicons.scss */
.ion-contrast:before {
  content: "\f275";
}

/* line 438, app/assets/stylesheets/application/components/ionicons.scss */
.ion-crop:before {
  content: "\f3c1";
}

/* line 440, app/assets/stylesheets/application/components/ionicons.scss */
.ion-cube:before {
  content: "\f318";
}

/* line 442, app/assets/stylesheets/application/components/ionicons.scss */
.ion-disc:before {
  content: "\f12d";
}

/* line 444, app/assets/stylesheets/application/components/ionicons.scss */
.ion-document:before {
  content: "\f12f";
}

/* line 446, app/assets/stylesheets/application/components/ionicons.scss */
.ion-document-text:before {
  content: "\f12e";
}

/* line 448, app/assets/stylesheets/application/components/ionicons.scss */
.ion-drag:before {
  content: "\f130";
}

/* line 450, app/assets/stylesheets/application/components/ionicons.scss */
.ion-earth:before {
  content: "\f276";
}

/* line 452, app/assets/stylesheets/application/components/ionicons.scss */
.ion-easel:before {
  content: "\f3c2";
}

/* line 454, app/assets/stylesheets/application/components/ionicons.scss */
.ion-edit:before {
  content: "\f2bf";
}

/* line 456, app/assets/stylesheets/application/components/ionicons.scss */
.ion-egg:before {
  content: "\f277";
}

/* line 458, app/assets/stylesheets/application/components/ionicons.scss */
.ion-eject:before {
  content: "\f131";
}

/* line 460, app/assets/stylesheets/application/components/ionicons.scss */
.ion-email:before {
  content: "\f132";
}

/* line 462, app/assets/stylesheets/application/components/ionicons.scss */
.ion-email-unread:before {
  content: "\f3c3";
}

/* line 464, app/assets/stylesheets/application/components/ionicons.scss */
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

/* line 466, app/assets/stylesheets/application/components/ionicons.scss */
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

/* line 468, app/assets/stylesheets/application/components/ionicons.scss */
.ion-eye:before {
  content: "\f133";
}

/* line 470, app/assets/stylesheets/application/components/ionicons.scss */
.ion-eye-disabled:before {
  content: "\f306";
}

/* line 472, app/assets/stylesheets/application/components/ionicons.scss */
.ion-female:before {
  content: "\f278";
}

/* line 474, app/assets/stylesheets/application/components/ionicons.scss */
.ion-filing:before {
  content: "\f134";
}

/* line 476, app/assets/stylesheets/application/components/ionicons.scss */
.ion-film-marker:before {
  content: "\f135";
}

/* line 478, app/assets/stylesheets/application/components/ionicons.scss */
.ion-fireball:before {
  content: "\f319";
}

/* line 480, app/assets/stylesheets/application/components/ionicons.scss */
.ion-flag:before {
  content: "\f279";
}

/* line 482, app/assets/stylesheets/application/components/ionicons.scss */
.ion-flame:before {
  content: "\f31a";
}

/* line 484, app/assets/stylesheets/application/components/ionicons.scss */
.ion-flash:before {
  content: "\f137";
}

/* line 486, app/assets/stylesheets/application/components/ionicons.scss */
.ion-flash-off:before {
  content: "\f136";
}

/* line 488, app/assets/stylesheets/application/components/ionicons.scss */
.ion-folder:before {
  content: "\f139";
}

/* line 490, app/assets/stylesheets/application/components/ionicons.scss */
.ion-fork:before {
  content: "\f27a";
}

/* line 492, app/assets/stylesheets/application/components/ionicons.scss */
.ion-fork-repo:before {
  content: "\f2c0";
}

/* line 494, app/assets/stylesheets/application/components/ionicons.scss */
.ion-forward:before {
  content: "\f13a";
}

/* line 496, app/assets/stylesheets/application/components/ionicons.scss */
.ion-funnel:before {
  content: "\f31b";
}

/* line 498, app/assets/stylesheets/application/components/ionicons.scss */
.ion-gear-a:before {
  content: "\f13d";
}

/* line 500, app/assets/stylesheets/application/components/ionicons.scss */
.ion-gear-b:before {
  content: "\f13e";
}

/* line 502, app/assets/stylesheets/application/components/ionicons.scss */
.ion-grid:before {
  content: "\f13f";
}

/* line 504, app/assets/stylesheets/application/components/ionicons.scss */
.ion-hammer:before {
  content: "\f27b";
}

/* line 506, app/assets/stylesheets/application/components/ionicons.scss */
.ion-happy:before {
  content: "\f31c";
}

/* line 508, app/assets/stylesheets/application/components/ionicons.scss */
.ion-happy-outline:before {
  content: "\f3c6";
}

/* line 510, app/assets/stylesheets/application/components/ionicons.scss */
.ion-headphone:before {
  content: "\f140";
}

/* line 512, app/assets/stylesheets/application/components/ionicons.scss */
.ion-heart:before {
  content: "\f141";
}

/* line 514, app/assets/stylesheets/application/components/ionicons.scss */
.ion-heart-broken:before {
  content: "\f31d";
}

/* line 516, app/assets/stylesheets/application/components/ionicons.scss */
.ion-help:before {
  content: "\f143";
}

/* line 518, app/assets/stylesheets/application/components/ionicons.scss */
.ion-help-buoy:before {
  content: "\f27c";
}

/* line 520, app/assets/stylesheets/application/components/ionicons.scss */
.ion-help-circled:before {
  content: "\f142";
}

/* line 522, app/assets/stylesheets/application/components/ionicons.scss */
.ion-home:before {
  content: "\f144";
}

/* line 524, app/assets/stylesheets/application/components/ionicons.scss */
.ion-icecream:before {
  content: "\f27d";
}

/* line 526, app/assets/stylesheets/application/components/ionicons.scss */
.ion-image:before {
  content: "\f147";
}

/* line 528, app/assets/stylesheets/application/components/ionicons.scss */
.ion-images:before {
  content: "\f148";
}

/* line 530, app/assets/stylesheets/application/components/ionicons.scss */
.ion-information:before {
  content: "\f14a";
}

/* line 532, app/assets/stylesheets/application/components/ionicons.scss */
.ion-information-circled:before {
  content: "\f149";
}

/* line 534, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ionic:before {
  content: "\f14b";
}

/* line 536, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-alarm:before {
  content: "\f3c8";
}

/* line 538, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

/* line 540, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-albums:before {
  content: "\f3ca";
}

/* line 542, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-albums-outline:before {
  content: "\f3c9";
}

/* line 544, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-americanfootball:before {
  content: "\f3cc";
}

/* line 546, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

/* line 548, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-analytics:before {
  content: "\f3ce";
}

/* line 550, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

/* line 552, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-back:before {
  content: "\f3cf";
}

/* line 554, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-down:before {
  content: "\f3d0";
}

/* line 556, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

/* line 558, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-left:before {
  content: "\f3d2";
}

/* line 560, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-right:before {
  content: "\f3d3";
}

/* line 562, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

/* line 564, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

/* line 566, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

/* line 568, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

/* line 570, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-arrow-up:before {
  content: "\f3d8";
}

/* line 572, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-at:before {
  content: "\f3da";
}

/* line 574, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-at-outline:before {
  content: "\f3d9";
}

/* line 576, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-barcode:before {
  content: "\f3dc";
}

/* line 578, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-barcode-outline:before {
  content: "\f3db";
}

/* line 580, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-baseball:before {
  content: "\f3de";
}

/* line 582, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

/* line 584, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-basketball:before {
  content: "\f3e0";
}

/* line 586, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-basketball-outline:before {
  content: "\f3df";
}

/* line 588, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-bell:before {
  content: "\f3e2";
}

/* line 590, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-bell-outline:before {
  content: "\f3e1";
}

/* line 592, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-body:before {
  content: "\f3e4";
}

/* line 594, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-body-outline:before {
  content: "\f3e3";
}

/* line 596, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-bolt:before {
  content: "\f3e6";
}

/* line 598, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

/* line 600, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-book:before {
  content: "\f3e8";
}

/* line 602, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-book-outline:before {
  content: "\f3e7";
}

/* line 604, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-bookmarks:before {
  content: "\f3ea";
}

/* line 606, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

/* line 608, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-box:before {
  content: "\f3ec";
}

/* line 610, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-box-outline:before {
  content: "\f3eb";
}

/* line 612, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-briefcase:before {
  content: "\f3ee";
}

/* line 614, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

/* line 616, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-browsers:before {
  content: "\f3f0";
}

/* line 618, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

/* line 620, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-calculator:before {
  content: "\f3f2";
}

/* line 622, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

/* line 624, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-calendar:before {
  content: "\f3f4";
}

/* line 626, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

/* line 628, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-camera:before {
  content: "\f3f6";
}

/* line 630, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-camera-outline:before {
  content: "\f3f5";
}

/* line 632, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cart:before {
  content: "\f3f8";
}

/* line 634, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cart-outline:before {
  content: "\f3f7";
}

/* line 636, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-chatboxes:before {
  content: "\f3fa";
}

/* line 638, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

/* line 640, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-chatbubble:before {
  content: "\f3fc";
}

/* line 642, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

/* line 644, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-checkmark:before {
  content: "\f3ff";
}

/* line 646, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

/* line 648, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

/* line 650, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-circle-filled:before {
  content: "\f400";
}

/* line 652, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-circle-outline:before {
  content: "\f401";
}

/* line 654, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-clock:before {
  content: "\f403";
}

/* line 656, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-clock-outline:before {
  content: "\f402";
}

/* line 658, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-close:before {
  content: "\f406";
}

/* line 660, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-close-empty:before {
  content: "\f404";
}

/* line 662, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-close-outline:before {
  content: "\f405";
}

/* line 664, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloud:before {
  content: "\f40c";
}

/* line 666, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloud-download:before {
  content: "\f408";
}

/* line 668, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

/* line 670, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloud-outline:before {
  content: "\f409";
}

/* line 672, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloud-upload:before {
  content: "\f40b";
}

/* line 674, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

/* line 676, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloudy:before {
  content: "\f410";
}

/* line 678, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloudy-night:before {
  content: "\f40e";
}

/* line 680, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

/* line 682, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

/* line 684, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cog:before {
  content: "\f412";
}

/* line 686, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-cog-outline:before {
  content: "\f411";
}

/* line 688, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-color-filter:before {
  content: "\f414";
}

/* line 690, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-color-filter-outline:before {
  content: "\f413";
}

/* line 692, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-color-wand:before {
  content: "\f416";
}

/* line 694, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-color-wand-outline:before {
  content: "\f415";
}

/* line 696, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-compose:before {
  content: "\f418";
}

/* line 698, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-compose-outline:before {
  content: "\f417";
}

/* line 700, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-contact:before {
  content: "\f41a";
}

/* line 702, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-contact-outline:before {
  content: "\f419";
}

/* line 704, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-copy:before {
  content: "\f41c";
}

/* line 706, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-copy-outline:before {
  content: "\f41b";
}

/* line 708, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-crop:before {
  content: "\f41e";
}

/* line 710, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-crop-strong:before {
  content: "\f41d";
}

/* line 712, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-download:before {
  content: "\f420";
}

/* line 714, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-download-outline:before {
  content: "\f41f";
}

/* line 716, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-drag:before {
  content: "\f421";
}

/* line 718, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-email:before {
  content: "\f423";
}

/* line 720, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-email-outline:before {
  content: "\f422";
}

/* line 722, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-eye:before {
  content: "\f425";
}

/* line 724, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-eye-outline:before {
  content: "\f424";
}

/* line 726, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-fastforward:before {
  content: "\f427";
}

/* line 728, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-fastforward-outline:before {
  content: "\f426";
}

/* line 730, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-filing:before {
  content: "\f429";
}

/* line 732, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-filing-outline:before {
  content: "\f428";
}

/* line 734, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-film:before {
  content: "\f42b";
}

/* line 736, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-film-outline:before {
  content: "\f42a";
}

/* line 738, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flag:before {
  content: "\f42d";
}

/* line 740, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flag-outline:before {
  content: "\f42c";
}

/* line 742, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flame:before {
  content: "\f42f";
}

/* line 744, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flame-outline:before {
  content: "\f42e";
}

/* line 746, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flask:before {
  content: "\f431";
}

/* line 748, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flask-outline:before {
  content: "\f430";
}

/* line 750, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flower:before {
  content: "\f433";
}

/* line 752, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-flower-outline:before {
  content: "\f432";
}

/* line 754, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-folder:before {
  content: "\f435";
}

/* line 756, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-folder-outline:before {
  content: "\f434";
}

/* line 758, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-football:before {
  content: "\f437";
}

/* line 760, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-football-outline:before {
  content: "\f436";
}

/* line 762, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-game-controller-a:before {
  content: "\f439";
}

/* line 764, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

/* line 766, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-game-controller-b:before {
  content: "\f43b";
}

/* line 768, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

/* line 770, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-gear:before {
  content: "\f43d";
}

/* line 772, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-gear-outline:before {
  content: "\f43c";
}

/* line 774, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-glasses:before {
  content: "\f43f";
}

/* line 776, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-glasses-outline:before {
  content: "\f43e";
}

/* line 778, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-grid-view:before {
  content: "\f441";
}

/* line 780, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-grid-view-outline:before {
  content: "\f440";
}

/* line 782, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-heart:before {
  content: "\f443";
}

/* line 784, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-heart-outline:before {
  content: "\f442";
}

/* line 786, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-help:before {
  content: "\f446";
}

/* line 788, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-help-empty:before {
  content: "\f444";
}

/* line 790, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-help-outline:before {
  content: "\f445";
}

/* line 792, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-home:before {
  content: "\f448";
}

/* line 794, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-home-outline:before {
  content: "\f447";
}

/* line 796, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-infinite:before {
  content: "\f44a";
}

/* line 798, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-infinite-outline:before {
  content: "\f449";
}

/* line 800, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-information:before {
  content: "\f44d";
}

/* line 802, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-information-empty:before {
  content: "\f44b";
}

/* line 804, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-information-outline:before {
  content: "\f44c";
}

/* line 806, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-ionic-outline:before {
  content: "\f44e";
}

/* line 808, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-keypad:before {
  content: "\f450";
}

/* line 810, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-keypad-outline:before {
  content: "\f44f";
}

/* line 812, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-lightbulb:before {
  content: "\f452";
}

/* line 814, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

/* line 816, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-list:before {
  content: "\f454";
}

/* line 818, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-list-outline:before {
  content: "\f453";
}

/* line 820, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-location:before {
  content: "\f456";
}

/* line 822, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-location-outline:before {
  content: "\f455";
}

/* line 824, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-locked:before {
  content: "\f458";
}

/* line 826, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-locked-outline:before {
  content: "\f457";
}

/* line 828, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-loop:before {
  content: "\f45a";
}

/* line 830, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-loop-strong:before {
  content: "\f459";
}

/* line 832, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-medical:before {
  content: "\f45c";
}

/* line 834, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-medical-outline:before {
  content: "\f45b";
}

/* line 836, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-medkit:before {
  content: "\f45e";
}

/* line 838, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-medkit-outline:before {
  content: "\f45d";
}

/* line 840, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-mic:before {
  content: "\f461";
}

/* line 842, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-mic-off:before {
  content: "\f45f";
}

/* line 844, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-mic-outline:before {
  content: "\f460";
}

/* line 846, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-minus:before {
  content: "\f464";
}

/* line 848, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-minus-empty:before {
  content: "\f462";
}

/* line 850, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-minus-outline:before {
  content: "\f463";
}

/* line 852, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-monitor:before {
  content: "\f466";
}

/* line 854, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-monitor-outline:before {
  content: "\f465";
}

/* line 856, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-moon:before {
  content: "\f468";
}

/* line 858, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-moon-outline:before {
  content: "\f467";
}

/* line 860, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-more:before {
  content: "\f46a";
}

/* line 862, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-more-outline:before {
  content: "\f469";
}

/* line 864, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-musical-note:before {
  content: "\f46b";
}

/* line 866, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-musical-notes:before {
  content: "\f46c";
}

/* line 868, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-navigate:before {
  content: "\f46e";
}

/* line 870, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-navigate-outline:before {
  content: "\f46d";
}

/* line 872, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-nutrition:before {
  content: "\f470";
}

/* line 874, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

/* line 876, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-paper:before {
  content: "\f472";
}

/* line 878, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-paper-outline:before {
  content: "\f471";
}

/* line 880, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-paperplane:before {
  content: "\f474";
}

/* line 882, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-paperplane-outline:before {
  content: "\f473";
}

/* line 884, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-partlysunny:before {
  content: "\f476";
}

/* line 886, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

/* line 888, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pause:before {
  content: "\f478";
}

/* line 890, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pause-outline:before {
  content: "\f477";
}

/* line 892, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-paw:before {
  content: "\f47a";
}

/* line 894, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-paw-outline:before {
  content: "\f479";
}

/* line 896, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-people:before {
  content: "\f47c";
}

/* line 898, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-people-outline:before {
  content: "\f47b";
}

/* line 900, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-person:before {
  content: "\f47e";
}

/* line 902, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-person-outline:before {
  content: "\f47d";
}

/* line 904, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-personadd:before {
  content: "\f480";
}

/* line 906, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-personadd-outline:before {
  content: "\f47f";
}

/* line 908, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-photos:before {
  content: "\f482";
}

/* line 910, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-photos-outline:before {
  content: "\f481";
}

/* line 912, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pie:before {
  content: "\f484";
}

/* line 914, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pie-outline:before {
  content: "\f483";
}

/* line 916, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pint:before {
  content: "\f486";
}

/* line 918, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pint-outline:before {
  content: "\f485";
}

/* line 920, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-play:before {
  content: "\f488";
}

/* line 922, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-play-outline:before {
  content: "\f487";
}

/* line 924, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-plus:before {
  content: "\f48b";
}

/* line 926, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-plus-empty:before {
  content: "\f489";
}

/* line 928, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-plus-outline:before {
  content: "\f48a";
}

/* line 930, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pricetag:before {
  content: "\f48d";
}

/* line 932, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

/* line 934, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pricetags:before {
  content: "\f48f";
}

/* line 936, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

/* line 938, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-printer:before {
  content: "\f491";
}

/* line 940, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-printer-outline:before {
  content: "\f490";
}

/* line 942, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pulse:before {
  content: "\f493";
}

/* line 944, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-pulse-strong:before {
  content: "\f492";
}

/* line 946, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-rainy:before {
  content: "\f495";
}

/* line 948, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-rainy-outline:before {
  content: "\f494";
}

/* line 950, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-recording:before {
  content: "\f497";
}

/* line 952, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-recording-outline:before {
  content: "\f496";
}

/* line 954, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-redo:before {
  content: "\f499";
}

/* line 956, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-redo-outline:before {
  content: "\f498";
}

/* line 958, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-refresh:before {
  content: "\f49c";
}

/* line 960, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-refresh-empty:before {
  content: "\f49a";
}

/* line 962, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-refresh-outline:before {
  content: "\f49b";
}

/* line 964, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-reload:before {
  content: "\f49d";
}

/* line 966, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-reverse-camera:before {
  content: "\f49f";
}

/* line 968, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

/* line 970, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-rewind:before {
  content: "\f4a1";
}

/* line 972, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

/* line 974, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-rose:before {
  content: "\f4a3";
}

/* line 976, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-rose-outline:before {
  content: "\f4a2";
}

/* line 978, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-search:before {
  content: "\f4a5";
}

/* line 980, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-search-strong:before {
  content: "\f4a4";
}

/* line 982, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-settings:before {
  content: "\f4a7";
}

/* line 984, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-settings-strong:before {
  content: "\f4a6";
}

/* line 986, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-shuffle:before {
  content: "\f4a9";
}

/* line 988, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

/* line 990, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-skipbackward:before {
  content: "\f4ab";
}

/* line 992, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

/* line 994, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-skipforward:before {
  content: "\f4ad";
}

/* line 996, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

/* line 998, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-snowy:before {
  content: "\f4ae";
}

/* line 1000, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-speedometer:before {
  content: "\f4b0";
}

/* line 1002, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

/* line 1004, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-star:before {
  content: "\f4b3";
}

/* line 1006, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-star-half:before {
  content: "\f4b1";
}

/* line 1008, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-star-outline:before {
  content: "\f4b2";
}

/* line 1010, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-stopwatch:before {
  content: "\f4b5";
}

/* line 1012, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

/* line 1014, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-sunny:before {
  content: "\f4b7";
}

/* line 1016, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

/* line 1018, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-telephone:before {
  content: "\f4b9";
}

/* line 1020, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

/* line 1022, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-tennisball:before {
  content: "\f4bb";
}

/* line 1024, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

/* line 1026, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

/* line 1028, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

/* line 1030, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-time:before {
  content: "\f4bf";
}

/* line 1032, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-time-outline:before {
  content: "\f4be";
}

/* line 1034, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-timer:before {
  content: "\f4c1";
}

/* line 1036, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-timer-outline:before {
  content: "\f4c0";
}

/* line 1038, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-toggle:before {
  content: "\f4c3";
}

/* line 1040, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

/* line 1042, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-trash:before {
  content: "\f4c5";
}

/* line 1044, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-trash-outline:before {
  content: "\f4c4";
}

/* line 1046, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-undo:before {
  content: "\f4c7";
}

/* line 1048, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-undo-outline:before {
  content: "\f4c6";
}

/* line 1050, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-unlocked:before {
  content: "\f4c9";
}

/* line 1052, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

/* line 1054, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-upload:before {
  content: "\f4cb";
}

/* line 1056, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-upload-outline:before {
  content: "\f4ca";
}

/* line 1058, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-videocam:before {
  content: "\f4cd";
}

/* line 1060, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

/* line 1062, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-volume-high:before {
  content: "\f4ce";
}

/* line 1064, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-volume-low:before {
  content: "\f4cf";
}

/* line 1066, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-wineglass:before {
  content: "\f4d1";
}

/* line 1068, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

/* line 1070, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-world:before {
  content: "\f4d3";
}

/* line 1072, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ios-world-outline:before {
  content: "\f4d2";
}

/* line 1074, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ipad:before {
  content: "\f1f9";
}

/* line 1076, app/assets/stylesheets/application/components/ionicons.scss */
.ion-iphone:before {
  content: "\f1fa";
}

/* line 1078, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ipod:before {
  content: "\f1fb";
}

/* line 1080, app/assets/stylesheets/application/components/ionicons.scss */
.ion-jet:before {
  content: "\f295";
}

/* line 1082, app/assets/stylesheets/application/components/ionicons.scss */
.ion-key:before {
  content: "\f296";
}

/* line 1084, app/assets/stylesheets/application/components/ionicons.scss */
.ion-knife:before {
  content: "\f297";
}

/* line 1086, app/assets/stylesheets/application/components/ionicons.scss */
.ion-laptop:before {
  content: "\f1fc";
}

/* line 1088, app/assets/stylesheets/application/components/ionicons.scss */
.ion-leaf:before {
  content: "\f1fd";
}

/* line 1090, app/assets/stylesheets/application/components/ionicons.scss */
.ion-levels:before {
  content: "\f298";
}

/* line 1092, app/assets/stylesheets/application/components/ionicons.scss */
.ion-lightbulb:before {
  content: "\f299";
}

/* line 1094, app/assets/stylesheets/application/components/ionicons.scss */
.ion-link:before {
  content: "\f1fe";
}

/* line 1096, app/assets/stylesheets/application/components/ionicons.scss */
.ion-load-a:before {
  content: "\f29a";
}

/* line 1098, app/assets/stylesheets/application/components/ionicons.scss */
.ion-load-b:before {
  content: "\f29b";
}

/* line 1100, app/assets/stylesheets/application/components/ionicons.scss */
.ion-load-c:before {
  content: "\f29c";
}

/* line 1102, app/assets/stylesheets/application/components/ionicons.scss */
.ion-load-d:before {
  content: "\f29d";
}

/* line 1104, app/assets/stylesheets/application/components/ionicons.scss */
.ion-location:before {
  content: "\f1ff";
}

/* line 1106, app/assets/stylesheets/application/components/ionicons.scss */
.ion-lock-combination:before {
  content: "\f4d4";
}

/* line 1108, app/assets/stylesheets/application/components/ionicons.scss */
.ion-locked:before {
  content: "\f200";
}

/* line 1110, app/assets/stylesheets/application/components/ionicons.scss */
.ion-log-in:before {
  content: "\f29e";
}

/* line 1112, app/assets/stylesheets/application/components/ionicons.scss */
.ion-log-out:before {
  content: "\f29f";
}

/* line 1114, app/assets/stylesheets/application/components/ionicons.scss */
.ion-loop:before {
  content: "\f201";
}

/* line 1116, app/assets/stylesheets/application/components/ionicons.scss */
.ion-magnet:before {
  content: "\f2a0";
}

/* line 1118, app/assets/stylesheets/application/components/ionicons.scss */
.ion-male:before {
  content: "\f2a1";
}

/* line 1120, app/assets/stylesheets/application/components/ionicons.scss */
.ion-man:before {
  content: "\f202";
}

/* line 1122, app/assets/stylesheets/application/components/ionicons.scss */
.ion-map:before {
  content: "\f203";
}

/* line 1124, app/assets/stylesheets/application/components/ionicons.scss */
.ion-medkit:before {
  content: "\f2a2";
}

/* line 1126, app/assets/stylesheets/application/components/ionicons.scss */
.ion-merge:before {
  content: "\f33f";
}

/* line 1128, app/assets/stylesheets/application/components/ionicons.scss */
.ion-mic-a:before {
  content: "\f204";
}

/* line 1130, app/assets/stylesheets/application/components/ionicons.scss */
.ion-mic-b:before {
  content: "\f205";
}

/* line 1132, app/assets/stylesheets/application/components/ionicons.scss */
.ion-mic-c:before {
  content: "\f206";
}

/* line 1134, app/assets/stylesheets/application/components/ionicons.scss */
.ion-minus:before {
  content: "\f209";
}

/* line 1136, app/assets/stylesheets/application/components/ionicons.scss */
.ion-minus-circled:before {
  content: "\f207";
}

/* line 1138, app/assets/stylesheets/application/components/ionicons.scss */
.ion-minus-round:before {
  content: "\f208";
}

/* line 1140, app/assets/stylesheets/application/components/ionicons.scss */
.ion-model-s:before {
  content: "\f2c1";
}

/* line 1142, app/assets/stylesheets/application/components/ionicons.scss */
.ion-monitor:before {
  content: "\f20a";
}

/* line 1144, app/assets/stylesheets/application/components/ionicons.scss */
.ion-more:before {
  content: "\f20b";
}

/* line 1146, app/assets/stylesheets/application/components/ionicons.scss */
.ion-mouse:before {
  content: "\f340";
}

/* line 1148, app/assets/stylesheets/application/components/ionicons.scss */
.ion-music-note:before {
  content: "\f20c";
}

/* line 1150, app/assets/stylesheets/application/components/ionicons.scss */
.ion-navicon:before {
  content: "\f20e";
}

/* line 1152, app/assets/stylesheets/application/components/ionicons.scss */
.ion-navicon-round:before {
  content: "\f20d";
}

/* line 1154, app/assets/stylesheets/application/components/ionicons.scss */
.ion-navigate:before {
  content: "\f2a3";
}

/* line 1156, app/assets/stylesheets/application/components/ionicons.scss */
.ion-network:before {
  content: "\f341";
}

/* line 1158, app/assets/stylesheets/application/components/ionicons.scss */
.ion-no-smoking:before {
  content: "\f2c2";
}

/* line 1160, app/assets/stylesheets/application/components/ionicons.scss */
.ion-nuclear:before {
  content: "\f2a4";
}

/* line 1162, app/assets/stylesheets/application/components/ionicons.scss */
.ion-outlet:before {
  content: "\f342";
}

/* line 1164, app/assets/stylesheets/application/components/ionicons.scss */
.ion-paintbrush:before {
  content: "\f4d5";
}

/* line 1166, app/assets/stylesheets/application/components/ionicons.scss */
.ion-paintbucket:before {
  content: "\f4d6";
}

/* line 1168, app/assets/stylesheets/application/components/ionicons.scss */
.ion-paper-airplane:before {
  content: "\f2c3";
}

/* line 1170, app/assets/stylesheets/application/components/ionicons.scss */
.ion-paperclip:before {
  content: "\f20f";
}

/* line 1172, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pause:before {
  content: "\f210";
}

/* line 1174, app/assets/stylesheets/application/components/ionicons.scss */
.ion-person:before {
  content: "\f213";
}

/* line 1176, app/assets/stylesheets/application/components/ionicons.scss */
.ion-person-add:before {
  content: "\f211";
}

/* line 1178, app/assets/stylesheets/application/components/ionicons.scss */
.ion-person-stalker:before {
  content: "\f212";
}

/* line 1180, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pie-graph:before {
  content: "\f2a5";
}

/* line 1182, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pin:before {
  content: "\f2a6";
}

/* line 1184, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pinpoint:before {
  content: "\f2a7";
}

/* line 1186, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pizza:before {
  content: "\f2a8";
}

/* line 1188, app/assets/stylesheets/application/components/ionicons.scss */
.ion-plane:before {
  content: "\f214";
}

/* line 1190, app/assets/stylesheets/application/components/ionicons.scss */
.ion-planet:before {
  content: "\f343";
}

/* line 1192, app/assets/stylesheets/application/components/ionicons.scss */
.ion-play:before {
  content: "\f215";
}

/* line 1194, app/assets/stylesheets/application/components/ionicons.scss */
.ion-playstation:before {
  content: "\f30a";
}

/* line 1196, app/assets/stylesheets/application/components/ionicons.scss */
.ion-plus:before {
  content: "\f218";
}

/* line 1198, app/assets/stylesheets/application/components/ionicons.scss */
.ion-plus-circled:before {
  content: "\f216";
}

/* line 1200, app/assets/stylesheets/application/components/ionicons.scss */
.ion-plus-round:before {
  content: "\f217";
}

/* line 1202, app/assets/stylesheets/application/components/ionicons.scss */
.ion-podium:before {
  content: "\f344";
}

/* line 1204, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pound:before {
  content: "\f219";
}

/* line 1206, app/assets/stylesheets/application/components/ionicons.scss */
.ion-power:before {
  content: "\f2a9";
}

/* line 1208, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pricetag:before {
  content: "\f2aa";
}

/* line 1210, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pricetags:before {
  content: "\f2ab";
}

/* line 1212, app/assets/stylesheets/application/components/ionicons.scss */
.ion-printer:before {
  content: "\f21a";
}

/* line 1214, app/assets/stylesheets/application/components/ionicons.scss */
.ion-pull-request:before {
  content: "\f345";
}

/* line 1216, app/assets/stylesheets/application/components/ionicons.scss */
.ion-qr-scanner:before {
  content: "\f346";
}

/* line 1218, app/assets/stylesheets/application/components/ionicons.scss */
.ion-quote:before {
  content: "\f347";
}

/* line 1220, app/assets/stylesheets/application/components/ionicons.scss */
.ion-radio-waves:before {
  content: "\f2ac";
}

/* line 1222, app/assets/stylesheets/application/components/ionicons.scss */
.ion-record:before {
  content: "\f21b";
}

/* line 1224, app/assets/stylesheets/application/components/ionicons.scss */
.ion-refresh:before {
  content: "\f21c";
}

/* line 1226, app/assets/stylesheets/application/components/ionicons.scss */
.ion-reply:before {
  content: "\f21e";
}

/* line 1228, app/assets/stylesheets/application/components/ionicons.scss */
.ion-reply-all:before {
  content: "\f21d";
}

/* line 1230, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ribbon-a:before {
  content: "\f348";
}

/* line 1232, app/assets/stylesheets/application/components/ionicons.scss */
.ion-ribbon-b:before {
  content: "\f349";
}

/* line 1234, app/assets/stylesheets/application/components/ionicons.scss */
.ion-sad:before {
  content: "\f34a";
}

/* line 1236, app/assets/stylesheets/application/components/ionicons.scss */
.ion-sad-outline:before {
  content: "\f4d7";
}

/* line 1238, app/assets/stylesheets/application/components/ionicons.scss */
.ion-scissors:before {
  content: "\f34b";
}

/* line 1240, app/assets/stylesheets/application/components/ionicons.scss */
.ion-search:before {
  content: "\f21f";
}

/* line 1242, app/assets/stylesheets/application/components/ionicons.scss */
.ion-settings:before {
  content: "\f2ad";
}

/* line 1244, app/assets/stylesheets/application/components/ionicons.scss */
.ion-share:before {
  content: "\f220";
}

/* line 1246, app/assets/stylesheets/application/components/ionicons.scss */
.ion-shuffle:before {
  content: "\f221";
}

/* line 1248, app/assets/stylesheets/application/components/ionicons.scss */
.ion-skip-backward:before {
  content: "\f222";
}

/* line 1250, app/assets/stylesheets/application/components/ionicons.scss */
.ion-skip-forward:before {
  content: "\f223";
}

/* line 1252, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-android:before {
  content: "\f225";
}

/* line 1254, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-android-outline:before {
  content: "\f224";
}

/* line 1256, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-angular:before {
  content: "\f4d9";
}

/* line 1258, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-angular-outline:before {
  content: "\f4d8";
}

/* line 1260, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-apple:before {
  content: "\f227";
}

/* line 1262, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-apple-outline:before {
  content: "\f226";
}

/* line 1264, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-bitcoin:before {
  content: "\f2af";
}

/* line 1266, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

/* line 1268, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-buffer:before {
  content: "\f229";
}

/* line 1270, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-buffer-outline:before {
  content: "\f228";
}

/* line 1272, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-chrome:before {
  content: "\f4db";
}

/* line 1274, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-chrome-outline:before {
  content: "\f4da";
}

/* line 1276, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-codepen:before {
  content: "\f4dd";
}

/* line 1278, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-codepen-outline:before {
  content: "\f4dc";
}

/* line 1280, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-css3:before {
  content: "\f4df";
}

/* line 1282, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-css3-outline:before {
  content: "\f4de";
}

/* line 1284, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-designernews:before {
  content: "\f22b";
}

/* line 1286, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-designernews-outline:before {
  content: "\f22a";
}

/* line 1288, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-dribbble:before {
  content: "\f22d";
}

/* line 1290, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-dribbble-outline:before {
  content: "\f22c";
}

/* line 1292, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-dropbox:before {
  content: "\f22f";
}

/* line 1294, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-dropbox-outline:before {
  content: "\f22e";
}

/* line 1296, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-euro:before {
  content: "\f4e1";
}

/* line 1298, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-euro-outline:before {
  content: "\f4e0";
}

/* line 1300, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-facebook:before {
  content: "\f231";
}

/* line 1302, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-facebook-outline:before {
  content: "\f230";
}

/* line 1304, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-foursquare:before {
  content: "\f34d";
}

/* line 1306, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-foursquare-outline:before {
  content: "\f34c";
}

/* line 1308, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

/* line 1310, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-github:before {
  content: "\f233";
}

/* line 1312, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-github-outline:before {
  content: "\f232";
}

/* line 1314, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-google:before {
  content: "\f34f";
}

/* line 1316, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-google-outline:before {
  content: "\f34e";
}

/* line 1318, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-googleplus:before {
  content: "\f235";
}

/* line 1320, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-googleplus-outline:before {
  content: "\f234";
}

/* line 1322, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-hackernews:before {
  content: "\f237";
}

/* line 1324, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-hackernews-outline:before {
  content: "\f236";
}

/* line 1326, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-html5:before {
  content: "\f4e3";
}

/* line 1328, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-html5-outline:before {
  content: "\f4e2";
}

/* line 1330, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-instagram:before {
  content: "\f351";
}

/* line 1332, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-instagram-outline:before {
  content: "\f350";
}

/* line 1334, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-javascript:before {
  content: "\f4e5";
}

/* line 1336, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-javascript-outline:before {
  content: "\f4e4";
}

/* line 1338, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-linkedin:before {
  content: "\f239";
}

/* line 1340, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-linkedin-outline:before {
  content: "\f238";
}

/* line 1342, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-markdown:before {
  content: "\f4e6";
}

/* line 1344, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-nodejs:before {
  content: "\f4e7";
}

/* line 1346, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-octocat:before {
  content: "\f4e8";
}

/* line 1348, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-pinterest:before {
  content: "\f2b1";
}

/* line 1350, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

/* line 1352, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-python:before {
  content: "\f4e9";
}

/* line 1354, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-reddit:before {
  content: "\f23b";
}

/* line 1356, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-reddit-outline:before {
  content: "\f23a";
}

/* line 1358, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-rss:before {
  content: "\f23d";
}

/* line 1360, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-rss-outline:before {
  content: "\f23c";
}

/* line 1362, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-sass:before {
  content: "\f4ea";
}

/* line 1364, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-skype:before {
  content: "\f23f";
}

/* line 1366, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-skype-outline:before {
  content: "\f23e";
}

/* line 1368, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-snapchat:before {
  content: "\f4ec";
}

/* line 1370, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

/* line 1372, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-tumblr:before {
  content: "\f241";
}

/* line 1374, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-tumblr-outline:before {
  content: "\f240";
}

/* line 1376, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-tux:before {
  content: "\f2c5";
}

/* line 1378, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-twitch:before {
  content: "\f4ee";
}

/* line 1380, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-twitch-outline:before {
  content: "\f4ed";
}

/* line 1382, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-twitter:before {
  content: "\f243";
}

/* line 1384, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-twitter-outline:before {
  content: "\f242";
}

/* line 1386, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-usd:before {
  content: "\f353";
}

/* line 1388, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-usd-outline:before {
  content: "\f352";
}

/* line 1390, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-vimeo:before {
  content: "\f245";
}

/* line 1392, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-vimeo-outline:before {
  content: "\f244";
}

/* line 1394, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-whatsapp:before {
  content: "\f4f0";
}

/* line 1396, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

/* line 1398, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-windows:before {
  content: "\f247";
}

/* line 1400, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-windows-outline:before {
  content: "\f246";
}

/* line 1402, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-wordpress:before {
  content: "\f249";
}

/* line 1404, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-wordpress-outline:before {
  content: "\f248";
}

/* line 1406, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-yahoo:before {
  content: "\f24b";
}

/* line 1408, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-yahoo-outline:before {
  content: "\f24a";
}

/* line 1410, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-yen:before {
  content: "\f4f2";
}

/* line 1412, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-yen-outline:before {
  content: "\f4f1";
}

/* line 1414, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-youtube:before {
  content: "\f24d";
}

/* line 1416, app/assets/stylesheets/application/components/ionicons.scss */
.ion-social-youtube-outline:before {
  content: "\f24c";
}

/* line 1418, app/assets/stylesheets/application/components/ionicons.scss */
.ion-soup-can:before {
  content: "\f4f4";
}

/* line 1420, app/assets/stylesheets/application/components/ionicons.scss */
.ion-soup-can-outline:before {
  content: "\f4f3";
}

/* line 1422, app/assets/stylesheets/application/components/ionicons.scss */
.ion-speakerphone:before {
  content: "\f2b2";
}

/* line 1424, app/assets/stylesheets/application/components/ionicons.scss */
.ion-speedometer:before {
  content: "\f2b3";
}

/* line 1426, app/assets/stylesheets/application/components/ionicons.scss */
.ion-spoon:before {
  content: "\f2b4";
}

/* line 1428, app/assets/stylesheets/application/components/ionicons.scss */
.ion-star:before {
  content: "\f24e";
}

/* line 1430, app/assets/stylesheets/application/components/ionicons.scss */
.ion-stats-bars:before {
  content: "\f2b5";
}

/* line 1432, app/assets/stylesheets/application/components/ionicons.scss */
.ion-steam:before {
  content: "\f30b";
}

/* line 1434, app/assets/stylesheets/application/components/ionicons.scss */
.ion-stop:before {
  content: "\f24f";
}

/* line 1436, app/assets/stylesheets/application/components/ionicons.scss */
.ion-thermometer:before {
  content: "\f2b6";
}

/* line 1438, app/assets/stylesheets/application/components/ionicons.scss */
.ion-thumbsdown:before {
  content: "\f250";
}

/* line 1440, app/assets/stylesheets/application/components/ionicons.scss */
.ion-thumbsup:before {
  content: "\f251";
}

/* line 1442, app/assets/stylesheets/application/components/ionicons.scss */
.ion-toggle:before {
  content: "\f355";
}

/* line 1444, app/assets/stylesheets/application/components/ionicons.scss */
.ion-toggle-filled:before {
  content: "\f354";
}

/* line 1446, app/assets/stylesheets/application/components/ionicons.scss */
.ion-transgender:before {
  content: "\f4f5";
}

/* line 1448, app/assets/stylesheets/application/components/ionicons.scss */
.ion-trash-a:before {
  content: "\f252";
}

/* line 1450, app/assets/stylesheets/application/components/ionicons.scss */
.ion-trash-b:before {
  content: "\f253";
}

/* line 1452, app/assets/stylesheets/application/components/ionicons.scss */
.ion-trophy:before {
  content: "\f356";
}

/* line 1454, app/assets/stylesheets/application/components/ionicons.scss */
.ion-tshirt:before {
  content: "\f4f7";
}

/* line 1456, app/assets/stylesheets/application/components/ionicons.scss */
.ion-tshirt-outline:before {
  content: "\f4f6";
}

/* line 1458, app/assets/stylesheets/application/components/ionicons.scss */
.ion-umbrella:before {
  content: "\f2b7";
}

/* line 1460, app/assets/stylesheets/application/components/ionicons.scss */
.ion-university:before {
  content: "\f357";
}

/* line 1462, app/assets/stylesheets/application/components/ionicons.scss */
.ion-unlocked:before {
  content: "\f254";
}

/* line 1464, app/assets/stylesheets/application/components/ionicons.scss */
.ion-upload:before {
  content: "\f255";
}

/* line 1466, app/assets/stylesheets/application/components/ionicons.scss */
.ion-usb:before {
  content: "\f2b8";
}

/* line 1468, app/assets/stylesheets/application/components/ionicons.scss */
.ion-videocamera:before {
  content: "\f256";
}

/* line 1470, app/assets/stylesheets/application/components/ionicons.scss */
.ion-volume-high:before {
  content: "\f257";
}

/* line 1472, app/assets/stylesheets/application/components/ionicons.scss */
.ion-volume-low:before {
  content: "\f258";
}

/* line 1474, app/assets/stylesheets/application/components/ionicons.scss */
.ion-volume-medium:before {
  content: "\f259";
}

/* line 1476, app/assets/stylesheets/application/components/ionicons.scss */
.ion-volume-mute:before {
  content: "\f25a";
}

/* line 1478, app/assets/stylesheets/application/components/ionicons.scss */
.ion-wand:before {
  content: "\f358";
}

/* line 1480, app/assets/stylesheets/application/components/ionicons.scss */
.ion-waterdrop:before {
  content: "\f25b";
}

/* line 1482, app/assets/stylesheets/application/components/ionicons.scss */
.ion-wifi:before {
  content: "\f25c";
}

/* line 1484, app/assets/stylesheets/application/components/ionicons.scss */
.ion-wineglass:before {
  content: "\f2b9";
}

/* line 1486, app/assets/stylesheets/application/components/ionicons.scss */
.ion-woman:before {
  content: "\f25d";
}

/* line 1488, app/assets/stylesheets/application/components/ionicons.scss */
.ion-wrench:before {
  content: "\f2ba";
}

/* line 1490, app/assets/stylesheets/application/components/ionicons.scss */
.ion-xbox:before {
  content: "\f30c";
}

@font-face {
  font-family: 'icomoon';
  src: url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-564e9b64d386fd016370db3c656aadfb7bb8e30e6e7302e86ee065bbf0649c90.eot?qe3syl);
  src: url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-564e9b64d386fd016370db3c656aadfb7bb8e30e6e7302e86ee065bbf0649c90.eot?qe3syl#iefix) format("embedded-opentype"), url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-df970a907b74bbefcab009e36e8ce32dbdec869674a2f01f150971a4339ca8a5.ttf?qe3syl) format("truetype"), url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-8f03f5d993dbf3ea26182cd1d6aeccbe0baf41855444f8d5428dc34fd6180396.woff?qe3syl) format("woff"), url(https://d6ror40086i9l.cloudfront.net/assets/icomoon-8931e6e217cedef9c86700daf24ff5f98b4641bf642cebe8fb3789f1c043903a.svg?qe3syl#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/application/components/icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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 28, app/assets/stylesheets/application/components/icomoon.scss */
.icon-cancel:before {
  content: "\e912";
}

/* line 31, app/assets/stylesheets/application/components/icomoon.scss */
.icon-search:before {
  content: "\e906";
}

/* line 34, app/assets/stylesheets/application/components/icomoon.scss */
.icon-menu:before {
  content: "\e907";
}

/* line 37, app/assets/stylesheets/application/components/icomoon.scss */
.icon-folder:before {
  content: "\e908";
}

/* line 40, app/assets/stylesheets/application/components/icomoon.scss */
.icon-pen:before {
  content: "\e901";
}

/* line 43, app/assets/stylesheets/application/components/icomoon.scss */
.icon-filter:before {
  content: "\e909";
}

/* line 46, app/assets/stylesheets/application/components/icomoon.scss */
.icon-user:before {
  content: "\e90a";
}

/* line 49, app/assets/stylesheets/application/components/icomoon.scss */
.icon-email:before {
  content: "\e90b";
}

/* line 52, app/assets/stylesheets/application/components/icomoon.scss */
.icon-website:before {
  content: "\e90c";
}

/* line 55, app/assets/stylesheets/application/components/icomoon.scss */
.icon-telephone:before {
  content: "\e90d";
}

/* line 58, app/assets/stylesheets/application/components/icomoon.scss */
.icon-location:before {
  content: "\e90e";
}

/* line 61, app/assets/stylesheets/application/components/icomoon.scss */
.icon-information:before {
  content: "\e90f";
}

/* line 64, app/assets/stylesheets/application/components/icomoon.scss */
.icon-help:before {
  content: "\e910";
}

/* line 67, app/assets/stylesheets/application/components/icomoon.scss */
.icon-file:before {
  content: "\e911";
}

/* line 70, app/assets/stylesheets/application/components/icomoon.scss */
.icon-company:before {
  content: "\e904";
}

/* line 73, app/assets/stylesheets/application/components/icomoon.scss */
.icon-grid:before {
  content: "\e903";
}

/* line 76, app/assets/stylesheets/application/components/icomoon.scss */
.icon-list:before {
  content: "\e902";
}

/* line 79, app/assets/stylesheets/application/components/icomoon.scss */
.icon-notification:before {
  content: "\e905";
}

/* line 82, app/assets/stylesheets/application/components/icomoon.scss */
.icon-calendar:before {
  content: "\e900";
}

/* line 1, app/assets/stylesheets/application/components/image.scss */
.image {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 4, app/assets/stylesheets/application/components/image.scss */
.image__description {
  color: #FFF;
  font-size: 0.875rem;
  cursor: pointer;
  position: absolute;
  margin-top: 25px;
  border-radius: 50%;
  width: 114px;
  height: 114px;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}

/* line 17, app/assets/stylesheets/application/components/image.scss */
.image__description:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #939393;
}

/* line 23, app/assets/stylesheets/application/components/image.scss */
.image__description-text {
  margin-top: 47px;
  margin-left: 2px;
}

/* line 28, app/assets/stylesheets/application/components/image.scss */
.image--changeable {
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/application/components/image.scss */
.image--large-circle {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 100%;
}

/* line 40, app/assets/stylesheets/application/components/image.scss */
.image--small-circle {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
}

/* line 2, app/assets/stylesheets/application/components/list.scss */
.policyContent ol.list_parentheses {
  padding: 0 0 0 2em;
  margin: 0;
}

/* line 6, app/assets/stylesheets/application/components/list.scss */
.policyContent ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

/* line 11, app/assets/stylesheets/application/components/list.scss */
.policyContent ol.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

/* line 18, app/assets/stylesheets/application/components/list.scss */
.policyContent ol.list_alpha_parentheses {
  padding: 0 0 0 1em;
  margin: 0;
}

/* line 22, app/assets/stylesheets/application/components/list.scss */
.policyContent ol.list_alpha_parentheses li {
  margin: 0;
  list-style-type: none;
  counter-increment: cnt;
}

/* line 27, app/assets/stylesheets/application/components/list.scss */
.policyContent ol.list_alpha_parentheses li::before {
  display: marker;
  content: "(" counter(cnt, lower-alpha) ") ";
}

/* line 1, app/assets/stylesheets/application/components/loading.scss */
.loading {
  display: inline-block;
  position: relative;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 65px;
  padding-top: 92px;
}

/* line 17, app/assets/stylesheets/application/components/loading.scss */
.loading div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #00A0E2;
  border-radius: 50%;
  animation: loading 1.2s linear infinite;
}

/* line 25, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

/* line 31, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

/* line 37, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

/* line 43, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

/* line 49, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

/* line 55, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

/* line 61, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

/* line 67, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

/* line 73, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

/* line 79, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

/* line 85, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

/* line 91, app/assets/stylesheets/application/components/loading.scss */
.loading div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

/* line 98, app/assets/stylesheets/application/components/loading.scss */
.loading--hide {
  display: none;
}

/* line 102, app/assets/stylesheets/application/components/loading.scss */
.loading::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 113, app/assets/stylesheets/application/components/loading.scss */
.loading--block {
  display: inline-block;
}

/* line 116, app/assets/stylesheets/application/components/loading.scss */
.loading--block::before {
  content: initial;
}

@keyframes loading {
  0%,
20%,
80%,
100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

/* line 149, app/assets/stylesheets/application/components/loading.scss */
.loading-text span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

/* line 155, app/assets/stylesheets/application/components/loading.scss */
.loading-text span:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 159, app/assets/stylesheets/application/components/loading.scss */
.loading-text span:nth-child(3) {
  animation-delay: 0.4s;
}

/* line 2, app/assets/stylesheets/application/components/panel.scss */
.panel--header {
  display: flex;
}

/* line 6, app/assets/stylesheets/application/components/panel.scss */
.panel--default {
  background-color: #FFF;
  padding: 1.5rem;
  border: 1px solid #DDD;
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/application/components/panel.scss */
.panel--letter {
  min-height: 930px;
  padding: 80px 50px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 19, app/assets/stylesheets/application/components/panel.scss */
.panel--letter .panel__content {
  padding-left: 30px;
}

/* line 24, app/assets/stylesheets/application/components/panel.scss */
.panel--full {
  width: 100%;
}

/* line 28, app/assets/stylesheets/application/components/panel.scss */
.panel--top {
  margin-bottom: 30px;
}

/* line 32, app/assets/stylesheets/application/components/panel.scss */
.panel--top-small {
  margin-bottom: 12px;
}

/* line 36, app/assets/stylesheets/application/components/panel.scss */
.panel--item {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

/* line 42, app/assets/stylesheets/application/components/panel.scss */
.panel--light-shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 46, app/assets/stylesheets/application/components/panel.scss */
.panel--info {
  padding: 1rem 2.5rem;
  border-radius: 8px;
}

/* line 51, app/assets/stylesheets/application/components/panel.scss */
.panel__header {
  padding-bottom: 20px;
}

/* line 4, app/assets/stylesheets/application/components/percentage.scss */
.circle-chart__circular {
  width: 172px;
  height: 172px;
}

/* line 9, app/assets/stylesheets/application/components/percentage.scss */
.circle-chart__circle-bg {
  fill: none;
  stroke: #DDD;
  stroke-width: 4.6;
}

/* line 15, app/assets/stylesheets/application/components/percentage.scss */
.circle-chart__circle {
  fill: none;
  stroke-width: 4.6;
  animation: progress 1s ease-out forwards;
}

/* line 20, app/assets/stylesheets/application/components/percentage.scss */
.circle-chart__circle--blue {
  stroke: #00A0E2;
}

@keyframes progress {
  from {
    stroke-dasharray: 0 100;
  }
}

/* line 1, app/assets/stylesheets/application/components/report.scss */
.download-button {
  margin-top: -0.6rem;
  color: #343434;
}

/* line 5, app/assets/stylesheets/application/components/report.scss */
.download-button:hover {
  color: #00A0E2;
  transition: all .4s;
}

/* line 9, app/assets/stylesheets/application/components/report.scss */
.download-button:active {
  opacity: .4;
}

/* line 13, app/assets/stylesheets/application/components/report.scss */
.download-button .download-icon {
  font-size: 0.5rem;
  margin-top: 2.5rem;
  margin-left: -3.3rem;
}

/* line 1, app/assets/stylesheets/application/components/revenue.scss */
.revenue-button {
  color: #BDBDBD;
}

/* line 4, app/assets/stylesheets/application/components/revenue.scss */
.revenue-button:hover {
  color: #00A0E2;
  transition: all .4s;
}

/* line 8, app/assets/stylesheets/application/components/revenue.scss */
.revenue-button:active {
  opacity: .4;
}

/* line 12, app/assets/stylesheets/application/components/revenue.scss */
.revenue-button .revenue-icon {
  font-size: 0.75rem;
  margin-top: 2.5rem;
}

/* line 16, app/assets/stylesheets/application/components/revenue.scss */
.revenue-button .revenue-icon__edit {
  margin-left: -2.2rem;
}

/* line 20, app/assets/stylesheets/application/components/revenue.scss */
.revenue-button .revenue-icon__copy {
  margin-left: -1.8rem;
}

/* line 24, app/assets/stylesheets/application/components/revenue.scss */
.revenue-button .revenue-icon__trash {
  margin-left: -1.7rem;
}

/* line 1, app/assets/stylesheets/application/components/spinner.scss */
.spinner {
  margin-top: 70px;
  margin-bottom: 70px;
}

/* line 5, app/assets/stylesheets/application/components/spinner.scss */
.spinner .loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #00A0E2;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  margin-top: 50px;
  z-index: 2;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 25, app/assets/stylesheets/application/components/spinner.scss */
.disabled-during-loading {
  pointer-events: none;
  opacity: 0.3;
}

/* line 1, app/assets/stylesheets/application/components/spiner_loading.scss */
.loading-spinner-wrapper {
  width: 100%;
  padding: 50px 0;
  fill: black;
}

/* line 6, app/assets/stylesheets/application/components/spiner_loading.scss */
.loading-spinner-wrapper .loading-spinner {
  display: block;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/application/components/spiner_loading.scss */
.loading-spinner-wrapper .loading-spinner circle {
  animation-name: spinner;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.05, 0.2, 0.35, 1);
  animation-iteration-count: infinite;
}

@keyframes spinner {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  25% {
    opacity: 1;
    transform: translateY(-10px);
  }
  75% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

/* line 38, app/assets/stylesheets/application/components/spiner_loading.scss */
.loading-spinner-wrapper .loading-spinner circle:nth-child(2) {
  animation-delay: 0.18s;
}

/* line 42, app/assets/stylesheets/application/components/spiner_loading.scss */
.loading-spinner-wrapper .loading-spinner circle:nth-child(3) {
  animation-delay: 0.36s;
}

/* line 2, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab--scroll {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 8, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list {
  background-color: #FFF;
  color: #939393;
  position: relative;
}

/* line 13, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list__quantity {
  color: #FFF;
  padding: 4px 10px;
  border-radius: 3px;
  background: #DDD;
}

/* line 19, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list__quantity--primary {
  background: #00A0E2;
}

/* line 23, app/assets/stylesheets/application/components/table_tab.scss */
.active .table-tab__tab-list__quantity {
  background: #00A0E2;
}

/* line 28, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list .nav, .table-tab__tab-list .tab-nav {
  width: 100%;
}

/* line 31, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list .nav--none-border {
  border-bottom: none;
}

/* line 35, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list .nav--has-border {
  border: 1px solid #939393;
  border-bottom: none;
}

/* line 41, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list .nav-link {
  color: inherit;
  font-weight: bold;
  padding: 1.3rem;
  display: inline-block;
  border-bottom: 6px solid #DDD;
}

/* line 49, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-list .active {
  border-bottom: solid 6px #00A0E2;
  color: #00A0E2;
}

/* line 55, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-content {
  border-top: 1px solid #606060;
}

/* line 58, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__tab-content--no-border {
  border-top: none;
}

/* line 63, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__search-box {
  background-color: #FFF;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #DDD;
}

/* line 69, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__search-box__filter {
  padding-left: 0.5rem;
}

/* line 73, app/assets/stylesheets/application/components/table_tab.scss */
.table-tab__search-box--center-row {
  height: 40px;
  line-height: 40px;
}

/* line 1, app/assets/stylesheets/application/components/text.scss */
.text {
  letter-spacing: 2.1px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #343434;
}

/* line 8, app/assets/stylesheets/application/components/text.scss */
.text--base {
  font-size: 1rem;
}

/* line 12, app/assets/stylesheets/application/components/text.scss */
.text--top {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 40px;
  padding-top: 10px;
}

/* line 19, app/assets/stylesheets/application/components/text.scss */
.text--title {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1.6px;
}

/* line 25, app/assets/stylesheets/application/components/text.scss */
.text--large {
  font-size: 1.5rem;
}

/* line 29, app/assets/stylesheets/application/components/text.scss */
.text--primary {
  color: #00A0E2;
}

/* line 33, app/assets/stylesheets/application/components/text.scss */
.text--gray {
  color: #939393;
}

/* line 37, app/assets/stylesheets/application/components/text.scss */
.text--normal {
  font-size: 1.125rem;
}

/* line 41, app/assets/stylesheets/application/components/text.scss */
.text--small {
  font-size: 0.75rem;
}

/* line 45, app/assets/stylesheets/application/components/text.scss */
.text--single-link {
  color: #00A0E2;
}

/* line 48, app/assets/stylesheets/application/components/text.scss */
.text--single-link:hover {
  text-decoration: none;
}

/* line 53, app/assets/stylesheets/application/components/text.scss */
.text--fw-normal {
  font-weight: normal;
}

/* line 57, app/assets/stylesheets/application/components/text.scss */
.text--placeholder {
  color: #DDD;
}

/* line 61, app/assets/stylesheets/application/components/text.scss */
.text--label {
  color: #DDD;
}

/* line 1, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 26px;
  font-size: 0.75rem;
  opacity: 1;
}

/* line 9, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  color: #FFF;
}

/* line 15, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch input:checked + .toogle-switch__slider {
  background-color: #00A0E2;
  color: #FFF;
}

/* line 20, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch input:focus + .toogle-switch__slider {
  box-shadow: 0 0 1px #00A0E2;
}

/* line 24, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch input:checked + .toogle-switch__slider::before {
  transform: translateX(-84px);
  background-color: #FFF;
}

/* line 32, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch__slider {
  padding-top: 1px;
  padding-left: 15px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  border: 1px solid #00A0E2;
  transition: 0.4s;
  color: #00A0E2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 50, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch__slider--round {
  border-radius: 22px;
  right: 0;
}

/* line 54, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch__slider--round::before {
  border-radius: 50%;
}

/* line 59, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch__slider--off {
  padding-right: 10px;
  padding-left: 0;
}

/* line 64, app/assets/stylesheets/application/components/toogle_switch.scss */
.toogle-switch__slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  right: 1px;
  bottom: 1px;
  background-color: #00A0E2;
  transition: 0.4s;
}

/* line 93, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

/* line 98, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

/* line 104, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}

/* line 110, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1rem - 0.25rem));
}

/* line 93, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}

/* line 98, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

/* line 104, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}

/* line 110, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

/* line 93, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

/* line 98, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

/* line 104, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}

/* line 110, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}

/* line 93, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}

/* line 98, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

/* line 104, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}

/* line 110, app/assets/stylesheets/application/components/toogle_switch.scss */
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2.5rem - 0.25rem));
}

/* line 1, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2-scroll-wrapper {
  padding: 5px;
  width: 100%;
  height: 100%;
  overflow: auto;
  border: 1px solid #DDD;
}

/* line 10, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-download {
  display: flex;
  margin-bottom: 10px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  width: 192px;
  text-decoration: none;
  height: 32px;
  border-radius: 8px;
}

/* line 21, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-download:hover {
  background-color: #F7F7F7;
}

/* line 25, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-download * {
  color: #00A0E2;
}

/* line 29, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-download .pdf-previewer-v2-icon-wrapper {
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
}

/* line 36, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-download .pdf-previewer-v2-icon-wrapper .pdf-previewer-v2-icon {
  width: 14px;
  height: 14px;
}

/* line 42, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-download .pdf-previewer-v2-text {
  font-size: 14px;
  font-weight: 400;
}

/* line 48, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-pages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 575.98px) {
  /* line 48, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
  .pdf-previewer-v2 .pdf-previewer-v2-pages {
    gap: 5px;
  }
}

/* line 57, app/assets/stylesheets/application/components/pdf_previewer_v2.scss */
.pdf-previewer-v2 .pdf-previewer-v2-pages .pdf-page {
  border: 1px solid #DDD;
  border-radius: 5px;
}

/* line 1, app/assets/stylesheets/application/components/annotation_text.scss */
.annotation_text {
  border-top: 1px solid #DDD;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #939393;
  white-space: pre-line;
}

/* line 1, app/assets/stylesheets/application/components/util.scss */
.disabled-link {
  opacity: .65;
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/application/views/common/share_type_so_exercise_condition_category.scss */
.common.share-type-so-exercise-condition-category.tabs .nav-tabs .nav-link {
  font-size: 1rem;
  border: 0;
}

/* line 9, app/assets/stylesheets/application/views/common/share_type_so_exercise_condition_category.scss */
.common.share-type-so-exercise-condition-category.tabs .nav-tabs .nav-link.active {
  border-bottom: 1px solid #00A0E2 !important;
}

/* line 16, app/assets/stylesheets/application/views/common/share_type_so_exercise_condition_category.scss */
.common.share-type-so-exercise-condition-category.tabs .tab-content .detail {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 15px 30px;
}

/* line 3, app/assets/stylesheets/application/views/_stocks.scss */
.stocks__list,
.stock-types__list {
  max-height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 8, app/assets/stylesheets/application/views/_stocks.scss */
.stocks__list .item:not(:last-child),
.stock-types__list .item:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .subtitle, .about_container .functions .assets_policy .subtitle, .about_container .functions .business_plan .subtitle {
  font-size: 17px;
  padding: 0.8rem;
  background-color: #AED6F1;
  margin: 1rem 0rem;
}

/* line 7, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .title, .about_container .functions .business_plan .item {
  font-size: 15px;
  padding: 0.7rem;
  border-bottom: 1px solid #00A0E2;
  margin: 2rem 0rem 1rem 0rem;
}

/* line 16, app/assets/stylesheets/application/views/about.scss */
.about_container {
  margin: 3rem 35rem 3rem 10rem;
}

/* line 19, app/assets/stylesheets/application/views/about.scss */
.about_container .product .title {
  font-size: 45px;
  color: #00A0E2;
}

/* line 24, app/assets/stylesheets/application/views/about.scss */
.about_container .table_of_contents {
  display: inline-block;
  width: 40%;
  border: 1px dotted black;
  padding: 2rem;
  margin: 1rem;
}

/* line 30, app/assets/stylesheets/application/views/about.scss */
.about_container .table_of_contents .subtitle {
  padding-left: 1rem;
}

/* line 33, app/assets/stylesheets/application/views/about.scss */
.about_container .table_of_contents .description {
  padding-left: 2rem;
}

/* line 37, app/assets/stylesheets/application/views/about.scss */
.about_container .functions {
  margin: 3rem 0rem;
}

/* line 39, app/assets/stylesheets/application/views/about.scss */
.about_container .functions .title {
  font-size: 20px;
}

/* line 49, app/assets/stylesheets/application/views/about.scss */
.about_container .functions .business_plan .text {
  margin: 0.5rem;
}

/* line 52, app/assets/stylesheets/application/views/about.scss */
.about_container .functions .business_plan .tables_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 56, app/assets/stylesheets/application/views/about.scss */
.about_container .functions .business_plan .figures_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 65, app/assets/stylesheets/application/views/about.scss */
.about_container .functions .assets_policy .simulation_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 71, app/assets/stylesheets/application/views/about.scss */
.about_container .usage {
  margin: 3rem 0rem;
}

/* line 73, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .title {
  font-size: 20px;
}

/* line 83, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .business_management {
  margin: 2rem 0rem 2rem 0rem;
}

/* line 86, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .basic_setting_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 90, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .carrying_amount_setting_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 94, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .sales_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 98, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .growth_rate {
  margin: 2rem 0rem 2rem 0rem;
}

/* line 101, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .other_examples_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 105, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .personnel_expenses_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 109, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .bonus_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 113, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .expenses_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 117, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .investment_index {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 121, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .borrowing {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 125, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .software_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 129, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .capital_increase_img {
  width: 100%;
  margin: 2rem 0rem 2rem 0rem;
}

/* line 133, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .listed_text {
  margin-left: 1em;
  text-indent: -1em;
}

/* line 137, app/assets/stylesheets/application/views/about.scss */
.about_container .usage .description .caution_text {
  color: red;
}

/* line 1, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper {
  padding: 1rem 3rem;
}

/* line 4, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .input-group {
  align-items: center;
}

/* line 8, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .change-image {
  float: right;
  max-width: 200px;
}

/* line 12, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .change-image__preview {
  width: 200px;
  height: 200px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E2;
  background-color: #FFF;
}

/* line 23, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .change-image__preview:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .change-image__choose {
  border: 1px solid #DDD;
}

/* line 34, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__add-account-link:hover {
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__title {
  font-size: 1.5rem;
  letter-spacing: 2.1px;
  margin-bottom: 50px;
}

/* line 44, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__add-account {
  height: 70px;
  background-color: #F7F7F7;
  font-size: 1.125rem;
  color: #00A0E2;
  line-height: 25px;
  font-weight: 700;
  display: block;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 56, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__account-detail {
  height: 70px;
  margin-top: 15px;
  font-size: 0.875rem;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 64, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__detail-table {
  table-layout: fixed;
}

/* line 67, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__detail-table th {
  word-wrap: break-word;
}

/* line 72, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__action {
  width: 100px;
  padding: 0.1rem 0;
}

/* line 77, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper__list {
  margin-top: 15px;
  max-width: 1000px;
  min-width: 700px;
}

/* line 83, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account {
  display: flex;
}

/* line 86, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account__info {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.6rem 1rem;
  width: 90%;
}

/* line 97, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account__name {
  font-size: 16px;
}

/* line 101, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account__actions {
  margin-left: 1rem;
  margin-top: 0.1rem;
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 108, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account__actions .btn--circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 117, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account:hover .account__info {
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 121, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account:hover .account__actions {
  opacity: 1;
}

/* line 129, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .account-container .account__info {
  width: 100%;
}

/* line 136, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .modal-dialog--medium {
  width: 40%;
  min-width: 650px;
  max-width: 700px;
}

/* line 142, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .modal-dialog--large {
  width: 60%;
  min-width: 800px;
  max-width: 900px;
}

/* line 150, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .beauty-checkbox__checkmark {
  top: 3px;
}

/* line 154, app/assets/stylesheets/application/views/accounts.scss */
.accounts-wrapper .beauty-checkbox__checkmark--small::after {
  left: 1px;
  top: -1px;
}

/* line 1, app/assets/stylesheets/application/views/approve_warning.scss */
.approve-warning {
  letter-spacing: 1.6px;
  color: #939393;
}

/* line 5, app/assets/stylesheets/application/views/approve_warning.scss */
.approve-warning__header {
  border-bottom: none;
  padding: 0;
}

/* line 9, app/assets/stylesheets/application/views/approve_warning.scss */
.approve-warning__header .close {
  padding-right: 20px;
}

/* line 14, app/assets/stylesheets/application/views/approve_warning.scss */
.approve-warning__content {
  min-width: 400px;
  font-weight: 400;
  border-radius: 0 !important;
}

/* line 20, app/assets/stylesheets/application/views/approve_warning.scss */
.approve-warning__title {
  font-weight: bold;
  font-size: 1.5rem;
}

/* line 25, app/assets/stylesheets/application/views/approve_warning.scss */
.approve-warning__action {
  background-color: #00A0E2;
  font-weight: 700;
}

/* line 30, app/assets/stylesheets/application/views/approve_warning.scss */
.approve-warning__cancel {
  background-color: #DDD;
  color: #FFF;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/application/views/base_layout.scss */
.main-content {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/application/views/base_layout.scss */
.main-content__header {
  font-size: 16px;
  padding: 1rem;
  margin: 1rem 0;
  border-left: 4px solid #00A0E2;
}

/* line 12, app/assets/stylesheets/application/views/base_layout.scss */
.main-content .link--default {
  color: #00A0E2;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/application/views/base_layout.scss */
.main-content .link--default:hover {
  text-decoration: none;
  color: #00A0E2;
  opacity: 0.8;
}

/* line 25, app/assets/stylesheets/application/views/base_layout.scss */
.main-content .form-control:focus {
  box-shadow: none;
}

/* line 31, app/assets/stylesheets/application/views/base_layout.scss */
.break-word {
  word-wrap: break-word;
}

/* line 35, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper {
  min-height: 100%;
  position: relative;
  background-color: #F7F7F7;
  min-width: 1234px;
}

/* line 41, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__breakcrumbs {
  background: #FFF;
}

/* line 44, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__breakcrumbs__main {
  width: 100%;
}

/* line 49, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__body {
  padding-bottom: 80px;
}

/* line 53, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}

/* line 60, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__icon {
  background: #DDD;
  padding: 10px 13px;
  height: 46px;
  width: 46px;
}

/* line 67, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__image {
  background: #DDD;
  padding: 3px;
}

/* line 72, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__selector {
  border: 0;
  padding: 9px 20px 9px 9px;
  height: 40px;
}

/* line 78, app/assets/stylesheets/application/views/base_layout.scss */
.wrapper__preview {
  min-width: 800px;
}

/* line 84, app/assets/stylesheets/application/views/base_layout.scss */
.footer-content__item {
  font-size: 0.875rem;
  color: #939393;
}

/* line 89, app/assets/stylesheets/application/views/base_layout.scss */
.footer-content__copyright {
  margin-top: 22px;
  height: 22px;
  font-size: 0.5rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #939393;
}

/* line 104, app/assets/stylesheets/application/views/base_layout.scss */
.far--black {
  color: #939393;
}

/* line 109, app/assets/stylesheets/application/views/base_layout.scss */
.text-vertical-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 115, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header {
  font-size: 1.125rem;
  padding: 0;
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.5);
}

/* line 122, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__link {
  color: #343434;
  font-size: 0.875rem;
  margin: 0 5px 0 5px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 130, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__link--width-fixed {
  width: 130px;
}

/* line 134, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__link:hover {
  color: #343434;
}

/* line 139, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__dropdown {
  box-shadow: 0 0 3.5px 0 rgba(124, 124, 124, 0.34);
}

/* line 142, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__dropdown:hover {
  box-shadow: 0 0 3.5px 0 rgba(124, 124, 124, 0.34);
}

/* line 146, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__dropdown:focus {
  box-shadow: 0 0 3.5px 0 rgba(124, 124, 124, 0.34);
}

/* line 151, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__avatar {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 100%;
}

/* line 159, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__company-avatar {
  height: 30px;
}

/* line 163, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__fa-bell {
  font-size: 1.5rem !important;
}

/* line 167, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__small-circle {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #00A0E2;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  right: 12px;
}

/* line 177, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__logo {
  padding: 0 0 0 10px;
}

/* line 180, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__logo .img {
  width: 100%;
}

/* line 185, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__user-name {
  padding-left: 10px;
  max-width: 250px;
}

/* line 190, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header__user-info {
  min-width: 150px;
}

@media (max-width: 1025px) {
  /* line 195, app/assets/stylesheets/application/views/base_layout.scss */
  .navigator-header__user-name {
    padding-left: 15px;
  }
}

@media (min-width: 1025px) {
  /* line 201, app/assets/stylesheets/application/views/base_layout.scss */
  .navigator-header__user-avatar {
    padding-left: 10px;
  }
  /* line 205, app/assets/stylesheets/application/views/base_layout.scss */
  .navigator-header > .navbar-collapse > ul {
    height: 90px;
  }
}

/* line 211, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header .nav-item:hover {
  background: #ecfaff;
}

/* line 216, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header .active {
  background: #00A0E2;
}

/* line 219, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header .active:hover {
  background: #00A0E2;
}

/* line 224, app/assets/stylesheets/application/views/base_layout.scss */
.navigator-header .active a {
  color: #FFF !important;
}

/* line 229, app/assets/stylesheets/application/views/base_layout.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* line 236, app/assets/stylesheets/application/views/base_layout.scss */
.modal {
  overflow-y: scroll !important;
}

/* line 2, app/assets/stylesheets/application/views/company/business.scss */
.company.business .main-content {
  font-family: 'HiraUD W5';
}

/* line 2, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 6, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .table-wrapper {
  padding-bottom: 10rem;
}

/* line 9, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .table-wrapper .table-row {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .table-wrapper .table-row:hover {
  background: #F7F7F7;
}

/* line 17, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .table-wrapper .dropdown {
  pointer-events: auto;
}

/* line 22, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .plan-tips {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 28, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .so-annotaion-icon {
  display: block;
  margin-right: 8px;
  font-size: 24px;
}

/* line 34, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .so-annotaion-message {
  display: block;
  color: #343434;
  font-family: Hiragino Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* line 46, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .member-form .nav .nav-link, .company.staffs .member-form .tab-nav .nav-link {
  font-size: 1.125rem;
  color: #343434;
}

/* line 50, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .member-form .nav .nav-link.active, .company.staffs .member-form .tab-nav .nav-link.active {
  color: #00A0E2;
  border-bottom: 1px solid #00A0E2 !important;
}

/* line 56, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .member-form .title {
  font-size: 1.125rem;
}

/* line 59, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .member-form .info-message {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
}

/* line 64, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .member-form .custom-control-input {
  padding-left: 5px;
  position: static;
}

@media (min-width: 800px) {
  /* line 70, app/assets/stylesheets/application/views/company/member.scss */
  .company.staffs .modal-upgrade {
    min-width: 970px;
  }
}

/* line 75, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .modal-upgrade .standard-plan {
  width: 50%;
}

/* line 79, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .modal-upgrade .professional-plan {
  width: 50%;
}

/* line 83, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .modal-upgrade .cyan {
  border-color: #2a539e;
  background-color: #2a539e;
}

/* line 89, app/assets/stylesheets/application/views/company/member.scss */
.company.staffs .batch-setting {
  border-bottom: 1px solid #DDD;
  padding-bottom: 1.25rem;
}

/* line 1, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
.company.payments.subscriptions {
  color: #343434;
}

/* line 6, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
.company.payments.subscriptions.new h2, .company.payments.subscriptions.edit h2 {
  font-size: 3.2142857143rem;
  line-height: 3.2857142857rem;
  font-weight: bold;
  margin-bottom: 7rem;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
  .company.payments.subscriptions.new h2, .company.payments.subscriptions.edit h2 {
    font-size: 2.5714285714rem;
    line-height: 3.7857142857rem;
    text-align: center;
  }
}

/* line 19, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
.company.payments.subscriptions.new .plan, .company.payments.subscriptions.edit .plan {
  border-radius: 8px;
  display: flex;
  padding: 2rem;
  justify-content: space-between;
  flex-direction: column;
  height: 24.7857142857rem;
  border: 1px solid #DDD;
}

/* line 29, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
.company.payments.subscriptions.new .plan .title, .company.payments.subscriptions.edit .plan .title {
  font-size: 1.6428571429rem;
  line-height: 2.1428571429rem;
  font-weight: 500;
}

/* line 35, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
.company.payments.subscriptions.new .plan .description, .company.payments.subscriptions.edit .plan .description {
  font-size: 1.2857142857rem;
  line-height: 2.1428571429rem;
  font-weight: 800;
}

/* line 41, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
.company.payments.subscriptions.new .plan.enabled, .company.payments.subscriptions.edit .plan.enabled {
  box-shadow: 0 0 10px #DDD;
}

/* line 45, app/assets/stylesheets/application/views/company/payments/subscriptions.scss */
.company.payments.subscriptions.new .plan.disabled, .company.payments.subscriptions.edit .plan.disabled {
  color: #939393;
  pointer-events: none;
}

/* line 2, app/assets/stylesheets/application/views/company.scss */
.company.mobile .check-circle {
  font-size: 9rem;
  color: #00A0E2;
}

/* line 10, app/assets/stylesheets/application/views/company.scss */
.company.growth-stages.edit .modal-header, .company.growth-stages.edit .modal-footer {
  display: block;
  text-align: center;
}

/* line 18, app/assets/stylesheets/application/views/company.scss */
.company .change-image {
  max-width: 260px;
}

/* line 21, app/assets/stylesheets/application/views/company.scss */
.company .change-image__preview {
  width: 260px;
  height: 260px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E2;
  background-color: #FFF;
}

/* line 32, app/assets/stylesheets/application/views/company.scss */
.company .change-image__preview:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.5s;
}

/* line 40, app/assets/stylesheets/application/views/company.scss */
.company .change-image__choose {
  border: 1px solid #DDD;
}

/* line 45, app/assets/stylesheets/application/views/company.scss */
.company .progressbar {
  display: block;
  overflow: hidden;
  width: 70%;
  margin-right: 2.5rem;
  z-index: 9;
}

/* line 52, app/assets/stylesheets/application/views/company.scss */
.company .progressbar__item {
  position: relative;
  float: left;
  list-style-type: none;
  width: 50%;
}

/* line 58, app/assets/stylesheets/application/views/company.scss */
.company .progressbar__item::before {
  display: block;
  margin: 0 auto .3rem;
  content: '';
  width: 18px;
  height: 18px;
  background: #DDD;
  border-radius: 50%;
}

/* line 68, app/assets/stylesheets/application/views/company.scss */
.company .progressbar__item::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #DDD;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}

/* line 79, app/assets/stylesheets/application/views/company.scss */
.company .progressbar__item:first-child::after {
  content: none;
}

/* line 84, app/assets/stylesheets/application/views/company.scss */
.company .progressbar li.active::before,
.company .progressbar li.active::after {
  background-color: #00A0E2;
  transition: background-color 0.5s ease;
}

/* line 91, app/assets/stylesheets/application/views/company.scss */
.company #company-form fieldset:not(:first-of-type) {
  display: none;
}

/* line 95, app/assets/stylesheets/application/views/company.scss */
.company .label {
  display: flex;
  align-items: center;
}

/* line 101, app/assets/stylesheets/application/views/company.scss */
.company .btn--zip-code {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #00A0E2;
  color: #FFF;
}

/* line 108, app/assets/stylesheets/application/views/company.scss */
.company .btn--zip-code:hover {
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/application/views/company.scss */
.company .preview-image img {
  width: 10rem;
  height: 10rem;
  border: 0;
}

/* line 120, app/assets/stylesheets/application/views/company.scss */
.company .preview-image img:hover {
  cursor: auto;
}

/* line 126, app/assets/stylesheets/application/views/company.scss */
.company .form-wrapper {
  max-width: 64rem;
}

/* line 131, app/assets/stylesheets/application/views/company.scss */
.company .company-form__left {
  padding: 0 4rem 0 2.2rem;
}

/* line 136, app/assets/stylesheets/application/views/company.scss */
.company .fundinno-connect {
  background-color: #FFF;
  font-size: 0.875rem;
  line-height: 60px;
  color: #343434;
  letter-spacing: 1.4px;
  font-weight: bold;
  box-shadow: 0 4px 15px 0 #e1e1e1;
  border-radius: .25rem;
  cursor: pointer;
}

/* line 147, app/assets/stylesheets/application/views/company.scss */
.company .fundinno-connect.disabled {
  opacity: .5;
  pointer-events: none;
}

/* line 153, app/assets/stylesheets/application/views/company.scss */
.company .stockholder-inner-header {
  overflow-x: auto;
  padding-top: 2rem;
}

/* line 157, app/assets/stylesheets/application/views/company.scss */
.company .stockholder-inner-header .header-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

/* line 163, app/assets/stylesheets/application/views/company.scss */
.company .stockholder-inner-header .stakeholder-header-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

/* line 169, app/assets/stylesheets/application/views/company.scss */
.company .stockholder-inner-header .tab-nav {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

/* line 173, app/assets/stylesheets/application/views/company.scss */
.company .stockholder-inner-header .tab-nav .nav-link {
  margin-right: 30px;
  font-weight: 500;
}

/* line 178, app/assets/stylesheets/application/views/company.scss */
.company .stockholder-inner-header .tab-nav .active {
  font-weight: 700;
}

/* line 184, app/assets/stylesheets/application/views/company.scss */
.company .invited-information {
  padding: 24px 47px 20px 73px;
  border: 1px solid #DDD;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}

/* line 191, app/assets/stylesheets/application/views/company.scss */
.company .invited-information .invited-icon {
  position: absolute;
  top: 24px;
  left: 26px;
}

/* line 197, app/assets/stylesheets/application/views/company.scss */
.company .invited-information .cancel-information {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
}

/* line 204, app/assets/stylesheets/application/views/company.scss */
.company .invited-information .invited-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

/* line 210, app/assets/stylesheets/application/views/company.scss */
.company .invited-information .invited-message {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.03rem;
  margin-bottom: 20px;
}

/* line 218, app/assets/stylesheets/application/views/company.scss */
.company .invited-information .add-button {
  font-weight: 900;
  font-size: 12px;
  padding: 5px 15px;
}

/* line 225, app/assets/stylesheets/application/views/company.scss */
.company .resend {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

/* line 232, app/assets/stylesheets/application/views/company.scss */
.company.fund_procurement_histories .notice {
  position: relative;
  padding: 19px 39px 19px 39px;
  background-color: #F7F7F7;
  border-radius: 15px;
}

/* line 238, app/assets/stylesheets/application/views/company.scss */
.company.fund_procurement_histories .notice .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
}

/* line 247, app/assets/stylesheets/application/views/company.scss */
.company.fund_procurement_histories .notice__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 2, app/assets/stylesheets/application/views/components/v1.scss */
.components.v1 h1 {
  margin-bottom: 1.6rem;
}

/* line 6, app/assets/stylesheets/application/views/components/v1.scss */
.components.v1 h2 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}

/* line 13, app/assets/stylesheets/application/views/components/v1.scss */
.components.v1 .menu a.nav-link {
  color: #939393;
  font-size: 1.125rem;
}

/* line 17, app/assets/stylesheets/application/views/components/v1.scss */
.components.v1 .menu a.nav-link.active {
  color: #343434;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/application/views/components/v1.scss */
.components.v1 .example {
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 32, app/assets/stylesheets/application/views/components/v1.scss */
.components.v1 .highlight {
  padding: 1rem 1.5rem;
  background-color: #F7F7F7;
  border-radius: 8px;
  font-size: 0.9375rem;
}

/* line 38, app/assets/stylesheets/application/views/components/v1.scss */
.components.v1 .highlight .hljs {
  background-color: #F7F7F7;
}

/* line 2, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 h1 {
  margin-bottom: 1.6rem;
}

/* line 6, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 h2 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}

/* line 13, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 .sidebar a.nav-link {
  color: #939393;
  font-size: 1.125rem;
}

/* line 17, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 .sidebar a.nav-link.active {
  color: #343434;
  font-weight: bold;
}

/* line 24, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 .sidebar .nav-dropdown-items {
  padding: 0 0 0 1rem;
}

/* line 31, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 .sidebar .nav-dropdown-items .nav-item {
  padding: 0;
  list-style: none;
}

/* line 38, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 .example {
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 45, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 .highlight {
  padding: 1rem 1.5rem;
  background-color: #F7F7F7;
  border-radius: 8px;
  font-size: 0.9375rem;
}

/* line 51, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2 .highlight .hljs {
  background-color: #F7F7F7;
}

/* line 58, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2.icons #icon1 .example {
  font-size: 1.75rem;
}

/* line 64, app/assets/stylesheets/application/views/components/v2.scss */
.components.v2.icons #icon-images .icon-image {
  width: 28px;
}

/* line 1, app/assets/stylesheets/application/views/external_link.scss */
.c-externalLink {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* line 7, app/assets/stylesheets/application/views/external_link.scss */
.c-externalLink__content {
  padding: 50px 30px 30px;
  border: 2px solid #C8CED3;
  text-align: center;
  border-radius: 20px;
  max-width: 740px;
}

/* line 15, app/assets/stylesheets/application/views/external_link.scss */
.c-externalLink__text {
  font-size: 14px;
  letter-spacing: 2.1px;
  color: #343434;
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/application/views/external_link.scss */
.c-externalLink__link {
  font-size: 20px;
  margin-top: 30px;
  display: inline-block;
  word-break: break-all;
}

/* line 29, app/assets/stylesheets/application/views/external_link.scss */
.c-externalLink__buttonWrap {
  width: 176px;
  margin: 50px auto 0;
}

/* line 34, app/assets/stylesheets/application/views/external_link.scss */
.c-externalLink__button {
  background-color: #00A0E2;
  color: #fff;
  border-radius: 8px;
  font-size: 1rem;
  padding: 11px 0 10px;
  border: none;
  width: 100%;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/application/views/coupon.scss */
.coupon {
  margin-top: 73px;
}

@media (max-width: 1199.98px) {
  /* line 1, app/assets/stylesheets/application/views/coupon.scss */
  .coupon {
    margin-top: 65px;
  }
}

/* line 8, app/assets/stylesheets/application/views/coupon.scss */
.coupon .navbar {
  padding: 0.6rem 1rem 0.6rem;
  height: 75px;
}

/* line 12, app/assets/stylesheets/application/views/coupon.scss */
.coupon .navbar.navbar-light {
  background-color: #FFF;
}

/* line 16, app/assets/stylesheets/application/views/coupon.scss */
.coupon .navbar .sign-up-link {
  padding: 10px 13px;
}

/* line 20, app/assets/stylesheets/application/views/coupon.scss */
.coupon .navbar a {
  font-size: 0.875rem;
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  font-weight: 600;
}

/* line 25, app/assets/stylesheets/application/views/coupon.scss */
.coupon .navbar a.login-link {
  color: #343434;
  margin: 0 5px;
}

/* line 32, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-top-container {
  background-color: #eaeff3;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

@media (max-width: 576px) {
  /* line 32, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-top-container {
    padding-top: 25px;
  }
}

/* line 42, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-top-container .coupon-top {
  position: relative;
  max-width: 1200px;
}

/* line 46, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-top-container .coupon-top .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  width: 610px;
}

@media (max-width: 576px) {
  /* line 46, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-top-container .coupon-top .title {
    font-size: 38px;
    line-height: 48px;
    max-width: 255px;
  }
}

/* line 59, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-top-container .coupon-top .title-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 576px) {
  /* line 59, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-top-container .coupon-top .title-description {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 71, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-top-container .rocket {
  margin-top: -100px;
}

@media (max-width: 1200px) {
  /* line 71, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-top-container .rocket {
    margin-top: 0;
    text-align: right;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  /* line 80, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-top-container .rocket img {
    width: 80%;
  }
}

/* line 87, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-top-container .cloud {
  bottom: -235px;
  position: absolute;
  min-width: 1900px;
  width: 100%;
}

@media (max-width: 1200px) {
  /* line 87, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-top-container .cloud {
    bottom: -180px;
  }
}

@media (max-width: 576px) {
  /* line 87, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-top-container .cloud {
    bottom: -200px;
  }
}

/* line 103, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-code-container {
  border: solid 1px black;
  border-radius: 47.5px;
  background-color: white;
  padding: 30px 40px;
}

@media (max-width: 576px) {
  /* line 103, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-code-container {
    margin-top: 35px;
    padding: 10px 23px 8px 15px;
  }
}

/* line 114, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-code-container .coupon-label {
  border-right: solid 1px #343434;
  font-family: 'Hiragino Sans';
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 576px) {
  /* line 114, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-code-container .coupon-label {
    font-size: 14px;
  }
}

/* line 126, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-code-container .coupon-code {
  color: #00A0E2;
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
}

@media (max-width: 576px) {
  /* line 126, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-code-container .coupon-code {
    font-size: 24px;
  }
}

/* line 139, app/assets/stylesheets/application/views/coupon.scss */
.coupon .ribbon {
  max-width: 508px;
  width: 90%;
}

/* line 144, app/assets/stylesheets/application/views/coupon.scss */
.coupon .btn-start {
  font-family: 'Hiragino Sans';
  font-weight: 800;
  font-size: 18px;
  height: 55px;
  line-height: 33px;
  width: 180px;
}

@media (max-width: 576px) {
  /* line 144, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .btn-start {
    width: 100%;
  }
}

/* line 157, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-ribbon {
  margin-top: 80px;
}

@media (max-width: 576px) {
  /* line 157, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .benefit-ribbon {
    margin-top: 50px;
  }
}

/* line 165, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card {
  border-radius: 40px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 110px 45px 100px;
  max-width: 1090px;
}

@media (max-width: 1200px) {
  /* line 165, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .benefit-card {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    padding: 23px 25px 27px 27px;
  }
}

/* line 181, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card del {
  -webkit-text-decoration: line-through 4px solid #00A0E2;
          text-decoration: line-through 4px solid #00A0E2;
}

/* line 185, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card .benefit-title {
  font-family: 'Futura';
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  word-wrap: break-word;
}

/* line 192, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card .benefit-title .blue {
  color: #00A0E2;
}

@media (max-width: 576px) {
  /* line 185, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .benefit-card .benefit-title {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 202, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card .benefit-price {
  font-family: 'Futura';
  font-weight: 700;
  font-size: 58px;
  line-height: 58px;
  margin-top: 35px;
  word-wrap: break-word;
}

@media (max-width: 576px) {
  /* line 202, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .benefit-card .benefit-price {
    font-size: 18px;
    line-height: 22px;
    margin-top: 21px;
  }
}

/* line 216, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card .benefit-price .before {
  font-size: 28px;
  position: relative;
}

@media (max-width: 576px) {
  /* line 216, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .benefit-card .benefit-price .before {
    font-size: 22px;
    line-height: 28px;
  }
}

/* line 226, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card .benefit-price .arrow {
  display: block;
  margin: 5px auto 15px;
}

/* line 231, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card .benefit-price .after {
  color: #00A0E2;
}

/* line 236, app/assets/stylesheets/application/views/coupon.scss */
.coupon .benefit-card .benefit-description {
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
}

/* line 243, app/assets/stylesheets/application/views/coupon.scss */
.coupon .usage {
  margin-top: 135px;
}

@media (max-width: 576px) {
  /* line 243, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .usage {
    margin-top: 50px;
  }
}

/* line 251, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-code-container-middle {
  border-radius: 47.5px;
  background-color: #F2F8FC;
  max-width: 1090px;
  padding: 30px 40px;
  margin-top: 90px;
}

@media (max-width: 1200px) {
  /* line 251, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-code-container-middle {
    margin-top: 35px;
    padding: 9px 23px 7px 15px;
    width: 90%;
  }
}

/* line 264, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-code-container-middle .coupon-label {
  border-right: solid 1px #343434;
  font-family: 'Hiragino Sans';
  font-weight: 600;
  font-size: 38px;
  line-height: 38px;
  padding-right: 40px;
}

@media (max-width: 576px) {
  /* line 264, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-code-container-middle .coupon-label {
    font-size: 14px;
    line-height: 18px;
    padding-right: 9px;
  }
}

/* line 279, app/assets/stylesheets/application/views/coupon.scss */
.coupon .coupon-code-container-middle .coupon-code {
  color: #00A0E2;
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  margin-left: 40px;
}

@media (max-width: 576px) {
  /* line 279, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .coupon-code-container-middle .coupon-code {
    font-size: 20px;
    line-height: 24px;
    margin-left: 12px;
  }
}

/* line 295, app/assets/stylesheets/application/views/coupon.scss */
.coupon .steps {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  max-width: 1200px;
}

@media (max-width: 1200px) {
  /* line 295, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .steps {
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
  }
}

/* line 307, app/assets/stylesheets/application/views/coupon.scss */
.coupon .steps .step-container {
  width: 298px;
}

@media (max-width: 1200px) {
  /* line 307, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .steps .step-container {
    margin-top: 40px;
  }
}

/* line 314, app/assets/stylesheets/application/views/coupon.scss */
.coupon .steps .step-container .step {
  color: #00A0E2;
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

/* line 322, app/assets/stylesheets/application/views/coupon.scss */
.coupon .steps .step-container .step-title {
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

/* line 329, app/assets/stylesheets/application/views/coupon.scss */
.coupon .steps .step-container .step-description {
  font-family: 'Hiragino Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 338, app/assets/stylesheets/application/views/coupon.scss */
.coupon .register {
  font-family: 'Hiragino Sans';
  font-weight: 800;
  font-size: 18px;
  height: 55px;
  line-height: 33px;
  margin-top: 50px;
  width: 300px;
}

@media (max-width: 576px) {
  /* line 338, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .register {
    margin-top: 35px;
  }
}

/* line 352, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-header-top {
  color: #00A0E2;
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  /* line 352, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .feature-header-top {
    font-size: 16px;
  }
}

/* line 364, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-header-bottom {
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  /* line 364, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .feature-header-bottom {
    font-size: 24px;
  }
}

/* line 375, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container {
  max-width: 1200px;
}

/* line 378, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container a,
.coupon .feature-container a:visited,
.coupon .feature-container a:hover,
.coupon .feature-container a:active {
  color: inherit;
  text-decoration: none;
}

/* line 386, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container .feature-row {
  display: flex;
}

@media (max-width: 1200px) {
  /* line 386, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .feature-container .feature-row {
    flex-direction: column;
  }
}

/* line 393, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container .feature-row .feature-link {
  margin: 0 20px 20px 20px;
  padding: 10px 20px 10px;
}

/* line 397, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container .feature-row .feature-link:hover {
  background: #f2f8fc;
  border-radius: 20px;
}

/* line 402, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container .feature-row .feature-link .feature-image {
  width: 100%;
}

/* line 406, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container .feature-row .feature-link .feature-title {
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

/* line 413, app/assets/stylesheets/application/views/coupon.scss */
.coupon .feature-container .feature-row .feature-link .feature-description {
  font-family: 'Hiragino Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

/* line 424, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice a,
.coupon .user-voice a:visited,
.coupon .user-voice a:hover,
.coupon .user-voice a:active {
  color: inherit;
  text-decoration: none;
}

/* line 432, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-sub-title {
  color: #00A0E2;
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  /* line 432, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .user-voice .user-voice-sub-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

/* line 447, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-title {
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
}

@media (max-width: 576px) {
  /* line 447, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .user-voice .user-voice-title {
    font-size: 24px;
    line-height: 33px;
  }
}

/* line 459, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-card {
  border: solid 1px #DDD;
  border-radius: 10px;
  max-width: 960px;
}

@media (max-width: 1200px) {
  /* line 459, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .user-voice .user-voice-card {
    flex-direction: column;
    width: 90%;
  }
}

/* line 469, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-card .thumbnail {
  border-radius: 16px;
  height: 280px;
  width: 460px;
}

@media (max-width: 1200px) {
  /* line 469, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .user-voice .user-voice-card .thumbnail {
    width: 100%;
    height: auto;
  }
}

/* line 480, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-card .right-pane {
  margin-left: 40px;
}

@media (max-width: 1200px) {
  /* line 480, app/assets/stylesheets/application/views/coupon.scss */
  .coupon .user-voice .user-voice-card .right-pane {
    margin-left: 0;
  }
}

/* line 487, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-card .right-pane .user-voice-company-name {
  color: #00A0E2;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

/* line 495, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-card .right-pane .user-voice-company-title {
  font-family: 'Hiragino Sans';
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

/* line 502, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-card .right-pane .user-voice-company-sub-title {
  color: #666;
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 510, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice .user-voice-card .right-pane .logo {
  width: 160px;
}

/* line 517, app/assets/stylesheets/application/views/coupon.scss */
.coupon .user-voice-button {
  border: solid 2px #00A0E2;
  font-size: 18px;
  font-weight: 700;
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

/* line 28, app/assets/stylesheets/application/views/confetti.scss */
.confetti-container {
  pointer-events: none;
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 39, app/assets/stylesheets/application/views/confetti.scss */
.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

/* line 45, app/assets/stylesheets/application/views/confetti.scss */
.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}

/* line 48, app/assets/stylesheets/application/views/confetti.scss */
.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}

/* line 51, app/assets/stylesheets/application/views/confetti.scss */
.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

/* line 2, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts .btn-mufg {
  color: #FFF;
  background-color: #DD1313;
  font-size: 18px;
}

/* line 9, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts.show .zip-code-form-control {
  position: relative;
}

/* line 13, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts.show .search-address-button {
  position: absolute;
  color: #DD1313;
  border-color: #DD1313;
  z-index: 1;
  top: 51%;
  right: 3%;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* line 26, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts.show .form-group-invalid + .search-address-button {
  top: 40%;
}

/* line 31, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts.show .label-required::after {
  content: "必須";
  color: #DD1313;
  font-size: 12px;
  padding-left: 12px;
}

/* line 40, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts.show .label-optional::after {
  content: "任意";
  color: #939393;
  font-size: 12px;
  padding-left: 12px;
}

/* line 49, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts.show .annotation_text a {
  color: #DD1313;
  text-decoration: underline;
}

/* line 57, app/assets/stylesheets/application/views/mufg_contacts.scss */
.mufg-contacts.success .btn-home {
  max-width: 432px;
  margin: 0 auto;
}

/* line 2, app/assets/stylesheets/application/views/file_field.scss */
.file-field__no-file {
  font-size: 0.875rem;
}

/* line 6, app/assets/stylesheets/application/views/file_field.scss */
.file-field__btn {
  color: #939393;
}

/* line 1, app/assets/stylesheets/application/views/financials.scss */
.financials {
  width: 100%;
  margin: 0% auto;
  letter-spacing: 1.6px;
  color: #939393;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 9, app/assets/stylesheets/application/views/financials.scss */
.financials__title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2.1px;
  padding-bottom: 50px;
  padding-top: 10px;
}

/* line 17, app/assets/stylesheets/application/views/financials.scss */
.financials__data {
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #FFF;
}

/* line 32, app/assets/stylesheets/application/views/financials.scss */
.financials__data--general {
  max-width: 32%;
  min-width: 270px;
}

/* line 37, app/assets/stylesheets/application/views/financials.scss */
.financials__data--detail {
  max-width: 48%;
  min-width: 300px;
}

/* line 42, app/assets/stylesheets/application/views/financials.scss */
.financials__data--inline {
  max-width: 100%;
  width: 100%;
}

/* line 47, app/assets/stylesheets/application/views/financials.scss */
.financials__data--none-shadow {
  box-shadow: none;
  border: 1px solid rgba(204, 204, 204, 0.5);
}

/* line 53, app/assets/stylesheets/application/views/financials.scss */
.financials__value {
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  vertical-align: middle;
  max-width: 49%;
  display: inline-block;
}

/* line 62, app/assets/stylesheets/application/views/financials.scss */
.financials__import-text {
  font-size: 0.875rem;
  font-weight: 700;
}

/* line 67, app/assets/stylesheets/application/views/financials.scss */
.financials__description {
  padding-right: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  vertical-align: middle;
}

/* line 74, app/assets/stylesheets/application/views/financials.scss */
.financials__block {
  width: 100%;
  margin-bottom: 50px;
  background-color: #FFF;
}

/* line 80, app/assets/stylesheets/application/views/financials.scss */
.financials__content {
  padding: 50px;
}

/* line 84, app/assets/stylesheets/application/views/financials.scss */
.financials__stockholders-link {
  color: #939393;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/application/views/financials.scss */
.financials__stockholders-link:hover {
  color: #00A0E2;
}

/* line 93, app/assets/stylesheets/application/views/financials.scss */
.financials__edit-form {
  width: 90%;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

/* line 100, app/assets/stylesheets/application/views/financials.scss */
.financials__link {
  text-align: center;
  color: #939393;
  text-decoration: underline;
  font-size: 0.875rem;
  cursor: pointer;
}

/* line 108, app/assets/stylesheets/application/views/financials.scss */
.financials__navigation,
.financials .recharts-legend-item-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #939393;
}

/* line 115, app/assets/stylesheets/application/views/financials.scss */
.financials__chart-name {
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 120, app/assets/stylesheets/application/views/financials.scss */
.financials__chart-block {
  padding-top: 20px;
}

/* line 124, app/assets/stylesheets/application/views/financials.scss */
.financials__statement-block {
  padding-top: 40px;
}

/* line 128, app/assets/stylesheets/application/views/financials.scss */
.financials__statement-detail {
  padding-top: 40px;
}

/* line 132, app/assets/stylesheets/application/views/financials.scss */
.financials__import {
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
  background-color: #F7F7F7;
  cursor: pointer;
  color: #00A0E2;
  height: 70px;
  padding-top: 22px;
  margin-bottom: 20px;
}

/* line 142, app/assets/stylesheets/application/views/financials.scss */
.financials__import label {
  cursor: pointer;
}

/* line 146, app/assets/stylesheets/application/views/financials.scss */
.financials__import:hover {
  transition: all 300ms;
  opacity: 0.4;
}

/* line 151, app/assets/stylesheets/application/views/financials.scss */
.financials__import--text {
  font-size: 0.875rem;
  font-weight: 700;
}

/* line 157, app/assets/stylesheets/application/views/financials.scss */
.financials__data-generator {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}

/* line 162, app/assets/stylesheets/application/views/financials.scss */
.financials__data-generator::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f362 ";
}

/* line 170, app/assets/stylesheets/application/views/financials.scss */
.select-freee-company-modal {
  letter-spacing: 1.6px;
}

/* line 173, app/assets/stylesheets/application/views/financials.scss */
.select-freee-company-modal__btn-select {
  padding: 0.5rem;
  margin: 10px;
  margin-top: 30px;
  width: 100px;
}

/* line 180, app/assets/stylesheets/application/views/financials.scss */
.select-freee-company-modal__title {
  color: #939393;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 25px;
}

/* line 187, app/assets/stylesheets/application/views/financials.scss */
.select-freee-company-modal__body {
  color: #939393;
  text-align: center;
  padding: 30px;
}

/* line 193, app/assets/stylesheets/application/views/financials.scss */
.select-freee-company-modal__backdrop {
  position: fixed;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 200, app/assets/stylesheets/application/views/financials.scss */
.custom-tooltip {
  margin: 0;
  padding: 10px;
  background-color: #FFF;
  white-space: nowrap;
  text-align: left;
  box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.5);
}

/* line 208, app/assets/stylesheets/application/views/financials.scss */
.custom-tooltip__separator {
  padding-left: 2px;
}

/* line 212, app/assets/stylesheets/application/views/financials.scss */
.custom-tooltip__label {
  padding-bottom: 20px;
}

/* line 216, app/assets/stylesheets/application/views/financials.scss */
.custom-tooltip__revenue {
  color: rgba(0, 124, 184, 0.7);
}

/* line 220, app/assets/stylesheets/application/views/financials.scss */
.custom-tooltip__profit {
  color: rgba(94, 94, 94, 0.7);
}

/* line 224, app/assets/stylesheets/application/views/financials.scss */
.custom-tooltip__cash_deposit {
  color: rgba(64, 184, 203, 0.7);
}

/* line 229, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper {
  width: 40%;
  height: auto;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 360px;
  padding: 40px 65px;
  position: absolute;
  z-index: 99;
  background-color: #FFF;
  color: #939393;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 246, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
}

/* line 253, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__action {
  padding-top: 15px;
}

/* line 257, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__importer {
  color: #FFF;
  font-size: 0.75rem;
  margin-top: 7px;
}

/* line 262, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__importer--freee {
  width: 240px;
  padding: 10px;
  background-color: #00A0E2;
}

/* line 268, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__importer--csv {
  width: 240px;
  padding: 10px;
  background-color: rgba(94, 94, 94, 0.7);
}

/* line 275, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__close-icon {
  position: absolute;
  right: 4px;
  top: 1px;
}

/* line 281, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__body {
  color: #939393;
  padding: 40px 65px;
}

/* line 287, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__replace .modal-dialog {
  height: auto;
  width: 40%;
  max-width: unset;
  min-width: 400px;
}

/* line 293, app/assets/stylesheets/application/views/financials.scss */
.data-generator-wrapper__replace .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 2, app/assets/stylesheets/application/views/help/pages.scss */
.help-header img {
  height: 9rem;
}

/* line 7, app/assets/stylesheets/application/views/help/pages.scss */
.contact-icon {
  padding-left: 20rem;
}

@media screen and (max-width: 1200px) {
  /* line 7, app/assets/stylesheets/application/views/help/pages.scss */
  .contact-icon {
    padding-left: 5rem !important;
  }
}

/* line 3, app/assets/stylesheets/application/views/help/companies.scss */
.help.company.index ul {
  list-style: none;
}

/* line 7, app/assets/stylesheets/application/views/help/companies.scss */
.help.company.index a {
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li {
  font-size: 1.75rem;
}

/* line 16, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li li {
  padding-bottom: 2rem;
  font-size: 1.5rem;
}

/* line 20, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li li ol {
  font-size: 1rem;
  padding-top: 1rem;
  list-style-type: none;
  margin-left: 3em;
}

/* line 26, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li li ol li {
  counter-increment: cnt;
  font-size: 1.1rem;
}

/* line 31, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li li ol li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -3rem;
  width: 2em;
}

/* line 39, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li li ul {
  font-size: 1rem;
  padding-top: 1rem;
}

/* line 43, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li li ul li {
  padding-bottom: 1rem;
  font-size: 1.1rem;
}

/* line 50, app/assets/stylesheets/application/views/help/companies.scss */
.help-ol-li img {
  margin-top: 2rem;
  border: solid #343434;
  border-radius: 1rem;
}

/* line 57, app/assets/stylesheets/application/views/help/companies.scss */
.company-btn {
  margin-left: 35%;
}

/* line 62, app/assets/stylesheets/application/views/help/companies.scss */
.p-ul li {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 68, app/assets/stylesheets/application/views/help/companies.scss */
.question {
  padding-left: 13%;
}

/* line 71, app/assets/stylesheets/application/views/help/companies.scss */
.question li {
  padding-bottom: 2rem;
}

/* line 76, app/assets/stylesheets/application/views/help/companies.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 80, app/assets/stylesheets/application/views/help/companies.scss */
.tip {
  background: #cfe9f2;
  border: 1px #00A0E2 solid;
}

/* line 84, app/assets/stylesheets/application/views/help/companies.scss */
.tip .title {
  color: #00A0E2;
}

/* line 1, app/assets/stylesheets/application/views/layouts/header.scss */
.header {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  height: 60px;
  background-color: #FFF;
  font-family: 'Hiragino Sans';
}

/* line 2, app/assets/stylesheets/application/views/layouts/header.scss */
.header.contents {
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

/* line 6, app/assets/stylesheets/application/views/layouts/header.scss */
.header.contents .scroll-nav {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 10, app/assets/stylesheets/application/views/layouts/header.scss */
.header.contents .scroll-nav::-webkit-scrollbar {
  display: none;
}

/* line 15, app/assets/stylesheets/application/views/layouts/header.scss */
.header.contents .header-left {
  z-index: 1;
}

/* line 20, app/assets/stylesheets/application/views/layouts/header.scss */
.header.contents::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

/* line 32, app/assets/stylesheets/application/views/layouts/header.scss */
.header ~ .main-content {
  margin-top: 60px;
}

@media (max-width: 1270px) {
  /* line 35, app/assets/stylesheets/application/views/layouts/header.scss */
  .header ~ .main-content.scroll-main-content {
    height: 100%;
    max-width: initial !important;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }
}

/* line 51, app/assets/stylesheets/application/views/layouts/header.scss */
.header .logo {
  padding-right: 18px;
  align-items: center;
  display: flex;
  height: 60px;
}

/* line 57, app/assets/stylesheets/application/views/layouts/header.scss */
.header .logo.is-scroll {
  border-right: 1px #DDD solid;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.12);
  position: relative;
}

/* line 62, app/assets/stylesheets/application/views/layouts/header.scss */
.header .logo.is-scroll > span {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/layouts/left-arrow-8497489ec3b9f7ab51c19d975dc1883cf476dc56179482895923aed9a406876c.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: -14px;
  display: block;
  cursor: pointer;
  height: 26px;
  width: 26px;
  z-index: 1;
}

/* line 80, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown:hover {
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .dropdown-toggle::after {
  display: none;
}

/* line 91, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
}

/* line 95, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .dropdown-menu .round {
  border-radius: 8px;
}

/* line 100, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown:not(.notification):hover > .dropdown-menu {
  display: block;
}

/* line 104, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .w-1000px {
  width: 1000px;
}

/* line 108, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .border-gray-right {
  border-right: solid 1px #eee;
  padding: 15px 20px 0 15px;
}

/* line 113, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .purpose-container-left {
  padding: 11px 0 11px 20px;
}

/* line 117, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .purpose-container-center {
  padding-top: 11px;
  margin-top: 20px;
  width: 270px;
}

/* line 123, app/assets/stylesheets/application/views/layouts/header.scss */
.header .dropdown .purpose-container-right {
  padding-top: 11px;
  margin-top: 20px;
  padding-right: 20px;
  width: 270px;
}

/* line 131, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav-document {
  padding: 10px 0 5px 0;
  min-width: 5rem;
}

/* line 135, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav-document .document-list {
  padding: 5px;
}

/* line 138, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav-document .document-list .document-item {
  padding: 10px 10px;
  border-radius: 8px;
}

/* line 145, app/assets/stylesheets/application/views/layouts/header.scss */
.header .company-gro-nav {
  white-space: nowrap;
}

/* line 149, app/assets/stylesheets/application/views/layouts/header.scss */
.header .capital-gro-nav {
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/application/views/layouts/header.scss */
.header .investor-gro-nav {
  white-space: nowrap;
}

/* line 157, app/assets/stylesheets/application/views/layouts/header.scss */
.header .gro-nav {
  z-index: -1;
}

/* line 161, app/assets/stylesheets/application/views/layouts/header.scss */
.header .gro-nav .nav-item .fundoor-subject {
  border-radius: 6px;
}

/* line 164, app/assets/stylesheets/application/views/layouts/header.scss */
.header .gro-nav .nav-item .fundoor-subject:hover {
  background-color: #f2f8fc;
}

/* line 169, app/assets/stylesheets/application/views/layouts/header.scss */
.header .gro-nav .nav-item .subject {
  border-radius: 6px;
}

/* line 172, app/assets/stylesheets/application/views/layouts/header.scss */
.header .gro-nav .nav-item .subject:hover {
  background-color: #F7F7F7;
}

/* line 179, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav, .header .tab-nav {
  border-bottom: 1px solid #DDD;
  height: 60px;
  margin-bottom: 0;
}

/* line 184, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item, .header .tab-nav .nav-item {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 600;
  height: 60px;
  align-items: center;
}

/* line 191, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .nav-link, .header .tab-nav .nav-item .nav-link {
  margin: 10px 0 0 0;
  padding: 10px 18px 22px 18px;
  height: calc(60px - 21px);
}

/* line 196, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .nav-link:hover, .header .tab-nav .nav-item .nav-link:hover {
  background-color: #F7F7F7;
  border-radius: 6px;
  color: #343434;
  opacity: 1;
}

/* line 203, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .nav-link.active-color, .header .tab-nav .nav-item .nav-link.active-color {
  color: #00A0E2;
}

/* line 208, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .nav-item-bottom, .header .tab-nav .nav-item .nav-item-bottom {
  height: 10px;
}

/* line 215, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-home, .header .tab-nav .nav-item #header-home {
  width: 46px;
}

/* line 219, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-stockholder, .header .tab-nav .nav-item #header-stockholder {
  width: 62px;
}

/* line 223, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-business-management, .header .tab-nav .nav-item #header-business-management {
  width: 62px;
}

/* line 227, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-kpi, .header .tab-nav .nav-item #header-kpi {
  width: 100px;
}

/* line 231, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-ir, .header .tab-nav .nav-item #header-ir {
  width: 48px;
}

/* line 235, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-fund-procurement, .header .tab-nav .nav-item #header-fund-procurement {
  width: 62px;
}

/* line 239, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-contract-management, .header .tab-nav .nav-item #header-contract-management {
  width: 62px;
}

/* line 243, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-matching, .header .tab-nav .nav-item #header-matching {
  width: 118px;
}

/* line 247, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-capital-increase, .header .tab-nav .nav-item #header-capital-increase,
.header .nav .nav-item #header-electro-contracts,
.header .tab-nav .nav-item #header-electro-contracts {
  width: 100px;
}

/* line 252, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-investor-home, .header .tab-nav .nav-item #header-investor-home {
  width: 46px;
}

/* line 256, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-capital-settings, .header .tab-nav .nav-item #header-capital-settings {
  width: 62px;
}

/* line 260, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-fundinno-support, .header .tab-nav .nav-item #header-fundinno-support {
  width: 118px;
}

/* line 264, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-pitch-confirmation, .header .tab-nav .nav-item #header-pitch-confirmation {
  width: 75px;
}

/* line 268, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item #header-corporate-procedure, .header .tab-nav .nav-item #header-corporate-procedure {
  width: 137px;
}

/* line 273, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .beta-icon::after, .header .tab-nav .nav-item .beta-icon::after {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/layouts/Beta-3543ce47ea17623517982f9782855d2c047d9b4e55b78858bca86ca681e6ba3a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 5px;
  vertical-align: middle;
  width: 36px;
}

/* line 286, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .vc-new-icon, .header .tab-nav .nav-item .vc-new-icon {
  color: #FB8B24;
}

/* line 289, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .vc-new-icon::after, .header .tab-nav .nav-item .vc-new-icon::after {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/layouts/vc-new-5e437b067e45b73b08f1f5469feda9d86fb9e529da4ce7ab68fe9f7cc076af70.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 5px;
  vertical-align: middle;
  width: 36px;
}

/* line 301, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .vc-new-icon:hover, .header .tab-nav .nav-item .vc-new-icon:hover {
  background-color: #F7F7F7;
  border-radius: 6px;
  color: #FB8B24;
  opacity: 1;
}

/* line 310, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .vc-to-capital-link:hover, .header .tab-nav .nav-item .vc-to-capital-link:hover {
  color: #00A0E2 !important;
}

/* line 315, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item .badge, .header .tab-nav .nav-item .badge {
  position: absolute;
  top: 10px;
  right: -10px;
}

/* line 322, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item.dropdown .dropdown-menu, .header .tab-nav .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 58px;
  left: 0;
}

/* line 327, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item.dropdown .dropdown-menu .dropdown-item, .header .tab-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
}

/* line 330, app/assets/stylesheets/application/views/layouts/header.scss */
.header .nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .header .tab-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F7F7F7;
}

/* line 342, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .nav .nav-item .nav-link, .header .header-right .tab-nav .nav-item .nav-link {
  margin: 11.25px 0;
  padding: 11.25px 10px 8px;
}

/* line 350, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account {
  height: 60px;
}

/* line 353, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account:hover {
  cursor: pointer;
}

/* line 357, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account .name {
  padding: 4px 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 0.9375rem;
}

/* line 363, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account .name.icon {
  padding: 0.8rem;
}

/* line 368, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account .company-name {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
}

/* line 374, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account .caret {
  font-size: 1rem;
}

/* line 378, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account .dropdown-toggle {
  padding-top: 8px;
}

/* line 381, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .dropdown.account .dropdown-toggle::after {
  display: none;
}

/* line 389, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .notification-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #343434;
  transition: all 0.2s ease-in-out;
}

/* line 398, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .notification-icon-img {
  vertical-align: -0.2em;
}

/* line 402, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right .notification-icon .badge {
  position: absolute;
  top: -10px;
  right: -13px;
  padding: 0.25em 4px;
  font-size: 0.625rem;
  border-radius: 50%;
  color: #FFF;
  background-color: #e51838;
}

/* line 415, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right.is-scroll {
  border-left: 1px #DDD solid;
  box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.12);
  z-index: 1;
  position: relative;
}

/* line 421, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right.is-scroll > span {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/layouts/right-arrow-a10b5c16753d092a9efaf00daa659d9f58e57e1e6d996ec396cfa9b57a8976b8.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -14px;
  cursor: pointer;
  z-index: 1;
}

/* line 437, app/assets/stylesheets/application/views/layouts/header.scss */
.header .icon-stockholders,
.header .icon-soukai,
.header .icon-finance {
  display: inline-block;
  margin-bottom: -4px;
  width: 25px;
  height: 20px;
}

/* line 446, app/assets/stylesheets/application/views/layouts/header.scss */
.header .icon-stockholders {
  background: url(https://d6ror40086i9l.cloudfront.net/assets/views/pages/stockholders_logo-17d3631321868aff4f090a7e143ff5276ee2447b8f77fb0fe8b1b726859df71f.png) no-repeat;
}

/* line 450, app/assets/stylesheets/application/views/layouts/header.scss */
.header .icon-soukai {
  background: url(https://d6ror40086i9l.cloudfront.net/assets/views/pages/soukai_logo-e0a89898413e5da6c166b358dad22beccee7a662adc6f07f2180ed0a45784c39.png) no-repeat;
}

/* line 454, app/assets/stylesheets/application/views/layouts/header.scss */
.header .icon-finance {
  background: url(https://d6ror40086i9l.cloudfront.net/assets/views/pages/finance_logo-3c0ce0aa2f9591d9a12bbf39196befbb71555c78fdbb19567d93d834b4483d9d.png) no-repeat;
}

/* line 458, app/assets/stylesheets/application/views/layouts/header.scss */
.header .sign-up-link {
  padding: 12px 20px;
  font-weight: 400;
}

/* line 463, app/assets/stylesheets/application/views/layouts/header.scss */
.header .fundoor-text {
  font-weight: 700;
  font-family: 'Futura';
}

/* line 469, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links a:not(.sign-up-link) {
  color: #343434;
  font-weight: 400;
}

/* line 474, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links .startup {
  border-radius: 6px;
  text-decoration: none;
}

/* line 478, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links .startup:hover {
  background-color: #e8eff7;
}

/* line 483, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links .right-links-content {
  display: inline-block;
  padding: 8px;
}

/* line 488, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links .investor-btn {
  border-radius: 6px;
  text-decoration: none;
}

/* line 492, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links .investor-btn:hover {
  background-color: #fdf4e8;
}

/* line 497, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links .login-link {
  border-radius: 6px;
  text-decoration: none;
}

/* line 501, app/assets/stylesheets/application/views/layouts/header.scss */
.header .header-right-links .login-link:hover {
  background-color: #F7F7F7;
}

/* line 507, app/assets/stylesheets/application/views/layouts/header.scss */
.header__borderless {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  border-bottom: none;
  height: 60px;
  background-color: #FFF;
  font-family: 'Hiragino Sans';
}

/* line 520, app/assets/stylesheets/application/views/layouts/header.scss */
.header-tooltip {
  display: none;
  background-color: white;
  z-index: 1050;
  border-radius: 9px;
  padding: 5px;
  min-width: 185px;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 531, app/assets/stylesheets/application/views/layouts/header.scss */
.header-tooltip .beta-icon::after {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/layouts/Beta-3543ce47ea17623517982f9782855d2c047d9b4e55b78858bca86ca681e6ba3a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 5px;
  vertical-align: middle;
  width: 36px;
}

/* line 544, app/assets/stylesheets/application/views/layouts/header.scss */
.header-tooltip .dropdown-item {
  font-weight: 400;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 0.875rem;
}

/* line 550, app/assets/stylesheets/application/views/layouts/header.scss */
.header-tooltip .dropdown-item:last-child {
  border-bottom: 0;
}

/* line 554, app/assets/stylesheets/application/views/layouts/header.scss */
.header-tooltip .dropdown-item:hover {
  background-color: #F7F7F7;
}

/* line 559, app/assets/stylesheets/application/views/layouts/header.scss */
.header-tooltip .dropdown-item .notification-fa-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #343434;
  transition: all 0.2s ease-in-out;
}

/* line 568, app/assets/stylesheets/application/views/layouts/header.scss */
.header-tooltip .dropdown-item .notification-fa-icon .badge {
  position: absolute;
  top: -25px;
  left: -23px;
}

/* line 578, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-menu {
  margin-top: 0;
  padding: 0.5rem 1.5rem;
  max-height: 420px;
  overflow-y: auto;
}

/* line 584, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-menu .dropdown-item {
  padding: 0.625rem 0;
  font-weight: 400;
  border-bottom: 1px solid #DDD;
}

/* line 589, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-menu .dropdown-item:last-child {
  border-bottom: 0;
}

/* line 593, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-menu .dropdown-item:hover {
  color: #00A0E2;
  background: none;
  transition: 0;
}

/* line 601, app/assets/stylesheets/application/views/layouts/header.scss */
#stockholder-manage-tooltip[data-show] {
  display: block;
}

/* line 605, app/assets/stylesheets/application/views/layouts/header.scss */
#stockholder-manage-tooltip[data-click-show] {
  display: block;
}

/* line 609, app/assets/stylesheets/application/views/layouts/header.scss */
#business-management-tooltip[data-show] {
  display: block;
}

/* line 613, app/assets/stylesheets/application/views/layouts/header.scss */
#business-management-tooltip[data-click-show] {
  display: block;
}

/* line 617, app/assets/stylesheets/application/views/layouts/header.scss */
#ir-tooltip[data-show] {
  display: block;
}

/* line 621, app/assets/stylesheets/application/views/layouts/header.scss */
#ir-tooltip[data-click-show] {
  display: block;
}

/* line 625, app/assets/stylesheets/application/views/layouts/header.scss */
#fund-procurement-tooltip[data-show] {
  display: block;
}

/* line 629, app/assets/stylesheets/application/views/layouts/header.scss */
#fund-procurement-tooltip[data-click-show] {
  display: block;
}

/* line 633, app/assets/stylesheets/application/views/layouts/header.scss */
#contract-management-tooltip[data-show] {
  display: block;
}

/* line 637, app/assets/stylesheets/application/views/layouts/header.scss */
#contract-management-tooltip[data-click-show] {
  display: block;
}

/* line 641, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-menu[data-show] {
  display: block;
}

/* line 645, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-menu[data-click-show] {
  display: block;
}

/* line 649, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-company-icon[data-show] {
  display: block;
}

/* line 653, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-company-icon[data-click-show] {
  display: block;
}

/* line 657, app/assets/stylesheets/application/views/layouts/header.scss */
#tooltip-notification[data-click-show] {
  display: block;
}

/* line 661, app/assets/stylesheets/application/views/layouts/header.scss */
#investee-tooltip[data-show] {
  display: block;
}

/* line 665, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification {
  width: 450px;
  padding: 0;
}

/* line 669, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .notification-header {
  cursor: default;
}

/* line 673, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .fa-ellipsis-h {
  display: inline;
  padding: 7px;
  border-radius: 50%;
  font-size: 12px;
}

/* line 680, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .fa-ellipsis-h:hover {
  background: #F7F7F7;
  cursor: pointer;
}

/* line 685, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .longer-scroll-field {
  max-height: 510px;
  overflow-y: scroll;
}

/* line 690, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .shorter-scroll-field {
  max-height: 465px;
  overflow-y: scroll;
}

/* line 695, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .notification-header {
  height: 53px;
}

/* line 698, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .notification-header .dropdown-header {
  font-weight: 700;
  font-size: 18px;
  color: #343434;
}

/* line 704, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .notification-header .mark-all-read {
  cursor: pointer;
  font-size: 15px;
  display: none;
}

/* line 709, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .notification-header .mark-all-read.active {
  display: block;
}

/* line 713, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .notification-header .mark-all-read:hover {
  text-decoration: underline;
}

/* line 719, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #notification-newsletter-tabs {
  height: 38px;
  border-bottom: 1px solid #DDD;
  margin: 0;
}

/* line 724, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #notification-newsletter-tabs .nav-item {
  height: 38.5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
}

/* line 732, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #notification-newsletter-tabs .nav-item.active {
  border-bottom: 1.5px solid #00A0E2;
  color: #00A0E2;
  font-weight: 700;
}

/* line 738, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #notification-newsletter-tabs .nav-item .nav-link {
  height: 34px;
  margin: 0;
  padding: 10px 0;
  color: inherit;
}

/* line 744, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #notification-newsletter-tabs .nav-item .nav-link:hover {
  background-color: #F7F7F7;
}

/* line 751, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item {
  padding: 1rem 0;
  font-weight: normal;
  border-bottom: 0;
}

/* line 756, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item.read {
  color: #939393 !important;
}

/* line 760, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item:hover, .dropdown-notification .dropdown-item:focus {
  color: #343434;
  background-color: #F7F7F7;
}

/* line 766, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item .newsletter-category-badge {
  border-radius: 11px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 400;
  color: #00A0E2;
  background-color: #F2F8FC;
}

/* line 774, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item .newsletter-category-badge.important {
  color: #E6230D;
  background-color: #fbebef;
}

/* line 780, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item.processing {
  pointer-events: none;
}

/* line 784, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item .spinner {
  margin: 0;
}

/* line 787, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .dropdown-item .spinner .loader {
  border-width: 2px;
  width: 25px;
  height: 25px;
}

/* line 795, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #all-newsletters {
  height: 45px;
  border-top: 1px solid #DDD;
  display: none;
  position: relative;
  cursor: default;
}

/* line 802, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #all-newsletters.active {
  display: block;
}

/* line 806, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification #all-newsletters .link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}

/* line 819, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .setting.dropdown-auto-open-item:hover > .dropdown-menu {
  display: block;
}

/* line 823, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .setting .dropdown-menu {
  position: absolute;
  top: 17px;
  width: 185px;
  height: 52px;
}

/* line 829, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .setting .dropdown-menu .dropdown-item {
  padding-top: .8rem;
  padding-left: 10px;
  height: 44px;
  width: 175px;
  font-size: 14px;
  background-color: #FFF;
}

/* line 837, app/assets/stylesheets/application/views/layouts/header.scss */
.dropdown-notification .setting .dropdown-menu .dropdown-item:hover {
  background-color: #F7F7F7;
}

/* line 845, app/assets/stylesheets/application/views/layouts/header.scss */
.category-text {
  color: #BDBDBD;
  font-size: 8px;
  margin: 5px 0 0 10px;
}

/* line 851, app/assets/stylesheets/application/views/layouts/header.scss */
.header-icon {
  width: 23px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 856, app/assets/stylesheets/application/views/layouts/header.scss */
.mobile-nav-toggle-down {
  z-index: 100;
  background-color: white;
}

@media (max-width: 575.98px) {
  /* line 862, app/assets/stylesheets/application/views/layouts/header.scss */
  .mobile-notification-badge {
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0.25em 4px;
    font-size: 0.625rem;
    border-radius: 50%;
    color: #FFF;
    background-color: #e51838;
  }
  /* line 873, app/assets/stylesheets/application/views/layouts/header.scss */
  .icon-stockholders,
.icon-soukai,
.icon-finance {
    display: inline-block;
    margin-bottom: -4px;
    width: 25px;
    height: 20px;
  }
  /* line 882, app/assets/stylesheets/application/views/layouts/header.scss */
  .icon-stockholders {
    background: url(https://d6ror40086i9l.cloudfront.net/assets/views/pages/stockholders_logo-17d3631321868aff4f090a7e143ff5276ee2447b8f77fb0fe8b1b726859df71f.png) no-repeat;
  }
  /* line 886, app/assets/stylesheets/application/views/layouts/header.scss */
  .icon-soukai {
    background: url(https://d6ror40086i9l.cloudfront.net/assets/views/pages/soukai_logo-e0a89898413e5da6c166b358dad22beccee7a662adc6f07f2180ed0a45784c39.png) no-repeat;
  }
  /* line 890, app/assets/stylesheets/application/views/layouts/header.scss */
  .icon-finance {
    background: url(https://d6ror40086i9l.cloudfront.net/assets/views/pages/finance_logo-3c0ce0aa2f9591d9a12bbf39196befbb71555c78fdbb19567d93d834b4483d9d.png) no-repeat;
  }
}

/* line 2, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .fs-20 {
  font-size: 20px;
}

/* line 6, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .fs-16 {
  font-size: 16px;
}

/* line 10, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .fs-14 {
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .mt-25 {
  margin-top: 25px;
}

/* line 18, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .mb-12 {
  margin-bottom: 12px;
}

/* line 22, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .mb-22 {
  margin-bottom: 22px;
}

/* line 26, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .bold-700 {
  font-weight: 700;
}

/* line 30, app/assets/stylesheets/application/views/layouts/notification_setting_modal.scss */
.notification_setting_modal .custom-control-label {
  left: 20px;
}

@media (max-width: 575.98px) {
  /* line 5, app/assets/stylesheets/application/views/layouts/notice_documents/stockholder.scss */
  .notice-document-stockholder h5 u {
    font-size: 12px;
  }
  /* line 10, app/assets/stylesheets/application/views/layouts/notice_documents/stockholder.scss */
  .notice-document-stockholder p {
    font-size: 10px;
  }
  /* line 14, app/assets/stylesheets/application/views/layouts/notice_documents/stockholder.scss */
  .notice-document-stockholder li {
    font-size: 10px;
  }
  /* line 18, app/assets/stylesheets/application/views/layouts/notice_documents/stockholder.scss */
  .notice-document-stockholder div {
    font-size: 10px;
  }
}

/* line 2, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login {
  width: 500px;
  max-width: 100%;
  min-height: 300px;
  padding: 30px 48px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: 0 4px 15px 0 #e1e1e1;
}

/* line 23, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login__logo {
  width: 50%;
  max-width: 180px;
}

/* line 28, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login__wrapper {
  width: 100%;
}

/* line 32, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login__title {
  margin-top: -20px;
}

/* line 36, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login label.error {
  height: auto;
  font-size: 0.75rem;
  color: #E6230D;
}

/* line 42, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login label.remember {
  height: 24px;
  font-size: 0.875rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #939393;
  margin-left: 5px;
}

/* line 53, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .input--text {
  font-weight: 400;
  height: 30px;
  font-size: 0.875rem;
  color: #939393;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 0;
}

/* line 66, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .btn--login {
  padding: 0.7rem 3rem;
}

/* line 71, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .check-box {
  height: 20px;
  border-radius: 4px;
  background-color: #FFF;
}

/* line 77, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login input::-moz-placeholder {
  color: #DDD;
  font-weight: bold;
}
.signup-wrapper .login input::placeholder {
  color: #DDD;
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .content-register {
  height: 24px;
  font-size: 0.875rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #939393;
  margin: 30px 0 30px 0;
}

/* line 95, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .text--t-20 {
  margin-top: 20px;
}

/* line 99, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .text--t-40 {
  margin-top: 40px;
}

/* line 103, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .text--b-20 {
  margin-bottom: 20px;
}

/* line 108, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .form-group {
  position: relative;
}

/* line 111, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .form-group .form-control {
  padding-left: 50px;
}

/* line 115, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .form-group .error {
  position: relative;
}

/* line 119, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .form-group__input {
  position: relative;
}

/* line 122, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .form-group__input::before {
  content: "";
  height: 20px;
  position: absolute;
  top: 8px;
  width: 1px;
  z-index: 10;
  background: #939393;
  left: 40px;
}

/* line 134, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .form-group .form-control-icon {
  position: absolute;
  pointer-events: none;
  color: #939393;
  font-size: 20px;
  left: 10px;
  top: 6px;
  z-index: 10;
}

/* line 143, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login .form-group .form-control-icon:focus {
  color: #87cbfe;
}

/* line 150, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .reset-password {
  width: 440px;
  max-width: 100%;
  padding: 30px 48px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 3px 15px 0 #e1e1e1;
}

/* line 170, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .reset-password p {
  font-size: 0.875rem;
}

/* line 174, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .reset-password__title {
  font-size: 1.125rem;
  margin-bottom: 40px;
}

/* line 179, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .reset-password__new-account {
  margin-top: 10px;
}

/* line 182, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .reset-password__new-account---link {
  text-decoration: underline;
}

/* line 188, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .reset-password .form-signin__link {
  display: block;
  text-decoration: underline;
  font-size: 1rem;
  color: #939393;
  padding-top: 15px;
}

/* line 198, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login {
  max-width: 500px;
  margin: 0 auto;
}

/* line 202, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login__title {
  font-size: 1.375rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  text-align: center;
  color: #343434;
  margin-bottom: 40px;
}

/* line 213, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login__new-account {
  margin-top: 10px;
}

/* line 216, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login__new-account---link {
  text-decoration: underline;
}

/* line 222, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-signin {
  width: 406px;
  background-color: #FFF;
}

/* line 226, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-signin__link {
  display: block;
  text-decoration: underline;
  font-size: 0.875rem;
  color: #939393;
  padding-top: 10px;
}

/* line 233, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-signin__link--under {
  color: #00A0E2;
}

/* line 238, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-signin__check-box {
  margin-top: 8px;
  align-items: center;
}

/* line 244, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login-fundinno {
  background-color: #FFF;
  font-size: 0.875rem;
  line-height: 60px;
  color: #343434;
  letter-spacing: 1.4px;
  font-weight: bold;
  box-shadow: 0 4px 15px 0 #e1e1e1;
  border-radius: 0.25rem;
}

/* line 255, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-reset-password {
  width: 100%;
  background-color: #FFF;
}

/* line 259, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-reset-password__link {
  display: block;
  text-decoration: underline;
  font-size: 0.875rem;
  color: #939393;
  padding-top: 10px;
}

/* line 266, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-reset-password__link--under {
  color: #00A0E2;
}

/* line 271, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .form-reset-password__check-box {
  margin-top: 8px;
  align-items: center;
}

/* line 277, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .footer-detail {
  height: 27px;
  font-size: 1.125rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #939393;
}

/* line 289, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .signup-wrapper a,
.signup-wrapper .signup-wrapper a:hover .link-f {
  text-decoration: none;
}

/* line 295, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login-wrapper {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-flow: column;
}

/* line 301, app/assets/stylesheets/application/views/login.scss */
.signup-wrapper .login-wrapper .login-fundinno {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2, app/assets/stylesheets/application/views/two_factor_authentication.scss */
.two_factor_authentication .director-meeting-form {
  font-family: 'Hiragino Sans';
}

/* line 5, app/assets/stylesheets/application/views/two_factor_authentication.scss */
.two_factor_authentication .director-meeting-form .two-factor-title {
  font-weight: 600;
  line-height: 32px;
}

/* line 10, app/assets/stylesheets/application/views/two_factor_authentication.scss */
.two_factor_authentication .director-meeting-form .two-factor-message {
  font-size: 14px;
  font-weight: 300;
}

/* line 15, app/assets/stylesheets/application/views/two_factor_authentication.scss */
.two_factor_authentication .director-meeting-form form {
  width: 380px;
}

/* line 18, app/assets/stylesheets/application/views/two_factor_authentication.scss */
.two_factor_authentication .director-meeting-form form .btn-primary, .two_factor_authentication .director-meeting-form form .component-v2 .btn-primary-w100-p3, .two_factor_authentication .director-meeting-form form .company.financial_reports.edit .btn-primary-w100-p3, .two_factor_authentication .director-meeting-form form .company.kpis .btn-primary-w100-p3, .component-v2 .two_factor_authentication .director-meeting-form form .btn-primary-w100-p3, .company.financial_reports.edit .two_factor_authentication .director-meeting-form form .btn-primary-w100-p3, .company.kpis .two_factor_authentication .director-meeting-form form .btn-primary-w100-p3 {
  height: 45px;
  border-radius: 10px;
  line-height: 16px;
}

/* line 25, app/assets/stylesheets/application/views/two_factor_authentication.scss */
.two_factor_authentication .director-meeting-form .resend-two-factor-message {
  font-size: 14px;
  font-weight: 300;
  line-height: 12px;
}

/* line 31, app/assets/stylesheets/application/views/two_factor_authentication.scss */
.two_factor_authentication .director-meeting-form .resend-button {
  height: 45px;
  width: 380px;
  border-radius: 10px;
  line-height: 16px;
}

/* line 1, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document,
.management-document {
  margin-top: 2rem;
}

/* line 5, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__table,
.management-document__table {
  width: 100%;
}

/* line 9, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__table .open-folder:hover,
.management-document__table .open-folder:hover {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__table thead th,
.management-document__table thead th {
  padding: 1rem;
}

/* line 21, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__table tbody td,
.management-document__table tbody td {
  padding: 0.8rem 1rem;
}

/* line 27, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__file-name,
.management-document__file-name {
  color: #343434;
}

/* line 30, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__file-name:hover,
.management-document__file-name:hover {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document--none,
.management-document--none {
  opacity: 0.39;
  pointer-events: none;
}

/* line 40, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__icon-folder,
.management-document__icon-folder {
  font-size: 1.8rem;
  vertical-align: middle;
  color: #343434;
  margin-right: 1rem;
}

/* line 47, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__list-title,
.management-document__list-title {
  border: 1px solid #DDD;
  height: 38.5px;
  width: 100%;
  background: #DDD;
  line-height: 38.5px;
}

/* line 55, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__element,
.management-document__element {
  display: flex;
  border: 1px solid #DDD;
  height: 71px;
  width: 100%;
  line-height: 71px;
  background-color: #FFF;
}

/* line 63, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__element:hover,
.management-document__element:hover {
  background-color: #F7F7F7;
}

/* line 67, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__element--blank,
.management-document__element--blank {
  font-size: 0.875rem;
  justify-content: center;
  margin-bottom: 50px;
}

/* line 72, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__element--blank:hover,
.management-document__element--blank:hover {
  background-color: #FFF;
}

/* line 78, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__download,
.management-document__download {
  width: 30%;
}

/* line 82, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__title,
.management-document__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #939393;
}

/* line 89, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-new,
.management-document__add-new {
  margin-top: 20px;
  height: 70px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 95, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-new:focus,
.management-document__add-new:focus {
  outline: none;
}

/* line 99, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-new span,
.management-document__add-new span {
  line-height: 70px;
}

/* line 104, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-list,
.management-document__add-list {
  color: #FFF;
  background-color: #00A0E2;
  border-radius: 50%;
  position: absolute;
  right: 4%;
  top: -80%;
  font-size: 1.7rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 120, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-list:hover,
.management-document__add-list:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #FFF;
}

/* line 126, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-list__link,
.management-document__add-list__link {
  padding-left: 10px;
  position: relative;
  top: -5px;
}

/* line 132, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-list--disabled,
.management-document__add-list--disabled {
  color: #DDD;
}

/* line 135, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-list--disabled:hover,
.management-document__add-list--disabled:hover {
  color: #DDD;
}

/* line 140, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document__add-list .dropdown-button,
.management-document__add-list .dropdown-button {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 147, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document .dropdown-menu,
.management-document .dropdown-menu {
  padding: 0;
}

/* line 150, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document .dropdown-menu .dropdown-item,
.management-document .dropdown-menu .dropdown-item {
  padding: 0.8rem 1.8rem;
}

/* line 153, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document .dropdown-menu .dropdown-item--border-bottom,
.management-document .dropdown-menu .dropdown-item--border-bottom {
  border-bottom: 1px solid #DDD;
}

/* line 159, app/assets/stylesheets/application/views/management_document.scss */
.management-internal-document .btn-edit-agreement,
.management-document .btn-edit-agreement {
  min-width: 125px;
}

/* line 2, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters .newsletter-category-badge {
  height: 26px;
  font-weight: 400;
  color: #00A0E2;
  background-color: #F2F8FC;
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters .newsletter-category-badge.important {
  color: #E6230D;
  background-color: #fbebef;
}

@media (max-width: 575.98px) {
  /* line 16, app/assets/stylesheets/application/views/newsletters.scss */
  .newsletters.index .main-content {
    margin: auto 35px;
    width: auto;
  }
}

/* line 22, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

/* line 28, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-nav .nav-item .nav-link {
  margin-right: 30px;
  width: -moz-max-content;
  width: max-content;
}

/* line 35, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-card {
  height: 88px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

/* line 42, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-card .newsletter-card-body {
  padding: 18px 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-card .newsletter-card-body .title-row {
  height: 26px;
}

/* line 55, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-card .newsletter-card-body .title-row .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-left: 10px;
  color: #343434;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 66, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-card .newsletter-card-body .title-row .newsletter-category-badge {
  border-radius: 13px;
  padding: 7px 12px;
  font-size: 12px;
}

/* line 73, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.index .newsletter-card .newsletter-card-body .published_at {
  font-size: 16px;
  font-weight: 300;
  color: #939393;
  margin-top: 10px;
}

/* line 84, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter {
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 84, app/assets/stylesheets/application/views/newsletters.scss */
  .newsletters.show .newsletter {
    margin: auto 35px;
  }
}

/* line 90, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .newsletter-category-badge {
  border-radius: 13px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 12px;
}

/* line 97, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .published_at {
  padding: 4px 10px;
  color: #04070c;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

/* line 106, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .sns-share-links i {
  color: #fff;
  line-height: 32px;
}

/* line 111, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .sns-share-links .facebook-circle {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 19.2px;
  text-align: center;
  border-radius: 100%;
  background-color: #3b5998;
}

/* line 122, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .sns-share-links .twitter-circle {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 19.2px;
  text-align: center;
  border-radius: 100%;
  background-color: #00aced;
}

/* line 136, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration {
  color: #04070c;
}

/* line 139, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration :target {
  scroll-margin-top: 100px;
}

/* line 143, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration h2 {
  font-size: 1.846rem;
  font-weight: bold;
  width: 100%;
  margin: 0 0 60px;
  padding-bottom: 10px;
  border-bottom: solid 2px;
}

/* line 152, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration h3 {
  font-size: 1.846rem;
  font-weight: bold;
}

/* line 157, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration img {
  max-width: 100%;
  height: auto !important;
  /* important指定の理由:
              スマホなど横幅が狭い画面で画像のアスペクト比がおかしくなる原因の
              Summernoteが設定するstyle要素のheightを打ち消すため
          */
}

/* line 166, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration p,
.newsletters.show .newsletter .body-decoration div,
.newsletters.show .newsletter .body-decoration li,
.newsletters.show .newsletter .body-decoration a {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

/* line 175, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration a {
  text-decoration: underline;
}

/* line 178, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration th,
.newsletters.show .newsletter .body-decoration td {
  font-size: 15px;
}

/* line 183, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration blockquote {
  background: #f1f1f1;
  padding: 3%;
  margin: 0 0 45px;
}

/* line 189, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .body-decoration b {
  font-weight: bold;
}

/* line 194, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments {
  border-top: 1px solid #DDD;
}

/* line 197, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .title-row {
  height: 32px;
  margin-bottom: 20px;
}

/* line 201, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .title-row .title {
  font-size: 24px;
  font-weight: 600;
  padding: 4px 0;
  margin: 0;
}

/* line 208, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .title-row .all-download {
  text-align: center;
  color: #00A0E2;
  font-size: 14px;
  border-radius: 8px;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .title-row .all-download:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 221, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .title-row .all-download .link {
  height: 22px;
}

/* line 224, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .title-row .all-download .link .icon {
  padding-bottom: 2px;
}

/* line 228, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .title-row .all-download .link .guide {
  padding: 4px 0;
}

/* line 236, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .newsletter-files a {
  text-decoration: none;
  color: #000;
}

/* line 241, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .newsletter-files .panel {
  border: 1px solid #DDD;
  border-radius: 14px;
  height: 209px;
}

/* line 246, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .newsletter-files .panel .file-title-wrapper {
  margin-top: 130px;
  border-top: 1px solid #DDD;
}

/* line 250, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .attachments .newsletter-files .panel .file-title-wrapper .file-title {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 20px 18px;
}

/* line 260, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .newsletter .annotation {
  border-top: 1px solid #DDD;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #939393;
}

/* line 270, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card {
  border-radius: 15px;
  border: 1px solid #DDD;
}

/* line 274, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body {
  padding: 23px 0 25px 0;
}

/* line 277, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .card-title, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .card-title, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .card-title, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .card-title, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .card-title {
  font-size: 20px;
  line-height: 20px;
  padding: 0 25px 13px 25px;
  margin: 0;
}

/* line 284, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .listview, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .listview, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .listview, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .listview, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .listview {
  margin-bottom: 18px;
}

/* line 287, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .listview .listview-item, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item {
  text-decoration: none;
}

/* line 290, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .listview .listview-item .listview-item-content, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content {
  padding: 12px 25px;
  color: #343434;
}

/* line 294, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .listview .listview-item .listview-item-content:hover, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover {
  background-color: #F7F7F7;
}

/* line 298, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge {
  border-radius: 11px;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 10px;
}

/* line 308, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .view-more, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .view-more, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .view-more, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .view-more, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .view-more {
  padding-left: 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

/* line 315, app/assets/stylesheets/application/views/newsletters.scss */
.newsletters.show .side-bar .card .card-body .no-newsletter, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.new .newsletters.show .side-bar .connection-card .card-body .no-newsletter, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.en_new .newsletters.show .side-bar .connection-card .card-body .no-newsletter, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.confirm .newsletters.show .side-bar .connection-card .card-body .no-newsletter, .newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.en_confirm .newsletters.show .side-bar .connection-card .card-body .no-newsletter {
  padding: 12px 25px;
}

/* line 2, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__header {
  font-size: 1.5rem;
}

/* line 6, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__main-table {
  margin-top: 100px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__error {
  font-size: 0.75rem;
  color: #E6230D;
  width: 100%;
}

/* line 17, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__table-row-title {
  max-width: 80px;
}

/* line 21, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__table-text-inline {
  white-space: nowrap;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__director-avatar {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 30, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__director-avatar--small {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

/* line 37, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__director-avatar--medium {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
}

/* line 44, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__director-avatar__figcaption {
  font-size: 0.5rem;
}

/* line 50, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__agenda-list-director--scroll {
  max-height: 85px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 57, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__approve-status {
  font-size: 1.5rem;
  border-radius: 100%;
  position: relative;
  bottom: 30px;
  left: 22px;
}

/* line 64, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__approve-status--check {
  color: #00A0E2;
}

/* line 68, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__approve-status--times {
  color: #E6230D;
}

/* line 73, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__rate {
  color: #00A0E2;
  font-size: 1.5rem;
}

/* line 78, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__result {
  color: #00A0E2;
  font-size: 1.125rem;
  padding-right: 0;
}

/* line 84, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__rate-icon {
  font-size: 2rem;
}

/* line 87, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__rate-icon--check {
  color: #00A0E2;
}

/* line 91, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__rate-icon--times {
  color: #E6230D;
}

/* line 96, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__status-icon {
  font-size: 2rem;
}

/* line 99, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__status-icon--check {
  color: #00A0E2;
}

/* line 103, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__status-icon--times {
  color: #E6230D;
}

/* line 107, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__status-icon--none {
  opacity: 0.2;
}

/* line 112, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__agenda-button {
  width: 100%;
  height: 60px;
  line-height: 50px;
}

/* line 118, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__director_agenda {
  max-height: 147px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 124, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__item-directors {
  min-height: 70px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 129, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__item-directors--scroll {
  padding: 5px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 137, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__sub-label {
  font-size: 0.75rem;
}

/* line 141, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__form {
  background-color: #FFF;
  padding: 15px 35px 45px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
  color: #343434;
  height: 100%;
}

/* line 151, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__scroll-list {
  border: 1px solid #DDD;
  border-radius: 0.2rem;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
}

/* line 160, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__input-file {
  height: 30px;
  border-radius: 1.2rem;
}

/* line 165, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__popup {
  background-color: #FFF;
  padding: 15px 35px 45px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
  color: #343434;
  border-radius: 50px;
}

/* line 175, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__icon {
  font-size: 250px;
}

/* line 179, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__tab-list {
  border: 1px solid #DDD;
}

/* line 182, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__tab-list .active {
  border-bottom: 5px solid #00A0E2;
}

/* line 186, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__tab-list .nav-link {
  color: #939393;
}

/* line 191, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__add-list {
  color: #939393;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

/* line 197, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__add-list:hover {
  color: #00A0E2;
  text-decoration: none;
}

/* line 202, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__add-list__link {
  padding-left: 10px;
  position: relative;
  top: -5px;
}

/* line 208, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__add-list--disabled {
  color: #DDD;
}

/* line 211, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval__add-list--disabled:hover {
  color: #DDD;
}

/* line 217, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .list-group-item {
  font-size: 0.875rem;
  color: #939393;
}

/* line 222, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .list-group-item--unchecked .opacity {
  opacity: 0.72;
}

/* line 227, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .list-group-item--box-shadow {
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 231, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .list-group-item--box-shadow:last-child {
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
  margin-bottom: 0 !important;
}

/* line 237, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .list-group-item--font-base {
  font-size: 0.875rem;
  border: none;
}

/* line 242, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .list-group-item a {
  color: #939393;
  font-size: 0.875rem;
}

/* line 246, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .list-group-item a:hover {
  text-decoration: none;
}

/* line 252, app/assets/stylesheets/application/views/officer_approvals.scss */
.officer-approval .approve-list {
  padding: 0.475rem 0.75rem;
}

/* line 257, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select {
  width: 100%;
}

/* line 260, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select .list-group-item {
  border-radius: 0;
}

/* line 263, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select .list-group-item:hover {
  background: #F7F7F7;
}

/* line 267, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select .list-group-item:active {
  color: #939393;
  background: #F7F7F7;
}

/* line 273, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__item {
  color: #939393;
}

/* line 276, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__item:hover {
  text-decoration: none;
}

/* line 281, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__button {
  background-color: #FFF;
  border: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 400;
}

/* line 289, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__button--radius {
  border-radius: 0.5rem;
}

/* line 293, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__button--box-shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 297, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__button:hover {
  opacity: 1;
}

/* line 302, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__menu {
  width: 100%;
  border: none;
}

/* line 306, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__menu--scroll {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 312, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select__menu--scroll-small {
  border: 1px solid #DDD;
  border-radius: 0.2rem;
  padding: 5px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 322, app/assets/stylesheets/application/views/officer_approvals.scss */
.dropdown-select svg {
  color: #00A0E2;
}

/* line 1, app/assets/stylesheets/application/views/pages.scss */
html {
  scroll-padding-top: 72px;
}

@media (max-width: 1199.98px) {
  /* line 1, app/assets/stylesheets/application/views/pages.scss */
  html {
    scroll-padding-top: 65px;
  }
}

/* line 9, app/assets/stylesheets/application/views/pages.scss */
.landing_footer {
  padding: 50px 15px 30px;
  font-size: 0.875rem;
  background: #F7F7F7;
}

@media (max-width: 767.98px) {
  /* line 9, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer {
    padding: 35px 15px;
  }
}

/* line 18, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .d-flex:first-child {
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  /* line 18, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer .d-flex:first-child {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  /* line 18, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer .d-flex:first-child {
    flex-direction: column;
    width: 100%;
  }
}

/* line 31, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-contact {
  width: 200px;
}

@media (max-width: 767.98px) {
  /* line 31, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer .footer-contact {
    width: 100%;
  }
}

/* line 38, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-contact-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #186e94;
  transition-duration: 0.3s;
  color: #FFF !important;
}

/* line 48, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-contact-button:hover {
  opacity: 0.8;
}

/* line 54, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-links {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  /* line 54, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer .footer-links {
    font-size: 0.812rem;
  }
}

/* line 61, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-links a {
  color: #343434;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-links a:hover {
  color: #939393;
}

@media (max-width: 767.98px) {
  /* line 70, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer .footer-links.d-flex {
    flex-wrap: wrap;
  }
}

/* line 76, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-links-col {
  margin-right: 50px;
}

@media (max-width: 767.98px) {
  /* line 76, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer .footer-links-col {
    min-width: 110px;
  }
}

/* line 83, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .footer-links-col a {
  display: block;
  margin-bottom: 20px;
}

/* line 90, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .small {
  color: #939393;
}

@media (max-width: 767.98px) {
  /* line 90, app/assets/stylesheets/application/views/pages.scss */
  .landing_footer .small {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 99, app/assets/stylesheets/application/views/pages.scss */
.landing_footer .copyright {
  color: #343434;
  font-size: 0.75rem;
}

/* line 108, app/assets/stylesheets/application/views/pages.scss */
.pages .btn-hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 113, app/assets/stylesheets/application/views/pages.scss */
.pages .overlay {
  position: fixed;
  left: 0;
  z-index: 11;
  width: calc(100% - 380px);
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
}

/* line 122, app/assets/stylesheets/application/views/pages.scss */
.pages .menu {
  position: fixed;
  right: 0;
  width: 380px;
  max-width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 11;
  overflow: scroll;
}

/* line 132, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content {
  margin: 80px 0 0;
  padding: 0 20px 90px;
}

/* line 136, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-category {
  border-bottom: 1px solid #eee;
}

/* line 139, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-category .menu-category-text {
  margin: 0;
  padding: 10px;
  color: #BDBDBD;
  font-size: 12px;
}

/* line 146, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-category .menu-category-item {
  padding: 20px 7px;
  list-style: none;
}

/* line 150, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-category .menu-category-item:hover {
  background: #F2F8FC;
  color: #1289b4;
}

/* line 155, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-category .menu-category-item .menu-category-item-link-sm {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-family: 'HiraginoSans-W4';
}

/* line 162, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-category .menu-category-item .menu-category-item-link-lg {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-family: 'HiraginoSans-W4';
}

/* line 169, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-category .menu-category-item .icon {
  margin-right: 5px;
  width: 33px;
  height: 25px;
}

/* line 177, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-item {
  padding: 20px 10px;
  list-style: none;
  border-bottom: 1px solid #eee;
}

/* line 182, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-item:hover {
  background: #F2F8FC;
  color: #1289b4;
}

/* line 187, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-content .menu-item .menu-item-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-family: 'HiraginoSans-W4';
}

/* line 196, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-sign-up {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  width: 380px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  height: 85px;
  background-color: #FFF;
  z-index: 15;
}

/* line 207, app/assets/stylesheets/application/views/pages.scss */
.pages .menu .menu-sign-up .sign-up-link {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 16px;
  width: 80%;
  transform: translateY(-50%) translateX(-50%);
  font-family: 'HiraginoSans-W5';
}

/* line 222, app/assets/stylesheets/application/views/pages.scss */
.pages .hide {
  display: none;
}

/* line 226, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar {
  margin-bottom: 8rem;
  padding: 0.6rem 20px 0.6rem 15px;
  border-bottom: 1px solid #DDD;
  height: 73px;
}

@media (max-width: 1199.98px) {
  /* line 226, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar {
    padding: 0 20px;
    height: 65px;
  }
}

/* line 237, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar a {
  font-size: 0.875rem;
  letter-spacing: 0;
}

/* line 241, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar a.btn, .pages .navbar .component-v2 a.btn-primary-w100-p3, .pages .navbar .company.financial_reports.edit a.btn-primary-w100-p3, .pages .navbar .company.kpis a.btn-primary-w100-p3, .component-v2 .pages .navbar a.btn-primary-w100-p3, .company.financial_reports.edit .pages .navbar a.btn-primary-w100-p3, .company.kpis .pages .navbar a.btn-primary-w100-p3 {
  padding: 9px 13px;
}

@media (max-width: 575.98px) {
  /* line 241, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar a.btn, .pages .navbar .component-v2 a.btn-primary-w100-p3, .pages .navbar .company.financial_reports.edit a.btn-primary-w100-p3, .pages .navbar .company.kpis a.btn-primary-w100-p3, .component-v2 .pages .navbar a.btn-primary-w100-p3, .company.financial_reports.edit .pages .navbar a.btn-primary-w100-p3, .company.kpis .pages .navbar a.btn-primary-w100-p3 {
    padding: 3px;
  }
}

@media (max-width: 767.98px) {
  /* line 241, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar a.btn, .pages .navbar .component-v2 a.btn-primary-w100-p3, .pages .navbar .company.financial_reports.edit a.btn-primary-w100-p3, .pages .navbar .company.kpis a.btn-primary-w100-p3, .component-v2 .pages .navbar a.btn-primary-w100-p3, .company.financial_reports.edit .pages .navbar a.btn-primary-w100-p3, .company.kpis .pages .navbar a.btn-primary-w100-p3 {
    padding: 8px;
  }
}

/* line 253, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar a.login-link {
  margin: 0 5px;
  color: #343434;
}

/* line 259, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar.navbar-light {
  background-color: #FFF;
}

/* line 264, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .navbar-nav .nav-item {
  font-size: 0.9375rem;
  font-weight: 600;
}

/* line 270, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .logo {
  width: 45px;
}

@media (max-width: 767.98px) {
  /* line 270, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar .logo {
    width: 37.4px;
  }
}

@media (min-width: 1200px) {
  /* line 278, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar .menu-icon {
    display: none;
  }
}

/* line 283, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .menu-icon #open,
.pages .navbar .menu-icon #close {
  cursor: pointer;
}

/* line 288, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .menu-icon .sign-up-link {
  padding: 12px 13px;
  font-size: 12px;
  border-radius: 6px;
}

@media (min-width: 576px) {
  /* line 288, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar .menu-icon .sign-up-link {
    padding: 8px 13px;
  }
}

/* line 298, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .menu-icon .login-link {
  display: inline-block;
  margin: 0;
  padding: 8px 13px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}

@media (min-width: 576px) {
  /* line 298, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar .menu-icon .login-link {
    margin-right: 10px;
  }
}

/* line 310, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .menu-icon .login-link:hover {
  background-color: #F7F7F7;
}

/* line 315, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .menu-icon .material-icons {
  font-size: 25px;
}

@media (max-width: 767.98px) {
  /* line 315, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar .menu-icon .material-icons {
    margin-left: 5px;
  }
}

@media (min-width: 576px) {
  /* line 315, app/assets/stylesheets/application/views/pages.scss */
  .pages .navbar .menu-icon .material-icons {
    margin-left: 15px;
  }
}

/* line 328, app/assets/stylesheets/application/views/pages.scss */
.pages .navbar .nav-link {
  color: #333;
}

/* line 334, app/assets/stylesheets/application/views/pages.scss */
.pages.invalid_authenticity_token .header ~ .main-content {
  margin-top: calc(60px + 5.7142857143rem);
}

@media (min-width: 576px) {
  /* line 340, app/assets/stylesheets/application/views/pages.scss */
  .pages.soukai_simulator .section1 {
    padding: 9rem 0;
  }
}

@media (max-width: 575.98px) {
  /* line 340, app/assets/stylesheets/application/views/pages.scss */
  .pages.soukai_simulator .section1 {
    padding: 4rem 0;
  }
}

/* line 349, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .rounded-20 {
  border-radius: 20px;
}

/* line 353, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .larger {
  font-size: 48px;
}

/* line 357, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .largest {
  font-size: 80px;
}

/* line 361, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .line-height-larger {
  line-height: 85px;
}

/* line 365, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .sub-text {
  font-size: 14px;
}

/* line 369, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .smaller {
  font-size: 12px;
}

/* line 373, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .smallest {
  font-size: 10px;
}

/* line 377, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .blue-underline {
  border-bottom: 1px solid #00A0E2;
}

/* line 381, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .blue-bg {
  background: #F7F7F7;
}

/* line 385, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .orange-bg {
  background: #fff7f2;
}

/* line 390, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .investor-links .nav-link {
  font-size: 0.875rem;
  color: #343434;
}

/* line 394, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .investor-links .nav-link.active {
  color: #00A0E2;
  border-bottom: 1px solid #00A0E2 !important;
}

/* line 401, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .horizontal-line {
  border-right: 1px solid #aadcee;
  height: 50px;
}

/* line 406, app/assets/stylesheets/application/views/pages.scss */
.pages.soukai_simulator .section1 .step-detail {
  font-size: 12px;
}

/* line 412, app/assets/stylesheets/application/views/pages.scss */
.pages .btn-font {
  font-family: 'Hiragino Sans';
  font-weight: 400;
  font-size: 18px;
}

/* line 418, app/assets/stylesheets/application/views/pages.scss */
.pages .btn-pages {
  padding: 11px 35px;
}

/* line 422, app/assets/stylesheets/application/views/pages.scss */
.pages .font-hiragino-sans {
  font-family: 'Hiragino Sans';
}

/* line 426, app/assets/stylesheets/application/views/pages.scss */
.pages .font-futura {
  font-family: 'Futura';
}

/* line 430, app/assets/stylesheets/application/views/pages.scss */
.pages .standard-line {
  margin-top: 56px;
}

@media (min-width: 992px) {
  /* line 434, app/assets/stylesheets/application/views/pages.scss */
  .pages .width-lg-65 {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  /* line 440, app/assets/stylesheets/application/views/pages.scss */
  .pages .width-xl-75 {
    width: 75%;
  }
}

/* line 446, app/assets/stylesheets/application/views/pages.scss */
.pages .feature {
  padding-left: 15px;
  width: 75%;
}

@media (max-width: 991.98px) {
  /* line 446, app/assets/stylesheets/application/views/pages.scss */
  .pages .feature {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 455, app/assets/stylesheets/application/views/pages.scss */
  .pages .font-size-lg-38 {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  /* line 461, app/assets/stylesheets/application/views/pages.scss */
  .pages .font-size-lg-30 {
    font-size: 30px;
  }
}

/* line 467, app/assets/stylesheets/application/views/pages.scss */
.pages .user-guide {
  display: grid;
  grid-template: 'beginner advanced';
  gap: 10px;
}

@media (min-width: 1200px) {
  /* line 467, app/assets/stylesheets/application/views/pages.scss */
  .pages .user-guide {
    gap: 30px;
  }
}

/* line 476, app/assets/stylesheets/application/views/pages.scss */
.pages .user-guide a[href='#beginner'] {
  grid-area: beginner;
}

/* line 479, app/assets/stylesheets/application/views/pages.scss */
.pages .user-guide a[href='#beginner'] .beginner {
  margin-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 1200px) {
  /* line 479, app/assets/stylesheets/application/views/pages.scss */
  .pages .user-guide a[href='#beginner'] .beginner {
    margin-left: auto;
    padding: 50px;
    width: 75%;
  }
}

/* line 492, app/assets/stylesheets/application/views/pages.scss */
.pages .user-guide a[href='#advanced'] {
  grid-area: advanced;
}

/* line 495, app/assets/stylesheets/application/views/pages.scss */
.pages .user-guide a[href='#advanced'] .advanced {
  margin-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 1200px) {
  /* line 495, app/assets/stylesheets/application/views/pages.scss */
  .pages .user-guide a[href='#advanced'] .advanced {
    padding: 50px;
    width: 75%;
  }
}

/* line 508, app/assets/stylesheets/application/views/pages.scss */
.pages .xs-advanced {
  margin: 0 35px 10px;
}

/* line 512, app/assets/stylesheets/application/views/pages.scss */
.pages .lafool_logo {
  width: 160px;
}

@media (min-width: 992px) {
  /* line 512, app/assets/stylesheets/application/views/pages.scss */
  .pages .lafool_logo {
    width: 180px;
  }
}

/* line 520, app/assets/stylesheets/application/views/pages.scss */
.pages .soukai_logo {
  width: 100%;
}

@media (max-width: 767.98px) {
  /* line 520, app/assets/stylesheets/application/views/pages.scss */
  .pages .soukai_logo {
    margin: 0 5px;
    width: 95%;
  }
}

/* line 530, app/assets/stylesheets/application/views/pages.scss */
.pages.index .basic_blue_background {
  background: #00A0E2;
}

/* line 534, app/assets/stylesheets/application/views/pages.scss */
.pages.index .deep_blue {
  color: #212B53;
}

/* line 538, app/assets/stylesheets/application/views/pages.scss */
.pages.index .basic_green {
  color: #2BA84A;
}

/* line 542, app/assets/stylesheets/application/views/pages.scss */
.pages.index .basic_blue {
  color: #00A0E2;
}

/* line 546, app/assets/stylesheets/application/views/pages.scss */
.pages.index .basic_light_blue {
  color: #00A0E2;
}

/* line 550, app/assets/stylesheets/application/views/pages.scss */
.pages.index .btn-blue {
  background-color: #004570;
}

/* line 554, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section3,
.pages.index .section5 {
  padding: 5rem 0;
}

@media (max-width: 575.98px) {
  /* line 554, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section3,
.pages.index .section5 {
    padding: 4rem 0;
  }
}

/* line 562, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section3 .description,
.pages.index .section5 .description {
  font-size: 1.2857142857rem;
  line-height: 2.1428571429rem;
}

/* line 568, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 {
  margin-top: 100px;
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 991.98px) {
  /* line 568, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 {
    padding: 0 20px 20px 20px;
  }
}

/* line 577, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .mufg-bunner {
  max-width: 216px;
  height: 55px;
}

@media (max-width: 991.98px) {
  /* line 577, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .mufg-bunner {
    width: 140px;
    height: 36px;
    margin: auto;
    margin-bottom: 20px;
  }
}

/* line 590, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .title-texts {
  max-width: 1071px;
  margin: 0 auto;
  margin-bottom: 80px;
  letter-spacing: 0px;
}

@media (max-width: 991.98px) {
  /* line 590, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .title-texts {
    margin: 20px 0 40px 0;
  }
}

/* line 600, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .title-texts .sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  color: #333;
}

/* line 608, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .title-texts .title {
  margin: 12px 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 77px;
  color: #333;
}

@media (max-width: 991.98px) {
  /* line 608, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .title-texts .title {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    margin: 0;
  }
  /* line 621, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .title-texts .title br {
    display: none;
  }
}

/* line 627, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .title-texts .title-discription {
  font-size: 18px;
  max-width: 955px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 991.98px) {
  /* line 627, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .title-texts .title-discription {
    text-align: left;
  }
  /* line 636, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .title-texts .title-discription br {
    display: none;
  }
}

/* line 643, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .title-buttons {
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1199.98px) {
  /* line 643, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .title-buttons {
    margin-bottom: 10px;
    justify-content: center;
  }
}

/* line 654, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .title-buttons .title-button {
  margin: 0;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  /* line 654, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .title-buttons .title-button {
    margin-bottom: 10px;
    width: 160px;
    font-size: 14px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 674, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .top-image-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

/* line 680, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .top-image-wrapper .top-image-background {
  position: absolute;
  top: 110px;
  width: 100%;
}

@media (max-width: 575.98px) {
  /* line 680, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .top-image-wrapper .top-image-background {
    display: none;
  }
}

/* line 690, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .top-image-wrapper .top-image {
  width: 1253px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 690, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .top-image-wrapper .top-image {
    display: none;
  }
}

/* line 701, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .top-image-wrapper .top-image-background-small {
  position: absolute;
  top: 87px;
  display: none;
}

@media (max-width: 575.98px) {
  /* line 701, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .top-image-wrapper .top-image-background-small {
    display: block;
  }
}

/* line 711, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section1 .top-image-wrapper .top-image-small {
  height: 456px;
  display: none;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 711, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section1 .top-image-wrapper .top-image-small {
    display: block;
  }
}

/* line 723, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.introduction-example {
  margin: 100px 0;
}

@media (max-width: 575.98px) {
  /* line 723, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.introduction-example {
    margin-top: 65px;
  }
}

/* line 729, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.introduction-example h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}

@media (max-width: 575.98px) {
  /* line 729, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.introduction-example h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

/* line 740, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.introduction-example img {
  margin: 0 14px;
  margin-right: 14px;
}

@media (max-width: 575.98px) {
  /* line 740, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.introduction-example img {
    margin: 0;
  }
}

/* line 750, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do {
  margin-top: 140px;
}

@media (max-width: 991.98px) {
  /* line 750, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.ability-to-do {
    margin-top: 80px;
  }
}

/* line 756, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do h2 {
  font-weight: 700;
  font-size: 54px;
  line-height: 74px;
}

@media (max-width: 991.98px) {
  /* line 756, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.ability-to-do h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin: auto 22px;
  }
  /* line 767, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.ability-to-do h2 br {
    display: none;
  }
}

/* line 773, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do p.title-sub-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 62px;
}

/* line 781, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-item-icon, .pages.index section.ability-to-do .ability-list-small .ability-list-item-icon {
  background-color: #F7F7F7;
}

/* line 785, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-item-arrow, .pages.index section.ability-to-do .ability-list-small .ability-list-item-arrow {
  color: #939393;
}

/* line 789, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-image-area, .pages.index section.ability-to-do .ability-list-small .ability-list-image-area {
  background-color: #F3F7FB;
}

/* line 795, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .open .ability-list-item-text a, .pages.index section.ability-to-do .ability-list-small .open .ability-list-item-text a {
  display: flex !important;
}

/* line 798, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .open .ability-list-item-text a:hover, .pages.index section.ability-to-do .ability-list-small .open .ability-list-item-text a:hover {
  text-decoration: none;
  color: #00A0E2;
  opacity: 0.4;
}

/* line 808, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list {
  display: flex;
}

@media (max-width: 1199.98px) {
  /* line 808, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.ability-to-do .ability-list {
    display: none;
  }
}

/* line 814, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items {
  position: relative;
}

/* line 817, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .bar {
  position: absolute;
  background: #F7F7F7;
  width: 4px;
  height: 85%;
  top: 25px;
  left: 39px;
  z-index: -1;
}

/* line 827, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item {
  padding: 16px 15px;
}

/* line 830, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item:nth-of-type(2) {
  padding-top: 0;
}

/* line 833, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item.open:nth-of-type(2) {
  padding-top: 16px;
}

/* line 838, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item .ability-list-item-icon {
  min-width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-top: 6px;
}

/* line 846, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item .ability-list-item-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}

/* line 853, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item .ability-list-item-text p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

/* line 860, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item .ability-list-item-text a {
  margin-top: 5px;
  font-weight: 300;
  line-height: 26px;
  display: none;
}

/* line 866, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item .ability-list-item-text a:nth-of-type(2) {
  margin-top: 0;
}

/* line 870, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item .ability-list-item-text a i {
  font-size: 8px;
}

/* line 876, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item .ability-list-item-arrow {
  margin-top: 25px;
}

/* line 880, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item.open {
  background-color: #F7F7F7;
  border-radius: 20px;
}

/* line 884, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-items .ability-list-item.open .ability-list-item-icon {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 891, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-image-area {
  width: 600px;
  height: 476px;
  border-radius: 20px;
  position: relative;
}

/* line 897, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list .ability-list-image-area .ability-list-images {
  position: absolute;
  border-radius: 20px;
  display: none;
}

/* line 905, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small {
  display: none;
}

@media (max-width: 1199.98px) {
  /* line 905, app/assets/stylesheets/application/views/pages.scss */
  .pages.index section.ability-to-do .ability-list-small {
    display: flex;
  }
}

/* line 911, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item:first-of-type ~ .ability-list-item {
  border-top: solid 1px #D8D8D8;
  padding-top: 15px;
}

/* line 916, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item-icon {
  min-width: 30px;
  height: 30px;
  border-radius: 7px;
  margin-top: 3px;
  margin-right: 10px;
}

/* line 923, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item-icon img {
  max-width: 19px;
  max-height: 19px;
}

/* line 930, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item-text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

/* line 937, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* line 944, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item-text a {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

/* line 949, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item-text a i {
  font-size: 7px;
}

/* line 955, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-item-arrow {
  margin-top: 18px;
  margin-left: 10px;
}

/* line 960, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-image-area {
  border-radius: 12px;
  padding: 22px 0;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

/* line 969, app/assets/stylesheets/application/views/pages.scss */
.pages.index section.ability-to-do .ability-list-small .ability-list-image-area .ability-list-images img {
  width: 574px;
  max-width: 100%;
}

/* line 978, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section2 {
  margin-bottom: 115px;
}

@media (max-width: 991.98px) {
  /* line 978, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section2 {
    margin-bottom: 50px;
    font-size: 24px;
  }
}

/* line 986, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section2 .user_logos {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 992, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section2 .user_logos .user_logo {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 60px;
}

/* line 1000, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section3 h2 {
  margin-bottom: 60px;
  font-size: 38px;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 1000, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section3 h2 {
    margin-bottom: 50px;
    font-size: 24px;
  }
}

/* line 1011, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section3 .usage-examples {
  display: flex;
  justify-content: center;
}

/* line 1015, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section3 .usage-examples .usage-example {
  margin: 0 35px 20px;
  width: 367px;
  border-radius: 26px;
}

/* line 1020, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section3 .usage-examples .usage-example img {
  max-width: 100%;
}

/* line 1025, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section3 .usage-examples .usage-example:hover {
  transition: 0.15s;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

/* line 1033, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section4 .purpose-cards {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
}

/* line 1040, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section4 .purpose-cards .purpose-card {
  margin: 20px;
  border-radius: 16px;
  width: 333px;
  height: 280px;
  text-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

/* line 1050, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section4 .purpose-cards .purpose-card.disabled {
  background: #eee;
  pointer-events: none;
}

/* line 1055, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section4 .purpose-cards .purpose-card img {
  margin-top: 40px;
  height: 80px;
  width: 110px;
  max-width: 100%;
}

/* line 1063, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section4 .purpose-cards .purpose-card:hover {
  transition: 0.15s;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

/* line 1071, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section5 h3 {
  font-weight: 700;
  font-size: 54px;
  line-height: 74px;
}

@media (max-width: 991.98px) {
  /* line 1071, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section5 h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
  }
}

/* line 1083, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section5 .rounded-20 {
  border-radius: 20px;
}

/* line 1087, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section5 .voice1,
.pages.index .section5 .voice2,
.pages.index .section5 .voice3 {
  border-radius: 20px;
}

/* line 1093, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section5 .voice1:hover,
.pages.index .section5 .voice2:hover,
.pages.index .section5 .voice3:hover {
  transition: 0.15s;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

/* line 1101, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section7 {
  padding: 80px 0;
  background-color: #212b53;
  color: #FFF;
}

/* line 1106, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section7 .security-contents {
  display: flex;
  padding-top: 30px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* line 1113, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section7 .security-contents .security-content {
  display: flex;
  padding: 20px 10px;
  width: 366px;
  flex-direction: column;
  align-items: center;
}

/* line 1120, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section7 .security-contents .security-content .security-content-image {
  height: 200px;
}

/* line 1123, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section7 .security-contents .security-content .security-content-image img {
  max-height: 168px;
  max-width: 200px;
}

/* line 1129, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section7 .security-contents .security-content p {
  font-size: 16px;
  font-weight: normal;
}

/* line 1137, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 {
  margin-bottom: 150px;
}

@media (max-width: 991.98px) {
  /* line 1137, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 {
    margin-bottom: 75px;
  }
}

@media (max-width: 575.98px) {
  /* line 1137, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 {
    margin-bottom: 46px;
  }
}

/* line 1148, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 h4 {
  margin-top: 89px;
  font-size: 22px;
}

@media (max-width: 575.98px) {
  /* line 1148, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 h4 {
    margin-top: 39px;
  }
}

/* line 1158, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 .row h1 {
  padding-top: 7px;
  font-size: 38px;
}

/* line 1163, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 .row a {
  padding: 10px 9px 9px 10px;
  border-radius: 4px;
  font-weight: 600;
}

/* line 1170, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 dl {
  border-radius: 10px;
}

@media (min-width: 992px) {
  /* line 1173, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item {
    cursor: pointer;
  }
  /* line 1177, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item:hover dt {
    background: #eaf2f7;
  }
  /* line 1181, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item:hover dd {
    background: #eaf2f7;
  }
}

@media (max-width: 575.98px) {
  /* line 1173, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item {
    border-bottom: 1px solid #DDD;
  }
}

/* line 1190, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 dl .item dt {
  margin-top: 20px;
  padding: 25px 3px 27px 30px;
  background: #F7F7F7;
  height: 74px;
  width: 100%;
  font-family: 'Futura';
  font-weight: 100;
  font-size: 18px;
  border-radius: 12px;
}

@media (max-width: 575.98px) {
  /* line 1190, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item dt {
    margin-top: 0;
    padding: 16px 3px 17px 30px;
    background: #FFF;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  /* line 1208, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item dt div {
    width: 240px;
  }
}

/* line 1214, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 dl .item dt .circle-mark {
  float: right;
  margin-right: 30px;
  width: 26px;
  height: 26px;
  color: #00A0E2;
  border: 1px solid #00A0E2;
  border-radius: 50%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  vertical-align: revert;
}

@media (max-width: 575.98px) {
  /* line 1214, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item dt .circle-mark {
    align-self: center;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}

/* line 1236, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 dl .item dt.open {
  padding: 25px 3px 0 30px;
  border-radius: 12px 12px 0 0;
  height: 65px;
}

@media (max-width: 575.98px) {
  /* line 1236, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item dt.open {
    padding: 25px 3px 17px 30px;
    height: auto;
  }
}

/* line 1248, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 dl .item dd {
  display: none;
  padding: 0 62px 25px 30px;
  background: #F7F7F7;
  width: 100%;
  font-family: 'Futura';
  font-weight: 100;
  font-size: 16px;
  border-radius: 0 0 12px 12px;
}

@media (max-width: 575.98px) {
  /* line 1248, app/assets/stylesheets/application/views/pages.scss */
  .pages.index .section8 dl .item dd {
    padding: 0 62px 17px 30px;
    background: #FFF;
  }
}

/* line 1266, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 .button {
  margin-top: 29px;
}

/* line 1269, app/assets/stylesheets/application/views/pages.scss */
.pages.index .section8 .button a {
  padding: 10px 15px 9px 17px;
}

@media (max-width: 575.98px) {
  /* line 1275, app/assets/stylesheets/application/views/pages.scss */
  .pages.index hr.no-small {
    display: none;
  }
}

/* line 1282, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs {
  background-color: #D9DCE2;
  position: relative;
  margin-bottom: 10vw;
  padding: 20px;
}

@media (max-width: 575.98px) {
  /* line 1282, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs {
    margin-bottom: 8vw;
  }
}

/* line 1292, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs h1 {
  margin: 100px 0 60px 0;
  font-weight: 500;
  font-size: 54px;
  line-height: 74px;
}

@media (max-width: 991.98px) {
  /* line 1292, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs h1 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 36px !important;
  }
}

/* line 1305, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container {
  max-width: 1130px;
}

/* line 1308, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container .needs-contents {
  max-width: 1130px;
}

@media (max-width: 991.98px) {
  /* line 1308, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs .container .needs-contents {
    justify-content: center !important;
  }
}

/* line 1315, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container .needs-contents .needs-content {
  max-width: 553px;
  height: 522px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 40px 40px 20px 40px;
}

@media (max-width: 991.98px) {
  /* line 1315, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs .container .needs-contents .needs-content {
    margin-top: 42px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 1315, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs .container .needs-contents .needs-content {
    padding: 15px !important;
  }
}

/* line 1333, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container .needs-contents .needs-content .needs-target {
  width: 136px;
  height: 36px;
  border-radius: 8px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -65px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  background-color: #201770;
  text-align: center;
  padding: 10px 0;
}

/* line 1351, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container .needs-contents .needs-content .needs-image {
  max-width: 321px;
  max-height: 324px;
}

@media (max-width: 575.98px) {
  /* line 1315, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs .container .needs-contents .needs-content {
    margin-top: 10px;
  }
}

/* line 1360, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container .needs-contents .needs-content .needs-content-list {
  list-style-type: none;
  padding-inline-start: 0;
  margin-top: 24px;
  width: 100%;
}

@media (max-width: 575.98px) {
  /* line 1360, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs .container .needs-contents .needs-content .needs-content-list {
    margin-top: 10px;
  }
}

/* line 1370, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container .needs-contents .needs-content .needs-content-list li {
  font-size: 16px;
  font-weight: 450;
  line-height: 25.6px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 33px;
}

@media (max-width: 575.98px) {
  /* line 1370, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs .container .needs-contents .needs-content .needs-content-list li {
    margin-top: 16px;
  }
}

/* line 1383, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs .container .needs-contents .needs-content .needs-content-list li::before {
  content: "\e912";
  font-family: "icomoon";
  font-size: 24px;
  color: #E6230D;
  position: absolute;
  left: 0;
}

/* line 1397, app/assets/stylesheets/application/views/pages.scss */
.pages .raising-needs::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 10vw 50vw 0 50vw;
  border-style: solid;
  border-color: #D9DCE2 transparent transparent transparent;
  background-color: #F3F7FB;
  box-shadow: 0 1px 0 #F3F7FB;
}

@media (max-width: 575.98px) {
  /* line 1397, app/assets/stylesheets/application/views/pages.scss */
  .pages .raising-needs::after {
    border-width: 8vw 50vw 0 50vw;
  }
}

/* line 1416, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs {
  background-color: #F3F7FB;
}

/* line 1420, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .light-img {
  display: block;
  margin: 60px auto 0 auto;
}

/* line 1425, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs h1 {
  margin: 16px 0 60px 0;
  font-weight: 500;
  font-size: 54px;
  line-height: 74px;
  color: #00A0E2;
  word-break: keep-all;
}

@media (max-width: 991.98px) {
  /* line 1425, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs h1 {
    font-size: 34px;
    margin-bottom: 36px !important;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
  }
}

/* line 1444, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents {
  max-width: 1130px;
  margin: 0 auto 60px auto;
}

@media (max-width: 991.98px) {
  /* line 1444, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs .needs-contents {
    justify-content: center !important;
  }
}

/* line 1452, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content {
  max-width: 553px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 40px 40px 20px 40px;
}

@media (max-width: 991.98px) {
  /* line 1452, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs .needs-contents .needs-content {
    margin-top: 42px !important;
    padding: 40px 20px 10px 40px;
  }
}

/* line 1466, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content .needs-target {
  width: 136px;
  height: 36px;
  border-radius: 8px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -65px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  background-color: #201770;
  text-align: center;
  padding: 10px 0;
}

/* line 1483, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content .needs-image {
  max-width: 321px;
  max-height: 324px;
}

@media (max-width: 575.98px) {
  /* line 1452, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs .needs-contents .needs-content {
    margin-top: 10px;
  }
}

/* line 1492, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1497, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content ul li {
  position: relative;
  list-style: none;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 450;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  /* line 1497, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs .needs-contents .needs-content ul li {
    padding-left: 10px;
    align-items: start;
    min-height: auto;
  }
}

/* line 1516, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content ul li::before, .pages .resolve-needs .needs-contents .needs-content ul li::after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 45px;
  height: 45px;
}

@media (max-width: 991.98px) {
  /* line 1516, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs .needs-contents .needs-content ul li::before, .pages .resolve-needs .needs-contents .needs-content ul li::after {
    left: -45px;
    margin-left: 20px;
    width: 24px;
    height: 24px;
  }
}

/* line 1532, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content ul li::before {
  content: '';
  border: 2.5px solid #00A0E2;
  border-radius: 50%;
  transition: border-color 200ms, background-color 200ms;
}

/* line 1539, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .needs-contents .needs-content ul li::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 30px;
  text-align: center;
  color: #00A0E2;
  line-height: 45px;
}

@media (max-width: 991.98px) {
  /* line 1539, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs .needs-contents .needs-content ul li::after {
    font-family: "Material-Design-Iconic-Font";
    content: "";
    font-size: 15px;
    line-height: 25px;
  }
}

/* line 1555, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .advantages {
  max-width: 1130px;
  margin: 60px auto 0 auto;
  padding-bottom: 100px;
}

/* line 1560, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .advantages .advantage {
  max-width: 350px;
  padding: 0 20px;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  /* line 1560, app/assets/stylesheets/application/views/pages.scss */
  .pages .resolve-needs .advantages .advantage {
    padding: 0;
  }
}

/* line 1569, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .advantages .advantage .test {
  margin: auto;
}

/* line 1573, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .advantages .advantage .advantages-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 24px 0;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 1586, app/assets/stylesheets/application/views/pages.scss */
.pages .resolve-needs .advantages .advantage li {
  font-size: 16px;
  font-weight: 450;
  line-height: 26px;
  text-align: left;
  list-style: none;
}

/* line 1597, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form {
  background-color: #F2FBFF;
  justify-content: center;
}

/* line 1601, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container {
  margin: 80px 100px;
}

@media (max-width: 575.98px) {
  /* line 1601, app/assets/stylesheets/application/views/pages.scss */
  .pages .service_demo_request_form .form-container {
    margin: 40px 20px;
  }
}

/* line 1608, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-badge {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1em;
  border-radius: 12px;
}

/* line 1615, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 63px;
}

@media (max-width: 575.98px) {
  /* line 1615, app/assets/stylesheets/application/views/pages.scss */
  .pages .service_demo_request_form .form-container .form-title {
    font-size: 34px;
    line-height: 41px;
  }
}

/* line 1625, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-title b {
  font-size: 50px;
  font-weight: 700;
  line-height: 74px;
}

@media (max-width: 575.98px) {
  /* line 1625, app/assets/stylesheets/application/views/pages.scss */
  .pages .service_demo_request_form .form-container .form-title b {
    font-size: 27px;
    line-height: 35px;
  }
}

/* line 1637, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 575.98px) {
  /* line 1637, app/assets/stylesheets/application/views/pages.scss */
  .pages .service_demo_request_form .form-container .form-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
}

/* line 1648, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-description b {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}

@media (max-width: 575.98px) {
  /* line 1648, app/assets/stylesheets/application/views/pages.scss */
  .pages .service_demo_request_form .form-container .form-description b {
    font-size: 18px;
    font-weight: 450;
    line-height: 23px;
  }
}

/* line 1661, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper {
  max-width: 1240px;
  padding: 60px;
  background: white;
}

@media (max-width: 575.98px) {
  /* line 1661, app/assets/stylesheets/application/views/pages.scss */
  .pages .service_demo_request_form .form-container .form-wrapper {
    padding: 60px 20px;
  }
}

/* line 1670, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}

/* line 1677, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper .service_demo_request_company_name {
  max-width: 300px;
}

/* line 1681, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper .last-name-form {
  padding-right: 5px;
}

/* line 1685, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper .first-name-form {
  padding-left: 5px;
}

/* line 1689, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper .service_demo_request_interest_note {
  display: none;
}

/* line 1693, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper .accept_terms_label-warper {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

/* line 1699, app/assets/stylesheets/application/views/pages.scss */
.pages .service_demo_request_form .form-container .form-wrapper .submit-button {
  min-width: -moz-max-content;
  min-width: max-content;
}

/* line 1708, app/assets/stylesheets/application/views/pages.scss */
.pages.service_demo_requests.thanks .thanks-section {
  margin-top: 165px;
}

/* line 1713, app/assets/stylesheets/application/views/pages.scss */
.pages.service_demo_requests.thanks .thanks-section .thanks-container .thanks-content-wrapper .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

/* line 1719, app/assets/stylesheets/application/views/pages.scss */
.pages.service_demo_requests.thanks .thanks-section .thanks-container .thanks-content-wrapper .description {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

@media (min-width: 992px) {
  /* line 1732, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .document:hover {
    box-shadow: 0 2px 20px rgba(17, 72, 152, 0.2);
  }
}

/* line 1737, app/assets/stylesheets/application/views/pages.scss */
.pages .white_paper a {
  color: #343434;
}

/* line 1740, app/assets/stylesheets/application/views/pages.scss */
.pages .white_paper a:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  /* line 1746, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .desc {
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  /* line 1746, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .desc {
    font-size: 0.9285714286rem;
  }
}

@media (min-width: 992px) {
  /* line 1746, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .desc {
    font-size: 1.0714285714rem;
  }
}

@media (min-width: 1200px) {
  /* line 1746, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .desc {
    font-size: 1.4285714286rem;
  }
}

@media (min-width: 992px) {
  /* line 1764, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .mx-custom {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

/* line 1771, app/assets/stylesheets/application/views/pages.scss */
.pages .white_paper .pl-custom {
  padding-left: 3rem;
}

@media (max-width: 575.98px) {
  /* line 1771, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .pl-custom {
    padding-left: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 1771, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .pl-custom {
    padding-left: 1.5rem;
  }
}

/* line 1785, app/assets/stylesheets/application/views/pages.scss */
.pages .white_paper .my-custom {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {
  /* line 1785, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .my-custom {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1785, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .my-custom {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1024px) {
  /* line 1803, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper .PC {
    width: 90%;
  }
}

/* line 1812, app/assets/stylesheets/application/views/pages.scss */
.pages .about_company .text-area {
  color: white;
}

/* line 1815, app/assets/stylesheets/application/views/pages.scss */
.pages .about_company .text-area .btn-fundinno {
  color: #1B759D;
}

@media (min-width: 1200px) {
  /* line 1809, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company {
    margin-bottom: 100px;
  }
  /* line 1823, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex {
    width: 1200px;
    height: 463px;
    background-color: #1B759D;
    border-radius: 30px;
    padding: 68px 40px 68px 70px;
  }
  /* line 1831, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area {
    z-index: 1;
  }
  /* line 1833, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area h2 {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    width: 669px;
  }
  /* line 1840, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area h2 b {
    font-weight: bold;
  }
  /* line 1845, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 37px;
  }
  /* line 1852, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area .btn-fundinno {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
  }
  /* line 1859, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .fundinno-image {
    margin-left: -90px;
  }
}

@media (max-width: 1199.98px) {
  /* line 1809, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company {
    background-color: #1B759D;
  }
  /* line 1869, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container {
    padding-left: 22px;
    padding-right: 22px;
    padding: 40px 22px;
  }
  /* line 1874, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 1878, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area {
    display: flex;
    flex-direction: column;
  }
  /* line 1882, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area h2 {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  /* line 1890, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  /* line 1897, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .text-area .btn-fundinno {
    align-self: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    max-width: 271px;
    padding: 15px;
    margin-bottom: 40px;
  }
  /* line 1909, app/assets/stylesheets/application/views/pages.scss */
  .pages .about_company .container .d-flex .fundinno-image {
    max-width: 100%;
  }
}

/* line 1917, app/assets/stylesheets/application/views/pages.scss */
.pages .white_paper {
  padding: 2rem 0;
}

@media (max-width: 991.98px) {
  /* line 1917, app/assets/stylesheets/application/views/pages.scss */
  .pages .white_paper {
    padding: 0;
  }
}

/* line 1926, app/assets/stylesheets/application/views/pages.scss */
.pages .pricing h2,
.pages .pricing .h2 {
  font-size: 2.4rem;
}

/* line 1931, app/assets/stylesheets/application/views/pages.scss */
.pages .pricing s {
  position: relative;
  text-decoration: none;
}

/* line 1935, app/assets/stylesheets/application/views/pages.scss */
.pages .pricing s::before {
  position: absolute;
  top: 45%;
  right: 0;
  left: -45px;
  content: '';
  width: 180px;
  border-top: 4px solid;
  border-color: #00A0E2;
  transform: skewY(-10deg);
}

/* line 1949, app/assets/stylesheets/application/views/pages.scss */
.pages .simulation-popup {
  display: none;
  width: 295px;
  background-color: #212b53;
  color: #FFF;
  border-radius: 20px;
}

/* line 1956, app/assets/stylesheets/application/views/pages.scss */
.pages .simulation-popup img {
  position: absolute;
  top: -75px;
  left: 45px;
}

/* line 1962, app/assets/stylesheets/application/views/pages.scss */
.pages .simulation-popup .close-popup > i {
  cursor: pointer;
}

/* line 1966, app/assets/stylesheets/application/views/pages.scss */
.pages .simulation-popup h2,
.pages .simulation-popup .h2 {
  font-size: 1.5rem;
}

/* line 1971, app/assets/stylesheets/application/views/pages.scss */
.pages .simulation-popup p {
  font-size: 0.9rem;
}

/* line 1977, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .text-investor {
  color: #FB8B24;
}

/* line 1981, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .big-bold {
  font-family: 'Futura';
  font-weight: 900;
  font-size: 22px;
}

/* line 1987, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section-title {
  margin: 1rem 0;
  font-size: 38px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  /* line 1987, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_page .section-title {
    font-size: 1.5rem;
  }
}

/* line 1997, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .btn-investor {
  color: #FFF;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 2003, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .btn-outline-investor {
  color: #FB8B24;
  border-color: #FB8B24;
}

/* line 2008, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .btn, .pages.investor_page .component-v2 .btn-primary-w100-p3, .pages.investor_page .company.financial_reports.edit .btn-primary-w100-p3, .pages.investor_page .company.kpis .btn-primary-w100-p3, .component-v2 .pages.investor_page .btn-primary-w100-p3, .company.financial_reports.edit .pages.investor_page .btn-primary-w100-p3, .company.kpis .pages.investor_page .btn-primary-w100-p3 {
  font-weight: 700;
  border-radius: 12px;
}

/* line 2013, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .description {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  /* line 2013, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_page .description {
    font-size: 0.875rem;
  }
}

/* line 2021, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .angel-popup {
  position: absolute;
  top: 150px;
  left: 35%;
  width: 15%;
}

@media (max-width: 575.98px) {
  /* line 2021, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_page .angel-popup {
    top: 450px;
    left: 5px;
    width: 100px;
  }
}

/* line 2034, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .display-4 {
  font-size: 50px;
}

@media (max-width: 1199.98px) {
  /* line 2034, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_page .display-4 {
    font-size: 1.875rem;
  }
}

/* line 2042, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section1 {
  margin-top: 90px;
}

/* line 2045, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section1 h1 {
  font-family: 'Hiragino Sans';
}

/* line 2050, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section2 {
  padding-top: 6rem;
}

/* line 2053, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section2 .row {
  margin-bottom: 5rem;
}

/* line 2057, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section2 .coming-soon {
  position: relative;
}

/* line 2060, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section2 .coming-soon div {
  opacity: 0.5;
}

/* line 2064, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section2 .coming-soon .coming-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  opacity: 1 !important;
}

/* line 2077, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section3 {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

@media (max-width: 1199.98px) {
  /* line 2077, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_page .section3 {
    padding: 2rem 0;
  }
}

/* line 2086, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section4 {
  padding-top: 4rem;
  background: #fff7f2;
}

/* line 2091, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section5 {
  padding: 4rem 0;
}

/* line 2094, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section5 .content {
  background-color: #F7F7F7;
  border-radius: 15px;
}

/* line 2098, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_page .section5 .content .h1 {
  font-size: 3rem;
}

/* line 2106, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .text-investor {
  color: #FB8B24;
}

/* line 2110, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .big-bold {
  font-weight: 900;
  font-size: 1.375rem;
}

/* line 2115, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section-title {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 38px;
}

@media (max-width: 1199.98px) {
  /* line 2115, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section-title {
    font-size: 1.5rem;
  }
}

/* line 2125, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .btn, .pages.about_angel_tax .component-v2 .btn-primary-w100-p3, .pages.about_angel_tax .company.financial_reports.edit .btn-primary-w100-p3, .pages.about_angel_tax .company.kpis .btn-primary-w100-p3, .component-v2 .pages.about_angel_tax .btn-primary-w100-p3, .company.financial_reports.edit .pages.about_angel_tax .btn-primary-w100-p3, .company.kpis .pages.about_angel_tax .btn-primary-w100-p3 {
  font-weight: 700;
  border-radius: 12px;
}

/* line 2130, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .description {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  /* line 2130, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .description {
    font-size: 0.875rem;
  }
}

/* line 2138, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section1 {
  margin-top: 90px;
}

/* line 2141, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section1 h1 {
  font-family: 'Hiragino Sans';
  font-size: 50px;
}

@media (max-width: 575.98px) {
  /* line 2141, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 h1 {
    text-align: center;
    font-size: 1.875rem;
  }
}

/* line 2151, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section1 .to-simulator-popup {
  position: absolute;
}

@media (min-width: 992px) {
  /* line 2151, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 .to-simulator-popup {
    top: 100px;
    left: 32vw;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 2151, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 .to-simulator-popup {
    top: 100px;
    left: 38vw;
  }
}

@media (max-width: 575.98px) {
  /* line 2151, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 .to-simulator-popup {
    top: 350px;
    right: 10px;
  }
  /* line 2168, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 .to-simulator-popup img {
    width: 100px;
  }
}

/* line 2174, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section1 .top-message {
  margin-top: 100px;
}

@media (max-width: 575.98px) {
  /* line 2174, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 .top-message {
    margin-top: 0;
  }
}

/* line 2182, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section1 .fundoor-accrea {
  width: 296px;
}

@media (max-width: 575.98px) {
  /* line 2182, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 .fundoor-accrea {
    width: 100%;
  }
}

/* line 2190, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section1 .inquiry {
  margin-top: 60px;
}

@media (max-width: 575.98px) {
  /* line 2190, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section1 .inquiry {
    margin-top: 30px;
  }
}

/* line 2199, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section2 {
  margin-top: 2rem;
}

/* line 2203, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section2 .issues h3 {
  font-size: 1.5rem;
}

/* line 2207, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section2 .issues img {
  max-height: 150px;
}

/* line 2213, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section3 {
  margin-top: 4rem;
}

/* line 2217, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section3 .services h3 {
  font-size: 1.5rem;
}

/* line 2221, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section3 .services img {
  max-height: 150px;
}

/* line 2227, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section4 {
  margin-top: 4rem;
}

@media (max-width: 575.98px) {
  /* line 2227, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section4 {
    padding: 2rem 0;
    border-radius: 20px;
  }
}

/* line 2235, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section4 .container {
  padding: 2rem 0;
  background: #fff7f2;
  border-radius: 45px;
}

/* line 2241, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section4 .about {
  padding: 3rem;
}

@media (max-width: 575.98px) {
  /* line 2241, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section4 .about {
    margin-top: 0;
  }
}

/* line 2250, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 {
  margin-top: 4rem;
  padding: 2rem 0;
}

@media (max-width: 575.98px) {
  /* line 2250, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section5 {
    padding: 2rem 0;
  }
}

/* line 2258, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator {
  padding: 3rem;
  border-radius: 18px;
  font-size: 1.125rem;
}

@media (max-width: 575.98px) {
  /* line 2258, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section5 .simulator {
    padding: 3rem 0;
    font-size: 0.875rem;
  }
}

/* line 2268, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator h4 {
  font-size: 1.25rem;
}

/* line 2272, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator input {
  border-radius: 8px;
}

/* line 2276, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .error-message {
  color: #f44336;
  font-size: 0.875rem;
}

/* line 2281, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .big-font {
  font-size: 58px;
}

/* line 2285, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .details {
  border-radius: 18px;
}

@media (max-width: 575.98px) {
  /* line 2285, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section5 .simulator .details {
    border-radius: 16px;
  }
}

/* line 2293, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .details dl dt {
  float: left;
  font-weight: normal;
}

/* line 2298, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .details dl dd {
  text-align: right;
  font-weight: bold;
}

/* line 2306, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .investor-nav a {
  padding: 0.5rem 1.2rem;
  color: #939393;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  /* line 2306, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section5 .simulator .investor-nav a {
    padding: 1rem 0;
    font-size: 0.875rem;
  }
}

/* line 2316, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .investor-nav a:hover {
  color: #FB8B24;
}

/* line 2320, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .simulator .investor-nav a.active {
  color: #FB8B24;
  border-bottom: #FB8B24 solid 1px;
}

/* line 2328, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section5 .annotation {
  margin-top: 2rem;
  line-height: 80%;
}

/* line 2334, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section6 {
  margin-top: 4rem;
  padding: 2rem 0;
}

/* line 2338, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section6 small {
  font-size: 11px;
}

/* line 2342, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section6 h1 {
  font-size: 38px;
}

/* line 2347, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section7 {
  padding-top: 4rem;
  background: #fff7f2;
}

/* line 2351, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section7 .display-4 {
  font-size: 50px;
}

@media (max-width: 1199.98px) {
  /* line 2351, app/assets/stylesheets/application/views/pages.scss */
  .pages.about_angel_tax .section7 .display-4 {
    font-size: 1.875rem;
  }
}

/* line 2359, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section7 .btn-investor {
  color: #FFF;
  background-color: #FB8B24;
  border-color: #FB8B24;
}

/* line 2365, app/assets/stylesheets/application/views/pages.scss */
.pages.about_angel_tax .section7 .btn-outline-investor {
  color: #FB8B24;
  border-color: #FB8B24;
}

/* line 2373, app/assets/stylesheets/application/views/pages.scss */
.pages.privacy .privacy-content {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 2373, app/assets/stylesheets/application/views/pages.scss */
  .pages.privacy .privacy-content {
    padding-top: 100px;
    padding-right: clamp(10px, 5.5vw, 80px);
    padding-bottom: clamp(10px, 8.33vw, 120px);
    padding-left: clamp(10px, 5.5vw, 80px);
  }
}

/* line 2384, app/assets/stylesheets/application/views/pages.scss */
.pages.privacy .p-privacy__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  /* line 2384, app/assets/stylesheets/application/views/pages.scss */
  .pages.privacy .p-privacy__ttl {
    margin-top: 50px;
  }
}

/* line 2394, app/assets/stylesheets/application/views/pages.scss */
.pages.privacy .p-privacy__txt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 2394, app/assets/stylesheets/application/views/pages.scss */
  .pages.privacy .p-privacy__txt {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 2405, app/assets/stylesheets/application/views/pages.scss */
.pages.privacy .p-privacy__list {
  margin-top: 25px;
  padding: 0 0 0 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 2405, app/assets/stylesheets/application/views/pages.scss */
  .pages.privacy .p-privacy__list {
    margin-top: 40px;
  }
}

/* line 2414, app/assets/stylesheets/application/views/pages.scss */
.pages.privacy .u-ls-none {
  list-style: none !important;
}

/* line 2417, app/assets/stylesheets/application/views/pages.scss */
.pages.privacy .p-privacy__detail {
  margin-top: 25px;
  padding: 0 0 0 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 2417, app/assets/stylesheets/application/views/pages.scss */
  .pages.privacy .p-privacy__detail {
    margin-top: 40px;
  }
}

/* line 2460, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section, .pages.director_meetings .white_paper_section, .pages.matchings .white_paper_section, .pages.irs .white_paper_section, .pages.capital_policies .white_paper_section, .pages.shareholderlists .white_paper_section, .pages.stockholder_meetings .white_paper_section, .pages.investors_managements .white_paper_section, .pages.electro_contracts .white_paper_section, .pages.corporate_procedures .white_paper_section, .pages.subsidy_rounds .white_paper_section, .pages.budget_managements .white_paper_section, .pages.stock_options .white_paper_section, .pages.index .white_paper_section, .pages.investor_documents .white_paper_section, .pages.archive_movies .white_paper_section, .pages.director_meetings .white_paper_section, .pages.matchings .white_paper_section, .pages.irs .white_paper_section, .pages.capital_policies .white_paper_section, .pages.shareholderlists .white_paper_section, .pages.stockholder_meetings .white_paper_section, .pages.investors_managements .white_paper_section, .pages.capital_increase_rounds .white_paper_section, .pages.electro_contracts .white_paper_section, .pages.corporate_procedures .white_paper_section, .pages.subsidy_rounds .white_paper_section, .pages.budget_managements .white_paper_section, .pages.seed_rounds .white_paper_section, .pages.series_ab_rounds .white_paper_section, .pages.stock_options .white_paper_section {
  margin-top: 100px;
  margin-bottom: 117px;
}

@media (max-width: 991.98px) {
  /* line 2460, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .white_paper_section, .pages.director_meetings .white_paper_section, .pages.matchings .white_paper_section, .pages.irs .white_paper_section, .pages.capital_policies .white_paper_section, .pages.shareholderlists .white_paper_section, .pages.stockholder_meetings .white_paper_section, .pages.investors_managements .white_paper_section, .pages.electro_contracts .white_paper_section, .pages.corporate_procedures .white_paper_section, .pages.subsidy_rounds .white_paper_section, .pages.budget_managements .white_paper_section, .pages.stock_options .white_paper_section, .pages.index .white_paper_section, .pages.investor_documents .white_paper_section, .pages.archive_movies .white_paper_section, .pages.director_meetings .white_paper_section, .pages.matchings .white_paper_section, .pages.irs .white_paper_section, .pages.capital_policies .white_paper_section, .pages.shareholderlists .white_paper_section, .pages.stockholder_meetings .white_paper_section, .pages.investors_managements .white_paper_section, .pages.capital_increase_rounds .white_paper_section, .pages.electro_contracts .white_paper_section, .pages.corporate_procedures .white_paper_section, .pages.subsidy_rounds .white_paper_section, .pages.budget_managements .white_paper_section, .pages.seed_rounds .white_paper_section, .pages.series_ab_rounds .white_paper_section, .pages.stock_options .white_paper_section {
    margin-top: 34px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 2469, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .white_paper_section .container, .pages.director_meetings .white_paper_section .container, .pages.matchings .white_paper_section .container, .pages.irs .white_paper_section .container, .pages.capital_policies .white_paper_section .container, .pages.shareholderlists .white_paper_section .container, .pages.stockholder_meetings .white_paper_section .container, .pages.investors_managements .white_paper_section .container, .pages.electro_contracts .white_paper_section .container, .pages.corporate_procedures .white_paper_section .container, .pages.subsidy_rounds .white_paper_section .container, .pages.budget_managements .white_paper_section .container, .pages.stock_options .white_paper_section .container, .pages.index .white_paper_section .container, .pages.investor_documents .white_paper_section .container, .pages.archive_movies .white_paper_section .container, .pages.director_meetings .white_paper_section .container, .pages.matchings .white_paper_section .container, .pages.irs .white_paper_section .container, .pages.capital_policies .white_paper_section .container, .pages.shareholderlists .white_paper_section .container, .pages.stockholder_meetings .white_paper_section .container, .pages.investors_managements .white_paper_section .container, .pages.capital_increase_rounds .white_paper_section .container, .pages.electro_contracts .white_paper_section .container, .pages.corporate_procedures .white_paper_section .container, .pages.subsidy_rounds .white_paper_section .container, .pages.budget_managements .white_paper_section .container, .pages.seed_rounds .white_paper_section .container, .pages.series_ab_rounds .white_paper_section .container, .pages.stock_options .white_paper_section .container {
    padding: 0 22px;
  }
}

/* line 2475, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container a, .pages.director_meetings .white_paper_section .container a, .pages.matchings .white_paper_section .container a, .pages.irs .white_paper_section .container a, .pages.capital_policies .white_paper_section .container a, .pages.shareholderlists .white_paper_section .container a, .pages.stockholder_meetings .white_paper_section .container a, .pages.investors_managements .white_paper_section .container a, .pages.electro_contracts .white_paper_section .container a, .pages.corporate_procedures .white_paper_section .container a, .pages.subsidy_rounds .white_paper_section .container a, .pages.budget_managements .white_paper_section .container a, .pages.stock_options .white_paper_section .container a, .pages.index .white_paper_section .container a, .pages.investor_documents .white_paper_section .container a, .pages.archive_movies .white_paper_section .container a, .pages.director_meetings .white_paper_section .container a, .pages.matchings .white_paper_section .container a, .pages.irs .white_paper_section .container a, .pages.capital_policies .white_paper_section .container a, .pages.shareholderlists .white_paper_section .container a, .pages.stockholder_meetings .white_paper_section .container a, .pages.investors_managements .white_paper_section .container a, .pages.capital_increase_rounds .white_paper_section .container a, .pages.electro_contracts .white_paper_section .container a, .pages.corporate_procedures .white_paper_section .container a, .pages.subsidy_rounds .white_paper_section .container a, .pages.budget_managements .white_paper_section .container a, .pages.seed_rounds .white_paper_section .container a, .pages.series_ab_rounds .white_paper_section .container a, .pages.stock_options .white_paper_section .container a {
  color: #343434;
}

/* line 2478, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container a:hover, .pages.director_meetings .white_paper_section .container a:hover, .pages.matchings .white_paper_section .container a:hover, .pages.irs .white_paper_section .container a:hover, .pages.capital_policies .white_paper_section .container a:hover, .pages.shareholderlists .white_paper_section .container a:hover, .pages.stockholder_meetings .white_paper_section .container a:hover, .pages.investors_managements .white_paper_section .container a:hover, .pages.electro_contracts .white_paper_section .container a:hover, .pages.corporate_procedures .white_paper_section .container a:hover, .pages.subsidy_rounds .white_paper_section .container a:hover, .pages.budget_managements .white_paper_section .container a:hover, .pages.stock_options .white_paper_section .container a:hover, .pages.index .white_paper_section .container a:hover, .pages.investor_documents .white_paper_section .container a:hover, .pages.archive_movies .white_paper_section .container a:hover, .pages.director_meetings .white_paper_section .container a:hover, .pages.matchings .white_paper_section .container a:hover, .pages.irs .white_paper_section .container a:hover, .pages.capital_policies .white_paper_section .container a:hover, .pages.shareholderlists .white_paper_section .container a:hover, .pages.stockholder_meetings .white_paper_section .container a:hover, .pages.investors_managements .white_paper_section .container a:hover, .pages.capital_increase_rounds .white_paper_section .container a:hover, .pages.electro_contracts .white_paper_section .container a:hover, .pages.corporate_procedures .white_paper_section .container a:hover, .pages.subsidy_rounds .white_paper_section .container a:hover, .pages.budget_managements .white_paper_section .container a:hover, .pages.seed_rounds .white_paper_section .container a:hover, .pages.series_ab_rounds .white_paper_section .container a:hover, .pages.stock_options .white_paper_section .container a:hover {
  text-decoration: none;
  opacity: 0.4;
}

/* line 2484, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container .section-margin, .pages.director_meetings .white_paper_section .container .section-margin, .pages.matchings .white_paper_section .container .section-margin, .pages.irs .white_paper_section .container .section-margin, .pages.capital_policies .white_paper_section .container .section-margin, .pages.shareholderlists .white_paper_section .container .section-margin, .pages.stockholder_meetings .white_paper_section .container .section-margin, .pages.investors_managements .white_paper_section .container .section-margin, .pages.electro_contracts .white_paper_section .container .section-margin, .pages.corporate_procedures .white_paper_section .container .section-margin, .pages.subsidy_rounds .white_paper_section .container .section-margin, .pages.budget_managements .white_paper_section .container .section-margin, .pages.stock_options .white_paper_section .container .section-margin, .pages.index .white_paper_section .container .section-margin, .pages.investor_documents .white_paper_section .container .section-margin, .pages.archive_movies .white_paper_section .container .section-margin, .pages.director_meetings .white_paper_section .container .section-margin, .pages.matchings .white_paper_section .container .section-margin, .pages.irs .white_paper_section .container .section-margin, .pages.capital_policies .white_paper_section .container .section-margin, .pages.shareholderlists .white_paper_section .container .section-margin, .pages.stockholder_meetings .white_paper_section .container .section-margin, .pages.investors_managements .white_paper_section .container .section-margin, .pages.capital_increase_rounds .white_paper_section .container .section-margin, .pages.electro_contracts .white_paper_section .container .section-margin, .pages.corporate_procedures .white_paper_section .container .section-margin, .pages.subsidy_rounds .white_paper_section .container .section-margin, .pages.budget_managements .white_paper_section .container .section-margin, .pages.seed_rounds .white_paper_section .container .section-margin, .pages.series_ab_rounds .white_paper_section .container .section-margin, .pages.stock_options .white_paper_section .container .section-margin {
  margin: 0 16.5px;
}

/* line 2488, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container .title, .pages.director_meetings .white_paper_section .container .title, .pages.matchings .white_paper_section .container .title, .pages.irs .white_paper_section .container .title, .pages.capital_policies .white_paper_section .container .title, .pages.shareholderlists .white_paper_section .container .title, .pages.stockholder_meetings .white_paper_section .container .title, .pages.investors_managements .white_paper_section .container .title, .pages.electro_contracts .white_paper_section .container .title, .pages.corporate_procedures .white_paper_section .container .title, .pages.subsidy_rounds .white_paper_section .container .title, .pages.budget_managements .white_paper_section .container .title, .pages.stock_options .white_paper_section .container .title, .pages.index .white_paper_section .container .title, .pages.investor_documents .white_paper_section .container .title, .pages.archive_movies .white_paper_section .container .title, .pages.director_meetings .white_paper_section .container .title, .pages.matchings .white_paper_section .container .title, .pages.irs .white_paper_section .container .title, .pages.capital_policies .white_paper_section .container .title, .pages.shareholderlists .white_paper_section .container .title, .pages.stockholder_meetings .white_paper_section .container .title, .pages.investors_managements .white_paper_section .container .title, .pages.capital_increase_rounds .white_paper_section .container .title, .pages.electro_contracts .white_paper_section .container .title, .pages.corporate_procedures .white_paper_section .container .title, .pages.subsidy_rounds .white_paper_section .container .title, .pages.budget_managements .white_paper_section .container .title, .pages.seed_rounds .white_paper_section .container .title, .pages.series_ab_rounds .white_paper_section .container .title, .pages.stock_options .white_paper_section .container .title {
  font-weight: 700;
  font-size: 54px;
  color: #343434;
  letter-spacing: 0;
  text-align: center;
  line-height: 74px;
}

@media (max-width: 991.98px) {
  /* line 2488, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .white_paper_section .container .title, .pages.director_meetings .white_paper_section .container .title, .pages.matchings .white_paper_section .container .title, .pages.irs .white_paper_section .container .title, .pages.capital_policies .white_paper_section .container .title, .pages.shareholderlists .white_paper_section .container .title, .pages.stockholder_meetings .white_paper_section .container .title, .pages.investors_managements .white_paper_section .container .title, .pages.electro_contracts .white_paper_section .container .title, .pages.corporate_procedures .white_paper_section .container .title, .pages.subsidy_rounds .white_paper_section .container .title, .pages.budget_managements .white_paper_section .container .title, .pages.stock_options .white_paper_section .container .title, .pages.index .white_paper_section .container .title, .pages.investor_documents .white_paper_section .container .title, .pages.archive_movies .white_paper_section .container .title, .pages.director_meetings .white_paper_section .container .title, .pages.matchings .white_paper_section .container .title, .pages.irs .white_paper_section .container .title, .pages.capital_policies .white_paper_section .container .title, .pages.shareholderlists .white_paper_section .container .title, .pages.stockholder_meetings .white_paper_section .container .title, .pages.investors_managements .white_paper_section .container .title, .pages.capital_increase_rounds .white_paper_section .container .title, .pages.electro_contracts .white_paper_section .container .title, .pages.corporate_procedures .white_paper_section .container .title, .pages.subsidy_rounds .white_paper_section .container .title, .pages.budget_managements .white_paper_section .container .title, .pages.seed_rounds .white_paper_section .container .title, .pages.series_ab_rounds .white_paper_section .container .title, .pages.stock_options .white_paper_section .container .title {
    font-size: 34px;
    line-height: 42px;
  }
}

/* line 2502, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container .documents, .pages.director_meetings .white_paper_section .container .documents, .pages.matchings .white_paper_section .container .documents, .pages.irs .white_paper_section .container .documents, .pages.capital_policies .white_paper_section .container .documents, .pages.shareholderlists .white_paper_section .container .documents, .pages.stockholder_meetings .white_paper_section .container .documents, .pages.investors_managements .white_paper_section .container .documents, .pages.electro_contracts .white_paper_section .container .documents, .pages.corporate_procedures .white_paper_section .container .documents, .pages.subsidy_rounds .white_paper_section .container .documents, .pages.budget_managements .white_paper_section .container .documents, .pages.stock_options .white_paper_section .container .documents, .pages.index .white_paper_section .container .documents, .pages.investor_documents .white_paper_section .container .documents, .pages.archive_movies .white_paper_section .container .documents, .pages.director_meetings .white_paper_section .container .documents, .pages.matchings .white_paper_section .container .documents, .pages.irs .white_paper_section .container .documents, .pages.capital_policies .white_paper_section .container .documents, .pages.shareholderlists .white_paper_section .container .documents, .pages.stockholder_meetings .white_paper_section .container .documents, .pages.investors_managements .white_paper_section .container .documents, .pages.capital_increase_rounds .white_paper_section .container .documents, .pages.electro_contracts .white_paper_section .container .documents, .pages.corporate_procedures .white_paper_section .container .documents, .pages.subsidy_rounds .white_paper_section .container .documents, .pages.budget_managements .white_paper_section .container .documents, .pages.seed_rounds .white_paper_section .container .documents, .pages.series_ab_rounds .white_paper_section .container .documents, .pages.stock_options .white_paper_section .container .documents {
  max-width: 1100px;
  margin: auto;
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  /* line 2502, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .white_paper_section .container .documents, .pages.director_meetings .white_paper_section .container .documents, .pages.matchings .white_paper_section .container .documents, .pages.irs .white_paper_section .container .documents, .pages.capital_policies .white_paper_section .container .documents, .pages.shareholderlists .white_paper_section .container .documents, .pages.stockholder_meetings .white_paper_section .container .documents, .pages.investors_managements .white_paper_section .container .documents, .pages.electro_contracts .white_paper_section .container .documents, .pages.corporate_procedures .white_paper_section .container .documents, .pages.subsidy_rounds .white_paper_section .container .documents, .pages.budget_managements .white_paper_section .container .documents, .pages.stock_options .white_paper_section .container .documents, .pages.index .white_paper_section .container .documents, .pages.investor_documents .white_paper_section .container .documents, .pages.archive_movies .white_paper_section .container .documents, .pages.director_meetings .white_paper_section .container .documents, .pages.matchings .white_paper_section .container .documents, .pages.irs .white_paper_section .container .documents, .pages.capital_policies .white_paper_section .container .documents, .pages.shareholderlists .white_paper_section .container .documents, .pages.stockholder_meetings .white_paper_section .container .documents, .pages.investors_managements .white_paper_section .container .documents, .pages.capital_increase_rounds .white_paper_section .container .documents, .pages.electro_contracts .white_paper_section .container .documents, .pages.corporate_procedures .white_paper_section .container .documents, .pages.subsidy_rounds .white_paper_section .container .documents, .pages.budget_managements .white_paper_section .container .documents, .pages.seed_rounds .white_paper_section .container .documents, .pages.series_ab_rounds .white_paper_section .container .documents, .pages.stock_options .white_paper_section .container .documents {
    margin-top: 40px;
  }
}

/* line 2511, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container .documents .document, .pages.director_meetings .white_paper_section .container .documents .document, .pages.matchings .white_paper_section .container .documents .document, .pages.irs .white_paper_section .container .documents .document, .pages.capital_policies .white_paper_section .container .documents .document, .pages.shareholderlists .white_paper_section .container .documents .document, .pages.stockholder_meetings .white_paper_section .container .documents .document, .pages.investors_managements .white_paper_section .container .documents .document, .pages.electro_contracts .white_paper_section .container .documents .document, .pages.corporate_procedures .white_paper_section .container .documents .document, .pages.subsidy_rounds .white_paper_section .container .documents .document, .pages.budget_managements .white_paper_section .container .documents .document, .pages.stock_options .white_paper_section .container .documents .document, .pages.index .white_paper_section .container .documents .document, .pages.investor_documents .white_paper_section .container .documents .document, .pages.archive_movies .white_paper_section .container .documents .document, .pages.director_meetings .white_paper_section .container .documents .document, .pages.matchings .white_paper_section .container .documents .document, .pages.irs .white_paper_section .container .documents .document, .pages.capital_policies .white_paper_section .container .documents .document, .pages.shareholderlists .white_paper_section .container .documents .document, .pages.stockholder_meetings .white_paper_section .container .documents .document, .pages.investors_managements .white_paper_section .container .documents .document, .pages.capital_increase_rounds .white_paper_section .container .documents .document, .pages.electro_contracts .white_paper_section .container .documents .document, .pages.corporate_procedures .white_paper_section .container .documents .document, .pages.subsidy_rounds .white_paper_section .container .documents .document, .pages.budget_managements .white_paper_section .container .documents .document, .pages.seed_rounds .white_paper_section .container .documents .document, .pages.series_ab_rounds .white_paper_section .container .documents .document, .pages.stock_options .white_paper_section .container .documents .document {
  min-width: 331px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  /* line 2511, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .white_paper_section .container .documents .document, .pages.director_meetings .white_paper_section .container .documents .document, .pages.matchings .white_paper_section .container .documents .document, .pages.irs .white_paper_section .container .documents .document, .pages.capital_policies .white_paper_section .container .documents .document, .pages.shareholderlists .white_paper_section .container .documents .document, .pages.stockholder_meetings .white_paper_section .container .documents .document, .pages.investors_managements .white_paper_section .container .documents .document, .pages.electro_contracts .white_paper_section .container .documents .document, .pages.corporate_procedures .white_paper_section .container .documents .document, .pages.subsidy_rounds .white_paper_section .container .documents .document, .pages.budget_managements .white_paper_section .container .documents .document, .pages.stock_options .white_paper_section .container .documents .document, .pages.index .white_paper_section .container .documents .document, .pages.investor_documents .white_paper_section .container .documents .document, .pages.archive_movies .white_paper_section .container .documents .document, .pages.director_meetings .white_paper_section .container .documents .document, .pages.matchings .white_paper_section .container .documents .document, .pages.irs .white_paper_section .container .documents .document, .pages.capital_policies .white_paper_section .container .documents .document, .pages.shareholderlists .white_paper_section .container .documents .document, .pages.stockholder_meetings .white_paper_section .container .documents .document, .pages.investors_managements .white_paper_section .container .documents .document, .pages.capital_increase_rounds .white_paper_section .container .documents .document, .pages.electro_contracts .white_paper_section .container .documents .document, .pages.corporate_procedures .white_paper_section .container .documents .document, .pages.subsidy_rounds .white_paper_section .container .documents .document, .pages.budget_managements .white_paper_section .container .documents .document, .pages.seed_rounds .white_paper_section .container .documents .document, .pages.series_ab_rounds .white_paper_section .container .documents .document, .pages.stock_options .white_paper_section .container .documents .document {
    margin-bottom: 40px;
    padding: 0;
  }
}

/* line 2521, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container .documents .document h2, .pages.director_meetings .white_paper_section .container .documents .document h2, .pages.matchings .white_paper_section .container .documents .document h2, .pages.irs .white_paper_section .container .documents .document h2, .pages.capital_policies .white_paper_section .container .documents .document h2, .pages.shareholderlists .white_paper_section .container .documents .document h2, .pages.stockholder_meetings .white_paper_section .container .documents .document h2, .pages.investors_managements .white_paper_section .container .documents .document h2, .pages.electro_contracts .white_paper_section .container .documents .document h2, .pages.corporate_procedures .white_paper_section .container .documents .document h2, .pages.subsidy_rounds .white_paper_section .container .documents .document h2, .pages.budget_managements .white_paper_section .container .documents .document h2, .pages.stock_options .white_paper_section .container .documents .document h2, .pages.index .white_paper_section .container .documents .document h2, .pages.investor_documents .white_paper_section .container .documents .document h2, .pages.archive_movies .white_paper_section .container .documents .document h2, .pages.director_meetings .white_paper_section .container .documents .document h2, .pages.matchings .white_paper_section .container .documents .document h2, .pages.irs .white_paper_section .container .documents .document h2, .pages.capital_policies .white_paper_section .container .documents .document h2, .pages.shareholderlists .white_paper_section .container .documents .document h2, .pages.stockholder_meetings .white_paper_section .container .documents .document h2, .pages.investors_managements .white_paper_section .container .documents .document h2, .pages.capital_increase_rounds .white_paper_section .container .documents .document h2, .pages.electro_contracts .white_paper_section .container .documents .document h2, .pages.corporate_procedures .white_paper_section .container .documents .document h2, .pages.subsidy_rounds .white_paper_section .container .documents .document h2, .pages.budget_managements .white_paper_section .container .documents .document h2, .pages.seed_rounds .white_paper_section .container .documents .document h2, .pages.series_ab_rounds .white_paper_section .container .documents .document h2, .pages.stock_options .white_paper_section .container .documents .document h2 {
  margin-top: 27px;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}

@media (max-width: 991.98px) {
  /* line 2521, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .white_paper_section .container .documents .document h2, .pages.director_meetings .white_paper_section .container .documents .document h2, .pages.matchings .white_paper_section .container .documents .document h2, .pages.irs .white_paper_section .container .documents .document h2, .pages.capital_policies .white_paper_section .container .documents .document h2, .pages.shareholderlists .white_paper_section .container .documents .document h2, .pages.stockholder_meetings .white_paper_section .container .documents .document h2, .pages.investors_managements .white_paper_section .container .documents .document h2, .pages.electro_contracts .white_paper_section .container .documents .document h2, .pages.corporate_procedures .white_paper_section .container .documents .document h2, .pages.subsidy_rounds .white_paper_section .container .documents .document h2, .pages.budget_managements .white_paper_section .container .documents .document h2, .pages.stock_options .white_paper_section .container .documents .document h2, .pages.index .white_paper_section .container .documents .document h2, .pages.investor_documents .white_paper_section .container .documents .document h2, .pages.archive_movies .white_paper_section .container .documents .document h2, .pages.director_meetings .white_paper_section .container .documents .document h2, .pages.matchings .white_paper_section .container .documents .document h2, .pages.irs .white_paper_section .container .documents .document h2, .pages.capital_policies .white_paper_section .container .documents .document h2, .pages.shareholderlists .white_paper_section .container .documents .document h2, .pages.stockholder_meetings .white_paper_section .container .documents .document h2, .pages.investors_managements .white_paper_section .container .documents .document h2, .pages.capital_increase_rounds .white_paper_section .container .documents .document h2, .pages.electro_contracts .white_paper_section .container .documents .document h2, .pages.corporate_procedures .white_paper_section .container .documents .document h2, .pages.subsidy_rounds .white_paper_section .container .documents .document h2, .pages.budget_managements .white_paper_section .container .documents .document h2, .pages.seed_rounds .white_paper_section .container .documents .document h2, .pages.series_ab_rounds .white_paper_section .container .documents .document h2, .pages.stock_options .white_paper_section .container .documents .document h2 {
    margin-top: 11px;
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 2534, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container .documents .document p, .pages.director_meetings .white_paper_section .container .documents .document p, .pages.matchings .white_paper_section .container .documents .document p, .pages.irs .white_paper_section .container .documents .document p, .pages.capital_policies .white_paper_section .container .documents .document p, .pages.shareholderlists .white_paper_section .container .documents .document p, .pages.stockholder_meetings .white_paper_section .container .documents .document p, .pages.investors_managements .white_paper_section .container .documents .document p, .pages.electro_contracts .white_paper_section .container .documents .document p, .pages.corporate_procedures .white_paper_section .container .documents .document p, .pages.subsidy_rounds .white_paper_section .container .documents .document p, .pages.budget_managements .white_paper_section .container .documents .document p, .pages.stock_options .white_paper_section .container .documents .document p, .pages.index .white_paper_section .container .documents .document p, .pages.investor_documents .white_paper_section .container .documents .document p, .pages.archive_movies .white_paper_section .container .documents .document p, .pages.director_meetings .white_paper_section .container .documents .document p, .pages.matchings .white_paper_section .container .documents .document p, .pages.irs .white_paper_section .container .documents .document p, .pages.capital_policies .white_paper_section .container .documents .document p, .pages.shareholderlists .white_paper_section .container .documents .document p, .pages.stockholder_meetings .white_paper_section .container .documents .document p, .pages.investors_managements .white_paper_section .container .documents .document p, .pages.capital_increase_rounds .white_paper_section .container .documents .document p, .pages.electro_contracts .white_paper_section .container .documents .document p, .pages.corporate_procedures .white_paper_section .container .documents .document p, .pages.subsidy_rounds .white_paper_section .container .documents .document p, .pages.budget_managements .white_paper_section .container .documents .document p, .pages.seed_rounds .white_paper_section .container .documents .document p, .pages.series_ab_rounds .white_paper_section .container .documents .document p, .pages.stock_options .white_paper_section .container .documents .document p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 2534, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .white_paper_section .container .documents .document p, .pages.director_meetings .white_paper_section .container .documents .document p, .pages.matchings .white_paper_section .container .documents .document p, .pages.irs .white_paper_section .container .documents .document p, .pages.capital_policies .white_paper_section .container .documents .document p, .pages.shareholderlists .white_paper_section .container .documents .document p, .pages.stockholder_meetings .white_paper_section .container .documents .document p, .pages.investors_managements .white_paper_section .container .documents .document p, .pages.electro_contracts .white_paper_section .container .documents .document p, .pages.corporate_procedures .white_paper_section .container .documents .document p, .pages.subsidy_rounds .white_paper_section .container .documents .document p, .pages.budget_managements .white_paper_section .container .documents .document p, .pages.stock_options .white_paper_section .container .documents .document p, .pages.index .white_paper_section .container .documents .document p, .pages.investor_documents .white_paper_section .container .documents .document p, .pages.archive_movies .white_paper_section .container .documents .document p, .pages.director_meetings .white_paper_section .container .documents .document p, .pages.matchings .white_paper_section .container .documents .document p, .pages.irs .white_paper_section .container .documents .document p, .pages.capital_policies .white_paper_section .container .documents .document p, .pages.shareholderlists .white_paper_section .container .documents .document p, .pages.stockholder_meetings .white_paper_section .container .documents .document p, .pages.investors_managements .white_paper_section .container .documents .document p, .pages.capital_increase_rounds .white_paper_section .container .documents .document p, .pages.electro_contracts .white_paper_section .container .documents .document p, .pages.corporate_procedures .white_paper_section .container .documents .document p, .pages.subsidy_rounds .white_paper_section .container .documents .document p, .pages.budget_managements .white_paper_section .container .documents .document p, .pages.seed_rounds .white_paper_section .container .documents .document p, .pages.series_ab_rounds .white_paper_section .container .documents .document p, .pages.stock_options .white_paper_section .container .documents .document p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 2545, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .white_paper_section .container .documents .document p b, .pages.director_meetings .white_paper_section .container .documents .document p b, .pages.matchings .white_paper_section .container .documents .document p b, .pages.irs .white_paper_section .container .documents .document p b, .pages.capital_policies .white_paper_section .container .documents .document p b, .pages.shareholderlists .white_paper_section .container .documents .document p b, .pages.stockholder_meetings .white_paper_section .container .documents .document p b, .pages.investors_managements .white_paper_section .container .documents .document p b, .pages.electro_contracts .white_paper_section .container .documents .document p b, .pages.corporate_procedures .white_paper_section .container .documents .document p b, .pages.subsidy_rounds .white_paper_section .container .documents .document p b, .pages.budget_managements .white_paper_section .container .documents .document p b, .pages.stock_options .white_paper_section .container .documents .document p b, .pages.index .white_paper_section .container .documents .document p b, .pages.investor_documents .white_paper_section .container .documents .document p b, .pages.archive_movies .white_paper_section .container .documents .document p b, .pages.director_meetings .white_paper_section .container .documents .document p b, .pages.matchings .white_paper_section .container .documents .document p b, .pages.irs .white_paper_section .container .documents .document p b, .pages.capital_policies .white_paper_section .container .documents .document p b, .pages.shareholderlists .white_paper_section .container .documents .document p b, .pages.stockholder_meetings .white_paper_section .container .documents .document p b, .pages.investors_managements .white_paper_section .container .documents .document p b, .pages.capital_increase_rounds .white_paper_section .container .documents .document p b, .pages.electro_contracts .white_paper_section .container .documents .document p b, .pages.corporate_procedures .white_paper_section .container .documents .document p b, .pages.subsidy_rounds .white_paper_section .container .documents .document p b, .pages.budget_managements .white_paper_section .container .documents .document p b, .pages.seed_rounds .white_paper_section .container .documents .document p b, .pages.series_ab_rounds .white_paper_section .container .documents .document p b, .pages.stock_options .white_paper_section .container .documents .document p b {
  font-weight: normal;
}

/* line 2552, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section, .pages.director_meetings .purpose-section, .pages.matchings .purpose-section, .pages.irs .purpose-section, .pages.capital_policies .purpose-section, .pages.shareholderlists .purpose-section, .pages.stockholder_meetings .purpose-section, .pages.investors_managements .purpose-section, .pages.electro_contracts .purpose-section, .pages.corporate_procedures .purpose-section, .pages.subsidy_rounds .purpose-section, .pages.budget_managements .purpose-section, .pages.stock_options .purpose-section, .pages.index .purpose-section, .pages.investor_documents .purpose-section, .pages.archive_movies .purpose-section, .pages.director_meetings .purpose-section, .pages.matchings .purpose-section, .pages.irs .purpose-section, .pages.capital_policies .purpose-section, .pages.shareholderlists .purpose-section, .pages.stockholder_meetings .purpose-section, .pages.investors_managements .purpose-section, .pages.capital_increase_rounds .purpose-section, .pages.electro_contracts .purpose-section, .pages.corporate_procedures .purpose-section, .pages.subsidy_rounds .purpose-section, .pages.budget_managements .purpose-section, .pages.seed_rounds .purpose-section, .pages.series_ab_rounds .purpose-section, .pages.stock_options .purpose-section {
  margin-top: 52px;
  padding-top: 117px;
  padding-bottom: 182px;
  background-color: #F7F7F7;
}

@media (max-width: 991.98px) {
  /* line 2552, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section, .pages.director_meetings .purpose-section, .pages.matchings .purpose-section, .pages.irs .purpose-section, .pages.capital_policies .purpose-section, .pages.shareholderlists .purpose-section, .pages.stockholder_meetings .purpose-section, .pages.investors_managements .purpose-section, .pages.electro_contracts .purpose-section, .pages.corporate_procedures .purpose-section, .pages.subsidy_rounds .purpose-section, .pages.budget_managements .purpose-section, .pages.stock_options .purpose-section, .pages.index .purpose-section, .pages.investor_documents .purpose-section, .pages.archive_movies .purpose-section, .pages.director_meetings .purpose-section, .pages.matchings .purpose-section, .pages.irs .purpose-section, .pages.capital_policies .purpose-section, .pages.shareholderlists .purpose-section, .pages.stockholder_meetings .purpose-section, .pages.investors_managements .purpose-section, .pages.capital_increase_rounds .purpose-section, .pages.electro_contracts .purpose-section, .pages.corporate_procedures .purpose-section, .pages.subsidy_rounds .purpose-section, .pages.budget_managements .purpose-section, .pages.seed_rounds .purpose-section, .pages.series_ab_rounds .purpose-section, .pages.stock_options .purpose-section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* line 2563, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container, .pages.director_meetings .purpose-section .porpose-container, .pages.matchings .purpose-section .porpose-container, .pages.irs .purpose-section .porpose-container, .pages.capital_policies .purpose-section .porpose-container, .pages.shareholderlists .purpose-section .porpose-container, .pages.stockholder_meetings .purpose-section .porpose-container, .pages.investors_managements .purpose-section .porpose-container, .pages.electro_contracts .purpose-section .porpose-container, .pages.corporate_procedures .purpose-section .porpose-container, .pages.subsidy_rounds .purpose-section .porpose-container, .pages.budget_managements .purpose-section .porpose-container, .pages.stock_options .purpose-section .porpose-container, .pages.index .purpose-section .porpose-container, .pages.investor_documents .purpose-section .porpose-container, .pages.archive_movies .purpose-section .porpose-container, .pages.director_meetings .purpose-section .porpose-container, .pages.matchings .purpose-section .porpose-container, .pages.irs .purpose-section .porpose-container, .pages.capital_policies .purpose-section .porpose-container, .pages.shareholderlists .purpose-section .porpose-container, .pages.stockholder_meetings .purpose-section .porpose-container, .pages.investors_managements .purpose-section .porpose-container, .pages.capital_increase_rounds .purpose-section .porpose-container, .pages.electro_contracts .purpose-section .porpose-container, .pages.corporate_procedures .purpose-section .porpose-container, .pages.subsidy_rounds .purpose-section .porpose-container, .pages.budget_managements .purpose-section .porpose-container, .pages.seed_rounds .purpose-section .porpose-container, .pages.series_ab_rounds .purpose-section .porpose-container, .pages.stock_options .purpose-section .porpose-container {
  padding: 0 30px;
}

@media (max-width: 1199.98px) {
  /* line 2563, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container, .pages.director_meetings .purpose-section .porpose-container, .pages.matchings .purpose-section .porpose-container, .pages.irs .purpose-section .porpose-container, .pages.capital_policies .purpose-section .porpose-container, .pages.shareholderlists .purpose-section .porpose-container, .pages.stockholder_meetings .purpose-section .porpose-container, .pages.investors_managements .purpose-section .porpose-container, .pages.electro_contracts .purpose-section .porpose-container, .pages.corporate_procedures .purpose-section .porpose-container, .pages.subsidy_rounds .purpose-section .porpose-container, .pages.budget_managements .purpose-section .porpose-container, .pages.stock_options .purpose-section .porpose-container, .pages.index .purpose-section .porpose-container, .pages.investor_documents .purpose-section .porpose-container, .pages.archive_movies .purpose-section .porpose-container, .pages.director_meetings .purpose-section .porpose-container, .pages.matchings .purpose-section .porpose-container, .pages.irs .purpose-section .porpose-container, .pages.capital_policies .purpose-section .porpose-container, .pages.shareholderlists .purpose-section .porpose-container, .pages.stockholder_meetings .purpose-section .porpose-container, .pages.investors_managements .purpose-section .porpose-container, .pages.capital_increase_rounds .purpose-section .porpose-container, .pages.electro_contracts .purpose-section .porpose-container, .pages.corporate_procedures .purpose-section .porpose-container, .pages.subsidy_rounds .purpose-section .porpose-container, .pages.budget_managements .purpose-section .porpose-container, .pages.seed_rounds .purpose-section .porpose-container, .pages.series_ab_rounds .purpose-section .porpose-container, .pages.stock_options .purpose-section .porpose-container {
    padding: 0;
  }
}

/* line 2570, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .subtitle, .pages.director_meetings .purpose-section .porpose-container .subtitle, .pages.matchings .purpose-section .porpose-container .subtitle, .pages.irs .purpose-section .porpose-container .subtitle, .pages.capital_policies .purpose-section .porpose-container .subtitle, .pages.shareholderlists .purpose-section .porpose-container .subtitle, .pages.stockholder_meetings .purpose-section .porpose-container .subtitle, .pages.investors_managements .purpose-section .porpose-container .subtitle, .pages.electro_contracts .purpose-section .porpose-container .subtitle, .pages.corporate_procedures .purpose-section .porpose-container .subtitle, .pages.subsidy_rounds .purpose-section .porpose-container .subtitle, .pages.budget_managements .purpose-section .porpose-container .subtitle, .pages.stock_options .purpose-section .porpose-container .subtitle, .pages.index .purpose-section .porpose-container .subtitle, .pages.investor_documents .purpose-section .porpose-container .subtitle, .pages.archive_movies .purpose-section .porpose-container .subtitle, .pages.director_meetings .purpose-section .porpose-container .subtitle, .pages.matchings .purpose-section .porpose-container .subtitle, .pages.irs .purpose-section .porpose-container .subtitle, .pages.capital_policies .purpose-section .porpose-container .subtitle, .pages.shareholderlists .purpose-section .porpose-container .subtitle, .pages.stockholder_meetings .purpose-section .porpose-container .subtitle, .pages.investors_managements .purpose-section .porpose-container .subtitle, .pages.capital_increase_rounds .purpose-section .porpose-container .subtitle, .pages.electro_contracts .purpose-section .porpose-container .subtitle, .pages.corporate_procedures .purpose-section .porpose-container .subtitle, .pages.subsidy_rounds .purpose-section .porpose-container .subtitle, .pages.budget_managements .purpose-section .porpose-container .subtitle, .pages.seed_rounds .purpose-section .porpose-container .subtitle, .pages.series_ab_rounds .purpose-section .porpose-container .subtitle, .pages.stock_options .purpose-section .porpose-container .subtitle {
  font-size: 22px;
  color: #00A0E2;
}

/* line 2575, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .title, .pages.director_meetings .purpose-section .porpose-container .title, .pages.matchings .purpose-section .porpose-container .title, .pages.irs .purpose-section .porpose-container .title, .pages.capital_policies .purpose-section .porpose-container .title, .pages.shareholderlists .purpose-section .porpose-container .title, .pages.stockholder_meetings .purpose-section .porpose-container .title, .pages.investors_managements .purpose-section .porpose-container .title, .pages.electro_contracts .purpose-section .porpose-container .title, .pages.corporate_procedures .purpose-section .porpose-container .title, .pages.subsidy_rounds .purpose-section .porpose-container .title, .pages.budget_managements .purpose-section .porpose-container .title, .pages.stock_options .purpose-section .porpose-container .title, .pages.index .purpose-section .porpose-container .title, .pages.investor_documents .purpose-section .porpose-container .title, .pages.archive_movies .purpose-section .porpose-container .title, .pages.director_meetings .purpose-section .porpose-container .title, .pages.matchings .purpose-section .porpose-container .title, .pages.irs .purpose-section .porpose-container .title, .pages.capital_policies .purpose-section .porpose-container .title, .pages.shareholderlists .purpose-section .porpose-container .title, .pages.stockholder_meetings .purpose-section .porpose-container .title, .pages.investors_managements .purpose-section .porpose-container .title, .pages.capital_increase_rounds .purpose-section .porpose-container .title, .pages.electro_contracts .purpose-section .porpose-container .title, .pages.corporate_procedures .purpose-section .porpose-container .title, .pages.subsidy_rounds .purpose-section .porpose-container .title, .pages.budget_managements .purpose-section .porpose-container .title, .pages.seed_rounds .purpose-section .porpose-container .title, .pages.series_ab_rounds .purpose-section .porpose-container .title, .pages.stock_options .purpose-section .porpose-container .title {
  font-size: 38px;
}

@media (max-width: 991.98px) {
  /* line 2575, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .title, .pages.director_meetings .purpose-section .porpose-container .title, .pages.matchings .purpose-section .porpose-container .title, .pages.irs .purpose-section .porpose-container .title, .pages.capital_policies .purpose-section .porpose-container .title, .pages.shareholderlists .purpose-section .porpose-container .title, .pages.stockholder_meetings .purpose-section .porpose-container .title, .pages.investors_managements .purpose-section .porpose-container .title, .pages.electro_contracts .purpose-section .porpose-container .title, .pages.corporate_procedures .purpose-section .porpose-container .title, .pages.subsidy_rounds .purpose-section .porpose-container .title, .pages.budget_managements .purpose-section .porpose-container .title, .pages.stock_options .purpose-section .porpose-container .title, .pages.index .purpose-section .porpose-container .title, .pages.investor_documents .purpose-section .porpose-container .title, .pages.archive_movies .purpose-section .porpose-container .title, .pages.director_meetings .purpose-section .porpose-container .title, .pages.matchings .purpose-section .porpose-container .title, .pages.irs .purpose-section .porpose-container .title, .pages.capital_policies .purpose-section .porpose-container .title, .pages.shareholderlists .purpose-section .porpose-container .title, .pages.stockholder_meetings .purpose-section .porpose-container .title, .pages.investors_managements .purpose-section .porpose-container .title, .pages.capital_increase_rounds .purpose-section .porpose-container .title, .pages.electro_contracts .purpose-section .porpose-container .title, .pages.corporate_procedures .purpose-section .porpose-container .title, .pages.subsidy_rounds .purpose-section .porpose-container .title, .pages.budget_managements .purpose-section .porpose-container .title, .pages.seed_rounds .purpose-section .porpose-container .title, .pages.series_ab_rounds .purpose-section .porpose-container .title, .pages.stock_options .purpose-section .porpose-container .title {
    font-size: 1.5rem;
  }
}

/* line 2583, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards, .pages.director_meetings .purpose-section .porpose-container .purpose-cards, .pages.matchings .purpose-section .porpose-container .purpose-cards, .pages.irs .purpose-section .porpose-container .purpose-cards, .pages.capital_policies .purpose-section .porpose-container .purpose-cards, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards, .pages.investors_managements .purpose-section .porpose-container .purpose-cards, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards, .pages.budget_managements .purpose-section .porpose-container .purpose-cards, .pages.stock_options .purpose-section .porpose-container .purpose-cards, .pages.index .purpose-section .porpose-container .purpose-cards, .pages.investor_documents .purpose-section .porpose-container .purpose-cards, .pages.archive_movies .purpose-section .porpose-container .purpose-cards, .pages.director_meetings .purpose-section .porpose-container .purpose-cards, .pages.matchings .purpose-section .porpose-container .purpose-cards, .pages.irs .purpose-section .porpose-container .purpose-cards, .pages.capital_policies .purpose-section .porpose-container .purpose-cards, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards, .pages.investors_managements .purpose-section .porpose-container .purpose-cards, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards, .pages.budget_managements .purpose-section .porpose-container .purpose-cards, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards, .pages.stock_options .purpose-section .porpose-container .purpose-cards {
  margin-top: 64px;
}

/* line 2587, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards a, .pages.director_meetings .purpose-section .porpose-container .purpose-cards a, .pages.matchings .purpose-section .porpose-container .purpose-cards a, .pages.irs .purpose-section .porpose-container .purpose-cards a, .pages.capital_policies .purpose-section .porpose-container .purpose-cards a, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards a, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards a, .pages.investors_managements .purpose-section .porpose-container .purpose-cards a, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards a, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards a, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards a, .pages.budget_managements .purpose-section .porpose-container .purpose-cards a, .pages.stock_options .purpose-section .porpose-container .purpose-cards a, .pages.index .purpose-section .porpose-container .purpose-cards a, .pages.investor_documents .purpose-section .porpose-container .purpose-cards a, .pages.archive_movies .purpose-section .porpose-container .purpose-cards a, .pages.director_meetings .purpose-section .porpose-container .purpose-cards a, .pages.matchings .purpose-section .porpose-container .purpose-cards a, .pages.irs .purpose-section .porpose-container .purpose-cards a, .pages.capital_policies .purpose-section .porpose-container .purpose-cards a, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards a, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards a, .pages.investors_managements .purpose-section .porpose-container .purpose-cards a, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards a, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards a, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards a, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards a, .pages.budget_managements .purpose-section .porpose-container .purpose-cards a, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards a, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards a, .pages.stock_options .purpose-section .porpose-container .purpose-cards a {
  text-decoration: none;
}

/* line 2591, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card {
  position: relative;
  margin: 20px 0;
  border-radius: 16px;
  width: 350px;
  height: 283px;
  align-items: center;
  color: #333;
  text-decoration: none;
}

/* line 2601, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-icon {
  position: absolute;
  top: 30px;
  margin-bottom: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}

/* line 2609, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper {
  margin-top: 93px;
}

/* line 2612, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text {
  width: 275px;
  font-size: 16px;
  letter-spacing: 0;
}

/* line 2620, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg {
  margin-top: 20px;
  margin-left: 20px;
  width: 1127px;
  height: 283px;
  border-radius: 16px;
  color: #333;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  /* line 2620, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg {
    width: 350px;
    height: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 2634, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 1199.98px) {
  /* line 2639, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper {
    text-align: center;
  }
}

/* line 2645, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon {
  margin-top: 33px;
  margin-left: 186px;
  width: 182px;
}

@media (max-width: 1199.98px) {
  /* line 2645, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .icon-wrapper .purpose-icon {
    margin: 0 0 28px;
    height: 80px;
    width: auto;
  }
}

/* line 2660, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

@media (max-width: 1199.98px) {
  /* line 2660, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .title {
    text-align: center;
  }
}

/* line 2671, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description {
  margin-top: 18px;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  /* line 2671, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper .description {
    margin-left: 5px;
  }
}

/* line 2683, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1199.98px) {
  /* line 2683, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul {
    margin: auto;
  }
}

/* line 2691, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li {
  position: relative;
  margin-top: 18px;
  margin-left: 32px;
  list-style: none;
}

/* line 2697, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after {
  position: absolute;
  top: 0;
  left: -32px;
  width: 22px;
  height: 22px;
}

@media (max-width: 991.98px) {
  /* line 2697, app/assets/stylesheets/application/views/pages.scss */
  .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after {
    left: -45px;
    margin-left: 20px;
  }
}

/* line 2711, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::before {
  content: '';
  border: 1.5px solid #00A0E2;
  border-radius: 50%;
  transition: border-color 200ms, background-color 200ms;
}

/* line 2718, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg .content-wrapper .text-wrapper ul li::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0.9rem;
  text-align: center;
  color: #00A0E2;
  line-height: 22.5px;
}

/* line 2730, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.index .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.index .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.archive_movies .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.director_meetings .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.matchings .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.irs .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.capital_policies .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.shareholderlists .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.investors_managements .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.electro_contracts .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.budget_managements .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.seed_rounds .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .purpose-card:hover, .pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card-lg:hover,
.pages.stock_options .purpose-section .porpose-container .purpose-cards .purpose-card:hover {
  transition: .15ms;
  box-shadow: 0 2px 20px rgba(15, 144, 191, 0.4);
}

/* line 2737, app/assets/stylesheets/application/views/pages.scss */
.pages.investor_documents .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.irs .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.index .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.investor_documents .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.archive_movies .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.director_meetings .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.matchings .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.irs .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.capital_policies .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.shareholderlists .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.stockholder_meetings .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.investors_managements .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.capital_increase_rounds .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.electro_contracts .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.corporate_procedures .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.subsidy_rounds .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.budget_managements .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.seed_rounds .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.series_ab_rounds .purpose-section .porpose-container .purpose-cards .new-badge::after, .pages.stock_options .purpose-section .porpose-container .purpose-cards .new-badge::after {
  display: inline-block;
  margin-left: 5px;
  background-size: contain;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/layouts/new-8d9069c3efbfb90a354bc93a71755c27fbb837c427405ae59109d33486ed7852.svg);
  background-repeat: no-repeat;
  content: '';
  height: 13px;
  vertical-align: middle;
  width: 27px;
}

/* line 2757, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #00A0E2;
}

/* line 2763, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 {
  margin-top: 180px;
}

@media (max-width: 1199.98px) {
  /* line 2763, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 {
    margin-top: 120px;
  }
}

/* line 2770, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content {
  padding-left: 20px;
}

@media (max-width: 1199.98px) {
  /* line 2770, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content {
    margin: 0 20px;
    padding-left: 0;
  }
}

/* line 2779, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 54px;
  line-height: 74px;
}

@media (max-width: 1199.98px) {
  /* line 2779, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 2779, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  /* line 2779, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 2802, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .lawyer-badge::after {
  display: inline-block;
  margin-left: 20px;
  background-size: contain;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/landing_pages/capital_increase_rounds/lawer_badge-ec56e3560c1bee91fab08b1a46acc7566c0028d1a5ba526647895b7dc8c0be38.svg);
  background-repeat: no-repeat;
  content: '';
  height: 48px;
  width: 169px;
  vertical-align: middle;
}

@media (max-width: 1199.98px) {
  /* line 2815, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content ul {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* line 2821, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content ul li {
  position: relative;
  margin: 0;
  padding-left: 42px;
  list-style: none;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  width: 412px;
}

@media (max-width: 1199.98px) {
  /* line 2821, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content ul li {
    width: 100%;
  }
}

/* line 2835, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content ul li::before, .pages.capital_increase_rounds .section1 .content ul li::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 28px;
  height: 28px;
}

/* line 2844, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content ul li::before {
  content: '';
  border: 1.5px solid #00A0E2;
  border-radius: 50%;
  transition: border-color 200ms, background-color 200ms;
}

/* line 2851, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content ul li::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #00A0E2;
  line-height: 28px;
}

/* line 2860, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .buttons-wrapper {
  height: auto;
  max-width: -moz-min-content;
  max-width: min-content;
  margin-top: 45px;
}

@media (max-width: 1199.98px) {
  /* line 2860, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .buttons-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 2860, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .buttons-wrapper {
    width: 342px;
    max-width: 100%;
    margin-top: 15px;
  }
}

/* line 2875, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .buttons-wrapper .buttons {
  max-width: 100%;
}

@media (max-width: 575.98px) {
  /* line 2875, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .buttons-wrapper .buttons {
    flex: none;
    flex-wrap: wrap;
  }
}

/* line 2883, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .buttons-wrapper .buttons .top-btn {
  padding: 17px 0;
  width: 200px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  flex: none;
  text-decoration: none;
}

/* line 2896, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .buttons-wrapper .buttons .btn-try {
  margin: 0;
  background-color: #00A0E2;
  color: #FFF;
}

@media (max-width: 575.98px) {
  /* line 2896, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .buttons-wrapper .buttons .btn-try {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

/* line 2908, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .buttons-wrapper .buttons .btn-document {
  margin: 0 0 0 25px;
}

@media (max-width: 575.98px) {
  /* line 2908, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .buttons-wrapper .buttons .btn-document {
    margin: 20px 0 0;
    width: 80%;
    max-width: 80%;
    flex: none;
  }
}

/* line 2921, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section1 .content .annotation-text {
  margin-left: 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  color: #939393;
}

@media (max-width: 1199.98px) {
  /* line 2921, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .content .annotation-text {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 1199.98px) {
  /* line 2936, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section1 .top-image {
    width: 100%;
    max-width: 100%;
  }
}

/* line 2945, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section2 .title-wrapper {
  margin: 120px 0 60px;
  padding: 0;
  justify-content: center;
}

@media (max-width: 991.98px) {
  /* line 2945, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section2 .title-wrapper {
    margin: 40px 0;
  }
}

/* line 2955, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section2 .who-content-wrapper {
  display: flex;
  margin: auto;
  padding: 0;
  width: 1080px;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  /* line 2955, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section2 .who-content-wrapper {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 2967, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section2 .who-content-wrapper .who-content {
    margin: 20px;
  }
}

/* line 2972, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section2 .who-content-wrapper .who-content .who-description {
  margin-top: 30px;
  color: #343434;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  width: 278px;
}

/* line 2989, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .title-wrapper {
  margin: 155px 0 55px;
  padding: 0;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  /* line 2989, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .title-wrapper {
    margin: 40px 0;
  }
}

/* line 2999, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper {
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 100%;
  flex-direction: column;
}

/* line 3006, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-margin {
  margin-bottom: 88px;
}

/* line 3010, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content {
  display: flex;
  padding: 0;
  flex: none;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 1080px;
}

@media (max-width: 1199.98px) {
  /* line 3010, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content {
    justify-content: space-around;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 3010, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content {
    margin: 10px 0 60px;
    padding: 0 30px;
  }
}

/* line 3031, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper {
  display: flex;
  padding: 0;
  align-items: center;
  width: 40%;
  max-width: 40%;
  align-content: center;
  flex-direction: column;
  flex: none;
}

@media (max-width: 991.98px) {
  /* line 3031, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

@media (max-width: 767.98px) {
  /* line 3031, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 3053, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper:nth-child(2) {
    order: 2;
  }
}

/* line 3059, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  /* line 3059, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text {
    flex: none;
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 767.98px) {
  /* line 3059, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

/* line 3076, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle {
  color: #00A0E2;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  /* line 3076, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle {
    flex: none;
    width: 90%;
    max-width: 90%;
  }
}

/* line 3093, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title {
  margin: 0 0 25px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  width: 420px;
  max-width: 100%;
  flex: none;
  letter-spacing: 0;
  text-align: left;
  color: #343434;
}

@media (max-width: 991.98px) {
  /* line 3093, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 3112, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description {
  margin: 0 0 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  width: 395px;
  max-width: 100%;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  /* line 3112, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description {
    margin: 0 0 25;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
}

/* line 3131, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-image {
  flex: none;
  height: auto;
  width: 550px;
  max-width: 100%;
  filter: drop-shadow(0 2px 15px #e5e5e5);
}

@media (max-width: 1199.98px) {
  /* line 3131, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-image {
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 3131, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-image {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 3147, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section3 .feature-content-wrapper .feature-content .feature-image:nth-child(2) {
    order: 1;
  }
}

/* line 3159, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section4 .title-wrapper {
  margin: 120px 0 60px;
  padding: 0;
  justify-content: center;
}

@media (max-width: 991.98px) {
  /* line 3159, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section4 .title-wrapper {
    margin: 40px 0;
  }
}

/* line 3169, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section4 .why-content-wrapper {
  display: flex;
  margin: auto;
  padding: 0;
  width: 1080px;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  /* line 3169, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section4 .why-content-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 3182, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section4 .why-content-wrapper .why-content {
    margin: 20px;
  }
}

/* line 3187, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section4 .why-content-wrapper .why-content .why-image {
  height: 153px;
}

/* line 3191, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section4 .why-content-wrapper .why-content .why-title {
  margin-top: 40px;
  color: #343434;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  width: 265px;
}

/* line 3202, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section4 .why-content-wrapper .why-content .why-description {
  margin-top: 20px;
  color: #343434;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  width: 320px;
}

@media (max-width: 1199.98px) {
  /* line 3202, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section4 .why-content-wrapper .why-content .why-description {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3226, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .title-wrapper {
  margin: 120px 0 55px;
  padding: 0;
  justify-content: center;
}

@media (max-width: 991.98px) {
  /* line 3226, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .title-wrapper {
    margin: 40px 0;
  }
}

/* line 3236, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper {
  margin: auto;
  max-width: 1080px;
}

/* line 3240, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content {
  margin: 60px 180px auto;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #f2f8fc;
  border-radius: 20px;
}

@media (min-width: 992px) {
  /* line 3240, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content {
    margin: auto;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 3240, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content {
    margin: 30px;
    padding: 15px;
  }
}

/* line 3257, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .title {
  color: #00a0e2;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
}

@media (max-width: 767.98px) {
  /* line 3257, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .title {
    font-size: 22px;
  }
}

/* line 3269, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price {
  margin-top: 15px;
  color: #343434;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  /* line 3269, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price {
    font-size: 16px;
  }
}

/* line 3281, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price .before-price {
  position: relative;
  color: #343434;
}

/* line 3285, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price .before-price::after {
  position: absolute;
  top: 46.5%;
  left: 0;
  content: '';
  transform: rotate(-12deg);
  width: 107.5%;
  border-top: 4.5px solid #00a0e2;
  border-radius: 5px;
}

/* line 3297, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price .after-price {
  color: #00a0e2;
}

/* line 3301, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price .before-price,
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price .after-price {
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  /* line 3301, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price .before-price,
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .price .after-price {
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 3316, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content ul {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 3319, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content ul li {
  position: relative;
  color: #343434;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  list-style: none;
}

/* line 3328, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content ul li:nth-of-type(2), .pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content ul li:nth-of-type(3) {
  margin-top: 15px;
}

/* line 3333, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content ul li::before {
  position: absolute;
  top: 3px;
  left: -1.5em;
  display: block;
  border-left: 2.5px solid #00a0e2;
  border-bottom: 2.5px solid #00a0e2;
  transform: rotate(-45deg);
  content: '';
  width: 13px;
  height: 8px;
}

/* line 3348, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content hr {
  margin: 25px 60px;
}

/* line 3352, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .annotation {
  margin-top: 5px;
  margin-right: 35px;
  color: #828282;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 14px;
}

/* line 3362, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .pricing-content .annotations {
  margin-top: 30px;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}

/* line 3372, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .pricing-content-wrapper .btn-start {
  margin-top: 30px;
  background-color: #00A0E2;
  border-color: #00A0E2;
  width: 232px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

@media (max-width: 1199.98px) {
  /* line 3372, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .pricing-content-wrapper .btn-start {
    width: inherit;
    font-size: 16px;
  }
}

/* line 3390, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section5 .annotation {
  margin-top: 20px;
  color: #939393;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}

@media (max-width: 1199.98px) {
  /* line 3390, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section5 .annotation {
    margin: 0 30px;
  }
}

/* line 3409, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section2 .title-wrapper .subtitle,
.pages.capital_increase_rounds .section3 .title-wrapper .subtitle,
.pages.capital_increase_rounds .section4 .title-wrapper .subtitle,
.pages.capital_increase_rounds .section5 .title-wrapper .subtitle {
  margin-top: 15px;
  text-align: center;
}

/* line 3414, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_increase_rounds .section2 .title-wrapper .title,
.pages.capital_increase_rounds .section3 .title-wrapper .title,
.pages.capital_increase_rounds .section4 .title-wrapper .title,
.pages.capital_increase_rounds .section5 .title-wrapper .title {
  opacity: 1;
  color: #343434;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 840px) {
  /* line 3414, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section2 .title-wrapper .title,
.pages.capital_increase_rounds .section3 .title-wrapper .title,
.pages.capital_increase_rounds .section4 .title-wrapper .title,
.pages.capital_increase_rounds .section5 .title-wrapper .title {
    flex: none;
    font-size: 24px;
    height: 53px;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* line 3414, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_increase_rounds .section2 .title-wrapper .title,
.pages.capital_increase_rounds .section3 .title-wrapper .title,
.pages.capital_increase_rounds .section4 .title-wrapper .title,
.pages.capital_increase_rounds .section5 .title-wrapper .title {
    flex: none;
    height: auto;
    max-width: 100%;
  }
}

/* line 3450, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section, .pages.matchings .top-section, .pages.archive_movies .top-section, .pages.investor_documents .top-section, .pages.electro_contracts .top-section, .pages.corporate_procedures .top-section, .pages.subsidy_rounds .top-section, .pages.budget_managements .top-section {
  margin-top: 165px;
}

/* line 3453, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container, .pages.matchings .top-section .top-container, .pages.archive_movies .top-section .top-container, .pages.investor_documents .top-section .top-container, .pages.electro_contracts .top-section .top-container, .pages.corporate_procedures .top-section .top-container, .pages.subsidy_rounds .top-section .top-container, .pages.budget_managements .top-section .top-container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 83.4%;
}

@media (max-width: 991.98px) {
  /* line 3453, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container, .pages.matchings .top-section .top-container, .pages.archive_movies .top-section .top-container, .pages.investor_documents .top-section .top-container, .pages.electro_contracts .top-section .top-container, .pages.corporate_procedures .top-section .top-container, .pages.subsidy_rounds .top-section .top-container, .pages.budget_managements .top-section .top-container {
    display: block;
  }
}

/* line 3463, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper, .pages.matchings .top-section .top-container .top-content-wrapper, .pages.archive_movies .top-section .top-container .top-content-wrapper, .pages.investor_documents .top-section .top-container .top-content-wrapper, .pages.electro_contracts .top-section .top-container .top-content-wrapper, .pages.corporate_procedures .top-section .top-container .top-content-wrapper, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper, .pages.budget_managements .top-section .top-container .top-content-wrapper {
  width: 500px;
  max-width: 50%;
}

@media (max-width: 1199.98px) {
  /* line 3463, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper, .pages.matchings .top-section .top-container .top-content-wrapper, .pages.archive_movies .top-section .top-container .top-content-wrapper, .pages.investor_documents .top-section .top-container .top-content-wrapper, .pages.electro_contracts .top-section .top-container .top-content-wrapper, .pages.corporate_procedures .top-section .top-container .top-content-wrapper, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper, .pages.budget_managements .top-section .top-container .top-content-wrapper {
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 3463, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper, .pages.matchings .top-section .top-container .top-content-wrapper, .pages.archive_movies .top-section .top-container .top-content-wrapper, .pages.investor_documents .top-section .top-container .top-content-wrapper, .pages.electro_contracts .top-section .top-container .top-content-wrapper, .pages.corporate_procedures .top-section .top-container .top-content-wrapper, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper, .pages.budget_managements .top-section .top-container .top-content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3476, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .top-title, .pages.matchings .top-section .top-container .top-content-wrapper .top-title, .pages.archive_movies .top-section .top-container .top-content-wrapper .top-title, .pages.investor_documents .top-section .top-container .top-content-wrapper .top-title, .pages.electro_contracts .top-section .top-container .top-content-wrapper .top-title, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .top-title, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .top-title, .pages.budget_managements .top-section .top-container .top-content-wrapper .top-title {
  margin-top: 23px;
  color: #343434;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
}

@media (max-width: 1199.98px) {
  /* line 3476, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .top-title, .pages.matchings .top-section .top-container .top-content-wrapper .top-title, .pages.archive_movies .top-section .top-container .top-content-wrapper .top-title, .pages.investor_documents .top-section .top-container .top-content-wrapper .top-title, .pages.electro_contracts .top-section .top-container .top-content-wrapper .top-title, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .top-title, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .top-title, .pages.budget_managements .top-section .top-container .top-content-wrapper .top-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 3476, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .top-title, .pages.matchings .top-section .top-container .top-content-wrapper .top-title, .pages.archive_movies .top-section .top-container .top-content-wrapper .top-title, .pages.investor_documents .top-section .top-container .top-content-wrapper .top-title, .pages.electro_contracts .top-section .top-container .top-content-wrapper .top-title, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .top-title, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .top-title, .pages.budget_managements .top-section .top-container .top-content-wrapper .top-title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 3495, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .top-subtitle, .pages.matchings .top-section .top-container .top-content-wrapper .top-subtitle, .pages.archive_movies .top-section .top-container .top-content-wrapper .top-subtitle, .pages.investor_documents .top-section .top-container .top-content-wrapper .top-subtitle, .pages.electro_contracts .top-section .top-container .top-content-wrapper .top-subtitle, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .top-subtitle, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .top-subtitle, .pages.budget_managements .top-section .top-container .top-content-wrapper .top-subtitle {
  color: #00A0E2;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

/* line 3503, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .description, .pages.matchings .top-section .top-container .top-content-wrapper .description, .pages.archive_movies .top-section .top-container .top-content-wrapper .description, .pages.investor_documents .top-section .top-container .top-content-wrapper .description, .pages.electro_contracts .top-section .top-container .top-content-wrapper .description, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .description, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .description, .pages.budget_managements .top-section .top-container .top-content-wrapper .description {
  margin-top: 20px;
  color: #343434;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

/* line 3511, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .btn-top, .pages.matchings .top-section .top-container .top-content-wrapper .btn-top, .pages.archive_movies .top-section .top-container .top-content-wrapper .btn-top, .pages.investor_documents .top-section .top-container .top-content-wrapper .btn-top, .pages.electro_contracts .top-section .top-container .top-content-wrapper .btn-top, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .btn-top, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .btn-top, .pages.budget_managements .top-section .top-container .top-content-wrapper .btn-top {
  margin-top: 30px;
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 3511, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .btn-top, .pages.matchings .top-section .top-container .top-content-wrapper .btn-top, .pages.archive_movies .top-section .top-container .top-content-wrapper .btn-top, .pages.investor_documents .top-section .top-container .top-content-wrapper .btn-top, .pages.electro_contracts .top-section .top-container .top-content-wrapper .btn-top, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .btn-top, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .btn-top, .pages.budget_managements .top-section .top-container .top-content-wrapper .btn-top {
    width: inherit;
  }
}

/* line 3525, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .btn-matching, .pages.matchings .top-section .top-container .top-content-wrapper .btn-matching, .pages.archive_movies .top-section .top-container .top-content-wrapper .btn-matching, .pages.investor_documents .top-section .top-container .top-content-wrapper .btn-matching, .pages.electro_contracts .top-section .top-container .top-content-wrapper .btn-matching, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .btn-matching, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .btn-matching, .pages.budget_managements .top-section .top-container .top-content-wrapper .btn-matching {
  color: #FFF;
  background-color: #00A0E2;
  border-color: #00A0E2;
  width: 340px;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  /* line 3525, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .btn-matching, .pages.matchings .top-section .top-container .top-content-wrapper .btn-matching, .pages.archive_movies .top-section .top-container .top-content-wrapper .btn-matching, .pages.investor_documents .top-section .top-container .top-content-wrapper .btn-matching, .pages.electro_contracts .top-section .top-container .top-content-wrapper .btn-matching, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .btn-matching, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .btn-matching, .pages.budget_managements .top-section .top-container .top-content-wrapper .btn-matching {
    width: inherit;
  }
}

/* line 3537, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper {
  height: auto;
  max-width: -moz-min-content;
  max-width: min-content;
  margin-top: 45px;
}

@media screen and (max-width: 840px) {
  /* line 3537, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* line 3537, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper {
    width: 342px;
    max-width: 100%;
    margin-top: 15px;
  }
}

/* line 3552, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  /* line 3552, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons {
    flex: none;
    flex-wrap: wrap;
  }
}

/* line 3560, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .top-btn {
  padding: 17px 0;
  width: 200px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  flex: none;
  text-decoration: none;
}

/* line 3573, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try {
  margin: 0;
  background-color: #00A0E2;
  color: #FFF;
}

@media screen and (max-width: 480px) {
  /* line 3573, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

/* line 3585, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 480px) {
  /* line 3585, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.matchings .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.archive_movies .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.investor_documents .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.electro_contracts .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.corporate_procedures .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.budget_managements .top-section .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document {
    margin: 20px 0 0;
    width: 80%;
    max-width: 80%;
    flex: none;
  }
}

/* line 3599, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .director-meeting-image-wrapper,
.pages.director_meetings .top-section .top-container .investor-document-image-wrapper, .pages.matchings .top-section .top-container .director-meeting-image-wrapper,
.pages.matchings .top-section .top-container .investor-document-image-wrapper, .pages.archive_movies .top-section .top-container .director-meeting-image-wrapper,
.pages.archive_movies .top-section .top-container .investor-document-image-wrapper, .pages.investor_documents .top-section .top-container .director-meeting-image-wrapper,
.pages.investor_documents .top-section .top-container .investor-document-image-wrapper, .pages.electro_contracts .top-section .top-container .director-meeting-image-wrapper,
.pages.electro_contracts .top-section .top-container .investor-document-image-wrapper, .pages.corporate_procedures .top-section .top-container .director-meeting-image-wrapper,
.pages.corporate_procedures .top-section .top-container .investor-document-image-wrapper, .pages.subsidy_rounds .top-section .top-container .director-meeting-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .investor-document-image-wrapper, .pages.budget_managements .top-section .top-container .director-meeting-image-wrapper,
.pages.budget_managements .top-section .top-container .investor-document-image-wrapper {
  width: 611px;
  max-width: 52%;
}

@media (max-width: 1199.98px) {
  /* line 3599, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .director-meeting-image-wrapper,
.pages.director_meetings .top-section .top-container .investor-document-image-wrapper, .pages.matchings .top-section .top-container .director-meeting-image-wrapper,
.pages.matchings .top-section .top-container .investor-document-image-wrapper, .pages.archive_movies .top-section .top-container .director-meeting-image-wrapper,
.pages.archive_movies .top-section .top-container .investor-document-image-wrapper, .pages.investor_documents .top-section .top-container .director-meeting-image-wrapper,
.pages.investor_documents .top-section .top-container .investor-document-image-wrapper, .pages.electro_contracts .top-section .top-container .director-meeting-image-wrapper,
.pages.electro_contracts .top-section .top-container .investor-document-image-wrapper, .pages.corporate_procedures .top-section .top-container .director-meeting-image-wrapper,
.pages.corporate_procedures .top-section .top-container .investor-document-image-wrapper, .pages.subsidy_rounds .top-section .top-container .director-meeting-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .investor-document-image-wrapper, .pages.budget_managements .top-section .top-container .director-meeting-image-wrapper,
.pages.budget_managements .top-section .top-container .investor-document-image-wrapper {
    margin-top: 30px;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 3599, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .director-meeting-image-wrapper,
.pages.director_meetings .top-section .top-container .investor-document-image-wrapper, .pages.matchings .top-section .top-container .director-meeting-image-wrapper,
.pages.matchings .top-section .top-container .investor-document-image-wrapper, .pages.archive_movies .top-section .top-container .director-meeting-image-wrapper,
.pages.archive_movies .top-section .top-container .investor-document-image-wrapper, .pages.investor_documents .top-section .top-container .director-meeting-image-wrapper,
.pages.investor_documents .top-section .top-container .investor-document-image-wrapper, .pages.electro_contracts .top-section .top-container .director-meeting-image-wrapper,
.pages.electro_contracts .top-section .top-container .investor-document-image-wrapper, .pages.corporate_procedures .top-section .top-container .director-meeting-image-wrapper,
.pages.corporate_procedures .top-section .top-container .investor-document-image-wrapper, .pages.subsidy_rounds .top-section .top-container .director-meeting-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .investor-document-image-wrapper, .pages.budget_managements .top-section .top-container .director-meeting-image-wrapper,
.pages.budget_managements .top-section .top-container .investor-document-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3615, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .archive-movie-image-wrapper, .pages.matchings .top-section .top-container .archive-movie-image-wrapper, .pages.archive_movies .top-section .top-container .archive-movie-image-wrapper, .pages.investor_documents .top-section .top-container .archive-movie-image-wrapper, .pages.electro_contracts .top-section .top-container .archive-movie-image-wrapper, .pages.corporate_procedures .top-section .top-container .archive-movie-image-wrapper, .pages.subsidy_rounds .top-section .top-container .archive-movie-image-wrapper, .pages.budget_managements .top-section .top-container .archive-movie-image-wrapper {
  width: 673px;
  max-width: 56.2%;
}

@media (max-width: 1199.98px) {
  /* line 3615, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .archive-movie-image-wrapper, .pages.matchings .top-section .top-container .archive-movie-image-wrapper, .pages.archive_movies .top-section .top-container .archive-movie-image-wrapper, .pages.investor_documents .top-section .top-container .archive-movie-image-wrapper, .pages.electro_contracts .top-section .top-container .archive-movie-image-wrapper, .pages.corporate_procedures .top-section .top-container .archive-movie-image-wrapper, .pages.subsidy_rounds .top-section .top-container .archive-movie-image-wrapper, .pages.budget_managements .top-section .top-container .archive-movie-image-wrapper {
    margin-top: 30px;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 3615, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .archive-movie-image-wrapper, .pages.matchings .top-section .top-container .archive-movie-image-wrapper, .pages.archive_movies .top-section .top-container .archive-movie-image-wrapper, .pages.investor_documents .top-section .top-container .archive-movie-image-wrapper, .pages.electro_contracts .top-section .top-container .archive-movie-image-wrapper, .pages.corporate_procedures .top-section .top-container .archive-movie-image-wrapper, .pages.subsidy_rounds .top-section .top-container .archive-movie-image-wrapper, .pages.budget_managements .top-section .top-container .archive-movie-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3630, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .matching-image-wrapper, .pages.matchings .top-section .top-container .matching-image-wrapper, .pages.archive_movies .top-section .top-container .matching-image-wrapper, .pages.investor_documents .top-section .top-container .matching-image-wrapper, .pages.electro_contracts .top-section .top-container .matching-image-wrapper, .pages.corporate_procedures .top-section .top-container .matching-image-wrapper, .pages.subsidy_rounds .top-section .top-container .matching-image-wrapper, .pages.budget_managements .top-section .top-container .matching-image-wrapper {
  width: 620px;
  max-width: 52%;
}

@media (max-width: 1199.98px) {
  /* line 3630, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .matching-image-wrapper, .pages.matchings .top-section .top-container .matching-image-wrapper, .pages.archive_movies .top-section .top-container .matching-image-wrapper, .pages.investor_documents .top-section .top-container .matching-image-wrapper, .pages.electro_contracts .top-section .top-container .matching-image-wrapper, .pages.corporate_procedures .top-section .top-container .matching-image-wrapper, .pages.subsidy_rounds .top-section .top-container .matching-image-wrapper, .pages.budget_managements .top-section .top-container .matching-image-wrapper {
    margin-top: 30px;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 3630, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .matching-image-wrapper, .pages.matchings .top-section .top-container .matching-image-wrapper, .pages.archive_movies .top-section .top-container .matching-image-wrapper, .pages.investor_documents .top-section .top-container .matching-image-wrapper, .pages.electro_contracts .top-section .top-container .matching-image-wrapper, .pages.corporate_procedures .top-section .top-container .matching-image-wrapper, .pages.subsidy_rounds .top-section .top-container .matching-image-wrapper, .pages.budget_managements .top-section .top-container .matching-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3645, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .electro-contractg-image-wrapper, .pages.matchings .top-section .top-container .electro-contractg-image-wrapper, .pages.archive_movies .top-section .top-container .electro-contractg-image-wrapper, .pages.investor_documents .top-section .top-container .electro-contractg-image-wrapper, .pages.electro_contracts .top-section .top-container .electro-contractg-image-wrapper, .pages.corporate_procedures .top-section .top-container .electro-contractg-image-wrapper, .pages.subsidy_rounds .top-section .top-container .electro-contractg-image-wrapper, .pages.budget_managements .top-section .top-container .electro-contractg-image-wrapper {
  width: 768px;
  max-width: 60%;
}

@media (max-width: 1199.98px) {
  /* line 3645, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .electro-contractg-image-wrapper, .pages.matchings .top-section .top-container .electro-contractg-image-wrapper, .pages.archive_movies .top-section .top-container .electro-contractg-image-wrapper, .pages.investor_documents .top-section .top-container .electro-contractg-image-wrapper, .pages.electro_contracts .top-section .top-container .electro-contractg-image-wrapper, .pages.corporate_procedures .top-section .top-container .electro-contractg-image-wrapper, .pages.subsidy_rounds .top-section .top-container .electro-contractg-image-wrapper, .pages.budget_managements .top-section .top-container .electro-contractg-image-wrapper {
    margin-top: 30px;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 3645, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .electro-contractg-image-wrapper, .pages.matchings .top-section .top-container .electro-contractg-image-wrapper, .pages.archive_movies .top-section .top-container .electro-contractg-image-wrapper, .pages.investor_documents .top-section .top-container .electro-contractg-image-wrapper, .pages.electro_contracts .top-section .top-container .electro-contractg-image-wrapper, .pages.corporate_procedures .top-section .top-container .electro-contractg-image-wrapper, .pages.subsidy_rounds .top-section .top-container .electro-contractg-image-wrapper, .pages.budget_managements .top-section .top-container .electro-contractg-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3660, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .top-section .top-container .corporate_procedures-image-wrapper,
.pages.director_meetings .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.director_meetings .top-section .top-container .budget_managements-image-wrapper, .pages.matchings .top-section .top-container .corporate_procedures-image-wrapper,
.pages.matchings .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.matchings .top-section .top-container .budget_managements-image-wrapper, .pages.archive_movies .top-section .top-container .corporate_procedures-image-wrapper,
.pages.archive_movies .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.archive_movies .top-section .top-container .budget_managements-image-wrapper, .pages.investor_documents .top-section .top-container .corporate_procedures-image-wrapper,
.pages.investor_documents .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.investor_documents .top-section .top-container .budget_managements-image-wrapper, .pages.electro_contracts .top-section .top-container .corporate_procedures-image-wrapper,
.pages.electro_contracts .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.electro_contracts .top-section .top-container .budget_managements-image-wrapper, .pages.corporate_procedures .top-section .top-container .corporate_procedures-image-wrapper,
.pages.corporate_procedures .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.corporate_procedures .top-section .top-container .budget_managements-image-wrapper, .pages.subsidy_rounds .top-section .top-container .corporate_procedures-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .budget_managements-image-wrapper, .pages.budget_managements .top-section .top-container .corporate_procedures-image-wrapper,
.pages.budget_managements .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.budget_managements .top-section .top-container .budget_managements-image-wrapper {
  margin-right: -15px;
  width: 780px;
  max-width: 60%;
}

@media (max-width: 1199.98px) {
  /* line 3660, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .corporate_procedures-image-wrapper,
.pages.director_meetings .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.director_meetings .top-section .top-container .budget_managements-image-wrapper, .pages.matchings .top-section .top-container .corporate_procedures-image-wrapper,
.pages.matchings .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.matchings .top-section .top-container .budget_managements-image-wrapper, .pages.archive_movies .top-section .top-container .corporate_procedures-image-wrapper,
.pages.archive_movies .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.archive_movies .top-section .top-container .budget_managements-image-wrapper, .pages.investor_documents .top-section .top-container .corporate_procedures-image-wrapper,
.pages.investor_documents .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.investor_documents .top-section .top-container .budget_managements-image-wrapper, .pages.electro_contracts .top-section .top-container .corporate_procedures-image-wrapper,
.pages.electro_contracts .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.electro_contracts .top-section .top-container .budget_managements-image-wrapper, .pages.corporate_procedures .top-section .top-container .corporate_procedures-image-wrapper,
.pages.corporate_procedures .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.corporate_procedures .top-section .top-container .budget_managements-image-wrapper, .pages.subsidy_rounds .top-section .top-container .corporate_procedures-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .budget_managements-image-wrapper, .pages.budget_managements .top-section .top-container .corporate_procedures-image-wrapper,
.pages.budget_managements .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.budget_managements .top-section .top-container .budget_managements-image-wrapper {
    margin-top: 30px;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 3660, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .top-section .top-container .corporate_procedures-image-wrapper,
.pages.director_meetings .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.director_meetings .top-section .top-container .budget_managements-image-wrapper, .pages.matchings .top-section .top-container .corporate_procedures-image-wrapper,
.pages.matchings .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.matchings .top-section .top-container .budget_managements-image-wrapper, .pages.archive_movies .top-section .top-container .corporate_procedures-image-wrapper,
.pages.archive_movies .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.archive_movies .top-section .top-container .budget_managements-image-wrapper, .pages.investor_documents .top-section .top-container .corporate_procedures-image-wrapper,
.pages.investor_documents .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.investor_documents .top-section .top-container .budget_managements-image-wrapper, .pages.electro_contracts .top-section .top-container .corporate_procedures-image-wrapper,
.pages.electro_contracts .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.electro_contracts .top-section .top-container .budget_managements-image-wrapper, .pages.corporate_procedures .top-section .top-container .corporate_procedures-image-wrapper,
.pages.corporate_procedures .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.corporate_procedures .top-section .top-container .budget_managements-image-wrapper, .pages.subsidy_rounds .top-section .top-container .corporate_procedures-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.subsidy_rounds .top-section .top-container .budget_managements-image-wrapper, .pages.budget_managements .top-section .top-container .corporate_procedures-image-wrapper,
.pages.budget_managements .top-section .top-container .subsidy_rounds-image-wrapper,
.pages.budget_managements .top-section .top-container .budget_managements-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3681, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container, .pages.matchings .feature-section .section-container, .pages.archive_movies .feature-section .section-container, .pages.investor_documents .feature-section .section-container, .pages.electro_contracts .feature-section .section-container, .pages.corporate_procedures .feature-section .section-container, .pages.subsidy_rounds .feature-section .section-container, .pages.budget_managements .feature-section .section-container {
  margin-top: 120px;
  width: 1080px;
  max-width: 75%;
}

/* line 3686, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .section-title, .pages.matchings .feature-section .section-container .section-title, .pages.archive_movies .feature-section .section-container .section-title, .pages.investor_documents .feature-section .section-container .section-title, .pages.electro_contracts .feature-section .section-container .section-title, .pages.corporate_procedures .feature-section .section-container .section-title, .pages.subsidy_rounds .feature-section .section-container .section-title, .pages.budget_managements .feature-section .section-container .section-title {
  color: #343434;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 1199.98px) {
  /* line 3686, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .section-title, .pages.matchings .feature-section .section-container .section-title, .pages.archive_movies .feature-section .section-container .section-title, .pages.investor_documents .feature-section .section-container .section-title, .pages.electro_contracts .feature-section .section-container .section-title, .pages.corporate_procedures .feature-section .section-container .section-title, .pages.subsidy_rounds .feature-section .section-container .section-title, .pages.budget_managements .feature-section .section-container .section-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 3686, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .section-title, .pages.matchings .feature-section .section-container .section-title, .pages.archive_movies .feature-section .section-container .section-title, .pages.investor_documents .feature-section .section-container .section-title, .pages.electro_contracts .feature-section .section-container .section-title, .pages.corporate_procedures .feature-section .section-container .section-title, .pages.subsidy_rounds .feature-section .section-container .section-title, .pages.budget_managements .feature-section .section-container .section-title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 3705, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .section-subtitle, .pages.matchings .feature-section .section-container .section-subtitle, .pages.archive_movies .feature-section .section-container .section-subtitle, .pages.investor_documents .feature-section .section-container .section-subtitle, .pages.electro_contracts .feature-section .section-container .section-subtitle, .pages.corporate_procedures .feature-section .section-container .section-subtitle, .pages.subsidy_rounds .feature-section .section-container .section-subtitle, .pages.budget_managements .feature-section .section-container .section-subtitle {
  color: #00A0E2;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 43px;
}

/* line 3714, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container, .pages.matchings .feature-section .section-container .feature-container, .pages.archive_movies .feature-section .section-container .feature-container, .pages.investor_documents .feature-section .section-container .feature-container, .pages.electro_contracts .feature-section .section-container .feature-container, .pages.corporate_procedures .feature-section .section-container .feature-container, .pages.subsidy_rounds .feature-section .section-container .feature-container, .pages.budget_managements .feature-section .section-container .feature-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  /* line 3714, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container, .pages.matchings .feature-section .section-container .feature-container, .pages.archive_movies .feature-section .section-container .feature-container, .pages.investor_documents .feature-section .section-container .feature-container, .pages.electro_contracts .feature-section .section-container .feature-container, .pages.corporate_procedures .feature-section .section-container .feature-container, .pages.subsidy_rounds .feature-section .section-container .feature-container, .pages.budget_managements .feature-section .section-container .feature-container {
    display: block;
    margin-top: 20px;
  }
}

/* line 3723, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container:nth-of-type(2), .pages.matchings .feature-section .section-container .feature-container:nth-of-type(2), .pages.archive_movies .feature-section .section-container .feature-container:nth-of-type(2), .pages.investor_documents .feature-section .section-container .feature-container:nth-of-type(2), .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(2), .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(2), .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(2), .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(2) {
  margin-top: 80px;
}

/* line 3727, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container:nth-of-type(3), .pages.director_meetings .feature-section .section-container .feature-container:nth-of-type(4), .pages.matchings .feature-section .section-container .feature-container:nth-of-type(3), .pages.matchings .feature-section .section-container .feature-container:nth-of-type(4), .pages.archive_movies .feature-section .section-container .feature-container:nth-of-type(3), .pages.archive_movies .feature-section .section-container .feature-container:nth-of-type(4), .pages.investor_documents .feature-section .section-container .feature-container:nth-of-type(3), .pages.investor_documents .feature-section .section-container .feature-container:nth-of-type(4), .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(3), .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(4), .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(3), .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(4), .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(3), .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(4), .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(3), .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(4) {
  margin-top: 100px;
}

/* line 3732, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper {
  width: 420px;
  max-width: 38.9%;
}

@media (max-width: 1199.98px) {
  /* line 3732, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper {
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 3732, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3745, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-title {
  color: #343434;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
}

@media (max-width: 1199.98px) {
  /* line 3745, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 3745, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-title, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 3763, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .wide, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .wide, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .wide, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .wide, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .wide, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .wide, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .wide, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .wide {
  width: 433px;
}

/* line 3767, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-subtitle {
  color: #00A0E2;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 43px;
}

/* line 3775, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow {
  margin-top: 20px;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
}

@media (max-width: 1199.98px) {
  /* line 3775, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-description,
.pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3791, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-description, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-description, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-description, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-description, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-description, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-description {
  width: 410px;
}

/* line 3795, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.matchings .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.archive_movies .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.investor_documents .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.electro_contracts .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow, .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-description-narrow {
  width: 390px;
}

/* line 3800, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .feature-image-wrapper, .pages.matchings .feature-section .section-container .feature-container .feature-image-wrapper, .pages.archive_movies .feature-section .section-container .feature-container .feature-image-wrapper, .pages.investor_documents .feature-section .section-container .feature-container .feature-image-wrapper, .pages.electro_contracts .feature-section .section-container .feature-container .feature-image-wrapper, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-image-wrapper, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-image-wrapper, .pages.budget_managements .feature-section .section-container .feature-container .feature-image-wrapper {
  width: 550px;
  max-width: 51%;
}

@media (max-width: 1199.98px) {
  /* line 3800, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .feature-image-wrapper, .pages.matchings .feature-section .section-container .feature-container .feature-image-wrapper, .pages.archive_movies .feature-section .section-container .feature-container .feature-image-wrapper, .pages.investor_documents .feature-section .section-container .feature-container .feature-image-wrapper, .pages.electro_contracts .feature-section .section-container .feature-container .feature-image-wrapper, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-image-wrapper, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-image-wrapper, .pages.budget_managements .feature-section .section-container .feature-container .feature-image-wrapper {
    margin-top: 30px;
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 3800, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .feature-image-wrapper, .pages.matchings .feature-section .section-container .feature-container .feature-image-wrapper, .pages.archive_movies .feature-section .section-container .feature-container .feature-image-wrapper, .pages.investor_documents .feature-section .section-container .feature-container .feature-image-wrapper, .pages.electro_contracts .feature-section .section-container .feature-container .feature-image-wrapper, .pages.corporate_procedures .feature-section .section-container .feature-container .feature-image-wrapper, .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-image-wrapper, .pages.budget_managements .feature-section .section-container .feature-container .feature-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3815, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-1 {
  width: 455px;
  max-width: 42.1%;
}

@media (max-width: 1199.98px) {
  /* line 3815, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-1 {
    margin-top: 30px;
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 3815, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-1, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-1 {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3830, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-2 {
  width: 448px;
  max-width: 41.6%;
}

@media (max-width: 1199.98px) {
  /* line 3830, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-2 {
    margin-top: 30px;
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 3830, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-2, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-2 {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3845, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-3 {
  width: 381px;
  max-width: 35.6%;
}

@media (max-width: 1199.98px) {
  /* line 3845, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-3 {
    margin-top: 30px;
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 3845, app/assets/stylesheets/application/views/pages.scss */
  .pages.director_meetings .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.matchings .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.archive_movies .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.investor_documents .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.electro_contracts .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.corporate_procedures .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.subsidy_rounds .feature-section .section-container .feature-container .matching-feature-image-wrapper-3, .pages.budget_managements .feature-section .section-container .feature-container .matching-feature-image-wrapper-3 {
    width: 100%;
    max-width: 100%;
  }
}

/* line 3868, app/assets/stylesheets/application/views/pages.scss */
.pages.director_meetings .lawyer-badge::after, .pages.stockholder_meetings .lawyer-badge::after {
  display: inline-block;
  margin-left: 26px;
  background-size: contain;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/landing_pages/director_meetings/lawyer_badge-8aced4c9aa4717a5be17619f6b98ab8bcd44d199874850dbb95b064a1c899beb.svg);
  background-repeat: no-repeat;
  content: '';
  height: 80px;
  vertical-align: middle;
  width: 80px;
}

/* line 3888, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1, .pages.irs .section1, .pages.shareholderlists .section1, .pages.capital_policies .section1, .pages.stockholder_meetings .section1, .pages.investors_managements .section1 {
  margin: 115px 0 0;
  padding: 0 0 20px 50px;
  max-width: 100%;
}

@media screen and (max-width: 1430px) {
  /* line 3888, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1, .pages.irs .section1, .pages.shareholderlists .section1, .pages.capital_policies .section1, .pages.stockholder_meetings .section1, .pages.investors_managements .section1 {
    margin: 95px 0 45px;
    padding: 0 0 20px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  /* line 3888, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1, .pages.irs .section1, .pages.shareholderlists .section1, .pages.capital_policies .section1, .pages.stockholder_meetings .section1, .pages.investors_managements .section1 {
    margin: 85px 0 45px;
    padding: 0 0 20px;
  }
}

/* line 3904, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container, .pages.irs .section1 .top-container, .pages.shareholderlists .section1 .top-container, .pages.capital_policies .section1 .top-container, .pages.stockholder_meetings .section1 .top-container, .pages.investors_managements .section1 .top-container {
  flex: none;
  width: 460px;
  max-width: 33%;
}

@media screen and (max-width: 1430px) {
  /* line 3904, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container, .pages.irs .section1 .top-container, .pages.shareholderlists .section1 .top-container, .pages.capital_policies .section1 .top-container, .pages.stockholder_meetings .section1 .top-container, .pages.investors_managements .section1 .top-container {
    flex: none;
    max-width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  /* line 3904, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container, .pages.irs .section1 .top-container, .pages.shareholderlists .section1 .top-container, .pages.capital_policies .section1 .top-container, .pages.stockholder_meetings .section1 .top-container, .pages.investors_managements .section1 .top-container {
    width: 432px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  /* line 3904, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container, .pages.irs .section1 .top-container, .pages.shareholderlists .section1 .top-container, .pages.capital_policies .section1 .top-container, .pages.stockholder_meetings .section1 .top-container, .pages.investors_managements .section1 .top-container {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  /* line 3904, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container, .pages.irs .section1 .top-container, .pages.shareholderlists .section1 .top-container, .pages.capital_policies .section1 .top-container, .pages.stockholder_meetings .section1 .top-container, .pages.investors_managements .section1 .top-container {
    align-content: flex-start;
    align-items: flex-start;
  }
}

/* line 3929, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .subtitle, .pages.irs .section1 .top-container .subtitle, .pages.shareholderlists .section1 .top-container .subtitle, .pages.capital_policies .section1 .top-container .subtitle, .pages.stockholder_meetings .section1 .top-container .subtitle, .pages.investors_managements .section1 .top-container .subtitle {
  color: #00A0E2;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}

/* line 3936, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper, .pages.irs .section1 .top-container .top-content-wrapper, .pages.shareholderlists .section1 .top-container .top-content-wrapper, .pages.capital_policies .section1 .top-container .top-content-wrapper, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper, .pages.investors_managements .section1 .top-container .top-content-wrapper {
  margin: 20px 0 0;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  /* line 3936, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper, .pages.irs .section1 .top-container .top-content-wrapper, .pages.shareholderlists .section1 .top-container .top-content-wrapper, .pages.capital_policies .section1 .top-container .top-content-wrapper, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper, .pages.investors_managements .section1 .top-container .top-content-wrapper {
    align-content: center;
    align-items: center;
  }
}

/* line 3948, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper .title, .pages.irs .section1 .top-container .top-content-wrapper .title, .pages.shareholderlists .section1 .top-container .top-content-wrapper .title, .pages.capital_policies .section1 .top-container .top-content-wrapper .title, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .title, .pages.investors_managements .section1 .top-container .top-content-wrapper .title {
  margin: 0 0 25px;
  font-size: 30px;
  flex: none;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 840px) {
  /* line 3948, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .title, .pages.irs .section1 .top-container .top-content-wrapper .title, .pages.shareholderlists .section1 .top-container .top-content-wrapper .title, .pages.capital_policies .section1 .top-container .top-content-wrapper .title, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .title, .pages.investors_managements .section1 .top-container .top-content-wrapper .title {
    font-size: 24px;
  }
}

/* line 3960, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.irs .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.shareholderlists .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.capital_policies .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.investors_managements .section1 .top-container .top-content-wrapper .investors-managements-title {
  width: 360px;
}

@media (max-width: 1199.98px) {
  /* line 3960, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.irs .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.shareholderlists .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.capital_policies .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .investors-managements-title, .pages.investors_managements .section1 .top-container .top-content-wrapper .investors-managements-title {
    width: 100%;
  }
}

/* line 3968, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper .description, .pages.irs .section1 .top-container .top-content-wrapper .description, .pages.shareholderlists .section1 .top-container .top-content-wrapper .description, .pages.capital_policies .section1 .top-container .top-content-wrapper .description, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .description, .pages.investors_managements .section1 .top-container .top-content-wrapper .description {
  margin: 0 0 45px;
  font-size: 16px;
  line-height: 1.4;
  justify-content: flex-start;
  letter-spacing: 0;
}

@media screen and (max-width: 840px) {
  /* line 3968, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .description, .pages.irs .section1 .top-container .top-content-wrapper .description, .pages.shareholderlists .section1 .top-container .top-content-wrapper .description, .pages.capital_policies .section1 .top-container .top-content-wrapper .description, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .description, .pages.investors_managements .section1 .top-container .top-content-wrapper .description {
    margin: 0 0 20px;
    font-size: 14px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 480px) {
  /* line 3968, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .description, .pages.irs .section1 .top-container .top-content-wrapper .description, .pages.shareholderlists .section1 .top-container .top-content-wrapper .description, .pages.capital_policies .section1 .top-container .top-content-wrapper .description, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .description, .pages.investors_managements .section1 .top-container .top-content-wrapper .description {
    margin: 0 0 15px;
  }
}

/* line 3986, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  /* line 3986, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper {
    width: 342px;
    max-width: 100%;
  }
}

/* line 3995, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  /* line 3995, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons {
    flex: none;
    flex-wrap: wrap;
  }
}

/* line 4003, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try {
  margin: 0;
  background-color: #00A0E2;
  color: #FFF;
}

@media screen and (max-width: 480px) {
  /* line 4003, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-try {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

/* line 4015, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 480px) {
  /* line 4015, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.irs .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.shareholderlists .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.capital_policies .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.stockholder_meetings .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document, .pages.investors_managements .section1 .top-container .top-content-wrapper .buttons-wrapper .buttons .btn-document {
    margin: 20px 0 0;
    width: 80%;
    max-width: 80%;
    flex: none;
  }
}

/* line 4030, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section1 .top-image, .pages.irs .section1 .top-image, .pages.shareholderlists .section1 .top-image, .pages.capital_policies .section1 .top-image, .pages.stockholder_meetings .section1 .top-image, .pages.investors_managements .section1 .top-image {
  max-width: calc(100% - 30px);
}

@media screen and (max-width: 1260px) {
  /* line 4030, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-image, .pages.irs .section1 .top-image, .pages.shareholderlists .section1 .top-image, .pages.capital_policies .section1 .top-image, .pages.stockholder_meetings .section1 .top-image, .pages.investors_managements .section1 .top-image {
    width: calc(55% - 30px);
    max-width: calc(55% - 30px);
  }
}

@media screen and (max-width: 840px) {
  /* line 4030, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-image, .pages.irs .section1 .top-image, .pages.shareholderlists .section1 .top-image, .pages.capital_policies .section1 .top-image, .pages.stockholder_meetings .section1 .top-image, .pages.investors_managements .section1 .top-image {
    margin: 30px 0 0;
    width: 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  /* line 4030, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section1 .top-image, .pages.irs .section1 .top-image, .pages.shareholderlists .section1 .top-image, .pages.capital_policies .section1 .top-image, .pages.stockholder_meetings .section1 .top-image, .pages.investors_managements .section1 .top-image {
    margin: 30px 20px 0;
    width: calc(80% - 40px);
    max-width: calc(80% - 40px);
  }
}

/* line 4054, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .title-wrapper, .pages.irs .section2 .title-wrapper, .pages.shareholderlists .section2 .title-wrapper, .pages.capital_policies .section2 .title-wrapper, .pages.stockholder_meetings .section2 .title-wrapper, .pages.investors_managements .section2 .title-wrapper {
  margin: 155px 0 80px;
  padding: 0;
  justify-content: center;
}

@media screen and (max-width: 840px) {
  /* line 4054, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .title-wrapper, .pages.irs .section2 .title-wrapper, .pages.shareholderlists .section2 .title-wrapper, .pages.capital_policies .section2 .title-wrapper, .pages.stockholder_meetings .section2 .title-wrapper, .pages.investors_managements .section2 .title-wrapper {
    margin: 40px 0;
  }
}

/* line 4063, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .title-wrapper .subtitle, .pages.irs .section2 .title-wrapper .subtitle, .pages.shareholderlists .section2 .title-wrapper .subtitle, .pages.capital_policies .section2 .title-wrapper .subtitle, .pages.stockholder_meetings .section2 .title-wrapper .subtitle, .pages.investors_managements .section2 .title-wrapper .subtitle {
  margin: 0 0 20px;
  color: #00A0E2;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
  font-weight: bold;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 840px) {
  /* line 4063, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .title-wrapper .subtitle, .pages.irs .section2 .title-wrapper .subtitle, .pages.shareholderlists .section2 .title-wrapper .subtitle, .pages.capital_policies .section2 .title-wrapper .subtitle, .pages.stockholder_meetings .section2 .title-wrapper .subtitle, .pages.investors_managements .section2 .title-wrapper .subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  /* line 4063, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .title-wrapper .subtitle, .pages.irs .section2 .title-wrapper .subtitle, .pages.shareholderlists .section2 .title-wrapper .subtitle, .pages.capital_policies .section2 .title-wrapper .subtitle, .pages.stockholder_meetings .section2 .title-wrapper .subtitle, .pages.investors_managements .section2 .title-wrapper .subtitle {
    margin: 0 0 10px;
    max-width: 100%;
  }
}

/* line 4084, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .title-wrapper .title, .pages.irs .section2 .title-wrapper .title, .pages.shareholderlists .section2 .title-wrapper .title, .pages.capital_policies .section2 .title-wrapper .title, .pages.stockholder_meetings .section2 .title-wrapper .title, .pages.investors_managements .section2 .title-wrapper .title {
  display: flex;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  max-width: 100%;
  font-weight: bold;
  font-size: 38px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 840px) {
  /* line 4084, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .title-wrapper .title, .pages.irs .section2 .title-wrapper .title, .pages.shareholderlists .section2 .title-wrapper .title, .pages.capital_policies .section2 .title-wrapper .title, .pages.stockholder_meetings .section2 .title-wrapper .title, .pages.investors_managements .section2 .title-wrapper .title {
    flex: none;
    font-size: 24px;
    height: 53px;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* line 4084, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .title-wrapper .title, .pages.irs .section2 .title-wrapper .title, .pages.shareholderlists .section2 .title-wrapper .title, .pages.capital_policies .section2 .title-wrapper .title, .pages.stockholder_meetings .section2 .title-wrapper .title, .pages.investors_managements .section2 .title-wrapper .title {
    flex: none;
    height: auto;
    max-width: 100%;
  }
}

/* line 4111, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper, .pages.irs .section2 .feature-content-wrapper, .pages.shareholderlists .section2 .feature-content-wrapper, .pages.capital_policies .section2 .feature-content-wrapper, .pages.stockholder_meetings .section2 .feature-content-wrapper, .pages.investors_managements .section2 .feature-content-wrapper {
  display: flex;
  margin: 0;
  padding: 0;
  width: 1230px;
  max-width: 100%;
  flex-direction: column;
}

/* line 4119, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper .feature-content, .pages.irs .section2 .feature-content-wrapper .feature-content, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content, .pages.capital_policies .section2 .feature-content-wrapper .feature-content, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content, .pages.investors_managements .section2 .feature-content-wrapper .feature-content {
  display: flex;
  padding: 0;
  width: 100%;
  flex: none;
  max-width: 100%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}

@media screen and (max-width: 480px) {
  /* line 4119, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content, .pages.irs .section2 .feature-content-wrapper .feature-content, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content, .pages.capital_policies .section2 .feature-content-wrapper .feature-content, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content, .pages.investors_managements .section2 .feature-content-wrapper .feature-content {
    margin: 10px 0 60px;
    padding: 0 30px;
    max-width: 100%;
  }
}

/* line 4137, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper {
  display: flex;
  padding: 0;
  align-items: center;
  width: 420px;
  max-width: 420px;
  align-content: center;
  flex-direction: column;
  flex: none;
}

@media screen and (max-width: 840px) {
  /* line 4147, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper:nth-child(2), .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper:nth-child(2), .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper:nth-child(2), .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper:nth-child(2), .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper:nth-child(2), .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper:nth-child(2) {
    order: 2;
  }
}

@media screen and (max-width: 840px) {
  /* line 4137, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  /* line 4137, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

/* line 4165, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text {
  padding: 0;
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  /* line 4165, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text {
    flex: none;
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  /* line 4165, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

/* line 4182, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle {
  color: #00A0E2;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  width: 400px;
  max-width: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 840px) {
  /* line 4182, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-subtitle {
    flex: none;
    width: 90%;
    max-width: 90%;
  }
}

/* line 4199, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title {
  margin: 0 0 25px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  max-width: 100%;
  flex: none;
  letter-spacing: 0;
}

@media screen and (max-width: 840px) {
  /* line 4199, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-title {
    margin: 0 0 20px;
    font-size: 24px;
    max-width: 100%;
  }
}

/* line 4215, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description {
  margin: 0 0 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  width: auto;
  max-width: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 840px) {
  /* line 4215, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-text-wrapper .feature-text .feature-description {
    margin: 0 0 25;
    font-size: 14px;
    max-width: 100%;
  }
}

/* line 4233, app/assets/stylesheets/application/views/pages.scss */
.pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-image, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-image, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-image, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-image {
  flex: none;
  height: auto;
  width: 750px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  /* line 4239, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-image:nth-child(2), .pages.irs .section2 .feature-content-wrapper .feature-content .feature-image:nth-child(2), .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-image:nth-child(2), .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-image:nth-child(2), .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-image:nth-child(2), .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-image:nth-child(2) {
    order: 1;
  }
}

@media screen and (max-width: 1140px) {
  /* line 4233, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-image, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-image, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-image, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-image {
    flex: none;
    width: 55%;
    max-width: 55%;
  }
}

@media screen and (max-width: 840px) {
  /* line 4233, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-image, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-image, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-image, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-image {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 360px) {
  /* line 4233, app/assets/stylesheets/application/views/pages.scss */
  .pages.archive_movies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.irs .section2 .feature-content-wrapper .feature-content .feature-image, .pages.shareholderlists .section2 .feature-content-wrapper .feature-content .feature-image, .pages.capital_policies .section2 .feature-content-wrapper .feature-content .feature-image, .pages.stockholder_meetings .section2 .feature-content-wrapper .feature-content .feature-image, .pages.investors_managements .section2 .feature-content-wrapper .feature-content .feature-image {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

/* line 4269, app/assets/stylesheets/application/views/pages.scss */
.pages.irs .image {
  margin: 0 0 0 30px;
  width: 750px;
}

/* line 4274, app/assets/stylesheets/application/views/pages.scss */
.pages.irs .section-margin {
  margin: 10px 0 100px;
}

@media screen and (max-width: 480px) {
  /* line 4274, app/assets/stylesheets/application/views/pages.scss */
  .pages.irs .section-margin {
    margin: 10px 0 60px;
  }
}

/* line 4282, app/assets/stylesheets/application/views/pages.scss */
.pages.irs .coming-soon-mask {
  position: relative;
  opacity: .3;
}

/* line 4286, app/assets/stylesheets/application/views/pages.scss */
.pages.irs .coming-soon-mask .coming-soon {
  position: absolute;
  top: 169px;
  right: auto;
  bottom: auto;
  left: 436px;
  margin: 0;
  padding: 15px 30px;
  color: #FFF;
  font-size: 20px;
  height: 58px;
  line-height: 1.4;
  text-align: center;
  transform: rotate(-10deg);
  width: 294px;
  max-width: 100%;
  background-color: #00A0E2;
  justify-content: center;
}

@media screen and (max-width: 840px) {
  /* line 4286, app/assets/stylesheets/application/views/pages.scss */
  .pages.irs .coming-soon-mask .coming-soon {
    top: auto;
    right: auto;
    bottom: 141px;
    left: 262px;
    width: 294px;
    height: 58px;
  }
}

@media screen and (max-width: 480px) {
  /* line 4286, app/assets/stylesheets/application/views/pages.scss */
  .pages.irs .coming-soon-mask .coming-soon {
    top: 198px;
    right: 42px;
    bottom: auto;
    left: auto;
    width: 294px;
    height: 58px;
  }
}

@media screen and (max-width: 360px) {
  /* line 4286, app/assets/stylesheets/application/views/pages.scss */
  .pages.irs .coming-soon-mask .coming-soon {
    top: auto;
    right: 10px;
    bottom: 174px;
    left: 16px;
    width: auto;
    height: 58px;
    max-width: 100%;
  }
}

/* line 4339, app/assets/stylesheets/application/views/pages.scss */
.pages.stockholder_meetings .image {
  margin: 0 0 0 30px;
  width: 750px;
}

/* line 4344, app/assets/stylesheets/application/views/pages.scss */
.pages.stockholder_meetings .image-filter {
  filter: drop-shadow(0 2px 20px #bdbdbd);
}

/* line 4348, app/assets/stylesheets/application/views/pages.scss */
.pages.stockholder_meetings .section-margin {
  margin: 10px 0 60px;
}

@media screen and (max-width: 480px) {
  /* line 4348, app/assets/stylesheets/application/views/pages.scss */
  .pages.stockholder_meetings .section-margin {
    margin: 10px 0 60px;
  }
}

/* line 4360, app/assets/stylesheets/application/views/pages.scss */
.pages.investors_managements .image {
  margin: 0 0 0 30px;
  width: 750px;
}

/* line 4365, app/assets/stylesheets/application/views/pages.scss */
.pages.investors_managements .image-filter {
  filter: drop-shadow(0 2px 20px #bdbdbd);
}

/* line 4369, app/assets/stylesheets/application/views/pages.scss */
.pages.investors_managements .section-margin {
  margin: 10px 0 60px;
}

@media screen and (max-width: 480px) {
  /* line 4369, app/assets/stylesheets/application/views/pages.scss */
  .pages.investors_managements .section-margin {
    margin: 10px 0 60px;
  }
}

/* line 4381, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_policies .image {
  margin: 0 0 0 30px;
  width: 750px;
  box-shadow: 0 2px 5px #ddd;
  border-radius: 8px;
}

/* line 4388, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_policies .image-filter {
  filter: drop-shadow(0 2px 20px #ddd);
  border-radius: 8px;
}

/* line 4393, app/assets/stylesheets/application/views/pages.scss */
.pages.capital_policies .section-margin {
  margin: 10px 0 60px;
}

@media screen and (max-width: 480px) {
  /* line 4393, app/assets/stylesheets/application/views/pages.scss */
  .pages.capital_policies .section-margin {
    margin: 10px 0 60px;
  }
}

/* line 4405, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .image {
  width: 780px;
}

/* line 4409, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .image-filter {
  filter: drop-shadow(0 2px 20px #bdbdbd);
  border-radius: 8px;
}

/* line 4414, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .section-margin {
  margin: 10px 0 60px;
}

@media screen and (max-width: 480px) {
  /* line 4414, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .section-margin {
    margin: 10px 0 60px;
  }
}

/* line 4426, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .title, .pages.investors_managements .antisocial-check-section .title {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 840px) {
  /* line 4426, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .title, .pages.investors_managements .antisocial-check-section .title {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 4426, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .title, .pages.investors_managements .antisocial-check-section .title {
    margin: 0 0 10px 0;
    align-items: flex-start;
  }
}

/* line 4441, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .title .title-text, .pages.investors_managements .antisocial-check-section .title .title-text {
  font-weight: bold;
  font-size: 38px;
}

@media screen and (max-width: 840px) {
  /* line 4441, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .title .title-text, .pages.investors_managements .antisocial-check-section .title .title-text {
    font-size: 24px;
  }
}

/* line 4450, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .title .title-icon, .pages.investors_managements .antisocial-check-section .title .title-icon {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 840px) {
  /* line 4450, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .title .title-icon, .pages.investors_managements .antisocial-check-section .title .title-icon {
    height: 36px;
    width: 36px;
  }
}

/* line 4462, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content, .pages.investors_managements .antisocial-check-section .content {
  width: 1230px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
}

@media screen and (max-width: 480px) {
  /* line 4462, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content, .pages.investors_managements .antisocial-check-section .content {
    padding: 0 30px;
  }
}

/* line 4476, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text, .pages.investors_managements .antisocial-check-section .content .content-text {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  order: 2;
}

@media screen and (max-width: 840px) {
  /* line 4476, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-text, .pages.investors_managements .antisocial-check-section .content .content-text {
    width: 80%;
    margin-bottom: 45px;
    order: 1;
  }
}

@media screen and (max-width: 480px) {
  /* line 4476, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-text, .pages.investors_managements .antisocial-check-section .content .content-text {
    width: 100%;
  }
}

/* line 4493, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-description, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-description {
  width: 100%;
  margin-bottom: 20px;
}

/* line 4497, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-description .description-title, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-description .description-title {
  color: #00A0E2;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 840px) {
  /* line 4497, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-text .content-text-description .description-title, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-description .description-title {
    margin-bottom: 15px;
  }
}

/* line 4508, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-description .description-content, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-description .description-content {
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0;
}

/* line 4515, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-plan, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-plan {
  width: 100%;
  background-color: #f5f8fa;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  /* line 4515, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-text .content-text-plan, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-plan {
    margin-bottom: 10px;
  }
}

/* line 4526, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-plan .plan-title, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-plan .plan-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 4532, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-plan .plan-description, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-plan .plan-description {
  display: flex;
  align-items: center;
}

/* line 4536, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-plan .plan-description .icon-image, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-plan .plan-description .icon-image {
  height: 21px;
  width: 21px;
  margin-right: 5px;
}

/* line 4542, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-plan .plan-description .description-text, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-plan .plan-description .description-text {
  font-size: 16px;
  text-align: center;
}

/* line 4549, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-note, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-note {
  width: 100%;
}

/* line 4552, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-note .note-description, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-note .note-description {
  font-size: 15px;
  margin-bottom: 5px;
}

/* line 4557, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-text .content-text-note .note-provider, .pages.investors_managements .antisocial-check-section .content .content-text .content-text-note .note-provider {
  color: grey;
  font-size: 12px;
  margin-left: 5px;
}

/* line 4565, app/assets/stylesheets/application/views/pages.scss */
.pages.shareholderlists .antisocial-check-section .content .content-image, .pages.investors_managements .antisocial-check-section .content .content-image {
  height: auto;
  width: 650px;
  max-width: 100%;
  order: 1;
}

@media screen and (max-width: 1200px) {
  /* line 4565, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-image, .pages.investors_managements .antisocial-check-section .content .content-image {
    max-width: 45%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 4565, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-image, .pages.investors_managements .antisocial-check-section .content .content-image {
    max-width: 35%;
  }
}

@media screen and (max-width: 840px) {
  /* line 4565, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-image, .pages.investors_managements .antisocial-check-section .content .content-image {
    width: 80%;
    max-width: 80%;
    order: 2;
  }
}

@media screen and (max-width: 480px) {
  /* line 4565, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .content-image, .pages.investors_managements .antisocial-check-section .content .content-image {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  /* line 4591, app/assets/stylesheets/application/views/pages.scss */
  .pages.shareholderlists .antisocial-check-section .content .hidden-sptb, .pages.investors_managements .antisocial-check-section .content .hidden-sptb {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 4603, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .top-section .top-container {
    width: 1290px;
    max-width: 90%;
  }
  /* line 4608, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .top-section .top-container .top-content-wrapper .top-subtitle {
    font-size: 20px;
  }
  /* line 4612, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .top-section .top-container .top-content-wrapper .top-title {
    font-size: 31px;
    line-height: 44px;
  }
  /* line 4617, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .top-section .top-container .top-content-wrapper .description {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 4628, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .feature-section .section-container .feature-container .feature-image-wrapper {
    width: 580px;
    max-width: 54%;
  }
  /* line 4633, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(odd) .feature-image-wrapper {
    margin-left: -15px;
  }
  /* line 4637, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(even) .feature-image-wrapper {
    margin-right: -15px;
  }
  /* line 4641, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(2) {
    margin-top: 92px;
  }
  /* line 4645, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(3) {
    margin-top: 34px;
  }
  /* line 4649, app/assets/stylesheets/application/views/pages.scss */
  .pages.electro_contracts .feature-section .section-container .feature-container:nth-of-type(4) {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  /* line 4662, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .top-section .top-container {
    width: 1290px;
    max-width: 90%;
  }
  /* line 4667, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .top-section .top-container .top-content-wrapper .top-subtitle {
    font-size: 20px;
  }
  /* line 4671, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .top-section .top-container .top-content-wrapper .top-title {
    max-width: 481px;
    font-size: 31px;
    line-height: 44px;
  }
  /* line 4677, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .top-section .top-container .top-content-wrapper .description {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 4688, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .feature-section .section-container .feature-container .feature-content-wrapper {
    max-width: 45%;
  }
  /* line 4691, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .feature-section .section-container .feature-container .feature-image-wrapper {
    width: 580px;
    max-width: 54%;
  }
  /* line 4696, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(odd) .feature-image-wrapper {
    margin-left: -15px;
  }
  /* line 4700, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(even) .feature-image-wrapper {
    margin-right: -15px;
  }
  /* line 4704, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(2) {
    margin-top: 92px;
  }
  /* line 4708, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(3) {
    margin-top: 34px;
  }
  /* line 4712, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .feature-section .section-container .feature-container:nth-of-type(4) {
    margin-top: 100px;
  }
}

/* line 4721, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card {
  margin-top: 20px;
  margin-left: 20px;
  width: 1080px;
  height: 333px;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  /* line 4721, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card {
    width: 350px;
    height: 100%;
    padding: 15px 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 4737, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 1199.98px) {
  /* line 4742, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .icon-wrapper {
    text-align: center;
  }
}

/* line 4748, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .icon-wrapper .purpose-icon {
  width: 428px;
}

@media (max-width: 1199.98px) {
  /* line 4748, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .icon-wrapper .purpose-icon {
    margin: 0 0 28px;
    height: 80px;
    width: auto;
  }
}

/* line 4760, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

@media (max-width: 1199.98px) {
  /* line 4760, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .title {
    text-align: center;
  }
}

/* line 4771, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .description {
  margin-top: 18px;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  /* line 4771, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .description {
    margin-left: 5px;
  }
}

/* line 4783, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1199.98px) {
  /* line 4783, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul {
    margin: auto;
  }
}

/* line 4791, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li {
  position: relative;
  margin-top: 18px;
  margin-left: 32px;
  list-style: none;
}

/* line 4797, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::after {
  position: absolute;
  top: 0;
  left: -32px;
  width: 22px;
  height: 22px;
}

@media (max-width: 991.98px) {
  /* line 4797, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::before, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::after {
    left: -45px;
    margin-left: 20px;
  }
}

/* line 4811, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::before {
  content: '';
  border: 1.5px solid #00A0E2;
  border-radius: 50%;
  transition: border-color 200ms, background-color 200ms;
}

/* line 4818, app/assets/stylesheets/application/views/pages.scss */
.pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0.9rem;
  text-align: center;
  color: #00A0E2;
  line-height: 22.5px;
}

@media (min-width: 1200px) {
  /* line 4827, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .component-v2 .btn-primary-w100-p3, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.financial_reports.edit .btn-primary-w100-p3, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.kpis .btn-primary-w100-p3, .component-v2 .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.financial_reports.edit .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.kpis .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3 {
    width: 400px;
  }
}

@media (max-width: 1199.98px) {
  /* line 4827, app/assets/stylesheets/application/views/pages.scss */
  .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .component-v2 .btn-primary-w100-p3, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.financial_reports.edit .btn-primary-w100-p3, .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.kpis .btn-primary-w100-p3, .component-v2 .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.financial_reports.edit .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.kpis .pages.corporate_procedures .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3 {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 4847, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .top-section .top-container {
    width: 1290px;
    max-width: 90%;
  }
  /* line 4852, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .top-subtitle {
    font-size: 20px;
  }
  /* line 4856, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .top-title {
    max-width: 481px;
    font-size: 31px;
    line-height: 44px;
  }
  /* line 4862, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .top-section .top-container .top-content-wrapper .description {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 4873, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper {
    max-width: 45%;
  }
  /* line 4876, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-content-wrapper .feature-description {
    width: 420px;
  }
  /* line 4880, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container .feature-image-wrapper {
    width: 554px;
    max-width: 54%;
  }
  /* line 4885, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(odd) .feature-image-wrapper {
    margin-left: -15px;
  }
  /* line 4889, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(even) .feature-image-wrapper {
    margin-right: -15px;
  }
  /* line 4893, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(2) {
    margin-top: 92px;
  }
  /* line 4897, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(3) {
    margin-top: 72px;
  }
  /* line 4901, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .feature-section .section-container .feature-container:nth-of-type(4) {
    margin-top: 78px;
  }
}

/* line 4910, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container {
  margin-top: 100px;
  max-width: 1167px;
  color: #333;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  /* line 4910, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container {
    max-width: 75%;
  }
}

/* line 4920, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 74px;
}

@media (max-width: 991.98px) {
  /* line 4920, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 4931, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 1199.98px) {
  /* line 4931, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper {
    flex-direction: colum;
  }
}

/* line 4940, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .image-wrapper img {
  max-width: 550px;
  width: 100%;
}

/* line 4946, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper {
  max-width: 543px;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  /* line 4946, app/assets/stylesheets/application/views/pages.scss */
  .pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper {
    margin-top: 25px;
  }
}

/* line 4956, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .subtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  color: #00A0E2;
}

/* line 4964, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .description {
  max-width: 500px;
  margin-top: 20px;
  letter-spacing: 0;
  font-weight: 400;
}

/* line 4971, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .features {
  margin-top: 15px;
  line-height: 30px;
}

/* line 4975, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .features ol {
  padding-inline-start: 1em;
}

/* line 4980, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .pricing {
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 20px;
}

/* line 4985, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .pricing ul {
  margin-bottom: 0;
}

/* line 4988, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .pricing ul li {
  position: relative;
  margin-top: 8px;
  margin-left: 32px;
  list-style: none;
  margin-right: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

/* line 4998, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .pricing ul li::before, .pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .pricing ul li::after {
  position: absolute;
  top: 0;
  left: -32px;
  width: 22px;
  height: 22px;
}

/* line 5007, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .pricing ul li::before {
  content: '';
  border: 1.5px solid #00A0E2;
  border-radius: 50%;
  transition: border-color 200ms, background-color 200ms;
}

/* line 5014, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper .pricing ul li::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0.9rem;
  text-align: center;
  color: #00A0E2;
  line-height: 22.5px;
}

/* line 5024, app/assets/stylesheets/application/views/pages.scss */
.pages.subsidy_rounds .miidas_subsidy_search-section .miidas_subsidy_search-container .content-wrapper .text-wrapper small {
  margin-top: 6px;
  font-size: 14px;
  color: #939393;
}

@media (min-width: 1200px) {
  /* line 5039, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .top-section .top-container {
    width: 1300px;
    max-width: 90%;
  }
  /* line 5044, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .top-section .top-container .top-content-wrapper .top-subtitle {
    font-size: 20px;
  }
  /* line 5048, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .top-section .top-container .top-content-wrapper .top-title {
    max-width: 481px;
    font-size: 31px;
    line-height: 44px;
  }
  /* line 5054, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .top-section .top-container .top-content-wrapper .description {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 5065, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper {
    max-width: 45%;
  }
  /* line 5068, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container .feature-content-wrapper .feature-description {
    width: 420px;
  }
  /* line 5072, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container .feature-image-wrapper {
    width: 580px;
    max-width: 54%;
  }
  /* line 5077, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(odd) .feature-image-wrapper {
    margin-left: -15px;
  }
  /* line 5081, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(even) .feature-image-wrapper {
    margin-right: -15px;
  }
  /* line 5085, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(2) {
    margin-top: 92px;
  }
  /* line 5089, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(3) {
    margin-top: 34px;
  }
  /* line 5093, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .feature-section .section-container .feature-container:nth-of-type(4) {
    margin-top: 100px;
  }
}

/* line 5102, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card {
  margin-top: 20px;
  margin-left: 20px;
  width: 1080px;
  height: 333px;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  /* line 5102, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card {
    width: 350px;
    height: 100%;
    padding: 15px 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 5118, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 1199.98px) {
  /* line 5123, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .icon-wrapper {
    text-align: center;
  }
}

/* line 5129, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .icon-wrapper .purpose-icon {
  width: 428px;
}

@media (max-width: 1199.98px) {
  /* line 5129, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .icon-wrapper .purpose-icon {
    margin: 0 0 28px;
    height: 80px;
    width: auto;
  }
}

/* line 5141, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

@media (max-width: 1199.98px) {
  /* line 5141, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .title {
    text-align: center;
  }
}

/* line 5152, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .description {
  margin-top: 18px;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  /* line 5152, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .description {
    margin-left: 5px;
  }
}

/* line 5164, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1199.98px) {
  /* line 5164, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul {
    margin: auto;
  }
}

/* line 5172, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li {
  position: relative;
  margin-top: 18px;
  margin-left: 32px;
  list-style: none;
}

/* line 5178, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::after {
  position: absolute;
  top: 0;
  left: -32px;
  width: 22px;
  height: 22px;
}

@media (max-width: 991.98px) {
  /* line 5178, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::before, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::after {
    left: -45px;
    margin-left: 20px;
  }
}

/* line 5192, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::before {
  content: '';
  border: 1.5px solid #00A0E2;
  border-radius: 50%;
  transition: border-color 200ms, background-color 200ms;
}

/* line 5199, app/assets/stylesheets/application/views/pages.scss */
.pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper ul li::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 0.9rem;
  text-align: center;
  color: #00A0E2;
  line-height: 22.5px;
}

@media (min-width: 1200px) {
  /* line 5208, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .component-v2 .btn-primary-w100-p3, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.financial_reports.edit .btn-primary-w100-p3, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.kpis .btn-primary-w100-p3, .component-v2 .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.financial_reports.edit .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.kpis .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3 {
    width: 400px;
  }
}

@media (max-width: 1199.98px) {
  /* line 5208, app/assets/stylesheets/application/views/pages.scss */
  .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .component-v2 .btn-primary-w100-p3, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.financial_reports.edit .btn-primary-w100-p3, .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .company.kpis .btn-primary-w100-p3, .component-v2 .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.financial_reports.edit .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3, .company.kpis .pages.budget_managements .capital_increase_round-section .capital_increase_round-card .content-wrapper .text-wrapper .btn-primary-w100-p3 {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 5226, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 {
  margin-top: 190px;
  padding: 0;
}

@media (max-width: 1199.98px) {
  /* line 5226, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section1 {
    margin-top: 80px;
  }
}

/* line 5234, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 .text-wrapper {
  max-width: 560px;
}

@media (max-width: 1199.98px) {
  /* line 5234, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section1 .text-wrapper {
    margin-top: 20px;
  }
}

/* line 5241, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 .text-wrapper .subtitle {
  color: #00A0E2;
  font-size: 22px;
  line-height: 22px;
}

@media (max-width: 1199.98px) {
  /* line 5241, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section1 .text-wrapper .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 5253, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 .text-wrapper .title {
  font-size: 50px;
  line-height: 64px;
}

@media (max-width: 1199.98px) {
  /* line 5253, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section1 .text-wrapper .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 5264, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 .text-wrapper .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

/* line 5270, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 .text-wrapper .title-buttons {
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1199.98px) {
  /* line 5270, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section1 .text-wrapper .title-buttons {
    margin-bottom: 10px;
    justify-content: center;
  }
}

/* line 5281, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 .text-wrapper .title-buttons .title-button {
  margin: 0;
  width: 200px;
  margin-right: 20px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  /* line 5281, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section1 .text-wrapper .title-buttons .title-button {
    margin-bottom: 10px;
    width: 160px;
    font-size: 16px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 5300, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section1 .image {
  width: 580px;
  max-width: 49%;
}

@media (max-width: 1199.98px) {
  /* line 5300, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section1 .image {
    width: 80%;
  }
}

/* line 5311, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}

@media (max-width: 991.98px) {
  /* line 5311, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .title {
    font-size: 34px;
    line-height: 42px;
  }
  /* line 5320, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .title br {
    display: none;
  }
}

/* line 5326, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports {
  margin-top: 85px;
}

@media (max-width: 991.98px) {
  /* line 5326, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports {
    margin-top: 60px;
  }
}

/* line 5333, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support {
  width: 268px;
  margin-left: -35px;
}

@media (max-width: 575.98px) {
  /* line 5333, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support {
    max-width: 330px;
    margin-left: 0;
    margin-bottom: 30px;
    position: relative;
  }
  /* line 5343, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support::before {
    position: absolute;
    top: 25px;
    left: 16.5px;
    width: 5px;
    height: calc(100% + 30px);
    background-color: #ECECEC;
    content: "";
  }
  /* line 5353, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  /* line 5356, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support:nth-last-of-type(1)::before {
    display: none;
  }
}

/* line 5362, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support .support-title-wrapper {
  height: 70px;
  border-radius: 0 35px 35px 0;
}

@media (max-width: 991.98px) {
  /* line 5362, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-title-wrapper {
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  /* line 5362, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-title-wrapper {
    border-radius: 35px;
  }
}

/* line 5374, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support .support-title-wrapper .support-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: white;
}

@media (max-width: 991.98px) {
  /* line 5374, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-title-wrapper .support-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  /* line 5374, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-title-wrapper .support-title {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 5374, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-title-wrapper .support-title {
    font-size: 18px;
  }
}

/* line 5396, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support .support-text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #828282;
}

@media (max-width: 991.98px) {
  /* line 5396, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  /* line 5396, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-text {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 575.98px) {
  /* line 5396, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section2 .supports .support .support-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 5421, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support:nth-of-type(1) {
  margin-left: 0;
}

/* line 5424, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support:nth-of-type(1) .support-title-wrapper {
  z-index: 4;
  border-radius: 35px;
  background-color: #54CEFB;
}

/* line 5432, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support:nth-of-type(2) .support-title-wrapper {
  z-index: 3;
  background-color: #04BEFC;
}

/* line 5439, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support:nth-of-type(3) .support-title-wrapper {
  z-index: 2;
  background-color: #00A0E2;
}

/* line 5446, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support:nth-of-type(4) .support-title-wrapper {
  z-index: 1;
  background-color: #0883D4;
}

/* line 5453, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section2 .supports .support:nth-of-type(5) .support-title-wrapper {
  background-color: #0F57CA;
}

/* line 5462, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar {
  margin-top: 120px;
  width: 1200px;
  max-width: 84%;
}

/* line 5467, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  /* line 5467, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar {
    display: block;
    margin-top: 20px;
  }
}

/* line 5476, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper {
  width: 508px;
  max-width: 43%;
}

@media (max-width: 1199.98px) {
  /* line 5476, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper {
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 5476, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 5489, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-comment-wrapper {
  height: 80px;
}

/* line 5492, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-comment-wrapper .feature-comment {
  width: 412px;
  background: #F7F7F7;
  border-radius: 40px 40px 4px 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 5500, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-comment-wrapper .feature-comment div {
  padding: 0 40px;
}

/* line 5506, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title {
  margin-top: 35px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 58px;
}

@media (max-width: 1199.98px) {
  /* line 5506, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 5517, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5506, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 5528, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-description {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
}

@media (max-width: 1199.98px) {
  /* line 5528, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-description {
    width: 100%;
    max-width: 100%;
  }
}

/* line 5542, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper a {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

/* line 5548, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-content-wrapper a:hover {
  color: #00A0E2;
  text-decoration: none;
  opacity: 0.4;
}

/* line 5556, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar .feature-image-wrapper {
  width: 640px;
  max-width: 54%;
}

@media (max-width: 1199.98px) {
  /* line 5556, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-image-wrapper {
    margin-top: 30px;
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 5556, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section3 .section-containar .feature-containar .feature-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 5571, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar:nth-of-type(odd) .feature-image-wrapper {
  margin-right: -15px;
}

/* line 5576, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar:nth-of-type(even) .feature-image-wrapper {
  margin-left: -15px;
}

/* line 5581, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar:nth-of-type(2) {
  margin-top: 130px;
}

/* line 5585, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section3 .section-containar .feature-containar:nth-of-type(3) {
  margin-top: 150px;
}

/* line 5592, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 {
  margin-top: 52px;
  background-color: #F7F7F7;
}

@media (max-width: 991.98px) {
  /* line 5592, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section4 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* line 5601, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container {
  padding: 0 30px;
}

@media (max-width: 1199.98px) {
  /* line 5601, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section4 .purpose-container {
    padding: 0;
  }
}

/* line 5608, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .title {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 62px;
}

@media (max-width: 991.98px) {
  /* line 5608, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section4 .purpose-container .title {
    font-size: 1.5rem;
  }
}

/* line 5620, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

/* line 5626, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .purpose-cards {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* line 5631, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .purpose-cards a {
  text-decoration: none;
}

/* line 5635, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .purpose-cards .purpose-card {
  position: relative;
  margin: 20px 0;
  border-radius: 16px;
  width: 350px;
  height: 283px;
  align-items: center;
  color: #333;
  text-decoration: none;
}

/* line 5645, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .purpose-cards .purpose-card .purpose-icon {
  position: absolute;
  top: 30px;
  margin-bottom: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}

/* line 5653, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .purpose-cards .purpose-card .purpose-text-wrapper {
  margin-top: 130px;
}

/* line 5656, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .purpose-cards .purpose-card .purpose-text-wrapper .purpose-text {
  width: 275px;
  font-size: 16px;
  letter-spacing: 0;
}

/* line 5664, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section4 .purpose-container .purpose-cards .purpose-card:hover {
  transition: .15ms;
  box-shadow: 0 2px 20px rgba(15, 144, 191, 0.4);
}

/* line 5673, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 h3 {
  margin-top: 140px;
  font-weight: 700;
  font-size: 54px;
  line-height: 74px;
}

@media (max-width: 1199.98px) {
  /* line 5673, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 5673, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  /* line 5673, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  /* line 5695, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 .case-studies {
    max-width: 1200px;
    padding: 0;
    margin-top: 20px;
  }
}

/* line 5703, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  /* line 5703, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 .case-studies .case-study {
    flex-direction: column-reverse;
  }
}

/* line 5710, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study .image-wrapper {
  width: 506px;
  max-width: 43%;
}

@media (max-width: 991.98px) {
  /* line 5710, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 .case-studies .case-study .image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

/* line 5721, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study .image-wrapper img {
  width: 100%;
}

/* line 5726, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study .text-wrapper {
  width: 604px;
  max-width: 51%;
}

@media (max-width: 991.98px) {
  /* line 5726, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 .case-studies .case-study .text-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 5735, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study .text-wrapper h4 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 991.98px) {
  /* line 5735, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section5 .case-studies .case-study .text-wrapper h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 5747, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study .text-wrapper a {
  margin-top: 25px;
  width: -moz-max-content;
  width: max-content;
  padding: 15px;
  border-radius: 10px;
  background-color: #F2F8FC;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

/* line 5757, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study .text-wrapper a:hover {
  opacity: 0.4;
  color: #00A0E2;
  text-decoration: none;
}

/* line 5766, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study:nth-of-type(1) .company-logo {
  width: 137px;
}

/* line 5772, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .case-study:nth-of-type(2) .company-logo {
  width: 72px;
}

/* line 5779, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .company-logo:nth-of-type(1) {
  width: 137px;
}

/* line 5783, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section5 .case-studies .company-logo:nth-of-type(2) {
  width: 72px;
}

/* line 5790, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section7 {
  background-color: #F7F7F7;
}

/* line 5793, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section7 .container {
  min-height: 500px;
}

@media (max-width: 991.98px) {
  /* line 5793, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section7 .container {
    flex-direction: column;
    padding: 30px;
  }
}

/* line 5803, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section7 .container .text-wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}

@media (max-width: 991.98px) {
  /* line 5803, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section7 .container .text-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 5814, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section7 .container .text-wrapper .series-ab-link {
  margin-top: 35px;
  padding: 18px 25px;
  background-color: #114898;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 991.98px) {
  /* line 5825, app/assets/stylesheets/application/views/pages.scss */
  .pages.seed_rounds .section7 .container .image-wrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* line 5834, app/assets/stylesheets/application/views/pages.scss */
.pages.seed_rounds .section7 .container .image-wrapper img {
  max-width: 100%;
}

/* line 5843, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 {
  margin-top: 190px;
  padding: 0;
}

@media (max-width: 1199.98px) {
  /* line 5843, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section1 {
    margin-top: 80px;
  }
}

/* line 5851, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper {
  max-width: 560px;
}

@media (max-width: 1199.98px) {
  /* line 5851, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section1 .text-wrapper {
    margin-top: 20px;
  }
}

/* line 5858, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper .subtitle {
  color: #114898;
  font-size: 22px;
  line-height: 22px;
}

@media (max-width: 1199.98px) {
  /* line 5858, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section1 .text-wrapper .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 5870, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper .title {
  font-size: 50px;
  line-height: 64px;
}

@media (max-width: 1199.98px) {
  /* line 5870, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section1 .text-wrapper .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 5881, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

/* line 5887, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper .title-buttons {
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1199.98px) {
  /* line 5887, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section1 .text-wrapper .title-buttons {
    margin-bottom: 10px;
  }
}

/* line 5897, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper .title-buttons .title-button {
  margin: 0;
  width: 200px;
  margin-right: 20px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  /* line 5897, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section1 .text-wrapper .title-buttons .title-button {
    margin-bottom: 10px;
    width: 160px;
    font-size: 16px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 5915, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper .title-buttons .btn-primary, .pages.series_ab_rounds .section1 .text-wrapper .title-buttons .component-v2 .btn-primary-w100-p3, .pages.series_ab_rounds .section1 .text-wrapper .title-buttons .company.financial_reports.edit .btn-primary-w100-p3, .pages.series_ab_rounds .section1 .text-wrapper .title-buttons .company.kpis .btn-primary-w100-p3, .component-v2 .pages.series_ab_rounds .section1 .text-wrapper .title-buttons .btn-primary-w100-p3, .company.financial_reports.edit .pages.series_ab_rounds .section1 .text-wrapper .title-buttons .btn-primary-w100-p3, .company.kpis .pages.series_ab_rounds .section1 .text-wrapper .title-buttons .btn-primary-w100-p3 {
  background-color: #114898;
}

/* line 5919, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .text-wrapper .title-buttons .btn-outline-primary {
  color: #114898;
  border-color: #114898;
}

/* line 5925, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section1 .image {
  width: 580px;
  max-width: 49%;
}

@media (max-width: 1199.98px) {
  /* line 5925, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section1 .image {
    width: 80%;
  }
}

/* line 5936, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section2 .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}

/* line 5944, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar {
  margin-top: 120px;
  width: 1200px;
  max-width: 84%;
}

/* line 5949, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  /* line 5949, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar {
    display: block;
    margin-top: 20px;
  }
}

/* line 5958, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper {
  width: 508px;
  max-width: 43%;
}

@media (max-width: 1199.98px) {
  /* line 5958, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper {
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 5958, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 5971, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-comment-wrapper {
  height: 80px;
}

/* line 5974, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-comment-wrapper .feature-comment {
  width: 412px;
  background: #F7F7F7;
  border-radius: 40px 40px 4px 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 5982, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-comment-wrapper .feature-comment div {
  padding: 0 40px;
}

/* line 5988, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title {
  margin-top: 35px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 58px;
}

@media (max-width: 1199.98px) {
  /* line 5988, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 5999, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5988, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 6010, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-description {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
}

@media (max-width: 1199.98px) {
  /* line 6010, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper .feature-description {
    width: 100%;
    max-width: 100%;
  }
}

/* line 6023, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper a {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #114898;
}

/* line 6030, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-content-wrapper a:hover {
  color: #114898;
  text-decoration: none;
  opacity: 0.4;
}

/* line 6038, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-image-wrapper {
  width: 640px;
  max-width: 54%;
}

@media (max-width: 1199.98px) {
  /* line 6038, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-image-wrapper {
    margin-top: 30px;
    max-width: 47.5%;
  }
}

@media (max-width: 991.98px) {
  /* line 6038, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section3 .section-containar .feature-containar .feature-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 6053, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar:nth-of-type(odd) .feature-image-wrapper {
  margin-right: -15px;
}

/* line 6058, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar:nth-of-type(even) .feature-image-wrapper {
  margin-left: -15px;
}

/* line 6063, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar:nth-of-type(2) {
  margin-top: 130px;
}

/* line 6067, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section3 .section-containar .feature-containar:nth-of-type(3) {
  margin-top: 150px;
}

/* line 6075, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 h3 {
  margin-top: 140px;
  font-weight: 700;
  font-size: 54px;
  line-height: 74px;
}

@media (max-width: 1199.98px) {
  /* line 6075, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 6075, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  /* line 6075, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  /* line 6097, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 .case-studies {
    max-width: 1200px;
    padding: 0;
    margin-top: 20px;
  }
}

/* line 6105, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  /* line 6105, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 .case-studies .case-study {
    flex-direction: column-reverse;
  }
}

/* line 6112, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study .image-wrapper {
  width: 506px;
  max-width: 43%;
}

@media (max-width: 991.98px) {
  /* line 6112, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 .case-studies .case-study .image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

/* line 6123, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}

/* line 6129, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study .text-wrapper {
  width: 604px;
  max-width: 51%;
}

@media (max-width: 991.98px) {
  /* line 6129, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 .case-studies .case-study .text-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 6138, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study .text-wrapper .company-logo {
  max-height: 100%;
}

/* line 6142, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study .text-wrapper h4 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 991.98px) {
  /* line 6142, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section5 .case-studies .case-study .text-wrapper h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 6154, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study .text-wrapper a {
  margin-top: 25px;
  width: -moz-max-content;
  width: max-content;
  padding: 15px;
  border-radius: 10px;
  background-color: #F2F8FC;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #114898;
}

/* line 6165, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study .text-wrapper a:hover {
  opacity: 0.4;
  color: #114898;
  text-decoration: none;
}

/* line 6174, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study:nth-of-type(1) .logo-wrapper {
  height: 34px;
}

/* line 6180, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section5 .case-studies .case-study:nth-of-type(2) .logo-wrapper {
  height: 72px;
}

/* line 6188, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section7 {
  background-color: #F7F7F7;
}

/* line 6191, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section7 .container {
  min-height: 500px;
}

@media (max-width: 991.98px) {
  /* line 6191, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section7 .container {
    flex-direction: column;
    padding: 30px;
  }
}

/* line 6201, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section7 .container .text-wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}

@media (max-width: 991.98px) {
  /* line 6201, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section7 .container .text-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 6212, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section7 .container .text-wrapper .seed-link {
  margin-top: 35px;
  padding: 18px 25px;
  background-color: #00A0E2;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 991.98px) {
  /* line 6223, app/assets/stylesheets/application/views/pages.scss */
  .pages.series_ab_rounds .section7 .container .image-wrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* line 6232, app/assets/stylesheets/application/views/pages.scss */
.pages.series_ab_rounds .section7 .container .image-wrapper img {
  max-width: 100%;
}

/* line 6241, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section {
  margin-top: 72px;
  background: url(https://d6ror40086i9l.cloudfront.net/assets/views/landing_pages/stock_option/top-background-e511357a71870f798a127bf068f690f7932e298194176d33678b1d030ffee720.png) no-repeat center center;
  background-size: cover;
  max-height: 693px;
  padding: 37px 0 36px;
}

@media (max-width: 1199.98px) {
  /* line 6241, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section {
    margin-top: 65px;
  }
}

@media (max-width: 767.98px) {
  /* line 6241, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section {
    position: relative;
    justify-content: flex-start;
    padding-left: 20px;
  }
}

/* line 6257, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container {
  padding-left: 60px;
}

@media (max-width: 767.98px) {
  /* line 6257, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section .top-container {
    padding-left: 0;
  }
}

/* line 6264, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-content-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 26px;
  min-width: 43%;
}

/* line 6270, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-content-wrapper .title {
  font-weight: 600;
  font-size: clamp(28px, 4.29vw, 60px);
  line-height: 1.23;
  margin-bottom: 23px;
}

@media (max-width: 575.98px) {
  /* line 6270, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section .top-container .top-content-wrapper .title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

/* line 6283, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-content-wrapper .description {
  font-size: clamp(14px, 2vw, 28px);
  line-height: 1.5;
  margin-bottom: 10.5%;
}

@media (max-width: 767.98px) {
  /* line 6283, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section .top-container .top-content-wrapper .description {
    margin-bottom: 26px;
  }
}

@media (max-width: 575.98px) {
  /* line 6283, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section .top-container .top-content-wrapper .description {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }
}

/* line 6298, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-content-wrapper .description span {
  font-weight: bold;
}

/* line 6304, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-content-wrapper .title-buttons {
  font-size: 0;
  margin-bottom: -10px;
}

@media (max-width: 767.98px) {
  /* line 6304, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section .top-container .top-content-wrapper .title-buttons {
    width: 79.8%;
  }
}

/* line 6312, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-content-wrapper .title-buttons .title-button {
  margin: 0 20px 10px 0;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 18px 23px 17px 23px;
}

/* line 6319, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-content-wrapper .title-buttons .title-button:last-child {
  margin-right: 0;
}

@media (max-width: 575.98px) {
  /* line 6312, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section .top-container .top-content-wrapper .title-buttons .title-button {
    width: 160px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  /* line 6330, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .top-section .top-container .top-image-wrapper {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

/* line 6339, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .top-section .top-container .top-image-wrapper img {
  width: 100%;
}

/* line 6346, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section {
  background: linear-gradient(180deg, #F2FBFF 0%, rgba(242, 251, 255, 0) 100%);
  padding: 47px 131px 40px;
}

@media (max-width: 767.98px) {
  /* line 6346, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section {
    padding: 47px 20px 40px;
  }
}

/* line 6354, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container {
  max-width: 1221px;
  margin: 0 auto;
}

/* line 6360, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-image-wrapper img {
  max-width: 100%;
}

/* line 6366, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .title {
  font-size: 42px;
  font-weight: 600;
  line-height: 63px;
  margin-bottom: 33px;
}

@media (max-width: 575.98px) {
  /* line 6366, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

/* line 6379, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

/* line 6384, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .description p {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 6384, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .description p {
    margin-bottom: 24px;
  }
}

/* line 6391, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .description p span {
  font-weight: bold;
}

/* line 6395, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .description p .description-caution-text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: right;
}

/* line 6401, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .stock-option-detail .stock-option-detail-content-wrapper .description p .description-caution-text span {
  font-weight: bold;
}

/* line 6410, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .fundoor-detail {
  margin-top: 42px;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 6410, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .fundoor-detail {
    display: block;
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  /* line 6419, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-content-wrapper {
    max-width: 534px;
    width: 54.6%;
    margin-right: 6.2%;
  }
}

@media (max-width: 991.98px) {
  /* line 6419, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-content-wrapper {
    margin-top: 30px;
  }
}

/* line 6430, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-content-wrapper .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
}

/* line 6436, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-content-wrapper .title span {
  font-weight: bold;
}

/* line 6441, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-content-wrapper .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 6446, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-content-wrapper .description p:nth-of-type(1) {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  /* line 6454, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-image-wrapper {
    padding-top: 55px;
    order: 1;
  }
}

/* line 6460, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-image-wrapper img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 6460, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .detail-section .detail-container .fundoor-detail .fundoor-detail-image-wrapper img {
    margin-left: 60px;
  }
}

/* line 6473, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section {
  background: linear-gradient(180deg, rgba(252, 252, 252, 0.03) 0%, rgba(0, 160, 226, 0.03) 100%);
  padding: 100px 107px 99px 112px;
}

@media (max-width: 767.98px) {
  /* line 6473, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section {
    padding: 40px 20px;
  }
}

/* line 6481, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container {
  max-width: 1221px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 6481, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container {
    margin: 40px 20px;
  }
}

/* line 6489, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .container-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 57px;
  color: #00A0E2;
  text-align: center;
  margin-bottom: 102px;
}

@media (max-width: 991.98px) {
  /* line 6489, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .container-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 6489, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .container-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
  }
}

@media (min-width: 992px) {
  /* line 6509, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble {
    display: flex;
  }
}

/* line 6515, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:first-child .trouble-image-wrapper {
  order: 1;
}

@media (max-width: 991.98px) {
  /* line 6520, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-content-wrapper {
    margin-top: 20px;
  }
}

/* line 6525, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-content-wrapper .trouble-content {
  font-size: 20px;
  line-height: 27px;
  box-shadow: 0px 4px 4px 0px #00000008;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50rem;
}

@media (max-width: 1199.98px) {
  /* line 6525, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-content-wrapper .trouble-content {
    width: auto;
    border-radius: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 6525, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-content-wrapper .trouble-content {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 6543, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-content-wrapper .trouble-content b {
  font-size: 20px;
  font-weight: 800;
  line-height: 45px;
}

@media (max-width: 575.98px) {
  /* line 6543, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-content-wrapper .trouble-content b {
    line-height: 30px;
  }
}

@media (max-width: 1199.98px) {
  /* line 6555, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-image-wrapper {
    align-self: center;
  }
}

@media (max-width: 575.98px) {
  /* line 6555, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-image-wrapper {
    width: 185px;
    height: 185px;
  }
}

@media (max-width: 575.98px) {
  /* line 6564, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble .trouble-image-wrapper img {
    width: 100%;
    height: 100%;
  }
}

/* line 6575, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-content-wrapper .trouble-content:nth-of-type(1) {
  margin-bottom: 39px;
}

@media (max-width: 575.98px) {
  /* line 6575, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-content-wrapper .trouble-content:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

/* line 6583, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-content-wrapper .trouble-content:nth-of-type(2) {
  margin-bottom: 42px;
}

@media (min-width: 1200px) {
  /* line 6583, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-content-wrapper .trouble-content:nth-of-type(2) {
    margin-left: 8.3%;
  }
}

@media (max-width: 575.98px) {
  /* line 6583, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-content-wrapper .trouble-content:nth-of-type(2) {
    margin-bottom: 10px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6596, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-content-wrapper .trouble-content:nth-of-type(3) {
    margin-left: 25.5%;
  }
}

@media (max-width: 575.98px) {
  /* line 6596, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-content-wrapper .trouble-content:nth-of-type(3) {
    margin-left: 0;
  }
}

/* line 6608, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-image-wrapper {
  margin-left: 5.1%;
}

@media (max-width: 1199.98px) {
  /* line 6608, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(1) .trouble-image-wrapper {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}

/* line 6619, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) {
  margin-left: 83px;
}

@media (max-width: 1199.98px) {
  /* line 6619, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) {
    margin-left: 0;
  }
}

/* line 6626, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-content-wrapper {
  margin-top: 81px;
}

@media (max-width: 1199.98px) {
  /* line 6626, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-content-wrapper {
    margin-top: 10px;
  }
}

/* line 6634, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-content-wrapper .trouble-content:nth-of-type(1) {
  margin-bottom: 42px;
}

@media (max-width: 575.98px) {
  /* line 6634, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-content-wrapper .trouble-content:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 6642, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-content-wrapper .trouble-content:nth-of-type(2) {
    margin-left: 148px;
  }
}

@media (max-width: 575.98px) {
  /* line 6642, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-content-wrapper .trouble-content:nth-of-type(2) {
    margin-left: 0;
  }
}

/* line 6654, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-image-wrapper {
  margin-right: 91px;
}

@media (max-width: 991.98px) {
  /* line 6654, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .trouble-section .trouble-container .troubles .trouble:nth-of-type(2) .trouble-image-wrapper {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}

/* line 6670, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container {
  margin: 100px auto;
}

@media (max-width: 575.98px) {
  /* line 6670, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container {
    margin: 40px 20px;
  }
}

/* line 6677, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .support-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 74px;
  color: #00A0E2;
  margin-bottom: 31px;
  max-width: 90%;
}

@media (max-width: 575.98px) {
  /* line 6677, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .support-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

/* line 6696, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .support-title span {
  font-weight: bold;
}

@media (max-width: 575.98px) {
  /* line 6696, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .support-title span {
    font-weight: 600;
  }
}

/* line 6705, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .support-image-wrapper {
  margin-bottom: 100px;
}

@media (max-width: 575.98px) {
  /* line 6705, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .support-image-wrapper {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 6712, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .support-image-wrapper img {
    width: 187px;
    height: 187px;
  }
}

/* line 6720, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 100px;
}

@media (max-width: 575.98px) {
  /* line 6720, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .flow-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 59px;
  }
}

@media (min-width: 1200px) {
  /* line 6734, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents {
    max-width: 1266px;
    width: 100%;
  }
}

/* line 6740, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content {
  width: 31%;
  padding: 22px 19px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 5px #0000000D;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 335px;
}

/* line 6754, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 51px;
  margin-top: 17px;
}

@media (max-width: 575.98px) {
  /* line 6754, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-title {
    margin-top: 0;
  }
}

/* line 6766, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-image-wrapper {
  margin-top: 37px;
}

@media (max-width: 575.98px) {
  /* line 6766, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-image-wrapper {
    margin-top: 10px;
  }
}

/* line 6773, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-image-wrapper img {
  width: 100%;
}

/* line 6778, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-list {
  list-style-type: none;
  padding-inline-start: 0;
  margin-top: 60px;
}

@media (max-width: 575.98px) {
  /* line 6778, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-list {
    margin-top: 20px;
  }
}

/* line 6788, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-list li {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/check_blue-0bd1dfee70789290359c7f511a20245864056187b5f857bbe7e59af779f22552.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding-left: 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  /* line 6788, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-list li {
    margin-top: 16px;
  }
}

/* line 6805, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content .flow-content-list li.coming-soon-icon::after {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/pages/coming-soon-3891d61b2baaffec92a0b8f7047ba7a9984058e4e9b3e04e22a3a2b4c4741b2a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  width: 105px;
}

@media (max-width: 1199.98px) {
  /* line 6819, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .support-and-flow-section .support-and-flow-container .flow-contents .flow-content + .flow-content {
    margin-top: 15px;
  }
}

/* line 6832, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .more-stock-option-section .more-stock-option-container .more-title {
  margin: 0 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 74px;
}

@media (max-width: 575.98px) {
  /* line 6832, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .more-stock-option-section .more-stock-option-container .more-title {
    font-size: 27px;
    line-height: 41px;
  }
}

/* line 6845, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .more-stock-option-section .more-stock-option-container .more-contents .more-content {
  margin: 0 20px;
  max-width: 384px;
  color: #343434;
}

/* line 6851, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .more-stock-option-section .more-stock-option-container .more-contents .more-content .more-content-image-wrapper {
  border: 1px solid #979797;
}

/* line 6855, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .more-stock-option-section .more-stock-option-container .more-contents .more-content .more-content-title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/* line 6867, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container {
  margin-left: 189px;
  margin-right: 189px;
}

@media (max-width: 991.98px) {
  /* line 6867, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .q-and-a-section .q-and-a-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 6876, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 74px;
}

/* line 6882, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list {
  list-style-type: none;
  width: 100%;
}

/* line 6887, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 6887, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details {
    border: none;
    background-color: #F3F7FB;
    border-radius: 12px;
  }
}

/* line 6897, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary {
  font-size: 16px;
  line-height: 1.4;
  padding: 18px 0;
  font-weight: 400;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 6897, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary {
    padding: 22px 20px 19px;
    cursor: pointer;
    font-size: clamp(10px, 1.48vw, 18px);
    line-height: 1.7;
  }
}

/* line 6914, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary::-webkit-details-marker {
  display: none;
}

/* line 6918, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary > span {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #00A0E2;
  display: block;
  position: relative;
  flex-shrink: 0;
  margin-left: 25px;
}

@media (min-width: 768px) {
  /* line 6918, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary > span {
    height: 26px;
    width: 26px;
    margin-left: 0;
  }
}

/* line 6934, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary > span:before, .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary > span:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  width: 10px;
  height: 1px;
  background-color: #00A0E2;
}

@media (min-width: 768px) {
  /* line 6934, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary > span:before, .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary > span:after {
    right: 6px;
    top: 11px;
    width: 12px;
  }
}

/* line 6951, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details > summary > span:after {
  transform: rotate(90deg);
  animation: 0.4s close-anime;
}

@keyframes close-anime {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}

@keyframes open-anime {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* line 6978, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details p {
  font-size: 16px;
  padding-right: 47px;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  /* line 6978, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details p {
    padding: 0 20px 19px;
    font-size: clamp(10px, 1.18vw, 16px);
  }
}

/* line 6996, app/assets/stylesheets/application/views/pages.scss */
.pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content details[open] > summary > span:after {
  animation: 0.4s open-anime forwards;
}

@media (min-width: 768px) {
  /* line 7005, app/assets/stylesheets/application/views/pages.scss */
  .pages.stock_options .q-and-a-section .q-and-a-container .q-and-a-list .q-and-a-content + .q-and-a-content {
    margin-top: 20px;
  }
}

/* line 4, app/assets/stylesheets/application/views/pagination.scss */
.pagination .page-item.active .page-link {
  border: none;
  color: #00A0E2;
  background-color: transparent;
}

/* line 11, app/assets/stylesheets/application/views/pagination.scss */
.pagination .page-item .page-link {
  color: #343434;
  border: none;
  background-color: transparent;
}

/* line 16, app/assets/stylesheets/application/views/pagination.scss */
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

/* line 22, app/assets/stylesheets/application/views/pagination.scss */
.pagination .page-item .current-page:hover {
  cursor: default;
}

/* line 29, app/assets/stylesheets/application/views/pagination.scss */
.pagination__container nav {
  width: 100%;
}

/* line 32, app/assets/stylesheets/application/views/pagination.scss */
.pagination__container nav ul {
  margin-bottom: 0;
  float: right;
}

/* line 2, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 60px);
}

/* line 8, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container .not-found {
  font-weight: 900;
  font-size: 74px;
  line-height: 82px;
  color: #939393;
  font-family: "Futura";
}

/* line 16, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container .main-message {
  font-weight: 600;
  font-size: 24px;
  color: #343434;
  margin-bottom: 28px;
}

/* line 23, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container .sub-message {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

/* line 30, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container .ac-menu .item {
  border: 1px solid #DDD;
  border-radius: 10px;
  margin: 15px auto 0 auto;
  width: 560px;
  display: block;
}

@media (max-width: 575.98px) {
  /* line 30, app/assets/stylesheets/application/views/errors/not_found.scss */
  .not-found-page .not-found-container .ac-menu .item {
    width: 100%;
  }
}

/* line 41, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container .ac-menu .item dt {
  padding: 18px 20px 18px 23px;
  height: 50px;
  font-family: "Hiragino Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 575.98px) {
  /* line 49, app/assets/stylesheets/application/views/errors/not_found.scss */
  .not-found-page .not-found-container .ac-menu .item dt .question-title {
    max-width: 270px;
  }
}

/* line 55, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container .ac-menu .item dt .circle-mark {
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  color: #00A0E2;
  border: 1px solid #00A0E2;
  border-radius: 50%;
  font-size: 10px;
  line-height: 14px;
  font-weight: 200;
}

/* line 69, app/assets/stylesheets/application/views/errors/not_found.scss */
.not-found-page .not-found-container .ac-menu .item dd {
  margin-bottom: 0;
  font-family: "Hiragino Sans";
  font-weight: 400;
  font-size: 13px;
  padding: 0 12px 18px 23px;
  line-height: 20px;
}

/* line 2, app/assets/stylesheets/application/views/related_documents.scss */
.document-preview .meetings--preview {
  width: 90%;
  max-width: 90%;
}

/* line 1, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper {
  display: inline-flex;
}

/* line 4, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__dialog {
  display: none;
  border: 0.5px solid #DDD;
  height: auto;
  position: absolute;
  bottom: 50px;
  background: white;
  left: 15px;
  right: 0;
  margin: 0 auto;
  width: 270px;
}

/* line 17, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__action {
  height: auto;
}

/* line 21, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__year-duration {
  text-align: center;
  width: 70%;
  padding: 10px;
  border-bottom: none;
}

/* line 28, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__year-list {
  width: auto;
  height: auto;
  text-align: center;
  padding-bottom: 5px;
}

/* line 35, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__year-detail {
  margin: 3px;
  border: 1px solid #DDD;
}

/* line 40, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__selected-year {
  background-color: #F7F7F7;
}

/* line 44, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__previous, .select-year-wrapper__next {
  background: none;
  padding-top: 10px;
}

/* line 50, app/assets/stylesheets/application/views/select_year.scss */
.select-year-wrapper__choosen-year {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__title {
  font-size: 24px;
  letter-spacing: 2.1px;
  margin-bottom: 50px;
}

/* line 8, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__form {
  background-color: #FFF;
  padding: 15px 30px 45px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
}

/* line 15, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__change-image {
  padding-top: 25px;
  position: relative;
  text-align: center;
}

/* line 21, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__submit {
  height: 58px;
  font-weight: bold;
  color: #FFF;
  background-color: #00A0E2;
}

/* line 28, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__well {
  background-color: #F7F7F7;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 33, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__well--preview {
  padding-bottom: 10px;
}

/* line 36, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__well--preview img {
  padding-top: 10px;
}

/* line 42, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__warning {
  background-color: #fcf8e3;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 48, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__notice {
  padding: 20px;
  background-color: #e1f1f9;
}

/* line 54, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__identification img {
  width: 100%;
}

/* line 58, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__identification--hide {
  display: none;
}

/* line 62, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__identification--note-label {
  display: block;
}

/* line 67, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__choosen {
  padding-top: 20px;
}

/* line 71, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__delete-link {
  color: #939393;
}

/* line 74, app/assets/stylesheets/application/views/settings.scss */
.setting-wrapper__delete-link:hover {
  color: #939393;
}

/* line 82, app/assets/stylesheets/application/views/settings.scss */
.progress .evaluate-password-bar {
  background-color: #00A0E2;
}

/* line 87, app/assets/stylesheets/application/views/settings.scss */
.evaluate-password {
  color: #00A0E2;
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/application/views/signup.scss */
.company-register {
  max-width: 380px;
  margin: 10% auto;
  display: flex;
  flex-flow: column;
}

/* line 8, app/assets/stylesheets/application/views/signup.scss */
.company-register__new-session--link {
  text-decoration: none;
  color: #00A0E2;
}

/* line 14, app/assets/stylesheets/application/views/signup.scss */
.company-register__form {
  background-color: #FFF;
  padding: 15px 35px 45px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
  color: #343434;
}

/* line 24, app/assets/stylesheets/application/views/signup.scss */
.investor-register {
  max-width: 380px;
  margin: 10% auto;
  display: flex;
  flex-flow: column;
}

/* line 31, app/assets/stylesheets/application/views/signup.scss */
.investor-register__new-session--link {
  text-decoration: none;
  color: #00A0E2;
}

/* line 37, app/assets/stylesheets/application/views/signup.scss */
.investor-register__form {
  background-color: #FFF;
  padding: 15px 35px 45px;
  box-shadow: 0 1px 10px 2.5px rgba(204, 204, 204, 0.5);
  color: #343434;
}

/* line 47, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}

/* line 52, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper__body {
  display: flex;
  flex-grow: 1;
}

/* line 57, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form {
  width: 50%;
  min-width: 300px;
}

@media (max-width: 575.98px) {
  /* line 57, app/assets/stylesheets/application/views/signup.scss */
  .signup-wrapper .signup-form {
    width: auto;
    text-align: center;
  }
}

/* line 66, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__wrapper {
  margin: 0 auto;
  padding-top: 5rem;
}

/* line 71, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__title {
  font-size: 22px;
  margin-bottom: 2.5rem;
}

/* line 76, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__new_registration_title {
  display: flex;
  align-items: center;
}

/* line 79, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__new_registration_title::before, .signup-wrapper .signup-form__new_registration_title::after {
  border-top: 1px ridge;
  content: "";
  flex-grow: 1;
}

/* line 85, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__new_registration_title::before {
  margin-right: 1rem;
}

/* line 88, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__new_registration_title::after {
  margin-left: 1rem;
}

/* line 93, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form input[type="checkbox"] {
  display: none;
}

/* line 97, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form input[type="checkbox"] + label::before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: '';
  box-sizing: border-box;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px #00A0E2 solid;
  border-radius: 50px;
}

/* line 109, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form input[type="checkbox"]:checked + label::before {
  background-color: #00A0E2;
  display: inline-block;
  position: absolute;
  left: 0px;
  z-index: 1;
}

/* line 117, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form .fa-check {
  z-index: 2;
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  color: #FFF;
}

/* line 125, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form .text--small {
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  /* line 129, app/assets/stylesheets/application/views/signup.scss */
  .signup-wrapper .signup-form .form-check {
    padding-left: 0;
    text-align: justify;
  }
}

/* line 136, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form--dark {
  background: #F7F7F7;
}

/* line 140, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form--left {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}

/* line 146, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form--right {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}

/* line 152, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__container {
  padding: 2rem;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

/* line 160, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form__process {
  display: flex;
  flex-grow: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* line 169, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-form .error {
  display: block;
}

/* line 174, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-logo {
  max-width: 180px;
  margin: 1rem;
}

/* line 179, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-progress-img {
  padding-bottom: 2rem;
}

/* line 183, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-img {
  margin: auto;
}

/* line 187, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .signup-first-img {
  margin: auto;
}

/* line 191, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .user-register {
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}

/* line 198, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .dropdown-toggle::after {
  border: none;
  float: right;
  padding-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  content: "\f078";
}

/* line 208, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .display-purpose-note {
  display: none;
}

/* line 212, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .user_password {
  margin-bottom: 0px;
}

/* line 216, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .admin_password {
  margin-bottom: 0px;
}

/* line 220, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .password-caption-wrapper {
  line-height: 16px;
}

/* line 223, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .password-caption-wrapper .password-caption {
  color: #BDBDBD;
  line-height: 12px;
}

/* line 227, app/assets/stylesheets/application/views/signup.scss */
.signup-wrapper .password-caption-wrapper .password-caption.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 2, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step-indicator {
  display: flex;
  align-items: center;
}

/* line 6, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step-indicator .step-icon {
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}

/* line 14, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .save_and_close-link {
  background: none;
  border: 0;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .save_and_close-link.kochira {
  color: #00A0E2;
  font-size: 12px;
  padding: 0;
}

/* line 32, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .content.en .step small {
  width: 101px;
  top: -60px;
}

/* line 39, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

/* line 46, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step p {
  position: absolute;
  bottom: 40px;
  text-align: center;
  font-size: 1rem;
  color: #939393;
  font-weight: bold;
  width: 100px;
}

/* line 56, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step small {
  position: absolute;
  bottom: 60px;
  text-align: center;
  color: #939393;
  font-weight: bold;
  width: 140px;
}

/* line 66, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step.active small {
  color: #00A0E2;
}

/* line 67, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step.active p {
  color: #00A0E2;
}

/* line 70, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step.active.done small {
  opacity: 0.5;
}

/* line 71, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step.active.done p {
  opacity: 0.5;
}

/* line 76, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .step.step2 p,
.stockholder_meetings .step.step3 p,
.stockholder_meetings .step.step4 p {
  left: 50%;
  transform: translateX(-50%);
}

/* line 83, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .indicator-line {
  margin: 0 1rem;
  width: 100%;
  height: .05rem;
  background: #939393;
  flex: 1;
}

/* line 90, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .indicator-line.active {
  background: #00A0E2;
}

/* line 93, app/assets/stylesheets/application/views/stockholder_meetings.scss */
.stockholder_meetings .indicator-line.active.done {
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/application/views/top.scss */
.top-page {
  margin-top: 2rem;
  color: #343434;
}

/* line 5, app/assets/stylesheets/application/views/top.scss */
.top-page .button-success {
  color: #343434;
}

/* line 9, app/assets/stylesheets/application/views/top.scss */
.top-page .complete {
  opacity: .5;
}

/* line 15, app/assets/stylesheets/application/views/top.scss */
.top-page-item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/application/views/top.scss */
.top-page-item .complete-form {
  position: absolute;
  top: 1rem;
  right: 3rem;
}

/* line 27, app/assets/stylesheets/application/views/top.scss */
.top-page-item__header {
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 33, app/assets/stylesheets/application/views/top.scss */
.top-page-item__content {
  display: inline-block;
  padding-left: 1rem;
  width: 100%;
  line-height: 2rem;
  font-size: 0.875rem;
}

/* line 41, app/assets/stylesheets/application/views/top.scss */
.top-page-item__warning {
  display: flex;
  margin-bottom: 1rem;
  padding-left: 2rem;
  align-items: center;
  height: 5rem;
  background-color: rgba(205, 18, 18, 0.08);
  color: #d77878;
}

/* line 50, app/assets/stylesheets/application/views/top.scss */
.top-page-item__warning a {
  color: #00A0E2;
}

/* line 55, app/assets/stylesheets/application/views/top.scss */
.top-page-item__success {
  display: flex;
  margin-bottom: 1rem;
  padding-left: 2rem;
  align-items: center;
  height: 5rem;
  color: #2BA84A;
  background-color: #d4edda;
}

/* line 65, app/assets/stylesheets/application/views/top.scss */
.top-page-item .error {
  font-weight: 400;
}

/* line 71, app/assets/stylesheets/application/views/top.scss */
.modal-sucess--title {
  padding-top: 2rem;
  color: #00A0E2;
}

/* line 76, app/assets/stylesheets/application/views/top.scss */
.modal-sucess--button {
  padding-bottom: 1rem;
}

/* line 2, app/assets/stylesheets/application/views/tutorial.scss */
#tutorial_modal .logo {
  width: 50%;
}

/* line 7, app/assets/stylesheets/application/views/tutorial.scss */
#tutorial_modal #left-content .bottom-image {
  width: 80%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* line 16, app/assets/stylesheets/application/views/tutorial.scss */
#tutorial_modal .bg-white {
  background-color: white;
}

/* line 20, app/assets/stylesheets/application/views/tutorial.scss */
#tutorial_modal .bg-gray {
  background-color: #F7F7F7;
}

@media (max-width: 575.98px) {
  /* line 2, app/assets/stylesheets/application/views/investor.scss */
  .investor .main-content {
    margin-top: 0 !important;
  }
}

/* line 7, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .active-append {
  z-index: 1;
}

/* line 11, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .company-icon {
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #DDD;
  border-radius: 50%;
  margin-right: 12px;
  width: 34px;
  height: 34px;
}

/* line 19, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .company-icon.default-icon {
  -o-object-fit: none;
     object-fit: none;
}

/* line 24, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .connected-icon {
  position: relative;
}

/* line 27, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .connected-icon::after {
  position: absolute;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/connected-6a78e9d0a2a046b9d23bfc35dba7efb0918705e496f506f4b5a65fcb798efd87.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 35px;
  left: 23px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

/* line 41, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .investor-nav {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 41, app/assets/stylesheets/application/views/investor.scss */
  .investor .main-content .investor-nav {
    border-bottom: 1px solid #DDD;
  }
}

/* line 48, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .investor-nav .nav-item {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  /* line 48, app/assets/stylesheets/application/views/investor.scss */
  .investor .main-content .investor-nav .nav-item {
    width: 50%;
  }
}

/* line 56, app/assets/stylesheets/application/views/investor.scss */
.investor .main-content .investor-nav .nav-item .nav-link {
  margin: 0;
}

/* line 64, app/assets/stylesheets/application/views/investor.scss */
.investor .full-screen-form-page .form-control {
  height: 54px;
}

/* line 69, app/assets/stylesheets/application/views/investor.scss */
.investor .heading-circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 0.25rem;
}

/* line 74, app/assets/stylesheets/application/views/investor.scss */
.investor .heading-circle.primary-heading {
  background: #00A0E2;
}

/* line 78, app/assets/stylesheets/application/views/investor.scss */
.investor .heading-circle.secondary-heading {
  background: #212b53;
}

/* line 83, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed {
  overflow: auto;
  height: 300px;
}

/* line 87, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed.company-shares, .investor .table-fixed.each-stock-options {
  height: 207px;
}

/* line 92, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed.company-shares .scroll-table table, .investor .table-fixed.each-stock-options .scroll-table table {
  display: block;
  overflow-x: auto;
}

/* line 98, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed.company-shares th, .investor .table-fixed.each-stock-options th {
  font-weight: 500;
  font-size: 13px;
  font-family: "Hiragino Sans";
}

/* line 104, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed.company-shares td, .investor .table-fixed.each-stock-options td {
  font-weight: 400;
  font-size: 13px;
  font-family: "Hiragino Sans";
}

/* line 111, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed.home-shares {
  height: 245px;
}

/* line 114, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed.home-shares th {
  font-weight: 500;
  font-size: 13px;
  font-family: "Hiragino Sans";
}

/* line 120, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed.home-shares td {
  font-weight: 400;
  font-size: 13px;
  font-family: "Hiragino Sans";
}

/* line 128, app/assets/stylesheets/application/views/investor.scss */
.investor .table-fixed thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

/* line 135, app/assets/stylesheets/application/views/investor.scss */
.investor .card, .investor .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .investor .connection-card, .investor .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .investor .connection-card, .investor .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .investor .connection-card, .investor .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .investor .connection-card {
  border-radius: 0.75rem;
}

/* line 138, app/assets/stylesheets/application/views/investor.scss */
.investor .card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.new .investor .connection-card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_new .investor .connection-card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.confirm .investor .connection-card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_confirm .investor .connection-card .card-wide-padding {
  padding: 30px;
}

@media (max-width: 991.98px) {
  /* line 138, app/assets/stylesheets/application/views/investor.scss */
  .investor .card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.new .investor .connection-card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_new .investor .connection-card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.confirm .investor .connection-card .card-wide-padding, .investor .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_confirm .investor .connection-card .card-wide-padding {
    padding: 18px;
  }
}

/* line 145, app/assets/stylesheets/application/views/investor.scss */
.investor .card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.new .investor .connection-card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.en_new .investor .connection-card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.confirm .investor .connection-card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.en_confirm .investor .connection-card .card-wide-padding.investment {
  padding-bottom: 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  /* line 145, app/assets/stylesheets/application/views/investor.scss */
  .investor .card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.new .investor .connection-card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.en_new .investor .connection-card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.confirm .investor .connection-card .card-wide-padding.investment, .investor .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding.investment, .company.stockholder_meetings.stockholders.en_confirm .investor .connection-card .card-wide-padding.investment {
    padding-bottom: 5px;
  }
}

/* line 157, app/assets/stylesheets/application/views/investor.scss */
.investor .card-body.chart {
  padding: 0;
}

/* line 160, app/assets/stylesheets/application/views/investor.scss */
.investor .card-body.chart .chart-title {
  padding: 25px 23px 0 23px;
  margin-bottom: 15px;
}

/* line 164, app/assets/stylesheets/application/views/investor.scss */
.investor .card-body.chart .chart-title .add-company {
  font-size: 12px;
  padding: 9px 15px;
}

/* line 170, app/assets/stylesheets/application/views/investor.scss */
.investor .card-body.chart .company-name {
  max-width: 284px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 176, app/assets/stylesheets/application/views/investor.scss */
.investor .card-body.chart .company-name.shares {
  max-width: 330px;
}

/* line 183, app/assets/stylesheets/application/views/investor.scss */
.investor .investment-chart {
  display: 'inline-block';
  position: relative;
  width: 170px;
  text-align: center;
  margin-top: 50px;
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 183, app/assets/stylesheets/application/views/investor.scss */
  .investor .investment-chart {
    margin-top: 20px;
    padding: 0 0 0 16px;
  }
}

/* line 196, app/assets/stylesheets/application/views/investor.scss */
.investor .investment-chart .circle-bottom {
  fill: transparent;
  stroke: #DDD;
  stroke-width: 10;
}

/* line 201, app/assets/stylesheets/application/views/investor.scss */
.investor .investment-chart .circle-bottom.for-end-stockholder {
  stroke: #c7c7c7;
}

@media (max-width: 575.98px) {
  /* line 196, app/assets/stylesheets/application/views/investor.scss */
  .investor .investment-chart .circle-bottom {
    stroke-width: 12;
  }
}

/* line 210, app/assets/stylesheets/application/views/investor.scss */
.investor .investment-chart .circle-top {
  fill: transparent;
  stroke: #00A0E2;
  stroke-width: 10;
}

@media (max-width: 575.98px) {
  /* line 210, app/assets/stylesheets/application/views/investor.scss */
  .investor .investment-chart .circle-top {
    stroke-width: 12;
  }
}

/* line 220, app/assets/stylesheets/application/views/investor.scss */
.investor .investment-chart .percent-label {
  position: absolute;
  color: #343434;
  font-size: 16px;
  font-weight: 300;
  font-family: "Hiragino Sans";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 220, app/assets/stylesheets/application/views/investor.scss */
  .investor .investment-chart .percent-label {
    font-size: 21px;
    line-height: 22px;
    font-weight: 200;
    left: 55%;
  }
}

/* line 238, app/assets/stylesheets/application/views/investor.scss */
.investor .investment-chart .percent-label span {
  font-size: 0.75rem;
}

/* line 243, app/assets/stylesheets/application/views/investor.scss */
.investor .investment-chart .round-svg {
  transform: rotate(-90deg);
  border-radius: 50%;
  width: 172px;
}

@media (max-width: 575.98px) {
  /* line 243, app/assets/stylesheets/application/views/investor.scss */
  .investor .investment-chart .round-svg {
    width: 130px;
  }
}

/* line 255, app/assets/stylesheets/application/views/investor.scss */
.investor .simple_form .form-group.disabled {
  background-color: #ececec !important;
}

/* line 260, app/assets/stylesheets/application/views/investor.scss */
.investor .sideways-dropdown {
  cursor: pointer;
  transform: rotate(90deg);
}

/* line 265, app/assets/stylesheets/application/views/investor.scss */
.investor .content-card {
  padding: 15px 12px;
  margin-bottom: 12px;
  border-radius: 0.75rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}

/* line 271, app/assets/stylesheets/application/views/investor.scss */
.investor .content-card.share-card {
  padding: 18px 16px 18px 20px;
}

/* line 274, app/assets/stylesheets/application/views/investor.scss */
.investor .content-card.share-card .card-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans";
  line-height: 24px;
  max-width: 266px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 285, app/assets/stylesheets/application/views/investor.scss */
.investor .content-card.share-card .share-information {
  line-height: 12px;
  margin-top: 7px;
  margin-bottom: 15px;
}

/* line 290, app/assets/stylesheets/application/views/investor.scss */
.investor .content-card.share-card .share-information span {
  font-size: 12px;
  font-weight: 300;
  font-family: "Hiragino Sans";
  line-height: 12px;
}

/* line 299, app/assets/stylesheets/application/views/investor.scss */
.investor .content-card.company-card {
  cursor: pointer;
}

/* line 301, app/assets/stylesheets/application/views/investor.scss */
.investor .content-card.company-card:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 308, app/assets/stylesheets/application/views/investor.scss */
.investor .list {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: separate;
  border-spacing: 0 1rem;
}

/* line 315, app/assets/stylesheets/application/views/investor.scss */
.investor .list td {
  background: none;
  border: 0;
}

/* line 319, app/assets/stylesheets/application/views/investor.scss */
.investor .list td.status {
  color: #939393;
}

/* line 325, app/assets/stylesheets/application/views/investor.scss */
.investor .card-name {
  font-size: 14px;
  font-weight: 600;
  font-family: "Hiragino Sans";
  line-height: 24px;
  width: 266px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 338, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container {
  padding: 40px 0;
}

@media (max-width: 575.98px) {
  /* line 338, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* line 346, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container h5 {
  font-size: 18px;
}

/* line 350, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .home-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Hiragino Sans";
  line-height: 1;
  margin-bottom: 0;
}

/* line 359, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #company-invitation-url-modal .modal-explanation {
  margin-bottom: 30px;
}

/* line 363, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #company-invitation-url-modal #invitation-message {
  padding: 15px;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 369, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #company-invitation-url-modal .modal-caution {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "Futura PT";
  line-height: 12px;
  color: #939393;
}

/* line 379, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .copied-message-bar {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 622px;
  border-radius: 20px;
  z-index: 1040;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 379, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container .copied-message-bar {
    width: 360px;
    bottom: 30px;
  }
}

/* line 394, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .copied-message-bar .close {
  color: #FFF;
  opacity: 0.9;
}

/* line 401, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .home-card {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}

/* line 405, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .mobile-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Hiragino Sans";
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 405, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .mobile-title {
    font-size: 12px;
    font-weight: 400;
    color: #939393;
    margin-bottom: 0;
  }
}

/* line 419, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .total-amount {
  font-family: "Futura PT";
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 419, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .total-amount {
    margin-bottom: 0;
  }
}

/* line 430, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-font {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans";
}

@media (max-width: 575.98px) {
  /* line 430, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .custom-font {
    font-size: 11px;
  }
}

/* line 440, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-subfont {
  font-size: 16px;
  font-weight: 500;
  font-family: "Futura PT";
}

@media (max-width: 575.98px) {
  /* line 440, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .custom-subfont {
    font-size: 11px;
  }
}

/* line 450, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-margin-bottom {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 450, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .custom-margin-bottom {
    margin-bottom: 10px;
  }
}

/* line 458, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .chart-number {
  font-size: 40px;
  font-weight: 500;
  font-family: "Futura PT";
  letter-spacing: 0;
}

@media (max-width: 575.98px) {
  /* line 458, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .chart-number {
    font-size: 20px;
  }
}

/* line 469, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .chart-unit {
  font-family: "Hiragino Sans";
  font-weight: 300;
}

@media (max-width: 575.98px) {
  /* line 469, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .chart-unit {
    font-size: 10px;
    font-weight: 500;
  }
}

/* line 479, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-mt {
  margin-top: 15px !important;
}

@media (max-width: 575.98px) {
  /* line 479, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container #investment-chart .custom-mt {
    margin-top: 10px !important;
  }
}

/* line 487, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-mt-minus {
  margin-top: -65px;
}

/* line 491, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-tooltip {
  max-width: 320px;
}

/* line 494, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-tooltip .tooltip-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 500, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-chart .custom-tooltip .tooltip-price {
  margin-left: 25px;
  font-size: 16px;
}

/* line 507, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .companies-table {
  table-layout: fixed;
}

/* line 510, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .companies-table th {
  font-weight: 500;
  font-size: 13px;
  font-family: "Hiragino Sans";
}

/* line 516, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .companies-table td {
  font-weight: 400;
  font-size: 13px;
  font-family: "Hiragino Sans";
}

/* line 523, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .mobile-graph-area {
  margin: 40px 0;
}

/* line 528, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-graph .custom-tooltip {
  min-width: 100px;
}

/* line 531, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-graph .custom-tooltip .tooltip-year {
  font-size: 16px;
  font-weight: 500;
}

/* line 536, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container #investment-graph .custom-tooltip .tooltip-price {
  font-size: 16px;
}

/* line 542, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view {
  width: 640px;
  margin: 0 auto;
}

/* line 546, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .top-area {
  margin-top: 149px;
}

@media (max-width: 575.98px) {
  /* line 546, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container .first_view .top-area {
    margin-top: 40px;
  }
}

/* line 553, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .top-area .top-message {
  margin-bottom: 0;
  margin-left: -16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  font-family: "Hiragino Sans";
}

@media (max-width: 575.98px) {
  /* line 553, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container .first_view .top-area .top-message {
    margin-left: 20px;
  }
}

/* line 565, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .top-area .top-message span {
  font-family: "Futura PT";
  font-weight: 700;
}

/* line 571, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .top-area .top-margin {
  margin-top: 30px;
  margin-left: -42.5px;
}

@media (max-width: 575.98px) {
  /* line 571, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container .first_view .top-area .top-margin {
    margin-left: 20px;
  }
}

/* line 579, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .top-area .top-margin .top-button {
  font-family: "Futura PT";
  font-weight: 700;
  font-size: 18px;
  line-height: 12px;
  padding: 21px 26px;
}

/* line 588, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .top-area .top-image {
  margin-left: -40px;
}

@media (max-width: 575.98px) {
  /* line 588, app/assets/stylesheets/application/views/investor.scss */
  .investor.homes.show .home-container .first_view .top-area .top-image {
    margin-top: 30px;
    margin-left: 0;
  }
}

/* line 598, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .bottom-area {
  margin-top: 28px;
}

/* line 601, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .bottom-area .bottom-title {
  font-family: "Hiragino Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 13px;
}

/* line 610, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .bottom-area .bottom-subtitle {
  font-family: "Futura PT";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 13px 8px 0 0;
}

/* line 618, app/assets/stylesheets/application/views/investor.scss */
.investor.homes.show .home-container .first_view .bottom-area .bottom-message {
  margin-top: 10px;
  font-family: "Hiragino Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

/* line 632, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .form-header {
  border-bottom: 1px solid #DDD;
}

/* line 636, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .form-area {
  width: 610px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 636, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies .form-area {
    width: 332px;
  }
}

/* line 645, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .submit-button {
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  padding: 16px 21px;
}

@media (max-width: 575.98px) {
  /* line 645, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies .submit-button {
    width: 100%;
  }
}

/* line 657, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .submit-area {
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  /* line 657, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies .submit-area {
    justify-content: center;
  }
}

/* line 665, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .mobile-header {
  padding: 4px 23px;
  width: 100%;
}

/* line 669, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .mobile-header .close {
  font-size: 14px;
  line-height: 12px;
}

/* line 674, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .mobile-header .header-title {
  width: 199px;
  padding: 0 8px;
  text-align: center;
  font-family: "Hiragino Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto;
}

/* line 684, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .mobile-header .header-title.custom-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 691, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form {
  max-width: 1000px;
}

/* line 694, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .modal-body {
  padding: 20px 20px 30px 20px;
}

/* line 698, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-container {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  border: 1px solid #DDD;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 698, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies #company-edit-form .image-container {
    margin: 0 auto 30px auto;
  }
}

/* line 709, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent 30%, rgba(240, 240, 240, 0.6));
  border-radius: 10px;
  pointer-events: none;
}

/* line 722, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-container .logo-delete-btn {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  /* line 722, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies #company-edit-form .image-container .logo-delete-btn {
    top: 16px;
  }
}

/* line 732, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-container .logo-delete-btn .logo-delete-btn-svg {
  width: 12px;
  height: 12px;
}

/* line 738, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-container .change-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@media (max-width: 575.98px) {
  /* line 738, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies #company-edit-form .image-container .change-text {
    bottom: -4px;
  }
}

/* line 753, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-container .change-image__preview {
  border-radius: 10px;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 767, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-caution {
  margin-top: 10px;
}

/* line 770, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .image-caution p {
  font-family: "Hiragino Sans";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #939393;
  margin-bottom: 0;
}

/* line 780, app/assets/stylesheets/application/views/investor.scss */
.investor.companies #company-edit-form .name-container {
  padding-left: 35px;
}

@media (max-width: 991.98px) {
  /* line 780, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies #company-edit-form .name-container {
    padding-left: 15px;
  }
}

/* line 790, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .bottom-menu-modal .modal-dialog {
  margin: 0;
}

/* line 793, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .bottom-menu-modal .modal-dialog .modal-content {
  position: fixed;
  bottom: 0;
  border-radius: 15px 15px 0 0;
}

/* line 798, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .bottom-menu-modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}

/* line 801, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .bottom-menu-modal .modal-dialog .modal-content .modal-body .menu {
  font-family: "Hiragino Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 0;
}

/* line 808, app/assets/stylesheets/application/views/investor.scss */
.investor.companies .bottom-menu-modal .modal-dialog .modal-content .modal-body .menu a {
  color: #343434;
}

/* line 818, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.index .custom-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 575.98px) {
  /* line 818, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.index .custom-padding {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* line 827, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.index .custom-padding .title {
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 28px;
}

/* line 833, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.index .custom-padding .add-button {
  font-family: "Futura PT";
  font-weight: 900;
  font-size: 12px;
  padding: 5px 15px;
  margin-top: 3px;
}

/* line 844, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.new .main-content {
  margin-top: 0;
}

/* line 848, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.new .form-title {
  margin: 18px 0 35px 0;
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

/* line 858, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .mobile-edit-area {
  padding: 16px 15px 16px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.7s;
}

/* line 867, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .mobile-edit-area.show {
  transform: translateY(57px);
}

/* line 873, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .company-header .menu-icon {
  width: 28px;
  height: 28px;
  margin-left: 8px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

/* line 881, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .company-header .menu-icon:hover {
  background-color: #F7F7F7;
}

/* line 887, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .total-amount-card {
  border-radius: 0.75rem;
}

@media (max-width: 575.98px) {
  /* line 887, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.show .total-amount-card {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  }
}

/* line 894, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .total-amount-card .card-title {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 894, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.show .total-amount-card .card-title {
    margin-bottom: 0;
    color: #939393;
  }
}

/* line 903, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .total-amount-card .card-amount {
  font-size: 36px;
  font-weight: 500;
  font-family: "Futura PT";
}

@media (max-width: 575.98px) {
  /* line 903, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.show .total-amount-card .card-amount {
    font-size: 32px;
    font-weight: 600;
  }
}

/* line 914, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .total-amount-card .type-label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans";
}

@media (max-width: 575.98px) {
  /* line 914, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.show .total-amount-card .type-label {
    font-size: 11px;
    font-weight: 400;
    color: #939393;
  }
}

/* line 928, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .total-voting-card .card-title {
  margin-bottom: 30px;
}

/* line 933, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show #company_info {
  margin-top: 30px;
}

/* line 937, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .ml-minus {
  margin-left: -2px;
}

/* line 941, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view {
  margin: 0 auto;
}

/* line 944, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .top-area {
  margin-top: 120px;
  margin-left: -68px;
}

@media (max-width: 575.98px) {
  /* line 944, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.show .first_view .top-area {
    margin-top: 40px;
    margin-left: 20px;
  }
}

/* line 953, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .top-area .top-message {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "Futura PT";
}

/* line 960, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .top-area .top-message span {
  font-family: "Futura PT";
  font-weight: 700;
}

/* line 966, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .top-area .top-margin {
  margin-top: 30px;
}

/* line 969, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .top-area .top-margin .top-button {
  font-family: "Futura PT";
  font-weight: 700;
  font-size: 18px;
  line-height: 12px;
  padding: 21px 26px;
}

/* line 978, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .top-area .top-image {
  margin-left: -20px;
}

@media (max-width: 575.98px) {
  /* line 978, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.show .first_view .top-area .top-image {
    margin-top: 30px;
    margin-left: -33px;
    padding-left: 0;
  }
}

/* line 989, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .bottom-area {
  margin: 28px auto 0;
  width: 640px;
}

/* line 993, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .bottom-area .bottom-title {
  font-family: "Hiragino Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 17px 10px 0 0;
}

/* line 1001, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .bottom-area .bottom-subtitle {
  font-family: "Futura PT";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 13px 8px 0 0;
}

/* line 1009, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .first_view .bottom-area .bottom-message {
  margin-top: 10px;
  font-family: "Hiragino Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

/* line 1019, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .mobile-stock-option-holding-area {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDD;
}

/* line 1025, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .stock-option-holding .caption {
  font-weight: 500;
}

/* line 1030, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .stock-option-holding .each-stock-options > table {
  table-layout: fixed;
}

/* line 1035, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.show .stock-option-holding .no-data-message {
  padding-top: 38px;
  font-size: 15px;
  text-align: center;
}

/* line 1044, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stocks .main-content {
  margin-top: 0;
}

/* line 1048, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stocks .form-title {
  max-width: 776px;
  margin: 18px auto 35px auto;
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

/* line 1057, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stocks .custom-margin {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 1057, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.stocks .custom-margin {
    margin-bottom: 30px;
  }
}

/* line 1065, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stocks .custom-margin-minus {
  margin-top: -12px;
}

/* line 1072, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding {
  padding: 38px 0;
}

@media (max-width: 575.98px) {
  /* line 1072, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.stock-options.show .container-custom-padding {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* line 1081, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .stock-options-inner-header .stock-options-header-title {
  margin: 28px 0;
  font-size: 32px;
}

@media (max-width: 575.98px) {
  /* line 1081, app/assets/stylesheets/application/views/investor.scss */
  .investor.companies.stock-options.show .container-custom-padding .stock-options-inner-header .stock-options-header-title {
    font-size: 24px;
  }
}

/* line 1092, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .mobile .row {
  margin-left: 0;
}

/* line 1096, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .mobile .value-text {
  margin: 0 0 0 auto;
}

/* line 1100, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .mobile .conditions {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 50px;
}

/* line 1107, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .mobile .conditions .nav-link {
  font-size: 16px;
  margin: 0;
  padding: 4px 12px;
  height: 50px;
}

/* line 1113, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .mobile .conditions .nav-link.active {
  border-bottom: 2.5px solid #00A0E2;
}

/* line 1121, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .body .small-heading {
  font-size: 18px;
}

/* line 1126, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .body .term-and-conditions .condition-block {
  min-height: 100px;
}

/* line 1129, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .body .term-and-conditions .condition-block .nav-link.active {
  border-bottom: 1px solid #343434 !important;
}

/* line 1133, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .body .term-and-conditions .condition-block .nav-link {
  font-size: 1rem;
  border: 0;
  color: #343434;
}

/* line 1141, app/assets/stylesheets/application/views/investor.scss */
.investor.companies.stock-options.show .container-custom-padding .body .detail {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 15px 30px;
}

/* line 1154, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail {
  width: 50%;
  min-width: 300px;
  display: flex;
}

/* line 1159, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--left {
  flex-flow: column;
  min-height: 100%;
  margin-left: 3rem;
}

/* line 1164, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--left .logo-image {
  display: inline-block;
}

/* line 1167, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--left .logo-image img {
  width: 30rem;
}

/* line 1172, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--left .text {
  display: inline-block;
  margin-left: 3rem;
  font-size: 20px;
}

/* line 1178, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--left .title-text {
  margin-top: 3rem;
  font-weight: bold;
}

/* line 1183, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--left .long-text {
  width: 50rem;
  word-break: break-all;
  margin-top: 1rem;
}

/* line 1190, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--right {
  flex-flow: column;
  min-height: 100%;
  margin-left: 7rem;
  min-width: 60%;
}

/* line 1196, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .company-detail--right .text {
  font-weight: bold;
}

/* line 1202, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .no-connect-text-outer {
  text-align: center;
}

/* line 1205, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .no-connect-text-outer .no-connect-text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3rem;
}

/* line 1212, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .choose-panel-outer {
  text-align: center;
  padding: 1rem;
  margin: 1rem;
  background: #aadcee;
}

/* line 1218, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .choose-panel-outer .text {
  display: inline-block;
  margin: .7rem;
  color: #F7F7F7;
}

/* line 1224, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .choose-panel-outer .choose-panel {
  display: inline-block;
}

/* line 1227, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .choose-panel-outer .choose-panel .approve-button {
  background: #00A0E2;
  color: white;
  margin-bottom: 16px;
}

/* line 1233, app/assets/stylesheets/application/views/investor.scss */
.company-detail-wrapper .choose-panel-outer .choose-panel .refuse-button {
  background: #E6230D;
  color: white;
  margin-bottom: 16px;
}

/* line 1243, app/assets/stylesheets/application/views/investor.scss */
#invitation-company-modal .modal-content {
  z-index: 1050;
}

/* line 2, app/assets/stylesheets/application/views/video.scss */
.video-content .landscape-video {
  aspect-ratio: 16/9;
}

/* line 6, app/assets/stylesheets/application/views/video.scss */
.video-content .vertical-video {
  aspect-ratio: 9/16;
}

/* line 3, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .ion-chevron-left {
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .link-entrepreneur-index {
  color: #343434;
}

/* line 11, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .form-label {
  font-family: Hiragino Sans;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* line 17, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .submit-btn {
  margin-bottom: 100px;
}

/* line 22, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .collection_check_boxes {
  padding-left: 10px;
  width: 220px;
}

/* line 27, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .biz-areas-field {
  height: 700px;
  width: 800px;
}

/* line 31, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .biz-areas-field .invalid-feedback {
  margin-left: -1.79rem;
}

/* line 36, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .collection_check_boxes {
  width: 190px;
  align-items: center;
  letter-spacing: 0;
  margin-right: 30px;
  margin-bottom: 15px;
}

/* line 44, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .investor_angel_thought_detail.form-group-valid {
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .form-control-label {
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane button {
  font-size: 12px;
}

/* line 56, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .all-checked-wrapper {
  height: auto;
}

/* line 60, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane .name-group {
  width: 400px;
  margin-bottom: 30px;
}

/* line 65, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .left-pane textarea {
  height: auto;
}

/* line 70, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane {
  margin-left: 100px;
}

/* line 73, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .operation-area {
  position: absolute;
  z-index: 100;
  width: 400px;
  display: none;
  padding: 5px 5px;
  background-color: #FFF;
  border-radius: 9px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

/* line 84, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .operation-area .hidden {
  display: none;
}

/* line 88, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .operation-area .operation {
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  border-radius: 6px;
}

/* line 96, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .operation-area .operation:hover {
  background-color: #F7F7F7;
}

/* line 102, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .change-image {
  width: 400px;
  height: 400px;
  margin-bottom: 5px;
}

/* line 107, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .change-image__preview {
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E2;
  background-color: #FFF;
  background: linear-gradient(0deg, #e1e1e1, 5%, white);
  border-radius: 50%;
  border: 1px solid #DDD;
}

/* line 120, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .change-image:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.5s;
}

/* line 126, app/assets/stylesheets/application/views/investor/connections/matching/initial_settings.scss */
.investor.connections.matching.initial_settings.edit .right-pane .change-image__choose {
  border: 1px solid #DDD;
}

/* line 4, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .tag-btn {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 10px;
  line-height: 12px;
  color: #00A0E2;
  background-color: #edf4f9;
  border-radius: 14px;
  font-weight: 500;
  font-size: 13px;
}

/* line 17, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal p {
  margin: 0;
}

/* line 21, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .main-content {
  margin-top: 0;
}

/* line 25, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-header {
  margin: 40px 0;
  width: 960px;
}

/* line 29, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-header .investor-avatar {
  width: 165px;
  height: 165px;
}

/* line 34, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-header .request-btn {
  cursor: pointer;
  width: 186px;
}

/* line 38, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-header .request-btn:hover {
  opacity: .8;
}

/* line 43, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-header .investor-info {
  margin-top: 9px;
  padding-left: 40px;
  font-family: Hiragino Sans;
}

/* line 48, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-header .investor-info .investor-name {
  margin-bottom: 15px;
  width: 569px;
  height: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

/* line 57, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-header .investor-info .affiliation-position {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

/* line 66, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body {
  margin-top: 50px;
  width: 960px;
}

/* line 70, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .info-field {
  padding-bottom: 17px;
  border-bottom: 1px solid #DDD;
}

/* line 75, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .field-category {
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #939393;
}

/* line 83, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .field-category.color-pickled-bluewood {
  color: #343434;
}

/* line 88, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .contents {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

/* line 96, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .thought-title {
  margin-bottom: 30px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

/* line 104, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .background-color-field {
  margin-bottom: 23px;
  padding: 20px;
  border-radius: 15px;
  background-color: #F7F7F7;
}

/* line 110, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .background-color-field .readmore-content {
  margin-bottom: 0;
}

/* line 114, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .background-color-field .readmore-label {
  background-color: #F7F7F7;
  color: #00A0E2;
}

/* line 119, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .background-color-field .readmore-content::before {
  background: linear-gradient(to bottom, rgba(58, 60, 61, 0) 0%, rgba(245, 248, 250, 0.8) 50%, #F7F7F7 100%);
}

/* line 125, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .profile {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 130, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .introduction-empty-field {
  height: 157px;
}

/* line 134, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .support-section {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 138, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .support-section .m-bottom-6 {
  margin-bottom: 30px;
}

/* line 142, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .support-section .support-info {
  color: #343434;
}

/* line 146, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .support-section .info-title {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 150px;
  width: 150px;
  line-height: 16px;
  color: #939393;
  font-size: 16px;
  font-family: Futura;
  font-weight: 500;
}

/* line 159, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .support-section .support-stance {
  min-width: 10px;
  height: 16px;
}

/* line 164, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .investor-show-body .support-section .supported-company-count {
  min-width: 10px;
  height: 16px;
}

/* line 171, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore {
  position: relative;
  padding-bottom: 23px;
  box-sizing: border-box;
}

/* line 176, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-content {
  position: relative;
  overflow: hidden;
  height: 190px;
}

/* line 182, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #FFF 100%);
  width: 100%;
  content: '';
  height: 40px;
}

/* line 194, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-label {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: table;
  padding: 0 10px;
  color: #00A0E2;
  z-index: 2;
  background-color: #FFF;
}

/* line 205, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-label::before {
  content: 'もっと見る';
}

/* line 209, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-check {
  display: none;
}

/* line 213, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-check:checked ~ .readmore-label {
  display: none;
}

/* line 217, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-check:checked ~ .readmore-content {
  height: auto;
}

/* line 221, app/assets/stylesheets/application/views/investor/connections/matching/preview_modal.scss */
.investor.connections.matching.initial_settings.edit .modal .readmore .readmore-check:checked ~ .readmore-content::before {
  display: none;
}

/* line 2, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs .tag-btn {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 10px;
  line-height: 12px;
  color: #00A0E2;
  background-color: #edf4f9;
  border-radius: 14px;
  font-weight: 500;
  font-size: 13px;
}

/* line 15, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs p {
  margin: 0;
}

/* line 20, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index a {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneurs-header {
  margin-top: 40px;
  margin-bottom: 45px;
  max-width: 1200px;
}

/* line 29, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneurs-header .entrepreneurs-title {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 32px;
  color: #343434;
  height: 45px;
  font-family: Hiragino Sans;
  font-weight: 700;
}

/* line 40, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneurs-header .setting-link-btn {
  font-family: Helvetica;
  font-weight: 400;
  border: 1px #00A0E2 solid;
  color: #00A0E2;
  height: 45px;
  width: 174px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 16px;
}

/* line 51, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneurs-header .setting-link-btn:hover {
  color: #FFF;
}

/* line 58, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row {
  padding: 25px 20px;
  overflow: visible;
  width: 1240px;
  border-radius: 15px;
  font-family: Hiragino Sans;
}

/* line 65, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row:hover {
  background-color: #F7F7F7;
  cursor: pointer;
}

/* line 70, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .image {
  padding: 0;
  width: 80px;
}

/* line 75, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .company-image {
  width: 80px;
}

/* line 79, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .basic {
  display: inline-block;
  margin-left: 20px;
  padding-top: 13px;
  overflow: hidden;
  color: #343434;
  width: 250px;
}

/* line 87, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .basic .name {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

/* line 94, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .basic .company-name {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

/* line 101, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .service {
  display: inline-block;
  display: -webkit-box;
  margin-top: 18px;
  text-decoration: none;
  height: 44px;
  width: 480px;
  color: #64676b;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .biz-area {
  display: inline-block;
  margin-top: 26px;
  margin-left: 52px;
  overflow: hidden;
  width: 318px;
}

/* line 122, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .entrepreneur-field .entrepreneur-row .tag-more {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #939393;
  letter-spacing: 0;
  width: 53px;
}

/* line 133, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.index .scroll-list {
  padding: 0;
}

/* line 139, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .fix-tab {
  position: fixed;
  top: 60px;
  left: 50%;
  padding-top: 15px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
  background-color: #FFF;
}

/* line 150, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-header {
  margin: 100px 0 40px;
  width: 960px;
}

/* line 154, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-header .entrepreneru-avatar {
  width: 165px;
  height: 165px;
}

/* line 159, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-header .request-link {
  text-decoration: none;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/blue-gradation-bg-605f5e8d4a42ba053f3dc18bc666646d76322e480d3fc739ca8f2c598a9b9339.png);
  background-repeat: no-repeat;
  width: 186px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
}

/* line 171, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-header .request-link:hover {
  opacity: .8;
}

/* line 176, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-header .entrepreneru-info {
  margin-top: 9px;
  padding-left: 40px;
  font-family: Hiragino Sans;
}

/* line 181, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-header .entrepreneru-info .entrepreneur-name {
  margin-bottom: 15px;
  width: 569px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

/* line 189, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-header .entrepreneru-info .company-name {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

/* line 198, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.06);
}

/* line 201, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav ul {
  margin-bottom: 0;
}

/* line 205, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav {
  display: flex;
  padding-left: 0;
  width: 960px;
  height: 37px;
  flex-wrap: wrap;
  list-style: none;
}

/* line 213, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item {
  margin-right: 30px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}

/* line 219, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 223, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .nav-link {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  width: 74px;
  color: #343434;
  text-decoration: none;
  letter-spacing: 0;
  height: 37px;
  font-weight: 500;
}

/* line 235, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .nav-link.active {
  color: #00A0E2;
  font-weight: 700;
}

/* line 240, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .nav-link:hover {
  color: #00A0E2;
}

/* line 245, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .profile {
  width: 109px;
}

/* line 249, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .issue {
  width: 126px;
}

/* line 253, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .service {
  width: 108px;
}

/* line 257, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .pitch {
  width: 91px;
}

/* line 261, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-nav .settings-tab-nav .nav-item .message {
  width: 91px;
}

/* line 268, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body {
  margin-top: 60px;
  width: 960px;
}

/* line 272, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .info-field {
  padding-bottom: 17px;
  border-bottom: 1px solid #DDD;
}

/* line 277, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .field-category {
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #939393;
}

/* line 286, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .contents {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

/* line 294, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .vision-title {
  margin-bottom: 30px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #343434;
}

/* line 303, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .profile {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 308, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .issue {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

/* line 313, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .issue .title {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid #00A0E2;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}

/* line 323, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .issue .readmore {
  padding-bottom: 40px;
}

/* line 328, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .service-field {
  margin-bottom: 40px;
}

/* line 331, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .service-field .service {
  margin-bottom: 32px;
}

/* line 334, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .service-field .service .title {
  margin-bottom: 20px;
  font-family: Hiragino Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #343434;
}

/* line 345, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .pitch-field {
  margin-bottom: 40px;
}

/* line 348, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .pitch-field .pitch {
  margin-bottom: 30px;
}

/* line 352, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .pitch-field .pitch-content {
  margin-bottom: 40px;
  width: 100%;
  height: 585px;
}

/* line 359, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .background-color-field {
  margin-bottom: 23px;
  padding: 20px;
  border-radius: 15px;
  background-color: #F7F7F7;
}

/* line 365, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .background-color-field .readmore-content {
  margin-bottom: 0;
}

/* line 369, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .background-color-field .readmore-label {
  background-color: #F7F7F7;
  color: #00A0E2;
}

/* line 374, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .background-color-field .readmore-content::before {
  background: linear-gradient(to bottom, rgba(58, 60, 61, 0) 0%, rgba(245, 248, 250, 0.8) 50%, #F7F7F7 100%);
}

/* line 380, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .message {
  margin-bottom: 30px;
}

/* line 384, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .company {
  margin-bottom: 30px;
}

/* line 387, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .company .company-image {
  margin-right: 45px;
  margin-bottom: 500px;
}

/* line 391, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .company .company-image .avatar {
  border-radius: 20px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
}

/* line 397, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .company .company-name {
  margin-bottom: 30px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

/* line 405, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .company .company-info {
  color: #343434;
}

/* line 409, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .entrepreneur-show-body .company .company-info-title {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #939393;
  font-weight: 500;
  font-family: Futura;
}

/* line 422, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .tab-fixed-show-body {
  margin-top: 140px;
}

/* line 426, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore {
  position: relative;
  padding-bottom: 23px;
  box-sizing: border-box;
}

/* line 431, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-content {
  position: relative;
  overflow: hidden;
  height: 190px;
}

/* line 437, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #FFF 100%);
  width: 100%;
  content: '';
  height: 40px;
}

/* line 449, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-label {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: table;
  padding: 0 10px;
  color: #00A0E2;
  z-index: 2;
  background-color: #FFF;
}

/* line 460, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-label::before {
  content: 'もっと見る';
}

/* line 464, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-check {
  display: none;
}

/* line 468, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-check:checked ~ .readmore-label {
  display: none;
}

/* line 472, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-check:checked ~ .readmore-content {
  height: auto;
}

/* line 476, app/assets/stylesheets/application/views/investor/matching/entrepreneurs.scss */
.investor.matching.entrepreneurs.show .readmore .readmore-check:checked ~ .readmore-content::before {
  display: none;
}

/* line 3, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .matching-title {
  font-family: Hiragino Sans;
  margin-top: 61px;
  height: 36px;
  font-size: 36px;
  justify-content: center;
  color: #343434;
  line-height: 46px;
  margin-bottom: 38px;
}

/* line 14, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .form {
  width: 600px;
  margin: 0 auto;
}

/* line 19, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .matching-description {
  font-family: Hiragino Sans;
  margin-top: 25px;
  color: #343434;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  margin-bottom: 50.23px;
  font-weight: 300;
}

/* line 30, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new label {
  font-weight: 700;
  height: 18px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

/* line 38, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .form-control {
  padding-left: 15px;
  height: 54px;
  width: 600px;
  border-radius: 8px;
}

/* line 45, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new input::-moz-placeholder {
  padding: 23px 0 19px 0;
  color: #939393;
  font-size: 16px;
  height: 12px;
  line-height: 12px;
}
.investor.matchings.new input::placeholder {
  padding: 23px 0 19px 0;
  color: #939393;
  font-size: 16px;
  height: 12px;
  line-height: 12px;
}

/* line 53, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .form-group {
  margin-bottom: 10px;
}

/* line 57, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .facebook-key-description {
  font-weight: 500;
  height: 30px;
  color: grey;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}

/* line 66, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .button {
  border: none;
  background-color: #00A0E2;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  line-height: 12px;
  height: 55px;
  border-radius: 12px;
  padding: 21px 0 22px 0;
  margin-bottom: 7px;
}

/* line 79, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .button:hover {
  opacity: 0.3;
  transition: 0.2s;
}

/* line 85, app/assets/stylesheets/application/views/investor/matchings.scss */
.investor.matchings.new .tos {
  font-family: Hiragino Sans;
  font-weight: 300;
  color: grey;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin-bottom: 65px;
}

/* line 2, app/assets/stylesheets/application/views/investor/notifications.scss */
.investor.notifications h1 {
  color: #343434;
  font-size: 2rem;
  font-weight: bold;
}

/* line 8, app/assets/stylesheets/application/views/investor/notifications.scss */
.investor.notifications .main-content {
  margin-top: 2.4rem;
}

/* line 12, app/assets/stylesheets/application/views/investor/notifications.scss */
.investor.notifications .header ~ .main-content {
  margin-top: calc(60px + 2.4rem);
}

@media (max-width: 575.98px) {
  /* line 3, app/assets/stylesheets/application/views/investor/connections.scss */
  .investor.connections .nav-link {
    padding: 22.5px 0;
    height: 60px;
    color: #343434;
  }
  /* line 9, app/assets/stylesheets/application/views/investor/connections.scss */
  .investor.connections .tab-nav {
    margin-bottom: 0;
  }
}

/* line 14, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections h1 {
  color: #343434;
  font-weight: 700;
}

/* line 18, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections h1.index-title {
  font-family: "Hiragino Sans";
  font-size: 32px;
  line-height: 12px;
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections .main-content {
  margin-top: 2.4rem;
}

/* line 30, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections .header ~ .main-content {
  margin-top: calc(60px + 2.4rem);
}

/* line 35, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections .company-header .company-info-table {
  font-size: 1.1428571429rem;
}

/* line 38, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections .company-header .company-info-table th,
.investor.connections .company-header .company-info-table td {
  padding: 0 1.8rem .7rem 0;
}

/* line 43, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections .company-header .company-info-table th {
  color: #939393;
}

/* line 47, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections .company-header .company-info-table td {
  color: #434343;
}

/* line 54, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .home-container {
  padding: 2px 0;
}

/* line 57, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .home-container .home-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Hiragino Sans";
  line-height: 1;
  margin-bottom: 0;
}

/* line 66, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .home-container .list th {
  padding-bottom: 0;
}

/* line 72, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .company-icon {
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #DDD;
  border-radius: 50%;
  margin-right: 21px;
  width: 74px;
  height: 74px;
}

/* line 80, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .company-icon.default-icon {
  -o-object-fit: none;
     object-fit: none;
}

/* line 85, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .connected-icon {
  position: relative;
}

/* line 88, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .connected-icon::after {
  position: absolute;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/connected-6a78e9d0a2a046b9d23bfc35dba7efb0918705e496f506f4b5a65fcb798efd87.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 68px;
  left: 52px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

/* line 102, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .company-name {
  max-width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  font-family: "Futura PT";
}

/* line 112, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .display {
  display: block;
  margin-bottom: 2rem;
  padding: 26px 8px 0 0;
  border-bottom: 1px solid #DDD;
}

/* line 118, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .display.end-investments {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 22px 0 0 0;
}

@media (max-width: 575.98px) {
  /* line 112, app/assets/stylesheets/application/views/investor/connections.scss */
  .investor.connections.index .display {
    display: block;
    margin-bottom: 1.5rem;
    padding: 0;
    border-bottom: 0;
  }
}

/* line 131, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .display .display-link {
  color: #343434;
  text-decoration: none;
  vertical-align: middle;
}

/* line 136, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .display .display-link.muted {
  color: #DDD;
}

/* line 145, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .companies-table thead th {
  border-bottom: 1px solid #DDD;
}

@media (max-width: 575.98px) {
  /* line 151, app/assets/stylesheets/application/views/investor/connections.scss */
  .investor.connections.index .companies-table tr td {
    border-top: 0;
  }
}

/* line 156, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .companies-table tr th {
  font-weight: normal;
  border-top: 0;
}

/* line 161, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .companies-table tr td {
  vertical-align: middle;
  font-size: 0.875rem;
}

/* line 168, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .companies-table .linked-tr:hover {
  cursor: pointer;
}

/* line 175, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index a.card, .investor.connections.index .company.stockholder_meetings.stockholders.new a.connection-card, .company.stockholder_meetings.stockholders.new .investor.connections.index a.connection-card, .investor.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card, .company.stockholder_meetings.stockholders.en_new .investor.connections.index a.connection-card, .investor.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card, .company.stockholder_meetings.stockholders.confirm .investor.connections.index a.connection-card, .investor.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card, .company.stockholder_meetings.stockholders.en_confirm .investor.connections.index a.connection-card {
  border-radius: 0.6rem;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index a.card:hover, .investor.connections.index .company.stockholder_meetings.stockholders.new a.connection-card:hover, .company.stockholder_meetings.stockholders.new .investor.connections.index a.connection-card:hover, .investor.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card:hover, .company.stockholder_meetings.stockholders.en_new .investor.connections.index a.connection-card:hover, .investor.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card:hover, .company.stockholder_meetings.stockholders.confirm .investor.connections.index a.connection-card:hover, .investor.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card:hover, .company.stockholder_meetings.stockholders.en_confirm .investor.connections.index a.connection-card:hover {
  text-decoration: none;
  border-color: #00A0E2;
}

/* line 184, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index a.card:hover .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.new a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.new .investor.connections.index a.connection-card:hover .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.en_new .investor.connections.index a.connection-card:hover .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.confirm .investor.connections.index a.connection-card:hover .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.en_confirm .investor.connections.index a.connection-card:hover .card-body {
  border-color: #00A0E2;
}

/* line 190, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index a.card.company .company-image-wrapper, .investor.connections.index .company.stockholder_meetings.stockholders.new a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.new .investor.connections.index a.company.connection-card .company-image-wrapper, .investor.connections.index .company.stockholder_meetings.stockholders.en_new a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.en_new .investor.connections.index a.company.connection-card .company-image-wrapper, .investor.connections.index .company.stockholder_meetings.stockholders.confirm a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.confirm .investor.connections.index a.company.connection-card .company-image-wrapper, .investor.connections.index .company.stockholder_meetings.stockholders.en_confirm a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.en_confirm .investor.connections.index a.company.connection-card .company-image-wrapper {
  padding: 20px 0;
  height: 140px;
}

/* line 196, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index a.card .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.new a.connection-card .card-body, .company.stockholder_meetings.stockholders.new .investor.connections.index a.connection-card .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card .card-body, .company.stockholder_meetings.stockholders.en_new .investor.connections.index a.connection-card .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card .card-body, .company.stockholder_meetings.stockholders.confirm .investor.connections.index a.connection-card .card-body, .investor.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card .card-body, .company.stockholder_meetings.stockholders.en_confirm .investor.connections.index a.connection-card .card-body {
  border-top: 1px solid #DDD;
  color: #343434;
  font-size: 0.9375rem;
}

/* line 204, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .list {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

/* line 209, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .list tbody tr {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  line-height: 72px;
}

/* line 215, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .list tbody tr:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 220, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .list tbody td {
  background: none;
  border: none;
}

/* line 224, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .list tbody td.status {
  color: #939393;
}

/* line 231, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .grid {
  width: 150px;
  height: 150px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
  border: none;
}

/* line 238, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .grid-hover:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 243, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .glid-text {
  width: 150px;
}

/* line 247, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 252, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index #company-invitation-url-modal .modal-explanation {
  margin-bottom: 30px;
}

/* line 256, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index #company-invitation-url-modal #invitation-message {
  padding: 15px;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 262, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index #company-invitation-url-modal .modal-caution {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "Futura PT";
  line-height: 12px;
  color: #939393;
}

/* line 272, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .copied-message-bar {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 622px;
  border-radius: 20px;
  z-index: 1040;
  margin-bottom: 0;
}

/* line 282, app/assets/stylesheets/application/views/investor/connections.scss */
.investor.connections.index .copied-message-bar .close {
  color: #FFF;
  opacity: 0.9;
}

/* line 4, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .sort_link, .company.documents.show .sort_link {
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .sort_link .sort-icon, .company.documents.show .sort_link .sort-icon {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  margin: 0;
}

/* line 19, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-header h1, .company.documents.show .document-header h1 {
  font-size: 1.75rem;
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-header .search-form .input-group .input-group-prepend .input-group-text, .company.documents.show .document-header .search-form .input-group .input-group-prepend .input-group-text {
  padding: 0.6rem 0 0.6rem 1.4rem;
  background-color: #F7F7F7;
  border-right: 0;
  border-radius: 3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 36, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-header .search-form .input-group .form-control, .company.documents.show .document-header .search-form .input-group .form-control {
  background-color: #F7F7F7;
  border-left: 0;
  border-radius: 3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 42, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-header .search-form .input-group .form-control:focus, .company.documents.show .document-header .search-form .input-group .form-control:focus {
  border-color: #DDD;
}

/* line 51, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-header .dropdown .btn.btn-primary, .company.documents.index .document-header .dropdown .component-v2 .btn-primary-w100-p3, .company.documents.index .document-header .dropdown .company.financial_reports.edit .btn-primary-w100-p3, .company.documents.index .document-header .dropdown .company.kpis .btn-primary-w100-p3, .component-v2 .company.documents.index .document-header .dropdown .btn-primary-w100-p3, .company.financial_reports.edit .company.documents.index .document-header .dropdown .btn-primary-w100-p3, .company.kpis .company.documents.index .document-header .dropdown .btn-primary-w100-p3, .company.documents.show .document-header .dropdown .btn.btn-primary, .company.documents.show .document-header .dropdown .component-v2 .btn-primary-w100-p3, .company.documents.show .document-header .dropdown .company.financial_reports.edit .btn-primary-w100-p3, .company.documents.show .document-header .dropdown .company.kpis .btn-primary-w100-p3, .component-v2 .company.documents.show .document-header .dropdown .btn-primary-w100-p3, .company.financial_reports.edit .company.documents.show .document-header .dropdown .btn-primary-w100-p3, .company.kpis .company.documents.show .document-header .dropdown .btn-primary-w100-p3 {
  padding: .5rem 1.6rem;
}

/* line 59, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .main-content .nav-link, .company.documents.show .main-content .nav-link {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2rem;
}

/* line 67, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .table-wrapper, .company.documents.show .table-wrapper {
  margin-left: -18px;
  margin-right: -18px;
}

/* line 73, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .files-upload-modal .drop-zone, .company.documents.show .files-upload-modal .drop-zone {
  padding: 2rem 0;
  width: 100%;
  border: 2px dashed #00A0E2;
  border-radius: 8px;
}

/* line 80, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .files-upload-modal .files-wrapper, .company.documents.show .files-upload-modal .files-wrapper {
  min-height: 180px;
}

/* line 83, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .files-upload-modal .files-wrapper .files-note, .company.documents.show .files-upload-modal .files-wrapper .files-note {
  width: 100%;
  height: 180px;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 92, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .files-upload-modal .modal-body.creating, .company.documents.index .files-upload-modal .modal-body.done, .company.documents.show .files-upload-modal .modal-body.creating, .company.documents.show .files-upload-modal .modal-body.done {
  height: 560px;
  text-align: center;
}

/* line 97, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .files-upload-modal .modal-body.creating .title, .company.documents.index .files-upload-modal .modal-body.done .title, .company.documents.show .files-upload-modal .modal-body.creating .title, .company.documents.show .files-upload-modal .modal-body.done .title {
  font-size: 18px;
}

/* line 101, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .files-upload-modal .modal-body.creating .loading-wrapper, .company.documents.index .files-upload-modal .modal-body.done .loading-wrapper, .company.documents.show .files-upload-modal .modal-body.creating .loading-wrapper, .company.documents.show .files-upload-modal .modal-body.done .loading-wrapper {
  height: 400px;
}

/* line 104, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .files-upload-modal .modal-body.creating .loading-wrapper i, .company.documents.index .files-upload-modal .modal-body.done .loading-wrapper i, .company.documents.show .files-upload-modal .modal-body.creating .loading-wrapper i, .company.documents.show .files-upload-modal .modal-body.done .loading-wrapper i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 113, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-search-form, .company.documents.show .document-search-form {
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 117, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-search-form .input-group-append, .company.documents.show .document-search-form .input-group-append {
  background-color: #F7F7F7;
}

/* line 121, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-search-form #input_search, .company.documents.show .document-search-form #input_search {
  padding: 18px 30px 18px 0;
  border-radius: 0 27px 27px 0;
}

/* line 126, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-search-form #input_search ~ label ~ .input-group-append, .company.documents.show .document-search-form #input_search ~ label ~ .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}

/* line 130, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-search-form #input_search ~ label ~ .input-group-append .input-group-text, .company.documents.show .document-search-form #input_search ~ label ~ .input-group-append .input-group-text {
  border-radius: 27px 0 0 27px;
}

@media (max-width: 767.98px) {
  /* line 137, app/assets/stylesheets/application/views/company/documents.scss */
  .company.documents.index .document-search-form .search-group, .company.documents.show .document-search-form .search-group {
    flex-direction: column;
  }
}

/* line 143, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-search-form .at_start_search,
.company.documents.index .document-search-form .at_end_search, .company.documents.show .document-search-form .at_start_search,
.company.documents.show .document-search-form .at_end_search {
  width: 25%;
}

@media (max-width: 767.98px) {
  /* line 143, app/assets/stylesheets/application/views/company/documents.scss */
  .company.documents.index .document-search-form .at_start_search,
.company.documents.index .document-search-form .at_end_search, .company.documents.show .document-search-form .at_start_search,
.company.documents.show .document-search-form .at_end_search {
    width: 100%;
  }
}

/* line 152, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .document-search-form .input_search, .company.documents.show .document-search-form .input_search {
  margin-left: 0.5rem;
  width: 50%;
}

@media (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/application/views/company/documents.scss */
  .company.documents.index .document-search-form .input_search, .company.documents.show .document-search-form .input_search {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

/* line 164, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .breadcrumb, .company.documents.show .breadcrumb {
  padding-left: 0;
}

/* line 168, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table, .company.documents.show .documents-table {
  margin-bottom: 164px;
}

/* line 172, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table thead tr, .company.documents.show .documents-table thead tr {
  color: #000;
  background-color: #FFF;
}

/* line 180, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table tbody tr td, .company.documents.show .documents-table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
}

/* line 187, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table tbody tr td.updated-at, .company.documents.show .documents-table tbody tr td.updated-at {
  width: 240px;
}

/* line 191, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table tbody tr td.name, .company.documents.show .documents-table tbody tr td.name {
  width: 180px;
}

/* line 195, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table tbody tr td.files-cont, .company.documents.show .documents-table tbody tr td.files-cont {
  width: 120px;
}

/* line 199, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table tbody tr td.operation, .company.documents.show .documents-table tbody tr td.operation {
  text-align: right;
  width: 80px;
}

/* line 205, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table tbody tr:hover td, .company.documents.show .documents-table tbody tr:hover td {
  background: #F7F7F7;
}

/* line 211, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table th,
.company.documents.index .documents-table td, .company.documents.show .documents-table th,
.company.documents.show .documents-table td {
  padding: 0.9rem 0.75rem;
  font-weight: 400;
  color: #343434;
  padding-left: 0;
}

/* line 219, app/assets/stylesheets/application/views/company/documents.scss */
.company.documents.index .documents-table .overflow, .company.documents.show .documents-table .overflow {
  overflow-y: visible;
  overflow-x: visible;
}

/* line 4, app/assets/stylesheets/application/views/company/initial_settings.scss */
.company.initial_settings.new .coupon .coupon-confirm .coupon-confirm-description {
  color: #00A0E2;
  cursor: pointer;
  font-family: Hiragino Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 13, app/assets/stylesheets/application/views/company/initial_settings.scss */
.company.initial_settings.new .coupon .coupon-confirm .coupon-confirm-icon {
  color: #939393;
  font-size: 20px;
}

/* line 19, app/assets/stylesheets/application/views/company/initial_settings.scss */
.company.initial_settings.new .coupon .coupon-form {
  border-top: 1px solid #DDD;
}

/* line 22, app/assets/stylesheets/application/views/company/initial_settings.scss */
.company.initial_settings.new .coupon .coupon-form .cupon-description {
  color: #00A0E2;
  cursor: pointer;
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

/* line 1, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 4, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .document-group-breadcrumb {
  margin-top: 38px;
  margin-bottom: 27px;
}

/* line 8, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .document-group-breadcrumb .link-text {
  min-width: 70px;
  letter-spacing: 0;
}

/* line 13, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .document-group-breadcrumb .current-page {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .group-title {
  margin-bottom: 29.5px;
  height: 32px;
  line-height: 32px;
}

/* line 25, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .group-title .group-name {
  margin-right: 5px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .group-title .document-groups-dropdown {
  padding: 8px 7px;
}

/* line 39, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .group-title .document-groups-dropdown:hover {
  background-color: #F7F7F7;
}

/* line 44, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .group-title .dropdown-active {
  background-color: #F7F7F7;
}

/* line 48, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-group-header .group-title .dropdown-item {
  height: 44px;
  line-height: 14px;
  display: flex;
  align-items: center;
}

/* line 57, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .with-border {
  margin-bottom: 20px;
  width: 100%;
}

/* line 62, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-groups-tab {
  position: relative;
}

/* line 65, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-groups-tab .copy-share-link {
  position: absolute;
  right: 0;
  bottom: 35px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #343434;
}

/* line 74, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-groups-tab .copy-share-link:hover {
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups .document-groups-tab .copy-icon {
  position: relative;
  top: -2px;
  margin-right: 7px;
}

/* line 87, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .container-custom-padding {
  padding-top: 41px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1340px) {
  /* line 87, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.index .container-custom-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* line 98, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .page-top {
  margin-bottom: 50px;
}

/* line 101, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .page-top .sheared-pitch-title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 109, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .page-top .new-folder-btn {
  position: relative;
  top: 6px;
  height: 45px;
}

/* line 116, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper {
  margin-right: 2px;
  margin-left: 2px;
  padding-bottom: 10rem;
}

/* line 122, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door {
  width: 1256px;
}

/* line 126, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door thead th {
  padding-top: 2px;
  padding-bottom: 23px;
}

/* line 131, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door thead .t-head-text {
  font-weight: 500;
  font-size: 16px;
  height: 16px;
}

/* line 139, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door tr:last-child td:not(:first-child) {
  border-bottom: 1px solid #DDD;
}

/* line 142, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door tr:last-child td:not(:first-child):last-child {
  border: 0;
}

/* line 148, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door th:not(:first-child) {
  padding-left: 0;
}

/* line 151, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door th:not(:first-child):last-child {
  padding: .9rem .75rem;
}

/* line 156, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child) {
  padding-top: 17px;
  padding-bottom: 16px;
  padding-left: 0;
  height: 70px;
}

/* line 162, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child):last-child {
  padding: .9rem .75rem;
}

/* line 166, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child) .share-destination {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

/* line 171, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child) .share-destination .edit {
  color: #343434;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  border-bottom: 1px #343434 solid;
}

/* line 178, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child) .share-destination .edit:hover {
  text-decoration: none;
}

/* line 183, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child) .share-destination .share-button {
  padding: 11px 14px;
  height: 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

/* line 192, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child) .folder-name {
  max-width: 1020px;
  margin-bottom: 7px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 204, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door td:not(:first-child) .folder-updated-at {
  margin-bottom: 0;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #939393;
}

/* line 213, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door .copy-button {
  padding: 11px 14px;
  height: 36px;
  width: 153px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

/* line 222, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.index .table-wrapper .table-door .copy-icon {
  position: relative;
  top: -3px;
  margin-right: 9px;
}

/* line 232, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .content {
  width: 860px;
}

/* line 236, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .alert-validation-bar {
  margin-bottom: 15px;
}

/* line 240, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .select-btn {
  margin-bottom: 14px;
}

/* line 244, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-text {
  font-size: 15px;
  height: 37px;
  line-height: 15px;
}

/* line 251, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .non-modal-uploader .drop-zone {
  margin-top: 15px;
  margin-bottom: 10rem;
  border: 2px dashed #DDD;
  border-radius: 0.4rem;
  width: 860px;
  height: 420px;
}

/* line 260, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .non-modal-uploader .drop-area {
  width: 100%;
  height: 420px;
  padding: 140px 0;
}

/* line 266, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .non-modal-uploader .creating,
.company.investor_document_groups.show .non-modal-uploader .file_done {
  height: 560px;
  text-align: center;
}

/* line 271, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .non-modal-uploader .creating .title,
.company.investor_document_groups.show .non-modal-uploader .file_done .title {
  font-size: 18px;
}

/* line 275, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .non-modal-uploader .creating .loading-wrapper,
.company.investor_document_groups.show .non-modal-uploader .file_done .loading-wrapper {
  height: 400px;
}

/* line 279, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .non-modal-uploader .creating .done,
.company.investor_document_groups.show .non-modal-uploader .file_done .done {
  height: 400px;
}

/* line 283, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .non-modal-uploader .creating i,
.company.investor_document_groups.show .non-modal-uploader .file_done i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 290, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body {
  padding: 18px 20px;
  min-height: 400px;
}

/* line 294, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body .drop-area {
  width: 100%;
  height: 365px;
  padding: 100px 0;
}

/* line 300, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body .drop-zone {
  border: 2px dashed #DDD;
  border-radius: 0.4rem;
  width: 100%;
  height: 365px;
}

/* line 307, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body .creating,
.company.investor_document_groups.show .upload-modal-body .file_done {
  height: 100px;
  text-align: center;
}

/* line 312, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body .creating .title,
.company.investor_document_groups.show .upload-modal-body .file_done .title {
  font-size: 18px;
}

/* line 316, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body .creating .loading-wrapper,
.company.investor_document_groups.show .upload-modal-body .file_done .loading-wrapper {
  padding-top: 150px;
}

/* line 320, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body .creating .done,
.company.investor_document_groups.show .upload-modal-body .file_done .done {
  padding-top: 100px;
}

/* line 324, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .upload-modal-body .creating i,
.company.investor_document_groups.show .upload-modal-body .file_done i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 331, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .file-change {
  padding-right: 48px;
}

/* line 335, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .delete-file {
  padding: 0;
  width: 126px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  color: #00A0E2;
}

/* line 345, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .delete-file .trash-svg {
  width: 18px;
}

/* line 350, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .update-file {
  margin-right: 20px;
  padding: 0;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #00A0E2;
  cursor: pointer;
  width: 126px;
}

/* line 361, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .update-file .update-text {
  color: #00A0E2;
}

/* line 365, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .update-file .update-svg {
  width: 18px;
}

/* line 370, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.show .preview-field {
  margin-bottom: 10rem;
}

/* line 376, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .logo-header {
  padding: 16px 20px;
  border-bottom: 1px solid #DDD;
  height: 62px;
}

/* line 381, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .logo-header .logo {
  height: 30px;
}

/* line 386, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .crumblist {
  width: 80%;
  margin-top: 38px;
}

/* line 391, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .bread-crumb-list {
  margin-left: 14px;
}

/* line 395, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information {
  display: flex;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 395, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .company-information {
    width: 100%;
    padding: 0 22px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

/* line 410, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-logo {
  width: 164px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 410, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .company-information .company-logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}

/* line 424, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-logo .company-image {
  width: 140px;
  height: 140px;
}

@media (max-width: 575.98px) {
  /* line 424, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .company-information .company-logo .company-image {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

/* line 435, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-logo .default-image {
  width: 81px;
  height: auto;
}

@media (max-width: 575.98px) {
  /* line 435, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .company-information .company-logo .default-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* line 449, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-details .company-name .name {
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  /* line 449, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .company-information .company-details .company-name .name {
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    word-break: break-all;
  }
}

/* line 466, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-details .flex-container {
  display: flex;
  justify-content: flex-start;
}

/* line 470, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-details .flex-container .website {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 477, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-details .flex-container .address {
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 485, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-details .flex-container .detail i {
  position: relative;
  margin-right: 2rem;
}

/* line 490, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .company-information .company-details .flex-container .detail i::before {
  position: absolute;
  top: 2px;
  left: 0;
}

/* line 501, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .documents-area .share-tabs {
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  /* line 501, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .share-tabs {
    overflow-x: scroll;
    scrollbar-width: none;
    box-shadow: none;
  }
  /* line 509, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .share-tabs::-webkit-scrollbar {
    display: none;
  }
}

/* line 514, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .documents-area .share-tabs .document-tab {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 514, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .share-tabs .document-tab {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 22px;
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 524, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .share-tabs .document-tab .tab-nav {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  /* line 531, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .share-tabs .document-tab li {
    white-space: nowrap;
  }
}

/* line 536, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .documents-area .share-tabs .document-tab li .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 19px;
}

@media (max-width: 575.98px) {
  /* line 536, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .share-tabs .document-tab li .nav-link {
    padding-top: 0;
    padding-bottom: 16px;
    margin-right: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 575.98px) {
  /* line 551, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .share-tabs .document-tab li:last-child .nav-link {
    margin-right: 0;
  }
}

/* line 561, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .documents-area .intro-pdf {
  width: 80%;
  margin: 25px auto;
}

@media (max-width: 575.98px) {
  /* line 561, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
  .company.investor_document_groups.share .documents-area .intro-pdf {
    width: 100%;
    padding: 0 22px;
    margin: 23px auto;
  }
}

/* line 573, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .documents-area .documents-display-area .table-wrapper {
  width: 84%;
  margin: 0 auto;
}

/* line 577, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .documents-area .documents-display-area .table-wrapper tr td:nth-child(2) {
  border-bottom: 1px solid #DDD;
}

/* line 584, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .not-found-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 100px);
}

/* line 590, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .not-found-container .not-found {
  font-weight: 900;
  font-size: 74px;
  line-height: 82px;
  color: #939393;
  font-family: "Futura";
}

/* line 598, app/assets/stylesheets/application/views/company/investor_document_groups.scss */
.company.investor_document_groups.share .not-found-container .main-message {
  font-weight: 600;
  font-size: 24px;
  color: #343434;
  margin-bottom: 28px;
}

/* line 3, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .modal-small-title {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

/* line 10, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .custom-switch {
  padding-left: 0;
}

/* line 14, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .custom-control {
  padding-left: 0;
}

/* line 18, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .custom-control-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 24, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .custom-switch
.custom-control-label::before {
  left: 577px;
}

/* line 29, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .custom-switch
.custom-control-label::after {
  left: calc(577px + 2px);
}

/* line 35, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .password-area .input-group-append {
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .password-area .input-group-append span {
  color: #00A0E2;
  font-size: 14px;
  font-weight: 300;
}

/* line 46, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area {
  padding: 5px;
  height: 203px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 9px;
}

/* line 53, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area .user-tr {
  height: 44px;
  width: 590px;
  border-radius: 6px;
}

/* line 59, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area .custom-checkbox-lg .custom-control-input ~ .custom-control-label {
  padding-left: 0;
  width: 590px;
  line-height: 44px;
}

/* line 64, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area .custom-checkbox-lg .custom-control-input ~ .custom-control-label:hover {
  background-color: #F7F7F7;
}

/* line 69, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area .custom-checkbox-lg .custom-control-input ~ .custom-control-label::before {
  top: 8px;
  left: 558px;
}

/* line 74, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area .custom-checkbox-lg .custom-control-input ~ .custom-control-label::after {
  left: 558px;
}

/* line 78, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area .fundinno-supporter-name {
  font-weight: 300;
  font-size: 14px;
}

/* line 83, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .fundinno-supporter-area .fundinno-supporter-email {
  font-weight: 500;
  font-size: 14px;
  color: #939393;
}

/* line 90, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .custom-checkbox-lg .custom-control-input ~ .custom-control-label::before {
  left: 577px;
}

/* line 94, app/assets/stylesheets/application/views/company/investor_document_group_modal.scss */
.company.investor_document_groups .sharing-settings-modal .custom-checkbox-lg .custom-control-input ~ .custom-control-label::after {
  top: .155rem;
  left: 577px;
}

/* line 3, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area {
  margin: 0 auto;
  padding: 40px 0 64px 0;
  width: 610px;
}

/* line 8, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .area-title {
  margin-bottom: 50px;
}

/* line 12, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button {
  border: 1px solid #DDD;
  border-radius: 12px;
  cursor: pointer;
  width: 297px;
  height: 121px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button img {
  margin-bottom: 14px;
}

/* line 23, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button img.unsharing-icon {
  margin-bottom: 16px;
}

/* line 28, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button .button-message {
  color: #000;
}

/* line 32, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button.sharing-button {
  background-color: #FFF;
  padding: 0;
  outline: none;
}

/* line 37, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button.sharing-button .custom-margin {
  margin-top: 6px;
}

/* line 42, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button.unsharing-button {
  padding-top: 20px;
}

/* line 46, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button.disabled {
  pointer-events: none;
  opacity: .65;
}

/* line 51, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button.active {
  border-color: #00A0E2;
}

/* line 55, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-type-button:hover {
  border-color: #00A0E2;
}

/* line 60, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-link {
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-cp-area {
  margin-top: 50px;
}

/* line 67, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.show #form_area .select-cp-area .select-cp-label {
  font-size: 18px;
  margin-bottom: 26px;
}

/* line 76, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.share .capital-policy-area {
  width: 80%;
  margin: 0 auto;
}

/* line 81, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.share .plus-diff {
  color: #2BA84A;
  background-color: #DAF1DC;
  font-weight: 600;
}

/* line 87, app/assets/stylesheets/application/views/company/investor_document_groups/capital_policies.scss */
.company.investor_document_groups.capital_policies.share .minus-diff {
  color: #E6230D;
  background-color: #FCD3CF;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .content {
  margin-bottom: 20px;
  width: 860px;
}

/* line 8, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .creating,
.company.investor_document_groups.investor_documents.index .done {
  height: 560px;
  text-align: center;
}

/* line 13, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .creating .title,
.company.investor_document_groups.investor_documents.index .done .title {
  font-size: 18px;
}

/* line 17, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .creating .loading-wrapper,
.company.investor_document_groups.investor_documents.index .done .loading-wrapper {
  height: 400px;
}

/* line 20, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .creating .loading-wrapper i,
.company.investor_document_groups.investor_documents.index .done .loading-wrapper i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 28, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .non-modal-uploader .drop-zone {
  margin-top: 15px;
  padding: 0;
  height: 420px;
  border: 2px dashed #DDD;
  border-radius: 0.4rem;
  width: 100%;
}

/* line 37, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .non-modal-uploader .files-wrapper {
  min-height: 80px;
}

/* line 40, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .non-modal-uploader .files-wrapper a {
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .non-modal-uploader .files-wrapper .list-group {
  width: 100%;
}

/* line 48, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .non-modal-uploader .files-wrapper .files-note {
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 155px;
  width: 100%;
}

/* line 55, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .non-modal-uploader .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 66, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .files-upload-modal .modal-body {
  padding: 30px 105px;
}

/* line 70, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .files-upload-modal .drop-zone {
  padding: 4rem 0;
  border: 2px dashed #DDD;
  border-radius: 0.4rem;
  width: 100%;
}

/* line 77, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .files-upload-modal .files-wrapper {
  min-height: 80px;
}

/* line 80, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .files-upload-modal .files-wrapper a {
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .files-upload-modal .files-wrapper .list-group {
  width: 100%;
}

/* line 88, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .files-upload-modal .files-wrapper .files-note {
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 155px;
  width: 100%;
}

/* line 95, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .files-upload-modal .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 105, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper {
  padding-bottom: 10rem;
  width: 896px;
}

/* line 109, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door {
  width: 896px;
  font-weight: 500;
  font-size: 16px;
  height: 16px;
}

/* line 116, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door .file-name {
  padding-right: 80px;
  width: 454px;
}

/* line 121, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door .file-name-text {
  width: 348px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 128, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door .created-at {
  padding-right: 80px;
  width: 227px;
}

/* line 133, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door .file-size {
  padding-right: 40px;
  width: 152px;
}

/* line 139, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door thead th {
  padding-top: 2px;
  padding-bottom: 21px;
}

/* line 145, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door td {
  padding: 0;
  height: 58px;
}

/* line 151, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door tr:last-child td:not(:first-child) {
  border-bottom: 1px solid #DDD;
}

/* line 154, app/assets/stylesheets/application/views/company/investor_document_groups/investor_documents.scss */
.company.investor_document_groups.investor_documents.index .table-wrapper .table-door tr:last-child td:not(:first-child):last-child {
  border: 0;
}

/* line 3, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area {
  margin: 0 auto;
  padding: 40px 0 0;
  width: 610px;
}

/* line 8, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area .area-title {
  margin-bottom: 15px;
}

/* line 12, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area .video-url-form {
  margin: 42px;
}

/* line 15, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area .video-url-form .form-group {
  margin-bottom: 8px;
}

/* line 18, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area .video-url-form .form-group .url-input-area {
  text-overflow: ellipsis;
}

/* line 22, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area .video-url-form .form-group .delete-url-link.invalid {
  color: #E6230D;
}

/* line 27, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area .video-url-form .form-description {
  font-size: 11px;
  line-height: 11px;
  color: #939393;
}

/* line 33, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .form-area .video-url-form .save-url-button {
  margin-top: 1px;
}

/* line 40, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .video-content .landscape-video {
  width: 860px;
}

/* line 44, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.show .video-content .vertical-video {
  width: 430px;
}

/* line 51, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.share .video-content {
  margin: 45px auto 62px;
}

/* line 54, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.share .video-content .landscape-video {
  width: 1200px;
}

/* line 58, app/assets/stylesheets/application/views/company/investor_document_groups/video.scss */
.company.investor_document_groups.video.share .video-content .vertical-video {
  width: 600px;
}

/* line 2, app/assets/stylesheets/application/views/company/investor_document_groups/company_informations.scss */
.company.investor_document_groups.company_informations .details {
  margin: 25px 22px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* line 9, app/assets/stylesheets/application/views/company/investor_document_groups/company_informations.scss */
.company.investor_document_groups.company_informations .detail {
  display: flex;
  align-items: center;
  gap: 9px;
}

/* line 15, app/assets/stylesheets/application/views/company/investor_document_groups/company_informations.scss */
.company.investor_document_groups.company_informations .detail-contact-address {
  align-items: flex-start;
  word-break: break-all;
}

/* line 2, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .filter-tabs {
  margin: 0 auto;
  margin-bottom: 18.5px;
  width: 120%;
}

/* line 8, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .btn-switch {
  border: #DDD 1px solid;
  font-weight: 300;
  padding: 14px 20px;
  border-radius: 2.35rem;
}

/* line 14, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .btn-switch.active {
  border: #343434 1px solid;
  background-color: #f1f1f1;
}

/* line 21, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders thead {
  padding-bottom: 13px;
}

/* line 28, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders tbody tr:last-child td {
  border-bottom: 1px solid #DDD;
}

/* line 31, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders tbody tr:last-child td:first-child {
  border: 0;
}

/* line 35, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders tbody tr:last-child td:last-child {
  border: 0;
}

/* line 42, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders tbody td {
  padding: 20px 0;
}

/* line 49, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders-for-check thead {
  padding-bottom: 13px;
}

/* line 54, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders-for-check tbody td {
  padding: 5px 0;
}

/* line 57, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders-for-check tbody td .form-group {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders-for-check tbody td .custom-control-label {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 65, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders-for-check tbody td .custom-control-label:before {
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 71, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-ir-stakeholders-for-check tbody td .custom-control-label::after {
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 85, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-door.unclickable tbody tr td {
  cursor: default;
}

/* line 89, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .table-door.unclickable tbody tr:hover td {
  background: #FFF;
}

/* line 97, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .ir-stakeholder-status {
  min-width: 120px;
}

/* line 100, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .ir-stakeholder-status .status-error {
  color: #E6230D;
}

/* line 104, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .ir-stakeholder-status .information-icon {
  position: absolute;
  top: 20px;
  padding-left: 90px;
}

/* line 111, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs .max-w-232 {
  max-width: 232px;
}

/* line 116, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .irs-header {
  margin-bottom: 40px;
}

/* line 119, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .irs-header .title {
  line-height: 38px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 126, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .irs-header .annotation {
  font-size: 14px;
}

/* line 130, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .irs-header .header-links {
  height: 46px;
}

/* line 134, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .irs-header .input-group {
  width: 300px;
}

/* line 138, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .irs-header .btn, .company.irs.index .irs-header .component-v2 .btn-primary-w100-p3, .company.irs.index .irs-header .company.financial_reports.edit .btn-primary-w100-p3, .company.irs.index .irs-header .company.kpis .btn-primary-w100-p3, .component-v2 .company.irs.index .irs-header .btn-primary-w100-p3, .company.financial_reports.edit .company.irs.index .irs-header .btn-primary-w100-p3, .company.kpis .company.irs.index .irs-header .btn-primary-w100-p3 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 144, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 151, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr th {
  padding-bottom: 20px;
}

/* line 155, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 162, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr td .ir-category {
  background-color: #F2F8FC;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 8px;
  color: #00A0E2;
}

/* line 170, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr td .viewed_count {
  text-decoration: none;
}

/* line 174, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr td .like-field {
  padding: 20px 12px;
  min-width: 120px;
}

/* line 182, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr.created-from-fundinno td .ir-category {
  background-color: #eef4fc;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 8px;
  color: #114898;
}

/* line 192, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr .ir-title-and-content {
  max-width: 440px;
}

/* line 195, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr .ir-title-and-content .ir-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

/* line 201, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .table-ir-index tr .ir-title-and-content .ir-content {
  color: #939393;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 215, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 219, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .not-find {
  padding-top: 155px;
}

/* line 222, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .not-find .icon-file {
  font-size: 74px;
  color: #BDBDBD;
}

/* line 227, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .not-find .not-find-message {
  margin-top: 20px;
  font-size: 18px;
  height: 18px;
  line-height: 22px;
  color: #BDBDBD;
}

/* line 236, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .upper-side {
  margin-bottom: 10px;
}

/* line 240, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .sync-filter-tabs {
  margin: 0 auto;
  margin-top: 17px;
}

/* line 245, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .normal-filter-tabs {
  margin-top: 20px;
  margin-left: 43px;
}

/* line 250, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .pl-0 {
  padding-left: 0;
}

/* line 254, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .ml-24 {
  margin-left: 24px;
}

/* line 258, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .tab-with-search {
  border-bottom: 1.5px solid #DDD;
  height: 60px;
}

/* line 262, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .tab-with-search .search-form-wrapper {
  width: 300px;
}

/* line 265, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .tab-with-search .search-form-wrapper .search-form {
  padding: 11px 0;
}

/* line 275, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .heart-icon, .company.irs.show .heart-icon {
  height: 15px;
  width: 17.3px;
}

/* line 280, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .like-icon, .company.irs.show .like-icon {
  height: 16.5px;
  width: 16.5px;
}

/* line 285, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .like-count, .company.irs.show .like-count {
  padding-top: 3px;
  margin-left: 4px;
  margin-right: 10px;
}

/* line 291, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .unlike-count, .company.irs.show .unlike-count {
  padding-top: 3px;
  margin-left: 4px;
}

/* line 296, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index #received_stakeholders_modal .modal-dialog, .company.irs.show #received_stakeholders_modal .modal-dialog {
  max-width: 850px;
}

/* line 300, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.index .content img, .company.irs.show .content img {
  max-width: 100%;
}

/* line 307, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .header, .company.irs.edit .header {
  display: none;
}

/* line 311, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .main-content, .company.irs.edit .main-content {
  margin-top: 0;
}

/* line 315, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .editor-header, .company.irs.edit .editor-header {
  padding: 15px 0 15px 0;
  height: 60px;
}

/* line 319, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .editor-header.with-border, .company.irs.edit .editor-header.with-border {
  padding: 15px 0 14px 0;
  border-bottom: 1px solid #DDD;
}

/* line 324, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .editor-header img, .company.irs.edit .editor-header img {
  padding-left: 15px;
  height: 20px;
}

/* line 329, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .editor-header .title, .company.irs.edit .editor-header .title {
  padding-left: 100px;
  font-size: 20px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
}

/* line 336, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .editor-header .submit, .company.irs.edit .editor-header .submit {
  margin-right: 25px;
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
}

/* line 347, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .progress, .company.irs.edit .progress {
  height: 7px;
}

/* line 351, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .form-title, .company.irs.edit .form-title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 357, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .form-tab, .company.irs.edit .form-tab {
  margin-top: 50px;
  margin-bottom: 19.5px;
  font-size: 18px;
}

/* line 362, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .form-tab div, .company.irs.edit .form-tab div {
  padding-bottom: 15px;
  cursor: default;
}

/* line 366, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .form-tab div.active, .company.irs.edit .form-tab div.active {
  color: #00A0E2;
  border-bottom: 1.5px solid #00A0E2;
  font-weight: 700;
}

/* line 373, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .form-tab .from-local, .company.irs.new .form-tab .from-fundoor, .company.irs.edit .form-tab .from-local, .company.irs.edit .form-tab .from-fundoor {
  font-weight: 600;
}

/* line 378, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new select.unselected, .company.irs.edit select.unselected {
  color: #939393;
}

/* line 382, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .panel, .company.irs.edit .panel {
  border: 1px solid #DDD;
  border-radius: 10px;
  height: 209px;
}

/* line 387, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .panel .check, .company.irs.edit .panel .check {
  margin-top: 10px;
  padding-left: .5rem;
}

/* line 391, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .panel .check label, .company.irs.edit .panel .check label {
  cursor: pointer;
}

/* line 396, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .panel .preview-button, .company.irs.edit .panel .preview-button {
  margin-top: 10px;
  margin-right: 5px;
  padding: 3px;
  height: 22px;
  font-size: 10px;
  border: 1px solid #00A0E2;
  color: #00A0E2;
  border-radius: 5px;
  cursor: pointer;
}

/* line 408, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .panel .title-wrapper, .company.irs.edit .panel .title-wrapper {
  margin-top: 100px;
  border-top: 1px solid #DDD;
}

/* line 412, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .panel .title-wrapper .title, .company.irs.edit .panel .title-wrapper .title {
  margin: 5px 20px 18px;
}

/* line 418, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm-panel, .company.irs.edit .confirm-panel {
  border: 1px solid #DDD;
  border-radius: 10px;
  height: 209px;
  cursor: pointer;
}

/* line 424, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm-panel .title-wrapper, .company.irs.edit .confirm-panel .title-wrapper {
  margin-top: 130px;
  border-top: 1px solid #DDD;
}

/* line 428, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm-panel .title-wrapper .title, .company.irs.edit .confirm-panel .title-wrapper .title {
  margin: 5px 20px 18px;
}

/* line 434, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view, .company.irs.edit .report-view {
  margin: 42.5px 145px 0 95px;
}

/* line 437, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view img, .company.irs.edit .report-view img {
  max-width: 100%;
}

/* line 441, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .sub-title-list, .company.irs.edit .report-view .sub-title-list {
  position: fixed;
  width: 369px;
}

/* line 445, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .sub-title-list .list-title, .company.irs.edit .report-view .sub-title-list .list-title {
  margin: 10px 0 16px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
}

/* line 452, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .sub-title-list .sub-title, .company.irs.edit .report-view .sub-title-list .sub-title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  width: 299px;
  cursor: pointer;
}

/* line 460, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .sub-title-list .sub-title.active, .company.irs.edit .report-view .sub-title-list .sub-title.active {
  background-color: #F7F7F7;
}

/* line 466, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main, .company.irs.edit .report-view .main {
  margin-left: 369px;
}

/* line 469, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .title, .company.irs.edit .report-view .main .title {
  font-size: 36px;
  font-weight: 800;
}

/* line 474, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content, .company.irs.edit .report-view .main .content {
  margin-bottom: 100px;
  width: 841px;
}

/* line 478, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .sub-title, .company.irs.edit .report-view .main .content .sub-title {
  margin: 31px 0 0;
  font-size: 24px;
  font-weight: 400;
}

/* line 484, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .google-visualization-table, .company.irs.edit .report-view .main .content .google-visualization-table {
  margin-left: 45px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  font-size: 12px;
  width: 550px !important;
}

/* line 491, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .google-visualization-table .google-visualization-table-tr-head, .company.irs.edit .report-view .main .content .google-visualization-table .google-visualization-table-tr-head {
  background-color: #FFF;
}

/* line 495, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .google-visualization-table .last-frozen-column, .company.irs.edit .report-view .main .content .google-visualization-table .last-frozen-column {
  border-right: 1px #DDD solid !important;
  box-shadow: 4px 0 3px -2px #DDD;
  padding-right: 80px;
}

/* line 501, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .google-visualization-table tr, .company.irs.edit .report-view .main .content .google-visualization-table tr {
  background-color: #FFF;
}

/* line 505, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .google-visualization-table th,
.company.irs.new .report-view .main .content .google-visualization-table td, .company.irs.edit .report-view .main .content .google-visualization-table th,
.company.irs.edit .report-view .main .content .google-visualization-table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 511, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .google-visualization-table .google-visualization-table-th,
.company.irs.new .report-view .main .content .google-visualization-table .google-visualization-table-td, .company.irs.edit .report-view .main .content .google-visualization-table .google-visualization-table-th,
.company.irs.edit .report-view .main .content .google-visualization-table .google-visualization-table-td {
  border-color: #DDD;
}

/* line 516, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .report-view .main .content .google-visualization-table .google-visualization-table-th, .company.irs.edit .report-view .main .content .google-visualization-table .google-visualization-table-th {
  text-align: left;
}

/* line 525, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .attachments .drop-zone, .company.irs.edit .attachments .drop-zone {
  padding: 2rem 0;
  border: 1px dashed #BDBDBD;
  border-radius: 8px;
  width: 100%;
}

/* line 532, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .attachments .files-wrapper, .company.irs.edit .attachments .files-wrapper {
  min-height: 180px;
}

/* line 535, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .attachments .files-wrapper a, .company.irs.edit .attachments .files-wrapper a {
  text-decoration: none;
}

/* line 539, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .attachments .files-wrapper .files-note, .company.irs.edit .attachments .files-wrapper .files-note {
  padding-left: 20px;
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 180px;
  width: 100%;
}

/* line 547, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .attachments .files-wrapper .file-name, .company.irs.edit .attachments .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 557, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .submitting, .company.irs.edit .submitting {
  height: 560px;
  text-align: center;
}

/* line 561, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .submitting .title, .company.irs.edit .submitting .title {
  font-size: 18px;
}

/* line 565, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .submitting .loading-wrapper, .company.irs.edit .submitting .loading-wrapper {
  height: 400px;
}

/* line 570, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm, .company.irs.edit .confirm {
  margin-top: 38.5px;
}

/* line 573, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left, .company.irs.edit .confirm .left {
  margin-bottom: 200px;
}

/* line 576, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left .text-title, .company.irs.edit .confirm .left .text-title {
  font-size: 24px;
  font-weight: 700;
}

/* line 581, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left .time, .company.irs.edit .confirm .left .time {
  font-size: 15px;
  color: #939393;
}

/* line 586, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left .sender, .company.irs.edit .confirm .left .sender {
  margin-top: 5px;
}

/* line 590, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left .content, .company.irs.edit .confirm .left .content {
  margin-top: 30px;
  font-size: 16px;
}

/* line 595, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left .biz-report-title, .company.irs.edit .confirm .left .biz-report-title {
  margin-top: 41px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

/* line 602, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left .icon, .company.irs.edit .confirm .left .icon {
  padding-top: 45px;
}

/* line 606, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .left img, .company.irs.edit .confirm .left img {
  max-width: 100%;
}

/* line 612, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .right .attachments, .company.irs.edit .confirm .right .attachments {
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 10px;
}

/* line 617, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .right .attachments .attachments-title, .company.irs.edit .confirm .right .attachments .attachments-title {
  font-size: 18px;
  font-weight: 400;
}

/* line 622, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .confirm .right .attachments .all-download, .company.irs.edit .confirm .right .attachments .all-download {
  margin-top: 23px;
  padding: 16px 0;
  text-align: center;
  background-color: #00A0E2;
  color: #FFF;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

/* line 636, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .footer, .company.irs.edit .footer {
  padding: 22px 25px 0;
  z-index: 1;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 643, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .footer .cancel, .company.irs.edit .footer .cancel {
  width: 120px;
  color: #000;
  background-color: #FFF;
  border-color: #DDD;
}

/* line 650, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .footer .next, .company.irs.edit .footer .next {
  float: right;
  width: 120px;
}

/* line 656, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .chart-in-preview, .company.irs.edit .chart-in-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 661, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .chart-in-preview .unit-label-in-view, .company.irs.edit .chart-in-preview .unit-label-in-view {
  position: relative;
  top: 20px;
  right: 140px;
  font-size: 13px;
  z-index: 1;
}

/* line 670, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .disclaimer, .company.irs.edit .disclaimer {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 121px;
  padding: 20px 115px 20px 111px;
  height: 780px;
  width: 1100px;
  background-color: #fff3cd;
  border: #DDD 1px solid;
  border-radius: 15px;
}

/* line 681, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .disclaimer .indent, .company.irs.edit .disclaimer .indent {
  text-indent: 1rem;
}

/* line 688, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .note-editor .modal-header, .company.irs.edit .note-editor .modal-header {
  justify-content: center;
  position: relative;
}

/* line 692, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .note-editor .modal-header .modal-title, .company.irs.edit .note-editor .modal-header .modal-title {
  font-size: 1rem;
}

/* line 696, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .note-editor .modal-header .close, .company.irs.edit .note-editor .modal-header .close {
  position: absolute;
  left: 0;
  margin: 0 !important;
}

/* line 704, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .content-label, .company.irs.edit .content-label {
  line-height: 18px;
  font-weight: 600;
  font-size: 17px;
}

/* line 710, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .restrict_explanation, .company.irs.edit .restrict_explanation {
  line-height: 22px;
}

/* line 713, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .restrict_explanation .title, .company.irs.edit .restrict_explanation .title {
  font-size: 15px;
}

/* line 716, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.new .restrict_explanation .detail, .company.irs.edit .restrict_explanation .detail {
  font-size: 14px;
}

/* line 723, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .without-login-header {
  height: 61px;
  line-height: 60px;
  border-bottom: 1px solid #DDD;
}

/* line 728, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .without-login-header img {
  margin-left: 16px;
  width: 29px;
  height: 30px;
}

/* line 734, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .without-login-header .submit {
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 61px;
  cursor: pointer;
}

/* line 744, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .upper-side {
  margin-bottom: 10px;
}

/* line 748, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .sync-filter-tabs {
  margin: 0 auto;
  margin-top: 17px;
}

/* line 753, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .normal-filter-tabs {
  margin-top: 20px;
  margin-left: 43px;
}

/* line 758, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .pl-0 {
  padding-left: 0;
}

/* line 763, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .company-header .company-image {
  width: 52px;
  height: 52px;
  margin-left: 31px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #DDD;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}

/* line 772, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .company-header .company-image.default-icon {
  -o-object-fit: none;
     object-fit: none;
}

/* line 777, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .company-header .company-name {
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  max-width: 500px;
}

/* line 785, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .company-header .svg-icon {
  transform: scale(-1, 1);
}

/* line 789, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .company-header .object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 794, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

/* line 800, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .sender {
  margin-top: 5px;
}

/* line 804, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .content {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
}

/* line 811, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .content h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

/* line 816, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .content h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

/* line 821, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .content h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

/* line 826, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .content h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* line 831, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .content h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

/* line 836, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .content h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* line 842, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .time-and-category {
  font-size: 15px;
  font-weight: 500;
  color: #939393;
}

/* line 847, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .time-and-category .category {
  color: #00A0E2;
}

/* line 852, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .badge {
  vertical-align: super;
}

/* line 856, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .icon {
  padding-top: 5px;
  cursor: pointer;
}

/* line 861, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .reports {
  margin-top: 25px;
}

/* line 864, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .reports a {
  text-decoration: none;
  color: #000;
}

/* line 869, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .reports .panel {
  border: 1px solid #DDD;
  border-radius: 10px;
  height: 209px;
}

/* line 874, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .reports .panel .report-title-wrapper {
  margin-top: 130px;
  border-top: 1px solid #DDD;
}

/* line 878, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .reports .panel .report-title-wrapper .report-title {
  margin: 5px 20px 18px;
}

/* line 885, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .subtitle {
  font-size: 24px;
  font-weight: 600;
}

/* line 890, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments {
  border-top: 1px solid #DDD;
}

/* line 893, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments .title-row {
  height: 32px;
  margin-bottom: 25px;
}

/* line 897, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments .title-row .all-download {
  text-align: center;
  color: #00A0E2;
  font-size: 14px;
  border-radius: 8px;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 905, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments .title-row .all-download:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 910, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments .title-row .all-download .link {
  height: 22px;
}

/* line 913, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments .title-row .all-download .link .icon {
  padding-bottom: 2px;
}

/* line 917, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments .title-row .all-download .link .guide {
  padding: 4px 0;
}

/* line 925, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .attachments .files-field a {
  text-decoration: none;
  color: #000;
}

/* line 932, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .disclaimer {
  border-top: 1px solid #DDD;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #939393;
  white-space: pre-wrap;
}

/* line 940, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .disclaimer .heading {
  font-size: 16px;
}

/* line 943, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .disclaimer .heading .alert-img {
  background-color: #939393;
  mask-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  width: 20px;
  height: 20px;
}

/* line 959, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field {
  padding: 0 5.75px;
}

/* line 965, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_percent .received_percent-value p {
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  color: #939393;
}

/* line 971, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_percent .received_percent-value p span {
  font-family: 'Futura';
  font-size: 24px;
  font-weight: 500;
  color: #343434;
  margin-left: 10px;
}

/* line 978, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_percent .received_percent-value p span small {
  font-size: 14px;
}

/* line 985, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_percent .received_percent-bar {
  height: 14px;
  background-color: #E2E6E8;
}

/* line 989, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_percent .received_percent-bar .progress-bar {
  background: linear-gradient(to right, #54CEFB, #00A0E2 57%, #0F57CA);
  border-radius: 8px;
}

/* line 998, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_stakeholders-icons .received_stakeholder-icon {
  width: 40px;
  height: 40px;
  margin-left: -11px;
  text-align: center;
  background-color: #ECEDEE;
  overflow: hidden;
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  color: #939393;
  border: solid 2px;
}

/* line 1012, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_stakeholders-icons .received_stakeholder-icon:first-of-type {
  margin-left: 0;
}

/* line 1016, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_stakeholders-icons .other-received_stakeholders {
  font-size: 13px;
  font-weight: 500;
  color: #939393;
}

/* line 1023, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .fundoor-received-percent-field .received_stakeholders-button {
  border: 1px solid #DDD;
  border-radius: 18px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}

/* line 1038, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .mufg-received-percent-field {
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 24px;
}

/* line 1043, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .mufg-received-percent-field .situation {
  display: flex;
  justify-content: space-between;
  font-family: "Futura PT";
  font-weight: 450;
}

/* line 1049, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .mufg-received-percent-field .situation .situation-title {
  font-size: 16px;
}

/* line 1053, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .mufg-received-percent-field .situation .situation-value {
  font-size: 18px;
}

/* line 1058, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .mufg-received-percent-field .received_percent-bar {
  height: 10px;
  background-color: #E2E6E8;
}

/* line 1062, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .mufg-received-percent-field .received_percent-bar .progress-bar {
  background: linear-gradient(to right, #54CEFB, #00A0E2 57%, #0F57CA);
  border-radius: 8px;
}

/* line 1068, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-field .mufg-received-percent-field .btn-outline-black {
  background-color: #FFF;
  border-color: #343434;
}

/* line 1075, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-received-stakeholders {
  margin-right: 5px;
  padding: 13px 18px;
  border: #DDD 1px solid;
  font-weight: 300;
  background-color: #FFF;
  outline: none;
  border-radius: 30px;
}

/* line 1084, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.show .btn-received-stakeholders.active {
  border: #343434 1px solid;
  background-color: #f1f1f1;
}

/* line 1092, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.thanks .header {
  display: none;
}

/* line 1096, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.thanks .main-content {
  margin-top: 0;
}

/* line 1100, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.thanks .bar-header {
  margin-bottom: 179px;
  height: 61px;
  line-height: 60px;
}

/* line 1105, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.thanks .bar-header img {
  margin-left: 16px;
  width: 29px;
  height: 30px;
}

/* line 1111, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.thanks .bar-header .title {
  padding-left: 137px;
  font-size: 20px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
}

/* line 1118, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.thanks .bar-header .submit {
  margin-right: 25px;
  width: 165px;
}

/* line 1123, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.thanks .bar-header .progress {
  height: 7px;
}

/* line 1131, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports h1, .company.irs.resendings h1 {
  font-size: 1.625rem;
}

/* line 1135, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports img, .company.irs.resendings img {
  margin-left: 16px;
  width: auto;
  height: 30px;
}

/* line 1141, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports .title, .company.irs.resendings .title {
  padding-left: 139px;
  font-size: 20px;
  font-family: 'Hiragino Sans';
  font-weight: 600;
}

/* line 1148, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports .submit, .company.irs.resendings .submit {
  margin-right: 25px;
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
}

/* line 1160, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .fixed-bottom, .company.irs.reports.confirm .fixed-bottom, .company.irs.resendings.new .fixed-bottom, .company.irs.resendings.confirm .fixed-bottom {
  padding: 22px 24px 25px 23px;
  border-top: 1px solid #DDD;
}

/* line 1164, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .fixed-bottom .back, .company.irs.reports.confirm .fixed-bottom .back, .company.irs.resendings.new .fixed-bottom .back, .company.irs.resendings.confirm .fixed-bottom .back {
  min-width: 120px;
  border: 1px solid #DDD;
  border-radius: 10px;
}

/* line 1170, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .fixed-bottom .next, .company.irs.reports.confirm .fixed-bottom .next, .company.irs.resendings.new .fixed-bottom .next, .company.irs.resendings.confirm .fixed-bottom .next {
  min-width: 120px;
  font-weight: 700;
}

/* line 1176, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .content, .company.irs.reports.confirm .content, .company.irs.resendings.new .content, .company.irs.resendings.confirm .content {
  margin-left: 11px;
}

/* line 1179, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .content .company_ir_ir_stakeholders_checked, .company.irs.reports.confirm .content .company_ir_ir_stakeholders_checked, .company.irs.resendings.new .content .company_ir_ir_stakeholders_checked, .company.irs.resendings.confirm .content .company_ir_ir_stakeholders_checked {
  display: inline-block;
}

/* line 1183, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .content .w-120, .company.irs.reports.confirm .content .w-120, .company.irs.resendings.new .content .w-120, .company.irs.resendings.confirm .content .w-120 {
  width: 120%;
}

/* line 1187, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .content .pt-16, .company.irs.reports.confirm .content .pt-16, .company.irs.resendings.new .content .pt-16, .company.irs.resendings.confirm .content .pt-16 {
  padding-top: 1.6rem;
}

/* line 1191, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .content .custom-control-label, .company.irs.reports.confirm .content .custom-control-label, .company.irs.resendings.new .content .custom-control-label, .company.irs.resendings.confirm .content .custom-control-label {
  padding-left: 25px;
}

/* line 1195, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .content th,
.company.irs.reports.new .content td, .company.irs.reports.confirm .content th,
.company.irs.reports.confirm .content td, .company.irs.resendings.new .content th,
.company.irs.resendings.new .content td, .company.irs.resendings.confirm .content th,
.company.irs.resendings.confirm .content td {
  padding-left: 0;
}

/* line 1201, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .upper-side, .company.irs.reports.confirm .upper-side, .company.irs.resendings.new .upper-side, .company.irs.resendings.confirm .upper-side {
  margin-bottom: 10px;
}

/* line 1206, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports .bar-header, .company.irs.resendings .bar-header {
  margin-bottom: 54px;
  height: 61px;
  line-height: 60px;
}

/* line 1211, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports .bar-header .progress, .company.irs.resendings .bar-header .progress {
  height: 7px;
}

/* line 1215, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports .bar-header .submit, .company.irs.resendings .bar-header .submit {
  display: flex;
}

/* line 1218, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports .bar-header .submit input, .company.irs.resendings .bar-header .submit input {
  border: none;
  background: none;
}

/* line 1226, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new h1, .company.irs.resendings.new h1 {
  font-weight: 600;
  font-size: 24px;
}

/* line 1231, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .sync-fundinno-tab, .company.irs.resendings.new .sync-fundinno-tab {
  margin-left: 108px;
  padding-right: 66px;
}

/* line 1236, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .fundinno-market-participants-check, .company.irs.resendings.new .fundinno-market-participants-check {
  margin-left: 16px;
  padding: 6px 0;
  width: 116%;
  border-top: solid #DDD 1px;
}

/* line 1242, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .fundinno-market-participants-check .company_ir_notify_fundinno_market_participants, .company.irs.resendings.new .fundinno-market-participants-check .company_ir_notify_fundinno_market_participants {
  margin-bottom: 0;
}

/* line 1246, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .fundinno-market-participants-check .first, .company.irs.resendings.new .fundinno-market-participants-check .first {
  padding-top: 12px;
  border-bottom: solid #DDD 1px;
}

/* line 1251, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .fundinno-market-participants-check .second, .company.irs.resendings.new .fundinno-market-participants-check .second {
  padding-top: 17px;
}

/* line 1256, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .filter-tabs-container, .company.irs.resendings.new .filter-tabs-container {
  margin: 0 auto;
  width: 63%;
}

/* line 1260, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .filter-tabs-container.fundinno, .company.irs.resendings.new .filter-tabs-container.fundinno {
  width: 80%;
}

/* line 1265, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .group-amount-filter-container, .company.irs.resendings.new .group-amount-filter-container {
  margin: 0 auto;
  width: 63%;
  display: flex;
  justify-content: flex-end;
}

/* line 1273, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .btn-amount-filter.active, .company.irs.resendings.new .btn-amount-filter.active {
  border: #343434 1px solid;
  background-color: #f1f1f1;
}

/* line 1278, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .btn-amount-filter.disabled, .company.irs.resendings.new .btn-amount-filter.disabled {
  pointer-events: none;
}

/* line 1284, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new #amount-filter-modal .modal-dialog, .company.irs.resendings.new #amount-filter-modal .modal-dialog {
  width: 375px;
}

/* line 1289, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .cant_send, .company.irs.resendings.new .cant_send {
  opacity: 30%;
}

/* line 1295, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .header, .company.irs.resendings.confirm .header {
  display: none;
}

/* line 1299, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .main-content, .company.irs.resendings.confirm .main-content {
  margin-top: 0;
}

/* line 1303, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm h1, .company.irs.resendings.confirm h1 {
  font-weight: 600;
  font-size: 24px;
}

/* line 1308, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .alert, .company.irs.resendings.confirm .alert {
  font-size: 0.875rem;
}

/* line 1312, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .invalid-feedback, .company.irs.resendings.confirm .invalid-feedback {
  font-size: 0.875rem;
}

/* line 1317, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .list-group img, .company.irs.resendings.confirm .list-group img {
  width: auto;
  height: auto;
}

/* line 1323, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .market-participants-notification, .company.irs.resendings.confirm .market-participants-notification {
  padding: 20px 0;
}

/* line 1327, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .pl-0, .company.irs.resendings.confirm .pl-0 {
  padding-left: 0;
}

/* line 1331, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .pl-20, .company.irs.resendings.confirm .pl-20 {
  padding-left: 20px;
}

/* line 1335, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .ml-100, .company.irs.resendings.confirm .ml-100 {
  margin-left: 100px;
}

/* line 1339, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .w-104, .company.irs.resendings.confirm .w-104 {
  width: 104%;
}

/* line 1343, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .mt-20, .company.irs.resendings.confirm .mt-20 {
  margin-top: 20px;
}

/* line 1347, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .mb-16, .company.irs.resendings.confirm .mb-16 {
  margin-bottom: 16px;
}

/* line 1351, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .mb-40, .company.irs.resendings.confirm .mb-40 {
  margin-bottom: 40px;
}

/* line 1356, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .specify-delivery-time-area .time-title, .company.irs.resendings.confirm .specify-delivery-time-area .time-title {
  padding-bottom: 14px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

/* line 1363, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .specify-delivery-time-area .buttons, .company.irs.resendings.confirm .specify-delivery-time-area .buttons {
  padding-top: 16px;
}

/* line 1366, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .specify-delivery-time-area .buttons .specify_label, .company.irs.resendings.confirm .specify-delivery-time-area .buttons .specify_label {
  margin-right: 28px;
  padding-right: 17px;
  padding-left: 17px;
  color: #343434;
}

/* line 1373, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .specify-delivery-time-area .buttons .not_specify_label, .company.irs.resendings.confirm .specify-delivery-time-area .buttons .not_specify_label {
  margin-right: 11px;
  padding-right: 17px;
  padding-left: 17px;
  color: #343434;
}

/* line 1382, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.confirm .company_ir_scheduled_time, .company.irs.resendings.confirm .company_ir_scheduled_time {
  width: 332px;
  display: none;
}

/* line 1391, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.resendings.new .ir-stakeholder-status {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

/* line 1401, app/assets/stylesheets/application/views/company/irs.scss */
.company.irs.reports.new .disabled {
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.index .breadcrumb-container {
  margin-top: 65px;
  margin-bottom: 50px;
  font-size: 14px;
}

/* line 8, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.index .breadcrumb-container .link {
  color: #939393;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.index .breadcrumb-container .icon {
  margin-right: 20px;
  margin-left: 20px;
}

/* line 25, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.index .title {
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.index .table-row {
  position: relative;
}

/* line 35, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.replaced_email .caution {
  color: #E6230D;
}

/* line 39, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.replaced_email .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 16px;
}

/* line 46, app/assets/stylesheets/application/views/company/irs/stakeholders.scss */
.company.irs.stakeholders.replaced_email .item-name {
  font-size: 16px;
  overflow-wrap: break-word;
}

/* line 2, app/assets/stylesheets/application/views/company/summaries.scss */
.company.summaries .page_title {
  padding: 30px 20px 0px 20px;
  font-size: 32px;
}

/* line 8, app/assets/stylesheets/application/views/company/summaries.scss */
.company.summaries .modal-header .close {
  padding: 0.3rem 0 0 0;
  margin: 0 !important;
}

/* line 15, app/assets/stylesheets/application/views/company/summaries.scss */
.company.summaries .modal-body .note-group-image-url {
  display: none;
}

/* line 20, app/assets/stylesheets/application/views/company/summaries.scss */
.company.summaries .modal-footer {
  display: none;
}

/* line 24, app/assets/stylesheets/application/views/company/summaries.scss */
.company.summaries .fundinno-color {
  color: #242a5e;
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

/* line 30, app/assets/stylesheets/application/views/company/summaries.scss */
.company.summaries .example-company-name {
  margin: -1.4rem 0 0 4.5rem;
  font-size: 0.75rem;
}

/* line 35, app/assets/stylesheets/application/views/company/summaries.scss */
.company.summaries .example-company-text {
  font-size: 1rem;
  line-height: 1.846rem;
  padding: 1.538rem;
  margin-bottom: 1.538rem;
}

/* line 2, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index {
  letter-spacing: 0;
}

/* line 6, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .underline-link {
  color: #00A0E2;
  border-bottom: 1px solid #00A0E2;
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .underline-link:hover {
  border-bottom: none;
}

/* line 16, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .container-custom {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 160px;
  padding-left: 0;
  padding-right: 0;
}

/* line 25, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .container-custom .title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 32, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .container-custom .tab-nav {
  margin-bottom: 20px;
}

/* line 35, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .container-custom .tab-nav .nav-link {
  margin-right: 32px;
}

/* line 42, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications {
  table-layout: fixed;
  font-size: 0.812rem;
}

/* line 46, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications th {
  height: 50px;
}

/* line 50, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications td {
  height: 75px;
}

/* line 54, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications th, .company.stakeholder_change_notifications.index .table-wrapper .table-notifications td {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  cursor: auto;
}

/* line 63, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications .col-name {
  padding-right: 30px;
  width: 230px;
}

/* line 68, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications .col-notified-on {
  padding-right: 30px;
  width: 180px;
}

/* line 73, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications .col-confirmed-on {
  padding-right: 30px;
  width: 180px;
}

/* line 78, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications .col-status {
  padding-right: 0;
  width: 549px;
}

/* line 83, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications .col-detail {
  padding-right: 0;
  width: 65px;
}

/* line 89, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications .select-status .form-group {
  margin-bottom: 0;
}

/* line 93, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications .select-status .form-control {
  width: 395px;
  border: 1px solid #DDD;
  color: #939393;
  border-radius: 12px;
  font-size: 0.875rem;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 108, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications-viewing-only .col-name {
  padding-right: 70px;
  width: 270px;
}

/* line 113, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications-viewing-only .col-notified-on {
  padding-right: 70px;
  width: 220px;
}

/* line 118, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications-viewing-only .col-confirmed-on {
  padding-right: 70px;
  width: 220px;
}

/* line 123, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications-viewing-only .col-status {
  padding-right: 70px;
  width: 406px;
}

/* line 128, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .table-wrapper .table-notifications-viewing-only .col-detail {
  padding-right: 0;
  width: 85px;
}

/* line 136, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box {
  border: 1px solid #DDD;
  border-radius: 15px;
  min-height: 100px;
  padding: 20px 32px;
  margin-bottom: 20px;
}

/* line 143, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box .caption-area {
  display: table;
  margin-bottom: 10px;
  line-height: 12px;
  font-size: 0.75rem;
  color: #939393;
  text-align: center;
}

/* line 151, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box .caption-area .caption {
  display: table-cell;
  width: 240px;
}

/* line 156, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box .caption-area .spacer {
  display: table-cell;
  width: 66px;
}

/* line 162, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box .detail-area {
  display: table;
  font-size: 0.875rem;
  line-height: 18px;
  text-align: center;
  min-height: 36px;
}

/* line 169, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box .detail-area .detail {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
}

/* line 175, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box .detail-area .spacer {
  display: table-cell;
  width: 66px;
  vertical-align: middle;
}

/* line 181, app/assets/stylesheets/application/views/company/stakeholder_change_notifications.scss */
.company.stakeholder_change_notifications.index .modal-body .box .detail-area i {
  color: #00A0E2;
}

/* line 1, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles {
  letter-spacing: 0;
}

/* line 5, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .container-custom {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 160px;
  padding-left: 0;
  padding-right: 0;
}

/* line 14, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .container-custom .title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 37px;
}

/* line 21, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .container-custom .tab-nav {
  margin-bottom: 20px;
}

/* line 24, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .container-custom .tab-nav .nav-link {
  margin-right: 30px;
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .container-custom .tab-nav .active {
  font-weight: 700;
}

/* line 35, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper {
  margin-left: -16px;
  margin-right: -16px;
}

/* line 39, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles {
  table-layout: fixed;
  font-size: 0.812rem;
  line-height: 1;
}

/* line 44, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles th {
  padding: 21px 0 17px;
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles td {
  padding: 21px 0;
}

/* line 53, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-name {
  padding-right: 30px;
  width: 130px;
}

/* line 58, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-workplace {
  padding-right: 30px;
  width: 230px;
}

/* line 63, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-job {
  padding-right: 30px;
  width: 130px;
}

/* line 68, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-age {
  padding-right: 30px;
  width: 71px;
}

/* line 73, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-specialty {
  padding-right: 20px;
  width: 120px;
}

/* line 78, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-specialty-text {
  padding-right: 30px;
  width: 184px;
}

/* line 83, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-bio {
  padding-right: 30px;
  width: 180px;
}

/* line 88, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.index .table-wrapper .table-profiles .col-free-text {
  padding-right: 0;
  width: 150px;
}

/* line 97, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card, .company.stakeholder_profiles.show .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.stakeholder_profiles.show .connection-card, .company.stakeholder_profiles.show .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.stakeholder_profiles.show .connection-card, .company.stakeholder_profiles.show .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.stakeholder_profiles.show .connection-card, .company.stakeholder_profiles.show .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.stakeholder_profiles.show .connection-card {
  border-radius: 15px;
}

/* line 101, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body {
  padding: 25px 30px;
}

/* line 104, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box {
  padding: 25px 0 21px;
  border-bottom: 1px solid #DDD;
}

/* line 108, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box:first-of-type {
  padding-top: 0;
}

/* line 112, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 117, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box .caption {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

/* line 124, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box .detail {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 129, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box .detail p:last-of-type {
  margin-bottom: 0;
}

/* line 135, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box .detail-specialty {
  width: 180px;
  margin-right: 30px;
}

/* line 140, app/assets/stylesheets/application/views/company/stakeholder_profiles.scss */
.company.stakeholder_profiles.show .card-body .profile-box .detail-specialty-text {
  width: 928px;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .main-content {
  overflow: visible;
}

/* line 7, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding {
  padding-bottom: 10rem;
}

/* line 11, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .request-update-transfers {
  background-color: #F2F8FC;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}

/* line 17, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .request-update-transfers .help-link {
  padding-bottom: 2px;
}

/* line 22, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .template-alert {
  top: 110px;
  margin-left: 25%;
  width: 50%;
}

/* line 27, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .template-alert .alert.alert-default {
  background-color: #343434;
  color: #FFF;
  z-index: 10;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 34, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .template-alert .alert.alert-default .close {
  font-size: 1rem;
  margin-left: auto;
  opacity: 0.8;
  position: inherit;
  padding-top: 0.5rem;
  text-decoration: underline;
  text-shadow: 0 1px 0 #FFF;
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .template-alert {
  display: none;
}

/* line 51, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding {
  width: 1200px;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
  line-height: 1;
  padding-top: 35px;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 58, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .btn, .company.stock_option_exercise_infos.index .container-custom-padding .component-v2 .btn-primary-w100-p3, .company.stock_option_exercise_infos.index .container-custom-padding .company.financial_reports.edit .btn-primary-w100-p3, .company.stock_option_exercise_infos.index .container-custom-padding .company.kpis .btn-primary-w100-p3, .component-v2 .company.stock_option_exercise_infos.index .container-custom-padding .btn-primary-w100-p3, .company.financial_reports.edit .company.stock_option_exercise_infos.index .container-custom-padding .btn-primary-w100-p3, .company.kpis .company.stock_option_exercise_infos.index .container-custom-padding .btn-primary-w100-p3 {
  font-family: 'futura-pt';
  letter-spacing: 0.03rem;
}

/* line 63, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .title {
  font-size: 2rem;
  height: 32px;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 1;
}

/* line 75, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .search-form .input-group #input_search {
  background: linear-gradient(#BDBDBD, #BDBDBD);
  background-size: 1px 50%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
}

/* line 83, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .search-form .input-group #tran_on_search {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

/* line 89, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  margin-bottom: 0;
  background-color: #F7F7F7;
  border: none;
}

/* line 97, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 14px;
}

/* line 102, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text .icon-search::before {
  padding: 1px;
  height: 28px;
  width: 28px;
}

/* line 108, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text .icon-calendar {
  transform: scale(1);
  font-size: 18px;
}

/* line 115, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .search-form .input-group input.form-control {
  background-color: #F7F7F7;
  font-size: 0.875rem;
  font-family: 'futura-pt';
  font-weight: 500;
  width: 184px;
  border: none;
}

/* line 126, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 129, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .dropdown-auto-open:hover > .dropdown-menu .disabled {
  pointer-events: none;
  opacity: 0.65;
}

/* line 137, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .dropleft .dropdown-item::before {
  display: none;
}

/* line 145, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .dropright .dropdown-item::after {
  display: none;
}

/* line 151, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-top {
  background-color: #F7F7F7;
  border-radius: 15px;
  display: flex;
  padding: 30px 40px;
  line-height: 22px;
  margin: 16px 0 21px 0;
}

/* line 159, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-top .content {
  margin-left: 35px;
}

/* line 162, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-top .content .title {
  font-family: 'Hiragino Sans';
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

/* line 169, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-top .content .detail {
  font-family: 'Hiragino Sans';
  font-weight: 300;
  font-size: 0.875rem;
  margin: 15px 0 20px 0;
}

/* line 179, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-modal .modal-body {
  font-family: 'Hiragino Sans';
  font-weight: 300;
  padding-top: 10px;
}

/* line 185, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-modal .message {
  padding-bottom: 18px;
}

/* line 189, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-modal .stakeholder-info {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 15px 10px 0 20px;
}

/* line 194, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .notify-modal .stakeholder-info .list-title {
  font-size: 0.875rem;
  color: #939393;
  margin-bottom: 10px;
}

/* line 202, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .not-registered {
  line-height: 1.5;
  font-family: "futura-pt";
  letter-spacing: 0.03rem;
  margin: 0 -40px;
}

/* line 210, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .stockholders-nav .tab-nav {
  margin-bottom: 18px;
}

/* line 213, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .stockholders-nav .tab-nav .nav-link {
  font-size: 18px;
  margin-right: 30px;
  font-weight: 500;
  font-family: 'futura-pt';
}

/* line 220, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .container-custom-padding .stockholders-nav .tab-nav .active {
  font-weight: 700;
}

@media (max-width: 1340px) {
  /* line 51, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
  .company.stock_option_exercise_infos.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 237, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-dialog {
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: 'futura-pt';
}

/* line 245, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index #modal-delete-form .beauty-checkbox .beauty-checkbox__checkmark {
  border: solid 1px #c9c9c9;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 250, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index #modal-delete-form .beauty-checkbox .beauty-checkbox__checkmark::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.625rem;
}

/* line 264, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index #modal-delete-form .beauty-checkbox .text {
  margin-left: 36px;
}

/* line 270, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area {
  width: 100%;
  margin-top: 8px;
}

/* line 274, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .narrowing-down-button {
  width: 106px;
  height: 32px;
  padding: 0px 12px 0px 12px;
  gap: 4px;
  border: 1px solid #343434;
  border-radius: 32px;
  opacity: 0px;
  font-size: 12px;
  color: black;
  text-decoration: none;
  background-color: #FFF;
  outline: none;
}

/* line 288, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .narrowing-down-button:hover {
  background-color: #F2F2F2;
}

/* line 293, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .narrowing-down-button--clear:hover {
  background-color: #FFF;
  color: #DDD;
  border: 1px solid #DDD;
}

/* line 301, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .clear-button {
  width: 106px;
  height: 32px;
  padding: 0px 12px 0px 12px;
  gap: 4px;
  border: 1px solid #DDD;
  border-radius: 32px;
  opacity: 0px;
  font-size: 12px;
  color: #DDD;
  text-decoration: none;
  background-color: #FFF;
  outline: none;
}

/* line 316, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .filtering-button {
  width: 106px;
  height: 32px;
  padding: 0px 12px 0px 12px;
  gap: 4px;
  border: 1px solid #343434;
  border-radius: 32px;
  opacity: 0px;
  font-size: 12px;
  color: black;
  text-decoration: none;
  background-color: #F2F2F2;
  outline: none;
}

/* line 331, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .stakeholder-count-message {
  color: #828282;
}

/* line 335, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .narrowing-down-condition-area {
  width: 800px;
  padding-top: 16px;
  gap: 10px;
  opacity: 0px;
  color: #343434;
  font-size: 14px;
}

/* line 343, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .narrowing-down-area .narrowing-down-condition-area .narrowing-down-condition-child {
  margin-right: 8px;
  font-style: normal;
  font-weight: 450;
  line-height: 160%;
}

/* line 352, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list {
  padding-top: 20px;
  margin-bottom: 80px;
}

/* line 356, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-area {
  border-bottom: 1.5px solid #DDD;
  color: black;
  width: 100%;
}

/* line 362, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list a.info-area:hover,
.company.stock_option_exercise_infos.index .exercise-info-list a.info-area:focus {
  text-decoration: none;
  background-color: #F7F7F7;
  border-bottom: 1.5px solid #F7F7F7;
}

/* line 369, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-header {
  padding: 10px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  display: flex;
}

/* line 378, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--padding {
  padding: 20px 10px;
}

/* line 382, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--padding-x {
  padding: 0 10px;
}

/* line 386, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--padding-left {
  padding-left: 10px;
}

/* line 390, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--padding-y {
  padding: 20px 0;
}

/* line 394, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--name {
  width: 157px;
}

/* line 397, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--name .stakeholder-name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 405, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--name-header {
  width: 157px;
  font-size: 14px;
}

/* line 410, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--exercise-date {
  width: 158px;
  font-size: 14px;
}

/* line 415, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--exercise-date-header {
  width: 158px;
  font-size: 14px;
}

/* line 420, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--stock-type {
  width: 134px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 428, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--stock-type-header {
  width: 134px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 436, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--so-type {
  width: 110px;
  font-size: 14px;
}

/* line 441, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--so-type-header {
  width: 110px;
  font-size: 14px;
}

/* line 446, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--so-name {
  width: 159px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 454, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--so-name-header {
  width: 159px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 462, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--conversion-shares {
  width: 120px;
  font-size: 14px;
}

/* line 467, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--conversion-shares-header {
  width: 120px;
  font-size: 14px;
}

/* line 472, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--exercise-price {
  width: 152px;
  font-size: 14px;
}

/* line 477, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--exercise-price-header {
  width: 152px;
  font-size: 14px;
}

/* line 482, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--custody-consignee {
  width: 200px;
  font-size: 14px;
}

/* line 487, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .info-sell--custody-consignee-header {
  width: 200px;
  font-size: 14px;
}

/* line 493, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .sort_link {
  display: flex;
  align-items: center;
}

/* line 497, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .sort_link .sort-text {
  font-size: 0.812rem;
  height: 13px;
  line-height: 13px;
}

/* line 503, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .sort_link .sort-icon {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  margin: 0;
}

/* line 511, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .sort_link .sort-icon .arrow {
  height: 10px;
  width: 8px;
}

/* line 517, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .exercise-info-list .sort_link .sort-icon-hover {
  padding: 5px 6px;
  background-color: #F7F7F7;
}

/* line 524, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .not-find {
  padding: 40px 0;
}

/* line 527, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .not-find .not-find-icon {
  width: 52px;
  height: 50px;
}

/* line 532, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .not-find .not-find-message {
  color: #939393;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* line 542, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent {
  max-height: 680px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
}

/* line 551, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-title {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #DDD;
  text-align: center;
  font-family: Hiragino Sans;
  color: #343434;
  font-weight: 600;
  line-height: 22px;
  font-size: 16px;
}

/* line 563, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body {
  height: 540px;
  padding: 20px 20px 40px 20px;
  gap: 61px;
}

/* line 568, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-form {
  margin-bottom: 24px;
}

/* line 571, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-form--margin-bottom-zero {
  margin-bottom: 0;
}

/* line 576, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-label {
  width: 100%;
  margin-bottom: 8px;
  opacity: 0px;
  font-family: Hiragino Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

/* line 587, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-text-field {
  padding: 16px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #DDD;
}

/* line 593, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-text-field--name {
  width: 570px;
}

/* line 597, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-text-field--exercise-info-date {
  width: 200px;
  height: 53px;
}

/* line 603, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .wavy-line {
  margin: 0 10px;
  height: 53px;
}

/* line 608, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .icon-style {
  font-size: 28px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* line 615, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .validation-message-parent {
  height: 24px;
}

/* line 618, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .validation-message-parent .validation-message {
  color: #E6230D;
  font-family: "Futura PT";
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: 160%;
}

/* line 628, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .so-select {
  width: 327px;
  height: 56px;
  padding: 12px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #DDD;
}

/* line 637, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-check-button {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 16px;
  outline: none;
}

/* line 643, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-check-button .modal-check-button-child {
  margin: 4px;
  border: 1px solid #C9C9C9;
  font-size: 24px;
}

/* line 650, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-body .modal-form:last-child {
  margin-bottom: 0;
}

/* line 655, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-links {
  height: 88px;
  padding: 20px;
  border-top: 1px solid #DDD;
}

/* line 660, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-links .cancel-button {
  display: flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--Corner-Small, 8px);
  border: 1px solid #343434;
  background-color: #FFF;
  color: #343434;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}

/* line 679, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .modal-parent .modal-links .cancel-button:hover {
  border: 1px solid #DDD;
  color: #DDD;
}

/* line 687, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .pagination {
  margin-top: 24px;
}

/* line 692, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index #alert_Illegal_data a {
  color: #E6230D;
  text-decoration: underline;
}

/* line 698, app/assets/stylesheets/application/views/company/stock_option_exercise_infos.scss */
.company.stock_option_exercise_infos.index .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges.new .form-group.form-group-float {
  height: 51px;
}

/* line 6, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges.new .form-group.form-group-float select {
  height: 100%;
}

/* line 11, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .center {
  margin-left: auto;
  margin-right: auto;
}

/* line 15, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .members-table {
  width: 80%;
  text-align: center;
  table-layout: fixed;
}

/* line 20, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .members-table .form-group.form-group-float {
  height: auto;
}

/* line 24, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .members-table .one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 30, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .select-members-text-cell {
  height: 70px;
}

/* line 33, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .select-members-input-cell {
  padding-top: 1.25rem;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 39, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .table-border {
  border-top: solid 1px #DDD;
}

/* line 43, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .members-header {
  height: 80px;
}

/* line 48, app/assets/stylesheets/application/views/company/stock_exchanges.scss */
.company.stock_exchanges .confirm-select-member-component {
  display: block;
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  border-top: solid 1px #DDD;
  padding-top: 2rem;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.index .tag-btn {
  color: #343434;
  border-color: #939393;
  font-weight: 500;
  font-size: 10px;
}

/* line 10, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.index .text-desc {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Hiragino Sans';
}

/* line 18, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .rounded-stock-type-mark {
  vertical-align: bottom;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: #DDD;
  display: inline-block;
}

/* line 28, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .container-custom-padding {
  padding: 38px 0;
}

/* line 32, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .other-clauses {
  display: none;
}

/* line 36, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .stock-type-header {
  margin-top: 64px;
}

/* line 39, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .stock-type-header .stock-type-title {
  font-family: 'Hiragino Sans';
  font-size: 2rem;
  font-weight: 600;
  margin-right: 24px;
}

/* line 47, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper {
  margin-top: 64px;
}

/* line 50, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .stockholder-list {
  line-height: 58px;
}

/* line 54, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .stockholder-list .information-icon .dropdown {
  line-height: 25px;
}

/* line 60, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .section-title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 24px;
}

/* line 66, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .section-clause {
  line-height: 38px;
}

/* line 69, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .section-clause .clause-count {
  margin-left: 24px;
  font-weight: 400;
  font-size: 16px;
}

/* line 76, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .clause-content {
  font-weight: 300;
  font-size: 16px;
  border-radius: 8px;
  background-color: #F7F7F7;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 20px;
}

/* line 86, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .item-label {
  font-weight: 600;
  font-size: 18px;
}

/* line 91, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .item-value {
  font-weight: 400;
  font-size: 16px;
}

/* line 97, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.show .section-wrapper .content.mt {
  margin-top: 24px;
}

/* line 105, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .section-title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
}

/* line 112, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .section-desc, .company.stock-types.new .text-desc {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Hiragino Sans';
}

/* line 118, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .group-title {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Hiragino Sans';
}

/* line 124, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new #company_stock_type_name, .company.stock-types.new #company_stock_type_number_of_voting, .company.stock-types.new select.title-key, .company.stock-types.new #company_stock_type_share_unit_number {
  width: 350px;
}

/* line 128, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new select.unselected {
  color: #939393;
}

/* line 132, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .clause-group {
  clear: both;
}

/* line 135, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .clause-group .delete-link {
  width: 68px;
  line-height: 48px;
  padding: 0;
  font-size: 14px;
}

/* line 143, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new #add-clause-button {
  clear: both;
  display: block;
}

/* line 149, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .attachments .drop-zone {
  padding: 2rem 0;
  border: 1px dashed #BDBDBD;
  border-radius: 8px;
  width: 100%;
}

/* line 156, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .attachments .files-wrapper {
  min-height: 40px;
}

/* line 159, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .attachments .files-wrapper a {
  text-decoration: none;
}

/* line 163, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .attachments .files-wrapper .files-note {
  padding-left: 20px;
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 180px;
  width: 100%;
}

/* line 171, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .attachments .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 181, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .submitting {
  height: 560px;
  text-align: center;
}

/* line 185, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .submitting .title {
  font-size: 18px;
}

/* line 189, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .submitting .loading-wrapper {
  height: 400px;
}

/* line 194, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .footer {
  padding: 22px 25px 0;
  z-index: 1;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 201, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .footer .cancel {
  width: 120px;
  color: #000;
  background-color: #FFF;
  border-color: #DDD;
}

/* line 208, app/assets/stylesheets/application/views/company/stock_types.scss */
.company.stock-types.new .footer .next {
  float: right;
  width: 120px;
}

/* line 2, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index {
  letter-spacing: 0;
}

/* line 5, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .full-screen-form-page {
  height: 100%;
  width: 100%;
}

/* line 9, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-header {
  font-family: "Hiragino Sans";
  padding: 15px 15px 14px 15px;
  border-bottom: 1px solid #DDD;
}

/* line 14, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-header div:nth-last-child(2) {
  line-height: 1.6;
}

/* line 19, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .full-screen-form-page .progress {
  height: 7px;
}

/* line 23, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .full-screen-form-page h4 {
  font-family: "Hiragino Sans";
  line-height: 1;
}

/* line 28, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  z-index: 1030;
  background-color: #FFF;
}

/* line 40, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer .btn, .company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer .component-v2 .btn-primary-w100-p3, .company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer .company.financial_reports.edit .btn-primary-w100-p3, .company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer .company.kpis .btn-primary-w100-p3, .component-v2 .company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.kpis .company.stockholders.transfer_stakeholders.index .full-screen-form-page .form-footer .btn-primary-w100-p3 {
  font-family: "Futura PT";
  border-radius: 10px;
}

/* line 49, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .custom-control {
  min-height: 28px;
}

/* line 54, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .custom-control-label::before, .company.stockholders.transfer_stakeholders.index .custom-control-label::after {
  top: 50%;
  height: 28px;
  width: 28px;
}

/* line 62, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .name-container {
  font-family: "Hiragino Sans";
  margin-bottom: 40px;
}

/* line 66, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .name-container p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

/* line 73, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .stakeholder-name {
  width: 290px;
  text-align: center;
  font-size: 1.25rem;
}

/* line 79, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .not-selected {
  color: #939393;
}

/* line 83, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .ion-chevron-right {
  margin: 0 77px;
  font-size: 1rem;
}

/* line 88, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .search-container {
  width: 967px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}

/* line 95, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .selected-stakeholder {
  color: #DDD;
}

/* line 99, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper {
  max-width: 1015px;
  font-weight: 500;
}

/* line 103, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-door {
  width: 100%;
}

/* line 107, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders {
  line-height: 1.7;
  font-size: 1rem;
}

/* line 111, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders thead {
  font-family: "Hiragino Sans";
  font-weight: 400;
}

/* line 116, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th,
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td {
  padding: 13px 30px 13px 0;
  font-weight: 500;
}

/* line 121, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(1), .company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(8),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(1),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(8) {
  padding: 12px;
  max-width: 0;
}

/* line 127, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(2),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(2) {
  padding: 13px 0;
  width: 62px;
}

/* line 132, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(3),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(3) {
  font-family: "Hiragino Sans";
  font-weight: 400;
  width: 250px;
}

/* line 138, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(4),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(4) {
  width: 235px;
}

/* line 141, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(4) .nothing,
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(4) .nothing {
  font-family: "Hiragino Sans";
  font-weight: 400;
}

/* line 147, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(5),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(5) {
  width: 160px;
}

/* line 151, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(6),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(6) {
  font-family: "Hiragino Sans";
  font-weight: 400;
  width: 135px;
}

/* line 157, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders th:nth-child(7),
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders td:nth-child(7) {
  max-width: 125px;
  padding-right: 0;
}

/* line 163, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-stockholders .stockholder-name-spacer {
  line-height: 3.7;
}

/* line 168, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .table-fixed {
  table-layout: fixed;
  margin-bottom: 100px;
}

/* line 173, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .not-find {
  padding-top: 120px;
}

/* line 176, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .table-wrapper .not-find .not-find-message {
  color: #BDBDBD;
}

/* line 182, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 194, app/assets/stylesheets/application/views/company/stockholders/transfer_stakeholders.scss */
.company.stockholders.transfer_stakeholders.index .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new, .company.stockholders.stock_transfers.stock_transfers.confirm {
  letter-spacing: 0;
}

/* line 6, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page {
  height: 100%;
  width: 100%;
}

/* line 10, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-header, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-header {
  font-family: "Hiragino Sans";
  padding: 15px 15px 14px 15px;
  border-bottom: 1px solid #DDD;
}

/* line 15, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-header div:nth-last-child(2), .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-header div:nth-last-child(2) {
  line-height: 1.6;
}

/* line 20, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .progress, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .progress {
  height: 7px;
}

/* line 24, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page h4, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page h4 {
  font-family: "Hiragino Sans";
  line-height: 1;
}

/* line 29, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  z-index: 1030;
  background-color: #FFF;
}

/* line 41, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer .btn, .company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer .component-v2 .btn-primary-w100-p3, .company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer .company.financial_reports.edit .btn-primary-w100-p3, .company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer .company.kpis .btn-primary-w100-p3, .component-v2 .company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.kpis .company.stockholders.stock_transfers.stock_transfers.new .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer .btn, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer .component-v2 .btn-primary-w100-p3, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer .company.financial_reports.edit .btn-primary-w100-p3, .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer .company.kpis .btn-primary-w100-p3, .component-v2 .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.kpis .company.stockholders.stock_transfers.stock_transfers.confirm .full-screen-form-page .form-footer .btn-primary-w100-p3 {
  font-family: "Futura PT";
  border-radius: 10px;
}

/* line 50, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .form-group {
  margin-bottom: 20px;
}

/* line 54, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .input-group-text {
  border-radius: 0 8px 8px 0;
  color: #939393;
}

/* line 59, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .simple_form {
  width: 600px;
  margin: 0 auto;
}

/* line 63, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .simple_form .form-control {
  border-radius: 8px;
  height: 54px;
}

/* line 68, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .simple_form .border-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 75, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .simple_form .invalid-container {
  margin-bottom: 1rem;
}

/* line 78, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .simple_form .invalid-container .invalid-feedback {
  margin-top: -0.75rem;
  display: none;
}

/* line 85, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .simple_form .quantity-container .input-group-text {
  height: 54px;
}

/* line 90, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.new .simple_form textarea {
  padding: 17px 13px;
  min-height: 110px !important;
}

/* line 98, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .form-body {
  padding-top: 45px;
}

/* line 102, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info {
  width: 695px;
}

/* line 105, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .card, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card {
  border-radius: 15px;
}

/* line 108, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .card p, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.new .connection-card p, .company.stockholder_meetings.stockholders.new .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card p, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.en_new .connection-card p, .company.stockholder_meetings.stockholders.en_new .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card p, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.confirm .connection-card p, .company.stockholder_meetings.stockholders.confirm .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card p, .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .company.stockholder_meetings.stockholders.en_confirm .connection-card p, .company.stockholder_meetings.stockholders.en_confirm .company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .connection-card p {
  font-family: "Hiragino Sans";
  font-weight: 300;
  padding: 20px 15px;
  line-height: 1.5;
  margin: 0;
  min-height: 112px;
}

/* line 118, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info hr {
  margin: 20px 0;
}

/* line 122, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .separator {
  margin: 24px 10px;
}

/* line 126, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .amount {
  margin-bottom: 35px;
  padding: 25px 20px;
}

/* line 130, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .amount h5 {
  font-family: "Hiragino Sans";
  font-size: 1.25rem;
  max-width: 288px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 13px;
  line-height: 23px;
}

/* line 141, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .amount h6 {
  width: 190px;
  font-size: 1.875rem;
  line-height: 0.9;
}

/* line 146, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .amount h6 span {
  font-weight: normal;
  font-size: 1rem;
}

/* line 152, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .amount i {
  margin: 0 40px;
}

/* line 156, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .amount .gray-text {
  font-family: "Hiragino Sans";
  font-size: 1rem;
  color: #939393;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}

/* line 166, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .transfer-info .transfer-description {
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

/* line 176, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .modal .modal-body {
  font-family: "Hiragino Sans";
  font-weight: 300;
  line-height: 1.5;
}

/* line 181, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .modal .modal-body ul {
  padding-left: 20px;
  margin-bottom: 0;
}

/* line 188, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .modal .modal-footer .simple_form {
  margin-bottom: 0;
}

/* line 194, app/assets/stylesheets/application/views/company/stockholders/stock_transfers.scss */
.company.stockholders.stock_transfers.stock_transfers.confirm .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 3, app/assets/stylesheets/application/views/company/stockholders/treasury_stock_cancels.scss */
#treasury_stock_cancel_modal .simple_form .invalid-container {
  margin-bottom: 1rem;
}

/* line 7, app/assets/stylesheets/application/views/company/stockholders/treasury_stock_cancels.scss */
#treasury_stock_cancel_modal .simple_form .invalid-container .invalid-feedback {
  margin-top: -0.75rem;
  display: none;
}

/* line 1, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files {
  font-family: 'Futura PT', 'Hiragino Sans';
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
  .company.stockholders.contract-files .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* line 12, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card {
  position: relative;
  width: 571px;
  height: 260px;
  border: 1px solid #DDD;
  border-radius: 18px;
}

/* line 19, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .thumb {
  position: relative;
  display: flex;
  width: 40%;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

/* line 28, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .thumb img {
  max-height: 220px;
  max-width: 80%;
}

/* line 34, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .preview-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 42, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .file-name {
  color: #343434;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .detail {
  border-left: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  width: 60%;
  overflow-x: auto;
  box-sizing: unset;
}

/* line 56, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .detail h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  word-wrap: break-word;
}

/* line 63, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .detail .at {
  font-size: 16px;
  color: #939393;
  font-weight: 300;
}

/* line 69, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .detail .btns {
  margin-top: auto;
  margin-bottom: 20px;
}

/* line 73, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .detail .btns .btn, .company.stockholders.contract-files .contract-file-card .detail .btns .component-v2 .btn-primary-w100-p3, .company.stockholders.contract-files .contract-file-card .detail .btns .company.financial_reports.edit .btn-primary-w100-p3, .company.stockholders.contract-files .contract-file-card .detail .btns .company.kpis .btn-primary-w100-p3, .component-v2 .company.stockholders.contract-files .contract-file-card .detail .btns .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.contract-files .contract-file-card .detail .btns .btn-primary-w100-p3, .company.kpis .company.stockholders.contract-files .contract-file-card .detail .btns .btn-primary-w100-p3 {
  font-weight: 500;
  margin-right: 0;
}

/* line 78, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .detail .btns .btn.download, .company.stockholders.contract-files .contract-file-card .detail .btns .component-v2 .download.btn-primary-w100-p3, .company.stockholders.contract-files .contract-file-card .detail .btns .company.financial_reports.edit .download.btn-primary-w100-p3, .company.stockholders.contract-files .contract-file-card .detail .btns .company.kpis .download.btn-primary-w100-p3, .component-v2 .company.stockholders.contract-files .contract-file-card .detail .btns .download.btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.contract-files .contract-file-card .detail .btns .download.btn-primary-w100-p3, .company.kpis .company.stockholders.contract-files .contract-file-card .detail .btns .download.btn-primary-w100-p3 {
  padding: 8px 16px;
  margin-left: auto;
}

/* line 83, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files .contract-file-card .detail .btns .btn.delete, .company.stockholders.contract-files .contract-file-card .detail .btns .component-v2 .delete.btn-primary-w100-p3, .company.stockholders.contract-files .contract-file-card .detail .btns .company.financial_reports.edit .delete.btn-primary-w100-p3, .company.stockholders.contract-files .contract-file-card .detail .btns .company.kpis .delete.btn-primary-w100-p3, .component-v2 .company.stockholders.contract-files .contract-file-card .detail .btns .delete.btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.contract-files .contract-file-card .detail .btns .delete.btn-primary-w100-p3, .company.kpis .company.stockholders.contract-files .contract-file-card .detail .btns .delete.btn-primary-w100-p3 {
  padding: 8px 32px;
  margin-left: 16px;
}

/* line 92, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files.index .select-btn {
  margin-bottom: 14px;
}

/* line 96, app/assets/stylesheets/application/views/company/stockholders/contract_files.scss */
.company.stockholders.contract-files.index .non-modal-uploader {
  margin-bottom: 102px;
}

@media (min-width: 992px) {
  /* line 3, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
  .company.stockholders.exercise-management-histories.index .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* line 10, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .nav-link.disabled {
  color: #939393;
}

/* line 14, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .download-link {
  color: inherit;
}

/* line 18, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .download-btn {
  display: inline-block;
}

/* line 20, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .download-btn::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/download-347c30d3315f409a85c9a3aa025178530364759ee09b4f6183efc8dda5f2042b.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  transition: 0.3s;
}

/* line 30, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .download-btn:hover::after {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/download-hover-a76f71ccc1066daacdfb88c4d7cb783e97b5f558a918824675442fdd25a76966.svg);
  transition: 0.3s;
}

/* line 37, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .table-wrapper table thead tr th.text-center {
  padding-right: 12px;
}

/* line 39, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .table-wrapper table thead tr th.text-center .head-item {
  justify-content: center;
}

/* line 49, app/assets/stylesheets/application/views/company/stockholders/exercise_management_histories.scss */
.company.stockholders.exercise-management-histories.index .table-wrapper .table-stockholders tbody .stakeholder-row td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  white-space: pre-wrap;
  min-height: auto;
}

/* line 4, app/assets/stylesheets/application/views/company/stockholders/profile_histories/destructions.scss */
.company.stockholders.profile_histories.destructions.new .component-v2 textarea.form-control, .company.stockholders.profile_histories.destructions.new .company.financial_reports.edit textarea.form-control, .company.stockholders.profile_histories.destructions.new .company.kpis textarea.form-control {
  height: auto;
}

/* line 10, app/assets/stylesheets/application/views/company/stockholders/profile_histories/destructions.scss */
.company.stockholders.profile_histories.destructions.publish .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 1, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files {
  font-family: 'Futura PT', 'Hiragino Sans';
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
  .company.rightholders.contract-files .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* line 12, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card {
  position: relative;
  width: 571px;
  height: 260px;
  border: 1px solid #DDD;
  border-radius: 18px;
}

/* line 19, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .thumb {
  position: relative;
  display: flex;
  width: 40%;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

/* line 28, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .thumb img {
  max-height: 220px;
  max-width: 80%;
}

/* line 34, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .preview-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 42, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .file-name {
  color: #343434;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .detail {
  border-left: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  width: 60%;
  overflow-x: auto;
  box-sizing: unset;
}

/* line 56, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .detail h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  word-wrap: break-word;
}

/* line 63, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .detail .at {
  font-size: 16px;
  color: #939393;
  font-weight: 300;
}

/* line 69, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .detail .btns {
  margin-top: auto;
  margin-bottom: 20px;
}

/* line 73, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .detail .btns .btn, .company.rightholders.contract-files .contract-file-card .detail .btns .component-v2 .btn-primary-w100-p3, .company.rightholders.contract-files .contract-file-card .detail .btns .company.financial_reports.edit .btn-primary-w100-p3, .company.rightholders.contract-files .contract-file-card .detail .btns .company.kpis .btn-primary-w100-p3, .component-v2 .company.rightholders.contract-files .contract-file-card .detail .btns .btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.contract-files .contract-file-card .detail .btns .btn-primary-w100-p3, .company.kpis .company.rightholders.contract-files .contract-file-card .detail .btns .btn-primary-w100-p3 {
  font-weight: 500;
  margin-right: 0;
}

/* line 78, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .detail .btns .btn.download, .company.rightholders.contract-files .contract-file-card .detail .btns .component-v2 .download.btn-primary-w100-p3, .company.rightholders.contract-files .contract-file-card .detail .btns .company.financial_reports.edit .download.btn-primary-w100-p3, .company.rightholders.contract-files .contract-file-card .detail .btns .company.kpis .download.btn-primary-w100-p3, .component-v2 .company.rightholders.contract-files .contract-file-card .detail .btns .download.btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.contract-files .contract-file-card .detail .btns .download.btn-primary-w100-p3, .company.kpis .company.rightholders.contract-files .contract-file-card .detail .btns .download.btn-primary-w100-p3 {
  padding: 8px 16px;
  margin-left: auto;
}

/* line 83, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files .contract-file-card .detail .btns .btn.delete, .company.rightholders.contract-files .contract-file-card .detail .btns .component-v2 .delete.btn-primary-w100-p3, .company.rightholders.contract-files .contract-file-card .detail .btns .company.financial_reports.edit .delete.btn-primary-w100-p3, .company.rightholders.contract-files .contract-file-card .detail .btns .company.kpis .delete.btn-primary-w100-p3, .component-v2 .company.rightholders.contract-files .contract-file-card .detail .btns .delete.btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.contract-files .contract-file-card .detail .btns .delete.btn-primary-w100-p3, .company.kpis .company.rightholders.contract-files .contract-file-card .detail .btns .delete.btn-primary-w100-p3 {
  padding: 8px 32px;
  margin-left: 16px;
}

/* line 92, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files.index .select-btn {
  margin-bottom: 14px;
}

/* line 96, app/assets/stylesheets/application/views/company/rightholders/contract_files.scss */
.company.rightholders.contract-files.index .non-modal-uploader {
  margin-bottom: 102px;
}

/* line 2, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page {
  line-height: 1;
}

/* line 7, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .form-header .header-close .close {
  margin-left: 30px;
}

@media (max-width: 767px) {
  /* line 13, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
  .full-screen-with-sidebar .full-screen-form-page .scroll-field {
    height: 100%;
    overflow-y: scroll;
  }
}

/* line 20, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .sidebar {
  position: fixed;
  left: 0;
  padding-top: 15px;
  width: 250px;
  height: 100%;
  box-shadow: 4px 2px 10px 0 rgba(0, 0, 0, 0.13);
  z-index: 1040;
  background-color: #FFF;
}

@media (max-width: 767px) {
  /* line 20, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
  .full-screen-with-sidebar .full-screen-form-page .sidebar {
    position: static;
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid #DDD;
    width: 100%;
  }
}

/* line 38, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .sidebar ul {
  padding: 0 10px;
}

@media (max-width: 767px) {
  /* line 38, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
  .full-screen-with-sidebar .full-screen-form-page .sidebar ul {
    margin-bottom: 12px;
    padding: 0 22px;
  }
}

/* line 46, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .sidebar ul li {
  margin-bottom: 6px;
  padding: 12px 10px 12px 15px;
  font-size: 1rem;
  list-style: none;
  font-weight: 400;
  border-radius: 24px;
  line-height: 17px;
  height: 44px;
}

@media (max-width: 767px) {
  /* line 46, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
  .full-screen-with-sidebar .full-screen-form-page .sidebar ul li {
    margin-bottom: 0;
    padding: 18px 20px;
    height: 53px;
  }
}

/* line 62, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .sidebar ul li.selected {
  font-weight: 600;
  background-color: #F7F7F7;
}

/* line 67, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .sidebar ul li.incomplete {
  color: #939393;
}

/* line 74, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .form-body {
  padding: 50px 0 170px 250px;
}

@media (max-width: 767px) {
  /* line 74, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
  .full-screen-with-sidebar .full-screen-form-page .form-body {
    padding: 40px 0 80px;
    overflow: visible;
  }
}

/* line 83, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .form-footer {
  left: 250px;
}

@media (max-width: 767px) {
  /* line 83, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
  .full-screen-with-sidebar .full-screen-form-page .form-footer {
    left: 0;
  }
}

/* line 90, app/assets/stylesheets/application/views/company/full_screen_with_sidebar.scss */
.full-screen-with-sidebar .full-screen-form-page .form-footer .btn, .full-screen-with-sidebar .full-screen-form-page .form-footer .component-v2 .btn-primary-w100-p3, .full-screen-with-sidebar .full-screen-form-page .form-footer .company.financial_reports.edit .btn-primary-w100-p3, .full-screen-with-sidebar .full-screen-form-page .form-footer .company.kpis .btn-primary-w100-p3, .component-v2 .full-screen-with-sidebar .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.financial_reports.edit .full-screen-with-sidebar .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.kpis .full-screen-with-sidebar .full-screen-form-page .form-footer .btn-primary-w100-p3 {
  width: 110px;
}

/* line 3, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .main-content {
  overflow: visible;
}

/* line 7, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stakeholder-change {
  display: flex;
  height: 34px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  border: 1px solid #DDD;
  border-radius: 6px;
  padding: 11px 15px;
  line-height: 12px;
}

/* line 17, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stakeholder-change .icon {
  margin-top: -3px;
  margin-right: 5px;
}

/* line 23, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stakeholder-change .message a {
  color: #E6230D;
}

/* line 28, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stakeholder-change .close {
  padding: 2px 10px 6px;
}

/* line 31, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stakeholder-change .close .icon-cancel {
  font-size: 0.75rem;
}

/* line 37, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .request-update-transfers {
  background-color: #F2F8FC;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}

/* line 43, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .request-update-transfers .text-content {
  font-size: 1rem;
  font-family: "Hiragino Sans";
  font-weight: 300;
  line-height: 1;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0px;
}

/* line 53, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .request-update-transfers .help-link {
  padding-bottom: 2px;
}

/* line 58, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .template-alert {
  top: 110px;
  margin-left: 25%;
  width: 50%;
}

/* line 63, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .template-alert .alert.alert-default {
  background-color: #343434;
  color: #FFF;
  z-index: 10;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 70, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .template-alert .alert.alert-default .close {
  font-size: 1rem;
  margin-left: auto;
  opacity: 0.8;
  position: inherit;
  padding-top: 0.5rem;
  text-decoration: underline;
  text-shadow: 0 1px 0 #FFF;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .permission-form-modal .nav .nav-link, .company.stockholders.index .permission-form-modal .tab-nav .nav-link {
  font-size: 1rem;
  color: #343434;
}

/* line 89, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .permission-form-modal .nav .nav-link.active, .company.stockholders.index .permission-form-modal .tab-nav .nav-link.active {
  color: #00A0E2;
  border-bottom: 1px solid #00A0E2 !important;
}

/* line 96, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .permission-form-modal .text-decoration-underline {
  text-decoration: underline;
}

/* line 100, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .permission-form-modal .scrollbar {
  max-height: 50vh;
  overflow-y: auto;
}

/* line 106, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .custom {
  padding-left: 2.79rem;
}

/* line 109, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .custom .angle {
  display: inline-block;
  width: 10px;
  text-align: center;
}

/* line 114, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .custom .custom-control-label {
  font-size: 1rem;
}

/* line 117, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .custom .custom-control-label::before {
  left: -4.5rem;
}

/* line 120, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .custom .custom-control-label::after {
  left: -4.5rem;
}

/* line 125, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .template-alert {
  display: none;
}

/* line 130, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index a.force-underline {
  text-decoration: none;
  border-bottom: 1px solid #00A0E2;
}

/* line 134, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index a.force-underline:hover {
  text-decoration: none;
  border-bottom: 1px solid #212B53;
}

/* line 141, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area {
  position: sticky;
  top: 60px;
  padding: 22px 0;
  background-color: #FFF;
  z-index: 2;
}

/* line 148, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

/* line 155, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  font-size: 1.125rem;
  line-height: 1;
}

/* line 162, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .caption {
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 167, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .number {
  display: inline-block;
  font-size: 2.187rem;
  font-weight: 500;
}

/* line 173, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .unit {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 178, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu {
  top: 50px;
  margin-left: 100px;
  padding: 15px 15px 5px 15px;
}

/* line 183, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu .sub-stock-display {
  font-size: 14px;
  display: flex;
  width: 100%;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

/* line 191, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu .sub-stock-display .display-left {
  font-weight: 300;
  margin-right: 25px;
}

/* line 195, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu .sub-stock-display .display-left .names-container {
  height: 14px;
  margin-bottom: 10px;
}

/* line 199, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu .sub-stock-display .display-left .names-container .name {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

/* line 211, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu .sub-stock-display .display-right .quantities-container {
  font-size: 13px;
  font-weight: 500;
  height: 14px;
  margin-bottom: 10px;
}

/* line 217, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu .sub-stock-display .display-right .quantities-container .quantity {
  line-height: 14px;
  font-weight: 500;
}

/* line 224, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-stockholders .dropdown-menu .sub-stock-display .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 239, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-left {
  border: 1px solid #DDD;
  border-right: none;
  border-radius: 15px 0 0 15px;
  padding: 19px 35px 24px 27px;
}

/* line 245, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-left .tran_on_date_edit_button {
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0 auto;
}

/* line 253, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-center {
  border: 1px solid #DDD;
  border-right: none;
  border-left: none;
  position: relative;
  padding: 19px 35px 24px 27px;
}

/* line 260, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-center:before {
  content: '';
  width: 1px;
  height: 69px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
}

/* line 274, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-right {
  border: 1px solid #DDD;
  border-left: none;
  border-radius: 0 15px 15px 0;
  position: relative;
  padding: 19px 27px 24px 35px;
}

/* line 281, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .summary-area .summary-wrapper .summary-right:before {
  content: '';
  width: 1px;
  height: 69px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
}

/* line 298, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders {
  font-size: 0.812rem;
  line-height: 1;
}

/* line 303, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead.sticky {
  position: sticky;
  top: 210px;
}

/* line 309, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th {
  font-weight: 300;
  padding: 8px 12px 7px 12px;
  height: 30px;
  font-size: 0;
}

/* line 315, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th:first-child {
  padding-left: 20px;
}

/* line 319, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th:last-child {
  padding-right: 0;
}

/* line 323, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th.convocation {
  padding-right: 7px;
}

/* line 327, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .dropdown {
  max-width: 30px;
  margin: 0 0 0 auto;
}

/* line 332, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .head-item {
  font-size: 0.812rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 30px;
}

/* line 340, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .fa-question-circle {
  margin-left: 5px;
  font-size: 1rem;
}

/* line 345, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .filter {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
}

/* line 353, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .filter:hover {
  background-color: #F7F7F7;
  border-radius: 100%;
}

/* line 358, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .filter .icon-filter {
  font-size: 23px;
}

/* line 363, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .sort_link {
  font-size: 13px;
  display: flex;
  align-items: center;
}

/* line 368, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .sort_link .sort-icon {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  margin: 0;
}

/* line 376, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .sort_link .sort-icon .sort-text {
  font-size: 0.812rem;
  height: 13px;
  line-height: 13px;
}

/* line 382, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .sort_link .sort-icon .arrow {
  height: 10px;
  width: 8px;
}

/* line 388, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders thead tr th .sort_link .sort-icon-hover {
  padding: 5px 6px;
  background-color: #F7F7F7;
}

/* line 399, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row .menu {
  display: none;
}

/* line 404, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row:hover .menu {
  display: flex;
}

/* line 409, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row .dropdown {
  max-width: 30px;
  margin: 0 0 0 auto;
}

/* line 414, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row .dropdown-menu {
  top: 37px;
  right: -100px;
  left: auto;
}

/* line 420, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td {
  min-height: 78px;
  font-weight: 300;
  padding-top: 21px;
  padding-bottom: 21px;
  line-height: 1;
  min-height: 79px;
}

/* line 428, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td:last-child {
  height: 78px;
}

/* line 432, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td.user-padding {
  padding-bottom: 20px;
}

/* line 436, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td.name-max-padding {
  padding-top: 33px;
  padding-bottom: 32px;
}

/* line 441, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .alternative-email-spacer {
  margin-bottom: 35px;
}

/* line 445, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .stockholder-name-container {
  line-height: 1;
  display: flex;
  align-items: top;
}

/* line 450, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .stockholder-name-container.name-spacer {
  padding: 12px 0 11px 0;
}

/* line 454, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .stockholder-name-container .name-left {
  max-width: 94%;
}

/* line 458, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .stockholder-name-container .fundinno-badge {
  height: 12px;
  width: 12px;
  margin-left: 8px;
  vertical-align: middle;
}

/* line 466, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .contact-address {
  padding-right: 10px;
}

/* line 470, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .email {
  padding-right: 10px;
  margin-top: 9px;
  line-height: 14px;
}

/* line 476, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .stock-type-name {
  letter-spacing: -13px;
}

/* line 479, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .stock-type-name .rounded-stock-mark {
  vertical-align: bottom;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: #DDD;
  display: inline-block;
}

/* line 489, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .stock-type-name span {
  letter-spacing: 0;
  font-size: 0.812rem;
  height: 13px;
}

/* line 497, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .resend a {
  height: 19px;
  padding-top: 4px;
}

/* line 503, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .status-btn {
  letter-spacing: 0.055rem;
}

/* line 507, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .email-btn {
  letter-spacing: 0.08rem;
}

/* line 511, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders tbody .stakeholder-row td .dropdown-auto-open {
  height: 100%;
}

/* line 518, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders .dropdown {
  cursor: pointer;
}

/* line 522, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-stockholders .btn-sm, .company.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn, .company.stockholders.index .table-wrapper .table-stockholders .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.stockholders.index .table-wrapper .table-stockholders .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.stockholders.index .table-wrapper .table-stockholders .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3 {
  font-size: 0.812rem;
  font-weight: 700;
}

/* line 528, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .table-fixed {
  table-layout: fixed;
}

/* line 532, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .not-find {
  padding-top: 120px;
}

/* line 535, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .table-wrapper .not-find .not-find-message {
  color: #BDBDBD;
  letter-spacing: 0.03rem;
}

/* line 542, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 550, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stockholders-list .btn--sublink,
.company.stockholders.index .rightholders-list .btn--sublink {
  color: #00A0E2;
  font-weight: 400;
}

/* line 558, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stockholders-list .table-tab__tab-content .table th, .company.stockholders.index .stockholders-list .table-tab__tab-content .capital.connections.index .companies-table th, .capital.connections.index .company.stockholders.index .stockholders-list .table-tab__tab-content .companies-table th, .company.stockholders.index .stockholders-list .table-tab__tab-content .companies.documents.index .documents-table th, .companies.documents.index .company.stockholders.index .stockholders-list .table-tab__tab-content .documents-table th, .company.stockholders.index .stockholders-list .table-tab__tab-content .companies.documents.show .documents-table th, .companies.documents.show .company.stockholders.index .stockholders-list .table-tab__tab-content .documents-table th, .company.stockholders.index .stockholders-list .table-tab__tab-content .table-door th, .company.stockholders.index .stockholders-list .table-tab__tab-content .component-v2 .square-table th, .company.stockholders.index .stockholders-list .table-tab__tab-content .company.financial_reports.edit .square-table th, .company.stockholders.index .stockholders-list .table-tab__tab-content .company.kpis .square-table th, .component-v2 .company.stockholders.index .stockholders-list .table-tab__tab-content .square-table th, .company.financial_reports.edit .company.stockholders.index .stockholders-list .table-tab__tab-content .square-table th, .company.kpis .company.stockholders.index .stockholders-list .table-tab__tab-content .square-table th, .company.stockholders.index .stockholders-list .table-tab__tab-content .investor.connections.index .companies-table th, .investor.connections.index .company.stockholders.index .stockholders-list .table-tab__tab-content .companies-table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .capital.connections.index .companies-table th,
.capital.connections.index .company.stockholders.index .rightholders-list .table-tab__tab-content .companies-table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .companies.documents.index .documents-table th,
.companies.documents.index .company.stockholders.index .rightholders-list .table-tab__tab-content .documents-table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .companies.documents.show .documents-table th,
.companies.documents.show .company.stockholders.index .rightholders-list .table-tab__tab-content .documents-table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .table-door th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .component-v2 .square-table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .company.financial_reports.edit .square-table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .company.kpis .square-table th,
.component-v2 .company.stockholders.index .rightholders-list .table-tab__tab-content .square-table th,
.company.financial_reports.edit .company.stockholders.index .rightholders-list .table-tab__tab-content .square-table th,
.company.kpis .company.stockholders.index .rightholders-list .table-tab__tab-content .square-table th,
.company.stockholders.index .rightholders-list .table-tab__tab-content .investor.connections.index .companies-table th,
.investor.connections.index .company.stockholders.index .rightholders-list .table-tab__tab-content .companies-table th {
  padding: 1rem 1.3rem;
}

/* line 562, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stockholders-list .table-tab__tab-content .table td, .company.stockholders.index .stockholders-list .table-tab__tab-content .capital.connections.index .companies-table td, .capital.connections.index .company.stockholders.index .stockholders-list .table-tab__tab-content .companies-table td, .company.stockholders.index .stockholders-list .table-tab__tab-content .companies.documents.index .documents-table td, .companies.documents.index .company.stockholders.index .stockholders-list .table-tab__tab-content .documents-table td, .company.stockholders.index .stockholders-list .table-tab__tab-content .companies.documents.show .documents-table td, .companies.documents.show .company.stockholders.index .stockholders-list .table-tab__tab-content .documents-table td, .company.stockholders.index .stockholders-list .table-tab__tab-content .table-door td, .company.stockholders.index .stockholders-list .table-tab__tab-content .component-v2 .square-table td, .company.stockholders.index .stockholders-list .table-tab__tab-content .company.financial_reports.edit .square-table td, .company.stockholders.index .stockholders-list .table-tab__tab-content .company.kpis .square-table td, .component-v2 .company.stockholders.index .stockholders-list .table-tab__tab-content .square-table td, .company.financial_reports.edit .company.stockholders.index .stockholders-list .table-tab__tab-content .square-table td, .company.kpis .company.stockholders.index .stockholders-list .table-tab__tab-content .square-table td, .company.stockholders.index .stockholders-list .table-tab__tab-content .investor.connections.index .companies-table td, .investor.connections.index .company.stockholders.index .stockholders-list .table-tab__tab-content .companies-table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .capital.connections.index .companies-table td,
.capital.connections.index .company.stockholders.index .rightholders-list .table-tab__tab-content .companies-table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .companies.documents.index .documents-table td,
.companies.documents.index .company.stockholders.index .rightholders-list .table-tab__tab-content .documents-table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .companies.documents.show .documents-table td,
.companies.documents.show .company.stockholders.index .rightholders-list .table-tab__tab-content .documents-table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .table-door td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .component-v2 .square-table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .company.financial_reports.edit .square-table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .company.kpis .square-table td,
.component-v2 .company.stockholders.index .rightholders-list .table-tab__tab-content .square-table td,
.company.financial_reports.edit .company.stockholders.index .rightholders-list .table-tab__tab-content .square-table td,
.company.kpis .company.stockholders.index .rightholders-list .table-tab__tab-content .square-table td,
.company.stockholders.index .rightholders-list .table-tab__tab-content .investor.connections.index .companies-table td,
.investor.connections.index .company.stockholders.index .rightholders-list .table-tab__tab-content .companies-table td {
  padding: 0.5rem 1.3rem;
}

/* line 570, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .stockholders-list .modal-dialog--large,
.company.stockholders.index .rightholders-list .modal-dialog--large {
  width: 60%;
  min-width: 570px;
  max-width: 580px;
}

/* line 578, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding {
  max-width: 1200px;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 10rem;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 586, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .btn, .company.stockholders.index .container-custom-padding .component-v2 .btn-primary-w100-p3, .company.stockholders.index .container-custom-padding .company.financial_reports.edit .btn-primary-w100-p3, .company.stockholders.index .container-custom-padding .company.kpis .btn-primary-w100-p3, .component-v2 .company.stockholders.index .container-custom-padding .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.index .container-custom-padding .btn-primary-w100-p3, .company.kpis .company.stockholders.index .container-custom-padding .btn-primary-w100-p3 {
  font-family: 'futura-pt';
  letter-spacing: 0.03rem;
}

/* line 591, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .title {
  font-size: 2rem;
  height: 32px;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 1;
}

/* line 603, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .search-form .input-group #tran_on_search {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

/* line 609, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  margin-bottom: 0;
}

/* line 615, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 14px;
}

/* line 620, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text .icon-search::before {
  padding: 1px;
  height: 28px;
  width: 28px;
}

/* line 626, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text .icon-calendar {
  transform: scale(1);
  font-size: 18px;
}

/* line 633, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .search-form .input-group input.form-control {
  font-size: 0.875rem;
  font-family: 'futura-pt';
  font-weight: 500;
  width: 184px;
}

/* line 640, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .search-form .input-group .input-form {
  height: 50px;
  width: 200px;
}

/* line 647, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 652, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .stockholders-nav .tab-nav {
  margin-bottom: 18px;
}

/* line 655, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .stockholders-nav .tab-nav .nav-link {
  margin-right: 30px;
  font-weight: 500;
  font-family: 'futura-pt';
}

/* line 661, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .stockholders-nav .tab-nav .active {
  font-weight: 700;
}

/* line 667, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .not-registered {
  line-height: 1.5;
  font-family: "futura-pt";
  letter-spacing: 0.03rem;
  margin: 0 -40px;
}

/* line 673, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .container-custom-padding .not-registered .not-registered-message {
  word-break: keep-all;
}

@media (max-width: 1340px) {
  /* line 578, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 690, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .row-color-blue :hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 697, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .tab-nav .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 702, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .btn-outline-disabled {
  color: #939393;
  border: 1px solid #939393;
}

/* line 706, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .btn-outline-disabled:hover {
  opacity: 1;
}

/* line 711, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b1 {
  border-style: none;
}

/* line 714, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b2 {
  border-style: hidden;
}

/* line 717, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b3 {
  border-style: dotted;
}

/* line 720, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b4 {
  border-style: dashed;
}

/* line 723, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b5 {
  border-style: solid;
}

/* line 726, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b6 {
  border-style: double;
}

/* line 729, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b7 {
  border-style: groove;
}

/* line 732, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b8 {
  border-style: ridge;
}

/* line 735, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b9 {
  border-style: inset;
}

/* line 738, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b10 {
  border-style: outset;
}

/* line 742, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .smaller {
  font-size: 0.9375rem;
}

/* line 746, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .smallest {
  font-size: 0.75rem;
}

/* line 750, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .file-input-btn {
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  line-height: 30px;
}

/* line 758, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .import-complete-btn {
  padding-right: 150px;
  padding-left: 150px;
}

/* line 763, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .file-form {
  display: none;
}

/* line 767, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index #filename {
  font-family: 'Hiragino Sans';
}

/* line 771, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .import-check-table {
  height: 400px;
  overflow: scroll;
  font-size: 0.9em;
}

/* line 777, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .import-check-table th,
.company.stockholders.index td {
  border-left-width: 0;
  border-right-width: 0;
  height: 2em;
}

/* line 784, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .header-row {
  height: 40px;
}

/* line 788, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .header-progress {
  height: 8px;
}

/* line 792, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .import-progress-bar {
  width: 33%;
  border-radius: 20px;
}

/* line 797, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .confirm-progress-bar {
  width: 66%;
  border-radius: 20px;
}

/* line 802, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .complete-progress-bar {
  width: 100%;
  border-radius: 20px;
}

/* line 807, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .import-border {
  border-radius: 20px;
  border-width: 2px;
}

/* line 812, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .w-430px {
  width: 430px;
}

/* line 816, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .py-20px {
  padding: 20px 0;
}

/* line 820, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .py-60px {
  padding: 60px 0;
}

/* line 824, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .py-70px {
  padding: 70px 0;
}

/* line 828, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .h-300px {
  height: 300px;
}

/* line 832, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .h-500px {
  height: 500px;
}

/* line 836, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .b-w-2px {
  border-width: 2px;
}

/* line 842, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .dropleft .dropdown-item::before {
  display: none;
}

/* line 850, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .dropright .dropdown-item::after {
  display: none;
}

/* line 856, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .modal-dialog {
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: 'futura-pt';
}

/* line 862, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .add-stock {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 30%;
}

/* line 869, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .remove_fields {
  color: #939393;
}

/* line 873, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .input-group-text {
  border-radius: 0 0.25rem 0 0;
  z-index: 1;
}

/* line 878, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .cursor-pointer {
  cursor: pointer;
}

/* line 882, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .load-more {
  position: relative;
}

/* line 886, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .loading-spinner {
  display: flex;
  animation: rotate 2s linear infinite;
  z-index: 2;
  margin: auto;
  width: 1.25rem;
  justify-content: center;
  align-items: center;
}

/* line 895, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .loading-spinner circle {
  stroke: #87cbfe;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* line 923, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index .gradation {
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 130px;
  bottom: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0), white 75%, white 100%);
}

/* line 934, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.index #edit_tran_date_modal .input-group-append .input-group-text {
  border-radius: 0 8px 8px 0;
}

@media (min-width: 992px) {
  /* line 942, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* line 949, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .word-break-all {
  word-break: break-all;
}

/* line 953, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .card, .company.stockholders.show .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.stockholders.show .connection-card, .company.stockholders.show .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.stockholders.show .connection-card, .company.stockholders.show .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.stockholders.show .connection-card, .company.stockholders.show .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.stockholders.show .connection-card {
  border-radius: 0.75rem;
}

@media (min-width: 992px) {
  /* line 956, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .card .card-wide-padding, .company.stockholders.show .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.new .company.stockholders.show .connection-card .card-wide-padding, .company.stockholders.show .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_new .company.stockholders.show .connection-card .card-wide-padding, .company.stockholders.show .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.confirm .company.stockholders.show .connection-card .card-wide-padding, .company.stockholders.show .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_confirm .company.stockholders.show .connection-card .card-wide-padding {
    padding: 1.5rem 2rem;
  }
}

/* line 964, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .resend a {
  height: 22px;
  margin-bottom: 2px;
}

/* line 970, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .title {
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 975, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .edit-link {
  font-size: 0.875rem;
  border: 1px solid #343434;
  border-radius: 25px;
  color: #343434;
  padding: 0.5rem 1rem;
}

/* line 982, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .edit-link:hover {
  border-color: #00A0E2;
  color: #00A0E2;
  text-decoration: none;
}

/* line 989, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 989, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .stockholder-wrapper {
    display: block;
  }
}

/* line 998, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info {
  display: table-cell;
  width: 62%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  /* line 998, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .stockholder-wrapper .basic-info {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* line 1009, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info .icon {
  width: 30px;
  text-align: center;
}

/* line 1014, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info .detail {
  margin: 2px 0 0 14px;
}

/* line 1018, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info .stockholder-name {
  width: 190px;
}

@media (max-width: 767.98px) {
  /* line 1018, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .stockholder-wrapper .basic-info .stockholder-name {
    width: auto;
  }
}

/* line 1026, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info .alternative-email {
  width: 190px;
}

/* line 1030, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info .staff-name {
  width: 208px;
}

@media (max-width: 767.98px) {
  /* line 1030, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .stockholder-wrapper .basic-info .staff-name {
    width: auto;
  }
}

/* line 1038, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info .sub-info {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}

/* line 1042, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .basic-info .sub-info .sub-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* line 1050, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .spacer {
  display: table-cell;
  width: 2.7%;
}

@media (max-width: 991.98px) {
  /* line 1050, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .stockholder-wrapper .spacer {
    display: block;
    width: 0;
  }
}

/* line 1060, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stockholder-wrapper .memo-info {
  display: table-cell;
  width: 35%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  /* line 1060, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .stockholder-wrapper .memo-info {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* line 1073, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .agent-info {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

/* line 1077, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .agent-info .icon {
  width: 30px;
  text-align: center;
}

/* line 1082, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .agent-info .detail {
  margin: 2px 0 0 14px;
}

/* line 1086, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .agent-info .right-border {
  border-right: 1px solid #C8CED3;
}

/* line 1090, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .agent-info .right-col {
  margin-left: 50px;
}

/* line 1094, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .agent-info .right-col table thead tr th {
  padding-bottom: 1rem;
}

/* line 1101, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history {
  font-size: 0.875rem;
}

/* line 1104, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .category-tag {
  display: inline-block;
  border: solid 1px #343434;
  border-radius: 25px;
  padding: 2px 14px;
  margin-left: 1rem;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/* line 1115, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .table-wrapper {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (max-width: 991.98px) {
  /* line 1115, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.show .stock-history .table-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* line 1126, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .table-door .description {
  width: 244px;
}

/* line 1133, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .table-door tbody tr td:first-child {
  border-radius: 0;
}

/* line 1137, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .table-door tbody tr td:nth-child(3) {
  max-width: 244px;
}

/* line 1141, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .table-door tbody tr td:last-child {
  border-radius: 0;
}

/* line 1151, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history.classified .table-door .description {
  width: 210px;
}

/* line 1158, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history.classified .table-door tbody tr td:nth-child(3) {
  max-width: 210px;
}

/* line 1167, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .revoke-tag {
  background-color: #ddd;
  padding: 4px 14px;
  border-radius: 25px;
}

/* line 1173, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .stock-type-info {
  position: relative;
  padding-left: 22px;
}

/* line 1176, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .stock-type-info::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: #ddd;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 1188, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .stock-history .stock-type-info.orange::before {
  background-color: orange;
}

/* line 1194, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area {
  background-color: #FFF;
  z-index: 2;
}

/* line 1198, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

/* line 1206, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-top {
  width: 100%;
  padding: 30px 30px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 1213, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-stockholders {
  width: 50%;
  font-size: 1.125rem;
  line-height: 1;
}

/* line 1218, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-stockholders .caption {
  margin-bottom: 20px;
}

/* line 1222, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-stockholders .number {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
}

/* line 1228, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-stockholders .unit {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 1234, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-left {
  padding: 30px;
}

/* line 1238, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-right {
  position: relative;
  padding: 30px;
}

/* line 1242, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .summary-area .summary-wrapper .summary-right:before {
  content: '';
  width: 1px;
  height: 90px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
}

/* line 1258, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .memo-height {
  height: 250px;
}

/* line 1262, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 1266, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .table-wrapper .table-stockholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 1270, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .table-wrapper .table-stockholders .dropdown {
  cursor: pointer;
  line-height: 1.5;
}

/* line 1275, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn, .company.stockholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .component-v2 .btn-primary-w100-p3, .company.stockholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.financial_reports.edit .btn-primary-w100-p3, .company.stockholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.kpis .btn-primary-w100-p3, .component-v2 .company.stockholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.kpis .company.stockholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3 {
  font-size: 0.875rem;
}

/* line 1281, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .table-wrapper .table-stockholders .btn-sm, .company.stockholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn, .company.stockholders.show .table-wrapper .table-stockholders .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.stockholders.show .table-wrapper .table-stockholders .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.stockholders.show .table-wrapper .table-stockholders .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.stockholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.stockholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3 {
  font-size: 13px;
  font-weight: 700;
}

/* line 1286, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .table-wrapper .table-stockholders .stockholder-name-spacer {
  line-height: 3.7;
}

/* line 1291, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .table-wrapper .table-fixed {
  table-layout: fixed;
}

/* line 1296, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 1300, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .dropdown-information {
  width: 300px;
  font-size: 0.75rem;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  margin-left: 0.5rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
}

/* line 1311, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 1323, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 1330, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show a.force-underline {
  text-decoration: none;
  border-bottom: 1px solid #00A0E2;
}

/* line 1334, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show a.force-underline:hover {
  text-decoration: none;
  border-bottom: 1px solid #212B53;
}

/* line 1341, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .staffs-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

/* line 1345, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .staffs-wrapper .add-staff {
  font-size: 0.875rem;
  display: block;
  margin: auto;
  width: 45%;
}

/* line 1352, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .staffs-wrapper .remove-staff {
  font-size: 0.875rem;
  margin-top: 0.125rem;
  margin-left: -1.5rem;
}

/* line 1358, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .staffs-wrapper .staff-info {
  margin-bottom: 0.25rem;
}

/* line 1363, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .add-stock {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 30%;
}

/* line 1370, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .add-right {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 37%;
}

/* line 1377, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .remove_fields {
  color: #939393;
}

/* line 1381, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.show .input-group-text {
  border-radius: 0 0.25rem 0 0;
  margin-bottom: -1px;
  z-index: 1;
}

/* line 1388, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stocks-list {
  border: 1px solid #DDD;
  border-radius: 0.2rem;
  max-height: 275px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
  margin: 0 5px 15px 5px;
}

/* line 1397, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stocks-list .panel:last-child {
  margin-bottom: 0 !important;
}

/* line 1403, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stakeholder-table--col-small {
  width: 110px;
}

@media (min-width: 1280px) {
  /* line 1403, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders .stakeholder-table--col-small {
    width: 130px;
  }
}

@media (min-width: 1366px) {
  /* line 1403, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders .stakeholder-table--col-small {
    width: 155px;
  }
}

/* line 1415, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stakeholder-table--col-medium {
  width: 150px;
}

@media (min-width: 1366px) {
  /* line 1415, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders .stakeholder-table--col-medium {
    width: 210px;
  }
}

/* line 1423, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stakeholder-table--col-large {
  width: 260px;
}

/* line 1429, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .modal-connection .separator {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
}

/* line 1435, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .modal-connection .separator-line {
  width: 100%;
  height: 0.05rem;
  background: #DDD;
  flex: 1;
}

/* line 1442, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .modal-connection .btn-outline-black {
  color: #343434;
  background-color: white;
  border-color: #343434;
}

/* line 1450, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders #modal_invitation .modal-body {
  font-size: 14px;
  line-height: 22px;
}

/* line 1455, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders #modal_invitation .require-convocation-field {
  margin-top: 17px;
}

/* line 1459, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders #modal_invitation .custom-radio-bordered {
  width: 300px;
}

/* line 1465, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new input[name='stakeholder[stocks_attributes][0][_destroy]'] + .remove_fields {
  display: none;
}

/* line 1473, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body, .company.stockholders.edit .full-screen-form-page .form-body {
  padding-top: 2rem;
}

/* line 1477, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .form-check.readonly, .company.stockholders.edit .full-screen-form-page .form-body .form-check.readonly {
  color: #939393;
  background-color: #f4f4f4;
}

/* line 1484, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .wrapper-header .title, .company.stockholders.edit .full-screen-form-page .form-body .wrapper-header .title {
  font-weight: 600;
  line-height: 36px;
}

/* line 1489, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .wrapper-header .information-icon, .company.stockholders.edit .full-screen-form-page .form-body .wrapper-header .information-icon {
  position: absolute;
  top: 7px;
}

/* line 1495, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

/* line 1500, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .header-row .right-tip, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .header-row .right-tip {
  text-align: right;
  font-size: 14px;
}

/* line 1506, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .staffs-info, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .staffs-info {
  margin-bottom: 0.25rem;
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 1512, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .add-staff-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .add-staff-wrapper {
  width: 45%;
  margin: auto;
  position: relative;
}

/* line 1517, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .add-staff-wrapper .grouping, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .add-staff-wrapper .grouping {
  margin-left: -61%;
  width: 223%;
}

/* line 1522, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .add-staff-wrapper .add-staff, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .add-staff-wrapper .add-staff {
  display: block;
  font-size: 0.875rem;
}

/* line 1528, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .add-group, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .add-group {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 45%;
}

/* line 1535, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .remove-staff, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .remove-staff {
  margin-top: 0.125rem;
  margin-left: 1rem;
  font-size: 0.875rem;
}

/* line 1541, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .staffs-wrapper .staff-info, .company.stockholders.edit .full-screen-form-page .form-body .staffs-wrapper .staff-info {
  margin-bottom: 0.25rem;
}

/* line 1546, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* line 1550, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper #agent_field, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper #agent_field {
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 1555, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper #remove_agent_field, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper #remove_agent_field {
  display: none;
}

/* line 1559, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper .add-agent-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper .add-agent-wrapper {
  width: 45%;
  margin: auto;
  position: relative;
}

/* line 1564, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper .add-agent-wrapper .grouping, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper .add-agent-wrapper .grouping {
  margin-left: -61%;
  width: 223%;
}

/* line 1569, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper .add-agent-wrapper .add-agent, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper .add-agent-wrapper .add-agent {
  display: block;
  font-size: 0.875rem;
}

/* line 1575, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper .add-group, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper .add-group {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 45%;
}

/* line 1582, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .agent-wrapper .remove-agent, .company.stockholders.edit .full-screen-form-page .form-body .agent-wrapper .remove-agent {
  margin-top: 0.4rem;
  margin-left: 2rem;
  font-size: 0.875rem;
}

/* line 1589, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* line 1593, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper #mailing_field, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper #mailing_field {
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 1598, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper #remove_mailing_field, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper #remove_mailing_field {
  display: none;
}

/* line 1602, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper .add-mailing-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper .add-mailing-wrapper {
  width: 45%;
  margin: auto;
  position: relative;
}

/* line 1607, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper .add-mailing-wrapper .grouping, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper .add-mailing-wrapper .grouping {
  margin-left: -61%;
  width: 223%;
}

/* line 1612, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper .add-mailing-wrapper .add-mailing, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper .add-mailing-wrapper .add-mailing {
  display: block;
  font-size: 0.875rem;
}

/* line 1618, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper .add-group, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper .add-group {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 45%;
}

/* line 1625, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .mailing-wrapper .remove-mailing, .company.stockholders.edit .full-screen-form-page .form-body .mailing-wrapper .remove-mailing {
  margin-top: 0.4rem;
  margin-left: 2rem;
  font-size: 0.875rem;
}

/* line 1632, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .alternative-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .alternative-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

/* line 1636, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .alternative-wrapper .add-alternative-wrapper, .company.stockholders.edit .full-screen-form-page .form-body .alternative-wrapper .add-alternative-wrapper {
  width: 45%;
  margin: auto;
  position: relative;
}

/* line 1641, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .alternative-wrapper .add-alternative-wrapper .add-alternative, .company.stockholders.edit .full-screen-form-page .form-body .alternative-wrapper .add-alternative-wrapper .add-alternative {
  display: block;
  font-size: 0.875rem;
  white-space: normal;
}

@media (max-width: 1650px) {
  /* line 1641, app/assets/stylesheets/application/views/company/stockholders.scss */
  .company.stockholders.new .full-screen-form-page .form-body .alternative-wrapper .add-alternative-wrapper .add-alternative, .company.stockholders.edit .full-screen-form-page .form-body .alternative-wrapper .add-alternative-wrapper .add-alternative {
    line-height: normal;
  }
}

/* line 1651, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .alternative-wrapper .remove-alternative, .company.stockholders.edit .full-screen-form-page .form-body .alternative-wrapper .remove-alternative {
  margin-top: 0.125rem;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 1658, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .remove_fields, .company.stockholders.edit .full-screen-form-page .form-body .remove_fields {
  color: #939393;
}

/* line 1662, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.new .full-screen-form-page .form-body .add-stock, .company.stockholders.edit .full-screen-form-page .form-body .add-stock {
  display: block;
  margin: auto;
  font-size: 0.75rem;
  width: 30%;
}

/* line 1673, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders #alert_Illegal_data a {
  color: #E6230D;
  text-decoration: underline;
}

/* line 1680, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stock-type-form .date-field + .input-group-append .input-group-text {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 1687, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stock-type-form textarea.form-control {
  height: inherit;
}

/* line 1691, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders .stock-type-form .form-control.default-box {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 1698, app/assets/stylesheets/application/views/company/stockholders.scss */
.company.stockholders.publish .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 3, app/assets/stylesheets/application/views/company/end_stockholders.scss */
.company.end_stockholders.index .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 7, app/assets/stylesheets/application/views/company/end_stockholders.scss */
.company.end_stockholders.index .table-wrapper .table-stockholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 11, app/assets/stylesheets/application/views/company/end_stockholders.scss */
.company.end_stockholders.index .table-wrapper .table-stockholders .stockholder-name-spacer {
  line-height: 3.7;
}

/* line 17, app/assets/stylesheets/application/views/company/end_stockholders.scss */
.company.end_stockholders.index .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 29, app/assets/stylesheets/application/views/company/end_stockholders.scss */
.company.end_stockholders.index .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 35, app/assets/stylesheets/application/views/company/end_stockholders.scss */
.company.end_stockholders.index .container-custom-padding {
  padding-top: 3rem;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1340px) {
  /* line 35, app/assets/stylesheets/application/views/company/end_stockholders.scss */
  .company.end_stockholders.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 3, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .main-content {
  overflow: visible;
}

/* line 7, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .rightholders-nav {
  margin-bottom: 16px;
}

/* line 10, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .rightholders-nav .tab-nav {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .rightholders-nav .tab-nav .nav-link {
  margin-right: 30px;
  font-weight: 500;
}

/* line 18, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .rightholders-nav .tab-nav .active {
  font-weight: 700;
}

/* line 24, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .form-check-square-small {
  font-size: 0.875rem;
}

/* line 28, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .form-check-square-small > input[type=checkbox] ~ .form-check-label {
  cursor: pointer;
  padding-left: 1.5rem;
  min-width: 1rem;
  min-height: 1rem;
}

/* line 34, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .form-check-square-small > input[type=checkbox] ~ .form-check-label:before, .company.rightholders.index .form-check-square-small > input[type=checkbox] ~ .form-check-label:after {
  top: 2px;
  width: 1rem;
  height: 1rem;
}

/* line 41, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .form-check-square-small > input[type=checkbox] ~ .form-check-label:before {
  border-radius: 0.2rem;
}

/* line 45, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .form-check-square-small > input[type=checkbox] ~ .form-check-label:after {
  font-size: 0.7rem;
  line-height: 1rem;
}

/* line 53, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stakeholder-change {
  display: flex;
  height: 34px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  border: 1px solid #DDD;
  border-radius: 6px;
  padding: 11px 15px;
  line-height: 12px;
}

/* line 63, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stakeholder-change .icon {
  margin-top: -3px;
  margin-right: 5px;
}

/* line 69, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stakeholder-change .message a {
  color: #E6230D;
}

/* line 74, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stakeholder-change .close {
  padding: 2px 10px 6px;
}

/* line 77, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stakeholder-change .close .icon-cancel {
  font-size: 0.75rem;
}

/* line 83, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area {
  position: sticky;
  top: 60px;
  z-index: 1;
  background-color: #FFF;
  padding-top: 24px;
  padding-bottom: 35px;
}

/* line 91, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

/* line 98, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper .summary-stockholders {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-size: 1.125rem;
  line-height: 1;
  padding: .75rem 1.5rem 1rem;
}

/* line 106, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper .summary-stockholders .caption {
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 111, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper .summary-stockholders .number {
  font-size: 2.187rem;
  margin-right: 3px;
}

/* line 116, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper .summary-stockholders .unit {
  font-size: 1.25rem;
}

/* line 121, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper .summary-left {
  border: 1px solid #DDD;
  border-right: none;
  border-radius: 15px 0 0 15px;
  padding: 20px 35px 25px 20px;
}

/* line 128, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper .summary-right {
  border: 1px solid #DDD;
  border-radius: 0 15px 15px 0;
  border-left: none;
  position: relative;
  padding: 20px 20px 25px 35px;
}

/* line 135, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .summary-area .summary-wrapper .summary-right:before {
  content: '';
  width: 1px;
  height: 69px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
}

/* line 153, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders thead {
  position: sticky;
  top: 229px;
  z-index: 1;
}

/* line 160, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-rightholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 164, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-rightholders .dropdown {
  cursor: pointer;
  line-height: 1.5;
}

/* line 169, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-rightholders .dropdown .rightholders-display-menu .btn, .company.rightholders.index .table-wrapper .table-rightholders .dropdown .rightholders-display-menu .component-v2 .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-rightholders .dropdown .rightholders-display-menu .company.financial_reports.edit .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-rightholders .dropdown .rightholders-display-menu .company.kpis .btn-primary-w100-p3, .component-v2 .company.rightholders.index .table-wrapper .table-rightholders .dropdown .rightholders-display-menu .btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.index .table-wrapper .table-rightholders .dropdown .rightholders-display-menu .btn-primary-w100-p3, .company.kpis .company.rightholders.index .table-wrapper .table-rightholders .dropdown .rightholders-display-menu .btn-primary-w100-p3 {
  font-size: 0.875rem;
}

/* line 175, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-rightholders .btn-sm, .company.rightholders.index .table-wrapper .table-rightholders .btn-group-sm > .btn, .company.rightholders.index .table-wrapper .table-rightholders .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-rightholders .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-rightholders .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.rightholders.index .table-wrapper .table-rightholders .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.index .table-wrapper .table-rightholders .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.rightholders.index .table-wrapper .table-rightholders .btn-group-sm > .btn-primary-w100-p3 {
  font-size: 13px;
  font-weight: 700;
}

/* line 180, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-rightholders .rightholder-name-spacer {
  line-height: 3.7;
}

/* line 188, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stockholders-list .btn--sublink,
.company.rightholders.index .rightholders-list .btn--sublink {
  color: #00A0E2;
  font-weight: 400;
}

/* line 196, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stockholders-list .table-tab__tab-content .table th, .company.rightholders.index .stockholders-list .table-tab__tab-content .capital.connections.index .companies-table th, .capital.connections.index .company.rightholders.index .stockholders-list .table-tab__tab-content .companies-table th, .company.rightholders.index .stockholders-list .table-tab__tab-content .companies.documents.index .documents-table th, .companies.documents.index .company.rightholders.index .stockholders-list .table-tab__tab-content .documents-table th, .company.rightholders.index .stockholders-list .table-tab__tab-content .companies.documents.show .documents-table th, .companies.documents.show .company.rightholders.index .stockholders-list .table-tab__tab-content .documents-table th, .company.rightholders.index .stockholders-list .table-tab__tab-content .table-door th, .company.rightholders.index .stockholders-list .table-tab__tab-content .component-v2 .square-table th, .company.rightholders.index .stockholders-list .table-tab__tab-content .company.financial_reports.edit .square-table th, .company.rightholders.index .stockholders-list .table-tab__tab-content .company.kpis .square-table th, .component-v2 .company.rightholders.index .stockholders-list .table-tab__tab-content .square-table th, .company.financial_reports.edit .company.rightholders.index .stockholders-list .table-tab__tab-content .square-table th, .company.kpis .company.rightholders.index .stockholders-list .table-tab__tab-content .square-table th, .company.rightholders.index .stockholders-list .table-tab__tab-content .investor.connections.index .companies-table th, .investor.connections.index .company.rightholders.index .stockholders-list .table-tab__tab-content .companies-table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .capital.connections.index .companies-table th,
.capital.connections.index .company.rightholders.index .rightholders-list .table-tab__tab-content .companies-table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .companies.documents.index .documents-table th,
.companies.documents.index .company.rightholders.index .rightholders-list .table-tab__tab-content .documents-table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .companies.documents.show .documents-table th,
.companies.documents.show .company.rightholders.index .rightholders-list .table-tab__tab-content .documents-table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .table-door th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .component-v2 .square-table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .company.financial_reports.edit .square-table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .company.kpis .square-table th,
.component-v2 .company.rightholders.index .rightholders-list .table-tab__tab-content .square-table th,
.company.financial_reports.edit .company.rightholders.index .rightholders-list .table-tab__tab-content .square-table th,
.company.kpis .company.rightholders.index .rightholders-list .table-tab__tab-content .square-table th,
.company.rightholders.index .rightholders-list .table-tab__tab-content .investor.connections.index .companies-table th,
.investor.connections.index .company.rightholders.index .rightholders-list .table-tab__tab-content .companies-table th {
  padding: 1rem 1.3rem;
}

/* line 200, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stockholders-list .table-tab__tab-content .table td, .company.rightholders.index .stockholders-list .table-tab__tab-content .capital.connections.index .companies-table td, .capital.connections.index .company.rightholders.index .stockholders-list .table-tab__tab-content .companies-table td, .company.rightholders.index .stockholders-list .table-tab__tab-content .companies.documents.index .documents-table td, .companies.documents.index .company.rightholders.index .stockholders-list .table-tab__tab-content .documents-table td, .company.rightholders.index .stockholders-list .table-tab__tab-content .companies.documents.show .documents-table td, .companies.documents.show .company.rightholders.index .stockholders-list .table-tab__tab-content .documents-table td, .company.rightholders.index .stockholders-list .table-tab__tab-content .table-door td, .company.rightholders.index .stockholders-list .table-tab__tab-content .component-v2 .square-table td, .company.rightholders.index .stockholders-list .table-tab__tab-content .company.financial_reports.edit .square-table td, .company.rightholders.index .stockholders-list .table-tab__tab-content .company.kpis .square-table td, .component-v2 .company.rightholders.index .stockholders-list .table-tab__tab-content .square-table td, .company.financial_reports.edit .company.rightholders.index .stockholders-list .table-tab__tab-content .square-table td, .company.kpis .company.rightholders.index .stockholders-list .table-tab__tab-content .square-table td, .company.rightholders.index .stockholders-list .table-tab__tab-content .investor.connections.index .companies-table td, .investor.connections.index .company.rightholders.index .stockholders-list .table-tab__tab-content .companies-table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .capital.connections.index .companies-table td,
.capital.connections.index .company.rightholders.index .rightholders-list .table-tab__tab-content .companies-table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .companies.documents.index .documents-table td,
.companies.documents.index .company.rightholders.index .rightholders-list .table-tab__tab-content .documents-table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .companies.documents.show .documents-table td,
.companies.documents.show .company.rightholders.index .rightholders-list .table-tab__tab-content .documents-table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .table-door td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .component-v2 .square-table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .company.financial_reports.edit .square-table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .company.kpis .square-table td,
.component-v2 .company.rightholders.index .rightholders-list .table-tab__tab-content .square-table td,
.company.financial_reports.edit .company.rightholders.index .rightholders-list .table-tab__tab-content .square-table td,
.company.kpis .company.rightholders.index .rightholders-list .table-tab__tab-content .square-table td,
.company.rightholders.index .rightholders-list .table-tab__tab-content .investor.connections.index .companies-table td,
.investor.connections.index .company.rightholders.index .rightholders-list .table-tab__tab-content .companies-table td {
  padding: 0.5rem 1.3rem;
}

/* line 208, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .stockholders-list .modal-dialog--large,
.company.rightholders.index .rightholders-list .modal-dialog--large {
  width: 60%;
  min-width: 570px;
  max-width: 580px;
}

/* line 216, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding {
  padding-top: 3rem;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1340px) {
  /* line 216, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 230, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .notify-top {
  background-color: #F7F7F7;
  border-radius: 15px;
  display: flex;
  padding: 30px 40px;
  line-height: 22px;
  margin: 16px 0 21px 0;
}

/* line 238, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .notify-top .content {
  margin-left: 35px;
}

/* line 241, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .notify-top .content .title {
  font-family: 'Hiragino Sans';
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

/* line 248, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .notify-top .content .detail {
  font-family: 'Hiragino Sans';
  font-weight: 300;
  font-size: 0.875rem;
  margin: 15px 0 20px 0;
}

/* line 262, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .search-form .input-group #input_search.border-right-radius {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  background: none;
  background-size: 1px 50%;
  background-position: right;
  background-repeat: no-repeat;
}

/* line 272, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .search-form .input-group #tran_on_search, .company.rightholders.index .container-custom-padding .search-form .input-group #input_search {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

/* line 278, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-right: none;
  background-color: #fff;
}

/* line 287, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text .icon-search::before {
  padding: 1px;
  height: 28px;
  width: 28px;
}

/* line 293, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .search-form .input-group .input-group-prepend .input-group-text .icon-calendar {
  transform: scale(1);
  font-size: 18px;
}

/* line 300, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .container-custom-padding .search-form .input-group input.form-control {
  background-color: #fff;
  font-size: 0.875rem;
  font-family: 'futura-pt';
  font-weight: 500;
  width: 184px;
  border: 1px solid #ddd;
  border-left: none;
}

/* line 314, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .row-color-blue :hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 320, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .btn-outline-disabled {
  color: #939393;
  border: 1px solid #939393;
}

/* line 324, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .btn-outline-disabled:hover {
  opacity: 1;
}

/* line 329, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-select {
  width: 177px;
  height: 32px;
  padding: 8px;
  font-size: 12px;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* line 338, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .not-find {
  padding-top: 120px;
}

/* line 341, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .not-find .not-find-message {
  color: #BDBDBD;
  letter-spacing: 0.03rem;
}

/* line 348, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index #rightholder-change-requests .table-door tbody tr td {
  cursor: default;
}

/* line 353, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .delete-restrict-modal {
  font-family: 'Hiragino Sans';
  font-weight: 300;
}

/* line 357, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .delete-restrict-modal .delete-restrict {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 30px;
  width: 35px;
  margin: 0 auto 17px auto;
}

/* line 369, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .modal-dialog {
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-family: 'futura-pt';
}

/* line 377, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index #modal-delete-form .beauty-checkbox .beauty-checkbox__checkmark {
  border: solid 1px #C9C9C9;
  width: 1.625rem;
  height: 1.625rem;
  display: inline-block;
}

/* line 383, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index #modal-delete-form .beauty-checkbox .beauty-checkbox__checkmark::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.625rem;
}

/* line 397, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index #modal-delete-form .beauty-checkbox .text {
  display: inline-block;
  margin-left: 36px;
}

@media (min-width: 992px) {
  /* line 406, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* line 413, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .word-break-all {
  word-break: break-all;
}

/* line 417, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .card, .company.rightholders.show .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.rightholders.show .connection-card, .company.rightholders.show .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.rightholders.show .connection-card, .company.rightholders.show .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.rightholders.show .connection-card, .company.rightholders.show .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.rightholders.show .connection-card {
  border-radius: .75rem;
}

@media (min-width: 992px) {
  /* line 420, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .card .card-wide-padding, .company.rightholders.show .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.new .company.rightholders.show .connection-card .card-wide-padding, .company.rightholders.show .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_new .company.rightholders.show .connection-card .card-wide-padding, .company.rightholders.show .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.confirm .company.rightholders.show .connection-card .card-wide-padding, .company.rightholders.show .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_confirm .company.rightholders.show .connection-card .card-wide-padding {
    padding: 1.5rem 2rem;
  }
}

/* line 427, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .title {
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 432, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .edit-link {
  font-size: 0.875rem;
}

/* line 436, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 436, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .stockholder-wrapper {
    display: block;
  }
}

/* line 445, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info {
  display: table-cell;
  width: 62%;
}

@media (max-width: 991.98px) {
  /* line 445, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .stockholder-wrapper .basic-info {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* line 455, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info .icon {
  width: 30px;
  text-align: center;
}

/* line 460, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info .detail {
  margin: 2px 0 0 14px;
}

/* line 464, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info .stockholder-name {
  width: 190px;
}

@media (max-width: 767.98px) {
  /* line 464, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .stockholder-wrapper .basic-info .stockholder-name {
    width: auto;
  }
}

/* line 472, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info .alternative-email {
  width: 190px;
}

/* line 476, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info .staff-name {
  width: 208px;
}

@media (max-width: 767.98px) {
  /* line 476, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .stockholder-wrapper .basic-info .staff-name {
    width: auto;
  }
}

/* line 484, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info .sub-info {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}

/* line 488, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .basic-info .sub-info .sub-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

/* line 496, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .spacer {
  display: table-cell;
  width: 2.7%;
}

@media (max-width: 991.98px) {
  /* line 496, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .stockholder-wrapper .spacer {
    display: block;
    width: 0;
  }
}

/* line 506, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stockholder-wrapper .memo-info {
  display: table-cell;
  width: 35%;
}

@media (max-width: 991.98px) {
  /* line 506, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .stockholder-wrapper .memo-info {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* line 518, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history {
  font-size: 0.875rem;
}

/* line 521, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .category-tag {
  display: inline-block;
  border: solid 1px #343434;
  border-radius: 25px;
  padding: 2px 14px;
  margin-left: 1rem;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/* line 532, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .table-wrapper {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (max-width: 991.98px) {
  /* line 532, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders.show .stock-history .table-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* line 543, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .table-door .description {
  width: 244px;
}

/* line 550, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .table-door tbody tr td:first-child {
  border-radius: 0;
}

/* line 554, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .table-door tbody tr td:nth-child(3) {
  max-width: 244px;
}

/* line 558, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .table-door tbody tr td:last-child {
  border-radius: 0;
}

/* line 568, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history.classified .table-door .description {
  width: 210px;
}

/* line 575, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history.classified .table-door tbody tr td:nth-child(3) {
  max-width: 210px;
}

/* line 584, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .revoke-tag {
  background-color: #ddd;
  padding: 4px 14px;
  border-radius: 25px;
}

/* line 590, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .stock-type-info {
  position: relative;
  padding-left: 22px;
}

/* line 593, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .stock-type-info::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: #ddd;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 605, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .stock-history .stock-type-info.orange::before {
  background-color: orange;
}

/* line 611, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area {
  background-color: #FFF;
  z-index: 2;
}

/* line 615, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

/* line 623, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-top {
  width: 100%;
  padding: 30px 30px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 630, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-stockholders {
  width: 50%;
  font-size: 1.125rem;
  line-height: 1;
}

/* line 635, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-stockholders .caption {
  margin-bottom: 20px;
}

/* line 639, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-stockholders .number {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
}

/* line 645, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-stockholders .unit {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 651, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-left {
  padding: 30px;
}

/* line 655, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-right {
  position: relative;
  padding: 30px;
}

/* line 659, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .summary-area .summary-wrapper .summary-right:before {
  content: '';
  width: 1px;
  height: 90px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
}

/* line 675, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.show .memo-height {
  height: 250px;
}

/* line 682, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper, .company.rightholders.show .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 686, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders, .company.rightholders.show .table-wrapper .table-stockholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 690, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders .dropdown, .company.rightholders.show .table-wrapper .table-stockholders .dropdown {
  cursor: pointer;
  line-height: 1.5;
}

/* line 695, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn, .company.rightholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .component-v2 .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.financial_reports.edit .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.kpis .btn-primary-w100-p3, .component-v2 .company.rightholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.kpis .company.rightholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.rightholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn, .company.rightholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .component-v2 .btn-primary-w100-p3, .company.rightholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.financial_reports.edit .btn-primary-w100-p3, .company.rightholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.kpis .btn-primary-w100-p3, .component-v2 .company.rightholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.kpis .company.rightholders.show .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3 {
  font-size: 0.875rem;
}

/* line 701, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders .btn-sm, .company.rightholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn, .company.rightholders.index .table-wrapper .table-stockholders .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-stockholders .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.rightholders.index .table-wrapper .table-stockholders .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.rightholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.rightholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.rightholders.show .table-wrapper .table-stockholders .btn-sm, .company.rightholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn, .company.rightholders.show .table-wrapper .table-stockholders .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.rightholders.show .table-wrapper .table-stockholders .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.rightholders.show .table-wrapper .table-stockholders .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.rightholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.rightholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.rightholders.show .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3 {
  font-size: 13px;
  font-weight: 700;
}

/* line 706, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders .stockholder-name-spacer, .company.rightholders.show .table-wrapper .table-stockholders .stockholder-name-spacer {
  line-height: 3.7;
}

/* line 710, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders .alternative-email-spacer, .company.rightholders.show .table-wrapper .table-stockholders .alternative-email-spacer {
  margin-bottom: 27px;
}

/* line 715, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-stockholders .resend a, .company.rightholders.show .table-wrapper .table-stockholders .resend a {
  height: 22px;
  margin-bottom: 4px;
}

/* line 722, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .table-wrapper .table-fixed, .company.rightholders.show .table-wrapper .table-fixed {
  table-layout: fixed;
}

/* line 727, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .dropdown-auto-open:hover > .dropdown-menu, .company.rightholders.show .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 731, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .dropdown-information, .company.rightholders.show .dropdown-information {
  width: 300px;
  font-size: 0.75rem;
  border-radius: .75rem;
  padding: .5rem .75rem;
  margin-left: .5rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
}

/* line 742, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .rounded-stock-mark, .company.rightholders.show .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 754, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .overflow-abbr, .company.rightholders.show .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 761, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index a.force-underline, .company.rightholders.show a.force-underline {
  text-decoration: none;
  border-bottom: 1px solid #00A0E2;
}

/* line 765, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index a.force-underline:hover, .company.rightholders.show a.force-underline:hover {
  text-decoration: none;
  border-bottom: 1px solid #212B53;
}

/* line 772, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .staffs-wrapper, .company.rightholders.show .staffs-wrapper {
  margin-top: .5rem;
  margin-bottom: 2rem;
}

/* line 776, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .staffs-wrapper .add-staff, .company.rightholders.show .staffs-wrapper .add-staff {
  font-size: 0.875rem;
  display: block;
  margin: auto;
  width: 45%;
}

/* line 783, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .staffs-wrapper .remove-staff, .company.rightholders.show .staffs-wrapper .remove-staff {
  font-size: 0.875rem;
  margin-top: .125rem;
  margin-left: -1.5rem;
}

/* line 789, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .staffs-wrapper .staff-info, .company.rightholders.show .staffs-wrapper .staff-info {
  margin-bottom: .25rem;
}

/* line 794, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .overview, .company.rightholders.show .overview {
  padding: 0 1rem 0 1rem;
}

/* line 798, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .unit-outer, .company.rightholders.show .unit-outer {
  position: absolute;
  padding: 0 35px 0 15px;
  margin-bottom: 1.25rem;
  right: 0;
}

/* line 804, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .unit-outer-left, .company.rightholders.show .unit-outer-left {
  right: 305px;
}

/* line 811, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .unit-content, .company.rightholders.show .unit-content {
  padding: 26px 0 10px 0;
  color: lightgray;
}

/* line 816, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-selector, .company.rightholders.show .right-selector {
  padding: 0 1rem 0 1rem;
}

/* line 820, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .add-stock, .company.rightholders.show .add-stock {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 30%;
}

/* line 827, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .add-right, .company.rightholders.show .add-right {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 37%;
}

/* line 834, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .remove_fields, .company.rightholders.show .remove_fields {
  color: #939393;
}

/* line 838, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .so-link-description, .company.rightholders.show .so-link-description {
  font-size: 16px;
  margin: 20px 0;
}

/* line 843, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index #modal_shareholder .modal-content, .company.rightholders.show #modal_shareholder .modal-content {
  width: 650px;
}

/* line 848, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body, .company.rightholders.show .right-type-modal .modal-body {
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 853, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .issuance-history-area, .company.rightholders.show .right-type-modal .modal-body .issuance-history-area {
  background-color: #f4f4f4;
  border-radius: 8px;
}

/* line 857, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .issuance-history-area .share_type_right_type_issuance_histories_strike_price,
.company.rightholders.index .right-type-modal .modal-body .issuance-history-area .share_type_right_type_issuance_histories_number_of_shares_allotted, .company.rightholders.show .right-type-modal .modal-body .issuance-history-area .share_type_right_type_issuance_histories_strike_price,
.company.rightholders.show .right-type-modal .modal-body .issuance-history-area .share_type_right_type_issuance_histories_number_of_shares_allotted {
  margin-bottom: 0;
}

/* line 862, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .issuance-history-area .input-group-append, .company.rightholders.show .right-type-modal .modal-body .issuance-history-area .input-group-append {
  background-color: white;
  border-radius: 8px;
}

/* line 866, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .issuance-history-area .input-group-append .input-group-text, .company.rightholders.show .right-type-modal .modal-body .issuance-history-area .input-group-append .input-group-text {
  background-color: white;
}

/* line 872, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .right-type-description, .company.rightholders.show .right-type-modal .modal-body .right-type-description {
  height: 54px;
  min-height: 8em;
}

/* line 877, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .stock-types-list, .company.rightholders.show .right-type-modal .modal-body .stock-types-list {
  background-color: #f4f4f4;
  padding: 16px;
  border-radius: 8px;
}

/* line 882, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .stock-types-list .icon--edit::after, .company.rightholders.show .right-type-modal .modal-body .stock-types-list .icon--edit::after {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 888, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.index .right-type-modal .modal-body .stock-types-list .icon--trash::after, .company.rightholders.show .right-type-modal .modal-body .stock-types-list .icon--trash::after {
  content: "\f1f8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 898, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .stocks-list {
  border: 1px solid #DDD;
  border-radius: 0.2rem;
  max-height: 275px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
  margin: 0 5px 15px 5px;
}

/* line 907, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .stocks-list .panel:last-child {
  margin-bottom: 0 !important;
}

/* line 913, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .stakeholder-table--col-small {
  width: 110px;
}

@media (min-width: 1280px) {
  /* line 913, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders .stakeholder-table--col-small {
    width: 130px;
  }
}

@media (min-width: 1366px) {
  /* line 913, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders .stakeholder-table--col-small {
    width: 155px;
  }
}

/* line 925, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .stakeholder-table--col-medium {
  width: 150px;
}

@media (min-width: 1366px) {
  /* line 925, app/assets/stylesheets/application/views/company/rightholders.scss */
  .company.rightholders .stakeholder-table--col-medium {
    width: 210px;
  }
}

/* line 933, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .stakeholder-table--col-large {
  width: 260px;
}

/* line 939, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .modal-connection .separator {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
}

/* line 945, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .modal-connection .separator-line {
  width: 100%;
  height: .05rem;
  background: #DDD;
  flex: 1;
}

/* line 952, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders .modal-connection .btn-outline-black {
  color: #343434;
  background-color: white;
  border-color: #343434;
}

/* line 961, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .full-screen-form .form-header, .company.rightholders.edit .full-screen-form .form-header {
  padding: 15px 15px 14px 15px;
  border-bottom: 1px solid #DDD;
}

/* line 967, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body, .company.rightholders.edit .form-body {
  padding-top: 2rem;
  padding-bottom: 170px;
  overflow-y: scroll;
  height: 100%;
}

/* line 974, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .wrapper-header .title, .company.rightholders.edit .form-body .wrapper-header .title {
  font-weight: 600;
  line-height: 36px;
}

/* line 979, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .wrapper-header .information-icon, .company.rightholders.edit .form-body .wrapper-header .information-icon {
  position: absolute;
  top: 7px;
}

/* line 985, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper, .company.rightholders.edit .form-body .staffs-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

/* line 990, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .header-row .right-tip, .company.rightholders.edit .form-body .staffs-wrapper .header-row .right-tip {
  text-align: right;
  font-size: 14px;
}

/* line 996, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .staffs-info, .company.rightholders.edit .form-body .staffs-wrapper .staffs-info {
  margin-bottom: 0.25rem;
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 1002, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .add-staff-wrapper, .company.rightholders.edit .form-body .staffs-wrapper .add-staff-wrapper {
  width: 45%;
  margin: auto;
  position: relative;
}

/* line 1007, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .add-staff-wrapper .grouping, .company.rightholders.edit .form-body .staffs-wrapper .add-staff-wrapper .grouping {
  margin-left: -61%;
  width: 223%;
}

/* line 1012, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .add-staff-wrapper .add-staff, .company.rightholders.edit .form-body .staffs-wrapper .add-staff-wrapper .add-staff {
  display: block;
  font-size: 0.875rem;
}

/* line 1018, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .add-group, .company.rightholders.edit .form-body .staffs-wrapper .add-group {
  display: block;
  margin: auto;
  font-size: 0.875rem;
  width: 45%;
}

/* line 1025, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .remove-staff, .company.rightholders.edit .form-body .staffs-wrapper .remove-staff {
  margin-top: 0.125rem;
  margin-left: -1.5rem;
  font-size: 0.875rem;
}

/* line 1031, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .staffs-wrapper .staff-info, .company.rightholders.edit .form-body .staffs-wrapper .staff-info {
  margin-bottom: 0.25rem;
}

/* line 1036, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .form-body .remove_fields, .company.rightholders.edit .form-body .remove_fields {
  color: #939393;
}

/* line 1043, app/assets/stylesheets/application/views/company/rightholders.scss */
.company.rightholders.new .add-stock {
  font-size: 0.75rem;
  width: 30%;
}

/* line 2, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights h1 {
  font-size: 32px;
  margin-bottom: 3rem;
}

/* line 6, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights h2 {
  font-size: 24px;
  margin-bottom: 1.5rem;
}

/* line 10, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .rightholder-name,
.company.rightholders.bulk-move-rights .own-company-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: .5rem;
}

/* line 16, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights section {
  margin-bottom: 3.5rem;
}

/* line 17, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .form-check-label {
  margin-bottom: .5rem;
}

/* line 18, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights fieldset.bulk_move_rights_move_type .form-check {
  width: 32%;
}

/* line 20, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .text-label {
  margin-bottom: 1rem;
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .required-mark {
  font-size: 12px;
  font-weight: 400;
  color: red;
}

/* line 29, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .right-amount-detail {
  font-size: 12px;
  color: #626262;
}

/* line 34, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .cant_send {
  opacity: 30%;
}

/* line 37, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .full-screen-form-page .form-control {
  height: 54px;
}

/* line 41, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .full-screen-form-page textarea.form-control {
  height: auto;
}

/* line 47, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .horizontal-radio-with-border .form-group.radio_buttons {
  display: flex;
  justify-content: start;
}

/* line 51, app/assets/stylesheets/application/views/company/rightholders/bulk_move_rights.scss */
.company.rightholders.bulk-move-rights .horizontal-radio-with-border .form-group.radio_buttons .form-check {
  margin-right: 1%;
}

/* line 3, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu p {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

/* line 14, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list .item-card {
  border-radius: 20px;
  border: 1px solid #dddddd;
  width: 270px;
  min-height: 350px;
  position: relative;
  padding: 15px 15px 30px;
  margin: 10px;
}

/* line 23, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list .item-card.coming-soon {
  background-color: #DDD;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 29, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list .item-card.coming-soon .title {
  width: 100%;
  padding: 10px;
  background-color: #ECECEC;
  text-align: center;
}

/* line 38, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list .image-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #F2F8FC;
  margin: 10px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 49, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list .item-title {
  font-family: HiraginoSans-W6;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list .description {
  font-family: HiraginoSans-W3;
  font-size: 14px;
}

/* line 63, app/assets/stylesheets/application/views/company/stakeholder_change_requests.scss */
.stakeholder_change_requests.menu .new-stakeholder-change-request-link-list .coming-soon-btn {
  border-radius: 1000px;
  text-align: center;
  padding: 5px 20px;
  background-color: #ECECEC;
  display: inline-block;
}

/* line 4, app/assets/stylesheets/application/views/company/rightholder_change_requests.scss */
.rightholder_change_requests.confirm table th {
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}

/* line 9, app/assets/stylesheets/application/views/company/rightholder_change_requests.scss */
.rightholder_change_requests.confirm table td {
  text-align: center;
  cursor: default;
}

/* line 3, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .form-group {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .grouping {
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .center {
  margin-left: auto;
  margin-right: auto;
}

/* line 16, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .form-select {
  padding: 28px 30px 0px 14px;
  height: 70px;
}

/* line 20, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .form-label {
  position: absolute;
  color: lightgrey;
  z-index: 1;
  padding: 10px 0px 0px 12px;
}

/* line 26, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .select-invalid {
  background-color: #fff1f4 !important;
  color: red;
  border-color: #E6230D;
}

/* line 31, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .placeholder-invalid {
  color: #E6230D;
}

/* line 34, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.new .invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E6230D;
}

/* line 42, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .center {
  margin-left: auto;
  margin-right: auto;
}

/* line 46, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .left-type {
  margin-left: auto;
  text-align: center;
}

/* line 50, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .right-type {
  margin-right: auto;
  text-align: center;
}

/* line 54, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .type-label {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.25rem;
}

/* line 59, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .type-value {
  white-space: nowrap;
  font-size: 1.25rem;
}

/* line 63, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .rightholders-table {
  width: 80%;
  text-align: center;
}

/* line 67, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .table-border {
  border-top: solid 1px #DDD;
}

/* line 70, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .left-form-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  z-index: 1030;
  background-color: #FFF;
}

/* line 83, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .right-form-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 1rem 2rem;
  justify-content: right;
  border-top: 1px solid #DDD;
  z-index: 1030;
  background-color: #FFF;
}

/* line 97, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm div.input-group:has(input[readonly="readonly"]) div.input-group-append {
  background-color: #ECECEC;
}

/* line 100, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .right-strike-text-cell {
  height: 70px;
}

/* line 103, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .right-strike-input-cell {
  padding-top: 1.25rem;
  padding-right: 10px;
  padding-left: 10px;
  pointer-events: none;
}

/* line 109, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .noplaceholder-input {
  padding: 0px 0px 0px 20px;
}

/* line 112, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.confirm .right-strikers-header {
  height: 80px;
}

/* line 120, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .center {
  margin-left: auto;
  margin-right: auto;
}

/* line 124, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .left-type {
  margin-left: auto;
  text-align: center;
}

/* line 128, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .right-type {
  margin-right: auto;
  text-align: center;
}

/* line 132, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .type-label {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.25rem;
}

/* line 137, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .type-value {
  font-size: 1.25rem;
}

/* line 140, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .rightholders-table {
  width: 80%;
  text-align: center;
}

/* line 144, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .outer-content {
  padding-top: 1.25rem;
}

/* line 148, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .table-border {
  border-top: solid 1px #DDD;
}

/* line 152, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .right-strike-text-cell {
  height: 70px;
}

/* line 155, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .right-strike-input-cell {
  padding-top: 1.25rem;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 160, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .outer-contract {
  position: relative;
}

/* line 163, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .inner-contract {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 55%;
  margin: auto;
}

/* line 171, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .noplaceholder-input {
  padding: 0px 0px 0px 20px;
}

/* line 174, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create div.input-group:has(input[disabled="disabled"]) div.input-group-append {
  background-color: #f4f4f4;
}

/* line 177, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create div.input-group:has(input[id$="stock_acquisition_date"]) span.input-group-text {
  background-color: transparent;
}

/* line 180, app/assets/stylesheets/application/views/company/right_strike.scss */
.company.right_strike.members.create .right-strikers-header {
  height: 80px;
}

/* line 4, app/assets/stylesheets/application/views/company/right_change_requests.scss */
.right_change_requests.confirm table th {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/application/views/company/right_change_requests.scss */
.right_change_requests.confirm table td {
  cursor: default;
}

/* line 12, app/assets/stylesheets/application/views/company/right_change_requests.scss */
.right_change_requests.confirm table .change-description {
  max-width: 500px;
}

/* line 4, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .header, .company.right_entry_requests.complete .header {
  display: none;
}

/* line 8, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .main-content, .company.right_entry_requests.complete .main-content {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .editor-header, .company.right_entry_requests.complete .editor-header {
  padding: 15px 0 15px 0;
  height: 60px;
}

/* line 16, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .editor-header .header-logo, .company.right_entry_requests.complete .editor-header .header-logo {
  display: flex;
  align-items: center;
}

/* line 20, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .editor-header .header-logo .logo, .company.right_entry_requests.complete .editor-header .header-logo .logo {
  height: 20px;
}

/* line 25, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .editor-header .header-title, .company.right_entry_requests.complete .editor-header .header-title {
  font-family: "futura-pt", "Hiragino Sans", sans-serif;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
}

/* line 34, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .editor-header .header-close, .company.right_entry_requests.complete .editor-header .header-close {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 40, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .editor-header .header-close .close, .company.right_entry_requests.complete .editor-header .header-close .close {
  font-size: 1.125rem;
  vertical-align: middle;
}

/* line 46, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .editor-header .cursor-pointer, .company.right_entry_requests.complete .editor-header .cursor-pointer {
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .progress, .company.right_entry_requests.complete .progress {
  height: 7px;
}

/* line 56, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .file-form, .company.right_entry_requests.complete .attachments .file-form {
  background-image: linear-gradient(to right, #DDD, #DDD 8px, transparent 8px, transparent 15px), linear-gradient(to right, #DDD, #DDD 8px, transparent 8px, transparent 15px), linear-gradient(to bottom, #DDD, #DDD 8px, transparent 8px, transparent 15px), linear-gradient(to bottom, #DDD, #DDD 8px, transparent 8px, transparent 15px);
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  border-radius: 7px;
}

/* line 66, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .file-form.lg, .company.right_entry_requests.complete .attachments .file-form.lg {
  padding: 66px 190px 65px;
}

/* line 70, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .file-form .btn-sm, .company.right_entry_requests.input .attachments .file-form .btn-group-sm > .btn, .company.right_entry_requests.input .attachments .file-form .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.right_entry_requests.input .attachments .file-form .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.right_entry_requests.input .attachments .file-form .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.right_entry_requests.input .attachments .file-form .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.right_entry_requests.input .attachments .file-form .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.right_entry_requests.input .attachments .file-form .btn-group-sm > .btn-primary-w100-p3, .company.right_entry_requests.complete .attachments .file-form .btn-sm, .company.right_entry_requests.complete .attachments .file-form .btn-group-sm > .btn, .company.right_entry_requests.complete .attachments .file-form .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.right_entry_requests.complete .attachments .file-form .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.right_entry_requests.complete .attachments .file-form .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.right_entry_requests.complete .attachments .file-form .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.right_entry_requests.complete .attachments .file-form .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.right_entry_requests.complete .attachments .file-form .btn-group-sm > .btn-primary-w100-p3 {
  margin-top: 20px;
  margin-bottom: 14px;
}

/* line 76, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .drop-zone, .company.right_entry_requests.complete .attachments .drop-zone {
  padding: 2rem 0;
  border: 1px dashed #BDBDBD;
  border-radius: 8px;
  width: 100%;
}

/* line 83, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .files-wrapper, .company.right_entry_requests.complete .attachments .files-wrapper {
  min-height: 180px;
}

/* line 86, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .files-wrapper a, .company.right_entry_requests.complete .attachments .files-wrapper a {
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .files-wrapper .files-note, .company.right_entry_requests.complete .attachments .files-wrapper .files-note {
  padding-left: 20px;
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 180px;
  width: 100%;
}

/* line 98, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .attachments .files-wrapper .file-name, .company.right_entry_requests.complete .attachments .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 108, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .submitting, .company.right_entry_requests.complete .submitting {
  height: 560px;
  text-align: center;
}

/* line 112, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .submitting .title, .company.right_entry_requests.complete .submitting .title {
  font-size: 18px;
}

/* line 116, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .submitting .loading-wrapper, .company.right_entry_requests.complete .submitting .loading-wrapper {
  height: 400px;
}

/* line 121, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .footer, .company.right_entry_requests.complete .footer {
  padding: 22px 25px 0;
  z-index: 1;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 128, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .footer .cancel, .company.right_entry_requests.complete .footer .cancel {
  width: 120px;
  color: #000;
  background-color: #FFF;
  border-color: #DDD;
}

/* line 135, app/assets/stylesheets/application/views/company/right_entry_requests.scss */
.company.right_entry_requests.input .footer .next, .company.right_entry_requests.complete .footer .next {
  float: right;
  width: 120px;
}

/* line 3, app/assets/stylesheets/application/views/company/select_stakeholder_types.scss */
.company.select_stakeholder_types.new .custom-radio-bordered {
  width: 185px;
}

/* line 1, app/assets/stylesheets/application/views/company/rounds.scss */
.created-round-list {
  height: 500px;
  overflow: scroll;
  margin-bottom: -70px;
}

/* line 6, app/assets/stylesheets/application/views/company/rounds.scss */
.created-round-list .item {
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/application/views/company/rounds.scss */
.created-round-list .item > div {
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: none;
}

/* line 17, app/assets/stylesheets/application/views/company/rounds.scss */
.bg-circle-hover {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

/* line 24, app/assets/stylesheets/application/views/company/rounds.scss */
.bg-circle-hover:hover {
  background-color: #F7F7F7;
}

/* line 3, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .fixed-top.form-header {
  height: 61;
  background-color: #FFF;
}

/* line 8, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .fixed-top.progress {
  top: 61;
}

/* line 13, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .notice {
  background: rgba(15, 144, 191, 0.1);
}

/* line 17, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .required-label {
  color: #EC0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 8px;
}

/* line 25, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .label-title {
  font-weight: 600;
  font-size: 24px;
}

/* line 30, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .custom-switch {
  padding-left: 0;
}

/* line 33, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .custom-switch .custom-control-label::before {
  left: 170px;
}

/* line 37, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .custom-switch .custom-control-label::after {
  left: calc(170px + 2px);
}

/* line 42, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .custom-control {
  padding-left: 0;
}

/* line 46, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .font-size-12 {
  font-size: 12px;
}

/* line 50, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .font-size-24 {
  font-size: 24px;
}

/* line 54, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .font-size-32 {
  font-size: 32px;
}

/* line 58, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .free-text-section {
  border-top: 1px solid #DDD;
}

/* line 62, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .border-collapse-separate {
  border-spacing: 10px;
  border-collapse: separate;
}

/* line 67, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .white-space-pre {
  white-space: pre;
}

/* line 71, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .white-space-pre-line {
  white-space: pre-line;
}

/* line 75, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .jsc-pdf-document-form, .company.stockholder_meetings .default-hided {
  display: none;
}

/* line 79, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .body-tag {
  z-index: 1;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #DDD;
}

/* line 89, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .beginning-tag {
  left: 15px;
  top: 45px;
}

/* line 94, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .ending-tag {
  right: 15px;
  bottom: 10px;
}

/* line 99, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .char-counter {
  right: 0;
  bottom: 35px;
}

/* line 105, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .hover-row:hover {
  background: #F7F7F7 !important;
  color: #00A0E2;
}

/* line 111, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .selected-tips {
  font-size: 1.2rem;
  border-width: 2px !important;
  padding: 0 1.5rem 0.25rem;
}

/* line 117, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .cant_send {
  opacity: 30%;
}

/* line 121, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .pdf-previewer-wrapper {
  height: 800px;
}

@media (max-width: 575.98px) {
  /* line 121, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
  .company.stockholder_meetings .pdf-previewer-wrapper {
    height: 400px;
  }
}

/* line 129, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .question-icon-btn {
  line-height: 1.5;
}

/* line 133, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .reference-document {
  min-height: 600px;
}

/* line 138, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.type_select.new .stockholder-meeting-types {
  display: flex;
  justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 138, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
  .company.stockholder_meetings.type_select.new .stockholder-meeting-types {
    display: block;
  }
}

/* line 147, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.type_select.new .stockholder-meeting-type {
  width: 326px;
  height: 130px;
  border-radius: 8px;
  border: 1px solid #DDD;
  padding: 24px 20px;
  margin: 20px 15px;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.type_select.new .stockholder-meeting-type .fa-check-circle {
  color: #c9c9c9 !important;
}

/* line 159, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.type_select.new .stockholder-meeting-type.active {
  border-color: #00A0E2;
}

/* line 161, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.type_select.new .stockholder-meeting-type.active .fa-check-circle {
  color: #00A0E2 !important;
}

@media (max-width: 575.98px) {
  /* line 147, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
  .company.stockholder_meetings.type_select.new .stockholder-meeting-type {
    margin: 20px auto;
  }
}

/* line 171, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.type_select.new .btn-next {
  width: 79px;
  letter-spacing: normal;
}

/* line 176, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.type_select.new .bold-text {
  font-weight: 600;
}

/* line 181, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .accordion-bar {
  background-color: #F7F7F7;
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
  padding: 13px 16px;
}

/* line 188, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings .accordion-bar::-webkit-details-marker {
  display: none;
}

/* line 193, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings details[open] .c-icon {
  transform: rotate(180deg);
}

/* line 198, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .status {
  font-size: 14px;
}

/* line 202, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .scroll {
  display: flex;
  overflow-x: scroll;
}

/* line 207, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .btn-font {
  font-size: 0.75rem !important;
}

/* line 211, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .small-heading {
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 216, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .filter-select {
  min-width: 212px;
}

/* line 220, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .minute-menu,
.company.stockholder_meetings.show .resolution-report-menu {
  cursor: pointer;
  vertical-align: 10%;
}

/* line 226, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .plan-upgrade-message {
  height: 50px;
  background-color: #F7F7F7;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Hiragino Sans";
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 237, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .written-status {
  width: 180px;
  padding: 12px;
  text-align: center;
  border: 1px solid;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
}

/* line 246, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .written-status.status-success {
  color: #2BA84A;
}

/* line 250, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .written-status.status-failure {
  color: #E6230D;
}

/* line 254, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .written-status.status-progress {
  color: #939393;
}

/* line 259, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table {
  max-height: 80vh;
  min-height: 210px;
  overflow-x: auto;
}

/* line 264, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table table {
  font-size: 0.812rem;
}

/* line 267, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table table td {
  padding-left: 1.5rem;
}

/* line 271, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table table .menu-column {
  min-width: 25px;
}

/* line 275, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table table .stockholder-menu {
  cursor: pointer;
}

/* line 281, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table thead th {
  white-space: nowrap;
  border-top: 0;
  padding-left: 1.5rem;
}

/* line 287, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table thead .fixed01,
.company.stockholder_meetings.show .stockholders-table thead .fixed02,
.company.stockholder_meetings.show .stockholders-table thead .fixed03,
.company.stockholder_meetings.show .stockholders-table thead .fixed04,
.company.stockholder_meetings.show .stockholders-table thead .fixed05,
.company.stockholder_meetings.show .stockholders-table thead .fixed06 {
  top: 0;
  z-index: 30;
}

/* line 297, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table thead .fixed01 {
  width: 25%;
}

/* line 301, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table thead .fixed03 {
  width: 15%;
}

/* line 306, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table #fixed_right_header {
  box-shadow: 1px 3px 5px -2px #DDD;
}

/* line 310, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table .fixed01,
.company.stockholder_meetings.show .stockholders-table .fixed02,
.company.stockholder_meetings.show .stockholders-table .fixed03,
.company.stockholder_meetings.show .stockholders-table .fixed04,
.company.stockholder_meetings.show .stockholders-table .fixed05,
.company.stockholder_meetings.show .stockholders-table .fixed06 {
  position: sticky;
  background: white;
}

/* line 320, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table .fixed01 {
  width: 25%;
}

/* line 324, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table .fixed03 {
  width: 15%;
}

/* line 328, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table .fixed05 {
  box-shadow: 5px 0 3px -1px #DDD;
}

/* line 332, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-table .fixed-header {
  position: sticky;
  background: white;
  top: 0;
  z-index: 0;
}

/* line 340, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-email {
  font-size: 13px;
  color: #939393;
  font-family: "Hiragino Sans";
}

/* line 345, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show .stockholders-email .omission {
  font-family: "futura-pt", "four-levels-hiragino-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 351, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog {
  width: 650px;
  font-size: 14px;
}

/* line 355, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-header {
  justify-content: center;
  position: relative;
  padding: 17px 12px;
}

/* line 360, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-header .modal-title {
  line-height: 22px;
}

/* line 364, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-header .close {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 15px 12px;
  font-size: 28px;
  height: 58px;
}

/* line 376, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body {
  padding: 6.5px 20px 3px;
  font-family: 'Hiragino Sans';
}

/* line 381, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-info .email-and-button {
  display: flex;
  align-items: center;
  margin-bottom: 10.5px;
  padding-top: 6.5px;
}

/* line 387, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-info .email-and-button .email-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 393, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-info .email-and-button #update-email-button {
  margin-left: 18px;
  height: 20px;
  width: 156.09px;
  font-size: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 404, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-info .email-and-button #update-email-button:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 411, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-info p {
  margin-bottom: 0;
}

/* line 416, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-form {
  display: none;
}

/* line 419, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-form .form-group {
  margin-top: 13.5px;
  margin-bottom: 9px;
}

/* line 423, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-form .form-group label {
  margin-bottom: 15px;
}

/* line 428, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body #email-form p {
  margin-bottom: 0;
}

/* line 435, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body .comment-form .form-group label {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 440, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-body .comment-form .form-group textarea {
  border: solid 1px lightgrey;
  resize: none;
  height: 110px;
  font-size: 14px;
  padding: 15px;
}

/* line 452, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .modal-footer .btn, .company.stockholder_meetings.show #form_modal .modal-dialog .modal-footer .component-v2 .btn-primary-w100-p3, .company.stockholder_meetings.show #form_modal .modal-dialog .modal-footer .company.financial_reports.edit .btn-primary-w100-p3, .company.stockholder_meetings.show #form_modal .modal-dialog .modal-footer .company.kpis .btn-primary-w100-p3, .component-v2 .company.stockholder_meetings.show #form_modal .modal-dialog .modal-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.stockholder_meetings.show #form_modal .modal-dialog .modal-footer .btn-primary-w100-p3, .company.kpis .company.stockholder_meetings.show #form_modal .modal-dialog .modal-footer .btn-primary-w100-p3 {
  line-height: 12px;
  border-radius: 10px;
  padding: 16px 15px 17px;
}

/* line 459, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.show #form_modal .modal-dialog .gray-text {
  font-size: 10px;
  color: #939393;
  font-weight: 300;
  line-height: 1.4;
}

/* line 472, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new .horizontal-radio-with-border.width-32-per .form-check, .company.stockholder_meetings.edit .horizontal-radio-with-border.width-32-per .form-check {
  width: 32%;
}

/* line 478, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new #officer_approval_stockholder_meeting_meeting_times, .company.stockholder_meetings.edit #officer_approval_stockholder_meeting_meeting_times {
  padding: 18px 14px;
}

/* line 482, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new #officer_approval_stockholder_meeting_stock_type_id, .company.stockholder_meetings.edit #officer_approval_stockholder_meeting_stock_type_id {
  padding: 18px 30px 18px 14px;
}

/* line 486, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new .officer_approval_stockholder_meeting_is_base_on, .company.stockholder_meetings.edit .officer_approval_stockholder_meeting_is_base_on {
  height: 20px;
  display: flex;
  gap: 30px;
}

/* line 491, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new .officer_approval_stockholder_meeting_is_base_on legend, .company.stockholder_meetings.edit .officer_approval_stockholder_meeting_is_base_on legend {
  display: none;
}

/* line 496, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new #officer_approval_stockholder_meeting_base_on[readonly], .company.stockholder_meetings.edit #officer_approval_stockholder_meeting_base_on[readonly] {
  background-color: #f4f4f4;
  color: #939393;
  pointer-events: none;
}

/* line 502, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new #officer_approval_stockholder_meeting_base_on[readonly] ~ label ~ .input-group-append, .company.stockholder_meetings.edit #officer_approval_stockholder_meeting_base_on[readonly] ~ label ~ .input-group-append {
  background-color: #f4f4f4;
  pointer-events: none;
}

/* line 506, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.new #officer_approval_stockholder_meeting_base_on[readonly] ~ label ~ .input-group-append .input-group-text, .company.stockholder_meetings.edit #officer_approval_stockholder_meeting_base_on[readonly] ~ label ~ .input-group-append .input-group-text {
  background-color: #f4f4f4;
}

/* line 515, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index .mb-40 {
  margin-bottom: 40px;
}

/* line 519, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index .main-content {
  overflow: visible;
}

/* line 523, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index .prior-consent-template {
  background-color: #F7F7F7;
  border-radius: 15px;
  padding: 30px 30px;
  position: relative;
}

/* line 530, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index .prior-consent-template-title {
  font-size: 18px;
}

/* line 534, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index .prior-consent-template-close {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 541, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index .stockholder_meeting-table div {
  font-size: 0.875rem;
}

/* line 547, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index .table-door thead {
  position: sticky;
  top: 60px;
}

/* line 554, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index #download_minute_modal .btn:disabled, .company.stockholder_meetings.index #download_minute_modal .component-v2 .btn-primary-w100-p3:disabled, .company.stockholder_meetings.index #download_minute_modal .company.financial_reports.edit .btn-primary-w100-p3:disabled, .company.stockholder_meetings.index #download_minute_modal .company.kpis .btn-primary-w100-p3:disabled, .component-v2 .company.stockholder_meetings.index #download_minute_modal .btn-primary-w100-p3:disabled, .company.financial_reports.edit .company.stockholder_meetings.index #download_minute_modal .btn-primary-w100-p3:disabled, .company.kpis .company.stockholder_meetings.index #download_minute_modal .btn-primary-w100-p3:disabled, .company.stockholder_meetings.index #download_minute_modal .icon-cancel:disabled {
  pointer-events: none;
}

/* line 558, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index #download_minute_modal .mb-30 {
  margin-bottom: 30px;
}

/* line 562, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index #download_minute_modal .required-mark {
  color: #EC0000;
  font-size: 12px;
  margin-left: 8px;
}

/* line 568, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.index #download_minute_modal .d-flex {
  display: flex;
  gap: 15px;
}

/* line 577, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute .time-select select {
  padding: 0.5rem 3rem 0.5rem 2rem;
  border: 1px solid #DDD;
  border-radius: 0.2rem;
}

/* line 584, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute .bg-date {
  background: #DDD;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* line 590, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute .text-done {
  color: #F7F7F7;
}

/* line 594, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute input[name='officer_approval_stockholder_meeting[attended_directors_attributes][0][_destroy]'] + .remove_fields {
  display: none;
}

/* line 599, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute.type_select .card, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.stockholder_meetings.minute.type_select .connection-card, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.stockholder_meetings.minute.type_select .connection-card, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.stockholder_meetings.minute.type_select .connection-card, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.stockholder_meetings.minute.type_select .connection-card {
  cursor: pointer;
}

/* line 602, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute.type_select .card .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.new .connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.new .company.stockholder_meetings.minute.type_select .connection-card .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_new .connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.en_new .company.stockholder_meetings.minute.type_select .connection-card .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.confirm .connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.confirm .company.stockholder_meetings.minute.type_select .connection-card .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_confirm .connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.en_confirm .company.stockholder_meetings.minute.type_select .connection-card .fa-check-circle {
  color: #c9c9c9 !important;
}

/* line 606, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute.type_select .card.active, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.new .active.connection-card, .company.stockholder_meetings.stockholders.new .company.stockholder_meetings.minute.type_select .active.connection-card, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_new .active.connection-card, .company.stockholder_meetings.stockholders.en_new .company.stockholder_meetings.minute.type_select .active.connection-card, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.confirm .active.connection-card, .company.stockholder_meetings.stockholders.confirm .company.stockholder_meetings.minute.type_select .active.connection-card, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_confirm .active.connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.stockholder_meetings.minute.type_select .active.connection-card {
  border-color: #00A0E2;
}

/* line 608, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute.type_select .card.active .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.new .active.connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.new .company.stockholder_meetings.minute.type_select .active.connection-card .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_new .active.connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.en_new .company.stockholder_meetings.minute.type_select .active.connection-card .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.confirm .active.connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.confirm .company.stockholder_meetings.minute.type_select .active.connection-card .fa-check-circle, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_confirm .active.connection-card .fa-check-circle, .company.stockholder_meetings.stockholders.en_confirm .company.stockholder_meetings.minute.type_select .active.connection-card .fa-check-circle {
  color: #00A0E2 !important;
}

/* line 613, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.minute.type_select .card .bold-text, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.new .connection-card .bold-text, .company.stockholder_meetings.stockholders.new .company.stockholder_meetings.minute.type_select .connection-card .bold-text, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_new .connection-card .bold-text, .company.stockholder_meetings.stockholders.en_new .company.stockholder_meetings.minute.type_select .connection-card .bold-text, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.confirm .connection-card .bold-text, .company.stockholder_meetings.stockholders.confirm .company.stockholder_meetings.minute.type_select .connection-card .bold-text, .company.stockholder_meetings.minute.type_select .company.stockholder_meetings.stockholders.en_confirm .connection-card .bold-text, .company.stockholder_meetings.stockholders.en_confirm .company.stockholder_meetings.minute.type_select .connection-card .bold-text {
  font-weight: 600;
}

/* line 621, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.thanks .header ~ .main-content {
  margin-top: calc(60px + 8rem);
}

/* line 625, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.thanks .text-gray {
  color: #939393;
}

/* line 631, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.error .header ~ .main-content {
  margin-top: calc(60px + 4rem);
}

/* line 637, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.report .resolution-content {
  height: auto;
}

/* line 641, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.report input[name='officer_approval_stockholder_meeting[reports_attributes][0][_destroy]'] + .remove_fields {
  display: none;
}

/* line 645, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.report input[name='officer_approval_stockholder_meeting[resolutions_attributes][0][_destroy]'] + .remove_fields {
  display: none;
}

/* line 649, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.report .paragraph {
  list-style-position: inside;
  margin-left: 6em;
  text-indent: -6.8em;
}

/* line 655, app/assets/stylesheets/application/views/company/stockholder_meetings.scss */
.company.stockholder_meetings.report .second-and-after {
  margin-left: -2.4em;
}

/* line 4, app/assets/stylesheets/application/views/company/stockholder_meetings/show.scss */
.company.stockholder_meetings.show .officer_approval_stakeholder_votes_result .form-check label {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .drop-zone, .company.stockholder_meetings.attachments.en_show .drop-zone, .company.stockholder_meetings.attachments.edit .drop-zone {
  border: 2px dashed #00A0E2;
  border-radius: 8px;
  width: 100%;
  padding: 2rem 0;
}

/* line 12, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .files-wrapper, .company.stockholder_meetings.attachments.en_show .files-wrapper, .company.stockholder_meetings.attachments.edit .files-wrapper {
  min-height: 180px;
}

/* line 15, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .files-wrapper a, .company.stockholder_meetings.attachments.en_show .files-wrapper a, .company.stockholder_meetings.attachments.edit .files-wrapper a {
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .files-wrapper .files-note, .company.stockholder_meetings.attachments.en_show .files-wrapper .files-note, .company.stockholder_meetings.attachments.edit .files-wrapper .files-note {
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 180px;
  width: 100%;
}

/* line 26, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .files-wrapper .file-name, .company.stockholder_meetings.attachments.en_show .files-wrapper .file-name, .company.stockholder_meetings.attachments.edit .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 35, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .creating,
.company.stockholder_meetings.attachments.show .file_done, .company.stockholder_meetings.attachments.en_show .creating,
.company.stockholder_meetings.attachments.en_show .file_done, .company.stockholder_meetings.attachments.edit .creating,
.company.stockholder_meetings.attachments.edit .file_done {
  height: 560px;
  text-align: center;
}

/* line 40, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .creating .title,
.company.stockholder_meetings.attachments.show .file_done .title, .company.stockholder_meetings.attachments.en_show .creating .title,
.company.stockholder_meetings.attachments.en_show .file_done .title, .company.stockholder_meetings.attachments.edit .creating .title,
.company.stockholder_meetings.attachments.edit .file_done .title {
  font-size: 18px;
}

/* line 44, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .creating .loading-wrapper,
.company.stockholder_meetings.attachments.show .file_done .loading-wrapper, .company.stockholder_meetings.attachments.en_show .creating .loading-wrapper,
.company.stockholder_meetings.attachments.en_show .file_done .loading-wrapper, .company.stockholder_meetings.attachments.edit .creating .loading-wrapper,
.company.stockholder_meetings.attachments.edit .file_done .loading-wrapper {
  height: 400px;
}

/* line 47, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.show .creating .loading-wrapper i,
.company.stockholder_meetings.attachments.show .file_done .loading-wrapper i, .company.stockholder_meetings.attachments.en_show .creating .loading-wrapper i,
.company.stockholder_meetings.attachments.en_show .file_done .loading-wrapper i, .company.stockholder_meetings.attachments.edit .creating .loading-wrapper i,
.company.stockholder_meetings.attachments.edit .file_done .loading-wrapper i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 56, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.edit .form-body {
  padding: 2rem 20px 170px 20px;
  height: 100%;
}

/* line 61, app/assets/stylesheets/application/views/company/stockholder_meetings/attachments.scss */
.company.stockholder_meetings.attachments.edit .in-front-of-footer {
  z-index: 1031;
}

/* line 3, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.index .header ~ .main-content {
  margin-top: calc(60px + 2.4rem);
}

/* line 12, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new h1, .company.stockholder_meetings.stockholders.en_new h1, .company.stockholder_meetings.stockholders.confirm h1, .company.stockholder_meetings.stockholders.en_confirm h1 {
  font-size: 1.625rem;
}

/* line 16, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table, .company.stockholder_meetings.stockholders.en_new .scroll-table, .company.stockholder_meetings.stockholders.confirm .scroll-table, .company.stockholder_meetings.stockholders.en_confirm .scroll-table {
  overflow: auto;
  width: 100%;
}

/* line 20, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table.stockholders-form, .company.stockholder_meetings.stockholders.en_new .scroll-table.stockholders-form, .company.stockholder_meetings.stockholders.confirm .scroll-table.stockholders-form, .company.stockholder_meetings.stockholders.en_confirm .scroll-table.stockholders-form {
  max-height: 910px;
}

/* line 24, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table.stockholders-confirmation, .company.stockholder_meetings.stockholders.en_new .scroll-table.stockholders-confirmation, .company.stockholder_meetings.stockholders.confirm .scroll-table.stockholders-confirmation, .company.stockholder_meetings.stockholders.en_confirm .scroll-table.stockholders-confirmation {
  max-height: 538px;
}

/* line 28, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table thead, .company.stockholder_meetings.stockholders.en_new .scroll-table thead, .company.stockholder_meetings.stockholders.confirm .scroll-table thead, .company.stockholder_meetings.stockholders.en_confirm .scroll-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 33, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table thead th, .company.stockholder_meetings.stockholders.en_new .scroll-table thead th, .company.stockholder_meetings.stockholders.confirm .scroll-table thead th, .company.stockholder_meetings.stockholders.en_confirm .scroll-table thead th {
  position: relative;
}

/* line 36, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table thead th::before, .company.stockholder_meetings.stockholders.en_new .scroll-table thead th::before, .company.stockholder_meetings.stockholders.confirm .scroll-table thead th::before, .company.stockholder_meetings.stockholders.en_confirm .scroll-table thead th::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #DDD;
}

/* line 47, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table thead th:first-child::before, .company.stockholder_meetings.stockholders.en_new .scroll-table thead th:first-child::before, .company.stockholder_meetings.stockholders.confirm .scroll-table thead th:first-child::before, .company.stockholder_meetings.stockholders.en_confirm .scroll-table thead th:first-child::before {
  border: 0;
}

/* line 53, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table thead th:last-child::before, .company.stockholder_meetings.stockholders.en_new .scroll-table thead th:last-child::before, .company.stockholder_meetings.stockholders.confirm .scroll-table thead th:last-child::before, .company.stockholder_meetings.stockholders.en_confirm .scroll-table thead th:last-child::before {
  border: 0;
}

/* line 61, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .scroll-table tbody tr:first-child td, .company.stockholder_meetings.stockholders.en_new .scroll-table tbody tr:first-child td, .company.stockholder_meetings.stockholders.confirm .scroll-table tbody tr:first-child td, .company.stockholder_meetings.stockholders.en_confirm .scroll-table tbody tr:first-child td {
  border: 0;
}

/* line 67, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .connection-card {
  position: fixed;
  left: 30px;
  bottom: 100px;
  font-size: 0.812rem;
  box-shadow: 0 0 10px #DDD;
  z-index: 999;
}

/* line 78, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .document-title, .company.stockholder_meetings.stockholders.en_new .document-title, .company.stockholder_meetings.stockholders.confirm .document-title, .company.stockholder_meetings.stockholders.en_confirm .document-title {
  padding: 5px;
}

/* line 82, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .document-download-link, .company.stockholder_meetings.stockholders.en_new .document-download-link, .company.stockholder_meetings.stockholders.confirm .document-download-link, .company.stockholder_meetings.stockholders.en_confirm .document-download-link {
  border-radius: 5px;
  padding: 5px;
}

/* line 86, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new .document-download-link:hover, .company.stockholder_meetings.stockholders.en_new .document-download-link:hover, .company.stockholder_meetings.stockholders.confirm .document-download-link:hover, .company.stockholder_meetings.stockholders.en_confirm .document-download-link:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 92, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.new label[for="all_checked"], .company.stockholder_meetings.stockholders.en_new label[for="all_checked"], .company.stockholder_meetings.stockholders.confirm label[for="all_checked"], .company.stockholder_meetings.stockholders.en_confirm label[for="all_checked"] {
  min-height: 0;
}

/* line 99, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.confirm .header ~ .main-content, .company.stockholder_meetings.stockholders.en_confirm .header ~ .main-content {
  margin-top: calc(60px + 4rem);
}

/* line 103, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.confirm .alert, .company.stockholder_meetings.stockholders.en_confirm .alert {
  font-size: 0.875rem;
}

/* line 107, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.confirm .form-control-label, .company.stockholder_meetings.stockholders.en_confirm .form-control-label {
  font-weight: bold;
  letter-spacing: .03rem;
}

/* line 112, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.confirm .test-mail-gray-text, .company.stockholder_meetings.stockholders.en_confirm .test-mail-gray-text {
  color: #939393;
  font-size: 14px;
  font-family: "Hiragino Sans";
}

/* line 118, app/assets/stylesheets/application/views/company/stockholder_meetings/stockholders.scss */
.company.stockholder_meetings.stockholders.confirm .nav-link, .company.stockholder_meetings.stockholders.en_confirm .nav-link {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/application/views/company/stockholder_meetings/minutes.scss */
.company.stockholder_meetings.show .minute_box {
  position: relative;
}

/* line 5, app/assets/stylesheets/application/views/company/stockholder_meetings/minutes.scss */
.company.stockholder_meetings.show .minute_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* line 13, app/assets/stylesheets/application/views/company/stockholder_meetings/minutes.scss */
.company.stockholder_meetings.show .h-48 {
  height: 48%;
}

/* line 16, app/assets/stylesheets/application/views/company/stockholder_meetings/minutes.scss */
.company.stockholder_meetings.show .h-4 {
  height: 4%;
}

/* line 2, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .content-card {
  padding: 15px 12px;
  margin-bottom: 20px;
  border-radius: 1.7rem;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.07);
}

/* line 8, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .content-card.share-card {
  padding: 18px 16px 18px 20px;
}

/* line 11, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .content-card.share-card .card-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans";
  line-height: 24px;
  max-width: 266px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 22, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .content-card.share-card .share-information {
  line-height: 12px;
  margin-top: 7px;
  margin-bottom: 15px;
}

/* line 27, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .content-card.share-card .share-information span {
  font-size: 12px;
  font-weight: 300;
  font-family: "Hiragino Sans";
  line-height: 12px;
}

/* line 36, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .content-card.company-card {
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .content-card.company-card:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 45, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .border {
  border-radius: 8px;
}

/* line 49, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .zip-code-form-control {
  position: relative;
}

/* line 53, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings #address_button {
  position: absolute;
  z-index: 1000;
  top: 22%;
  right: 2%;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* line 64, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .status-orange {
  color: #feb513;
}

/* line 68, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .status-gray {
  color: #ECECEC;
}

/* line 72, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .status-blue {
  color: #0f90bf;
}

/* line 77, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.type_select.new .director-meeting-types {
  display: flex;
  justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 77, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.type_select.new .director-meeting-types {
    display: block;
  }
}

/* line 86, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.type_select.new .director-meeting-type {
  width: 297.5px;
  height: 121px;
  border-radius: 12px;
  border: 1px solid #DDD;
  padding: 22px;
  margin: 20px 15px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  /* line 86, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.type_select.new .director-meeting-type {
    margin: 20px auto;
  }
}

/* line 100, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.type_select.new .btn-next {
  width: 79px;
  letter-spacing: normal;
}

/* line 107, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .container {
  height: 100%;
}

/* line 111, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .meeting-title {
  max-width: 320px;
}

/* line 115, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .status-dropdown {
  min-width: 130px;
}

/* line 119, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .except-immediately-before-event-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -2px;
  background-color: #DDD;
}

@media (max-width: 767.98px) {
  /* line 131, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.index .font-size-mobile {
    font-size: 22px;
  }
}

/* line 137, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .alert {
  padding: 7px 15px;
}

/* line 141, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .unsigned-alert {
  color: #E6230D;
  font-size: 0.75rem;
}

/* line 145, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .unsigned-alert a {
  color: #E6230D;
  text-decoration: underline;
}

/* line 152, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column td {
  cursor: default;
}

/* line 155, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-data {
  vertical-align: top;
}

/* line 158, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-data .meeting-title {
  max-width: 320px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 6px;
  padding: 2px 0;
}

/* line 166, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-data .flex-table {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  font-family: "Hiragino Sans";
}

/* line 174, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-data .flex-table .flex-row {
  display: flex;
}

/* line 177, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-data .flex-table .flex-row .flex-cell {
  margin-bottom: 4px;
}

/* line 181, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-data .flex-table .flex-row .item-cell {
  flex: 0.3;
  text-align: left;
}

/* line 185, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-data .flex-table .flex-row .value-cell {
  flex: 1;
}

/* line 192, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-agenda {
  max-width: 300px;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 300;
  font-family: "Hiragino Sans";
}

/* line 202, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-agenda .summary-wrapper .summary {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: calc(1.5em * 4);
}

/* line 212, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-agenda .summary-wrapper .space {
  float: right;
  height: calc(1.5em * 3);
}

/* line 217, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-agenda .summary-wrapper .showMore {
  float: right;
  clear: both;
  color: #00A0E2;
}

/* line 223, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-agenda .details {
  width: 100%;
}

/* line 226, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-agenda .details .agenda-detail {
  margin-bottom: .5em;
}

/* line 230, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .meeting-agenda .details .showLess {
  text-align: right;
  color: #00A0E2;
}

/* line 237, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director_meeting_column .link-icon:hover {
  opacity: 0.4;
}

/* line 241, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .meeting-table-head {
  padding-left: 22px;
}

/* line 245, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director-meeting-search-form {
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 249, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director-meeting-search-form .input-group-append {
  background-color: #F7F7F7;
}

/* line 253, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director-meeting-search-form #input_search {
  padding: 18px 30px 18px 0;
  border-radius: 0 27px 27px 0;
}

/* line 258, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director-meeting-search-form #input_search ~ label ~ .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}

/* line 262, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director-meeting-search-form #input_search ~ label ~ .input-group-append .input-group-text {
  border-radius: 27px 0 0 27px;
}

@media (max-width: 767.98px) {
  /* line 269, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.index .director-meeting-search-form .search-group {
    flex-direction: column;
  }
}

/* line 275, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director-meeting-search-form .state_search {
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  /* line 275, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.index .director-meeting-search-form .state_search {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 284, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index .director-meeting-search-form .input_search {
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  /* line 284, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.index .director-meeting-search-form .input_search {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 295, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index #download_resolutions_modal .btn:disabled, .company.director_meetings.index #download_resolutions_modal .component-v2 .btn-primary-w100-p3:disabled, .company.director_meetings.index #download_resolutions_modal .company.financial_reports.edit .btn-primary-w100-p3:disabled, .company.director_meetings.index #download_resolutions_modal .company.kpis .btn-primary-w100-p3:disabled, .component-v2 .company.director_meetings.index #download_resolutions_modal .btn-primary-w100-p3:disabled, .company.financial_reports.edit .company.director_meetings.index #download_resolutions_modal .btn-primary-w100-p3:disabled, .company.kpis .company.director_meetings.index #download_resolutions_modal .btn-primary-w100-p3:disabled, .company.director_meetings.index #download_resolutions_modal .icon-cancel:disabled, .company.director_meetings.index #download_minutes_modal .btn:disabled, .company.director_meetings.index #download_minutes_modal .component-v2 .btn-primary-w100-p3:disabled, .company.director_meetings.index #download_minutes_modal .company.financial_reports.edit .btn-primary-w100-p3:disabled, .company.director_meetings.index #download_minutes_modal .company.kpis .btn-primary-w100-p3:disabled, .component-v2 .company.director_meetings.index #download_minutes_modal .btn-primary-w100-p3:disabled, .company.financial_reports.edit .company.director_meetings.index #download_minutes_modal .btn-primary-w100-p3:disabled, .company.kpis .company.director_meetings.index #download_minutes_modal .btn-primary-w100-p3:disabled, .company.director_meetings.index #download_minutes_modal .icon-cancel:disabled {
  pointer-events: none;
}

/* line 299, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index #download_resolutions_modal .form-description, .company.director_meetings.index #download_minutes_modal .form-description {
  margin-bottom: 30px;
  line-height: 22px;
}

/* line 303, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index #download_resolutions_modal .form-description .written-meeting-caution, .company.director_meetings.index #download_minutes_modal .form-description .written-meeting-caution {
  margin-top: 10px;
  color: #E6230D;
}

/* line 309, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index #download_resolutions_modal .required-label, .company.director_meetings.index #download_minutes_modal .required-label {
  color: #EC0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 8px;
}

/* line 317, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index #download_resolutions_modal .input-groups, .company.director_meetings.index #download_minutes_modal .input-groups {
  gap: 15px;
}

/* line 321, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.index #download_resolutions_modal .btn, .company.director_meetings.index #download_resolutions_modal .component-v2 .btn-primary-w100-p3, .company.director_meetings.index #download_resolutions_modal .company.financial_reports.edit .btn-primary-w100-p3, .company.director_meetings.index #download_resolutions_modal .company.kpis .btn-primary-w100-p3, .component-v2 .company.director_meetings.index #download_resolutions_modal .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.index #download_resolutions_modal .btn-primary-w100-p3, .company.kpis .company.director_meetings.index #download_resolutions_modal .btn-primary-w100-p3, .company.director_meetings.index #download_minutes_modal .btn, .company.director_meetings.index #download_minutes_modal .component-v2 .btn-primary-w100-p3, .company.director_meetings.index #download_minutes_modal .company.financial_reports.edit .btn-primary-w100-p3, .company.director_meetings.index #download_minutes_modal .company.kpis .btn-primary-w100-p3, .component-v2 .company.director_meetings.index #download_minutes_modal .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.index #download_minutes_modal .btn-primary-w100-p3, .company.kpis .company.director_meetings.index #download_minutes_modal .btn-primary-w100-p3 {
  font-size: 14px;
  font-weight: 400;
}

/* line 329, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.new .form-group {
  margin-bottom: 0;
}

/* line 333, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.new .grouping {
  margin-bottom: 20px;
}

/* line 337, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.new #director-meeting-zip-code:not(#director-meeting-zip-code:-webkit-autofill)::-webkit-contacts-auto-fill-button {
  background-color: transparent;
}

/* line 343, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .notification-fa-icon {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* line 348, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .notification-fa-icon .convocation-badge,
.company.director_meetings.show .notification-fa-icon .minute-badge {
  position: absolute;
  top: -30px;
  left: -5px;
}

/* line 356, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .alert-not-display-again {
  color: #939393;
  font-size: 0.75rem;
  text-decoration: none;
}

/* line 362, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .minute-edit {
  color: #343434;
  font-size: 28px;
  text-decoration: none;
}

/* line 368, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .minute-delete {
  padding-bottom: 8px;
}

/* line 371, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .minute-delete .trash-black {
  width: 22px;
  height: 22px;
}

/* line 377, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .panel {
  border-radius: 15px;
}

/* line 381, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .stock-type-clause-section {
  border-radius: 15px;
  font-size: 0.875rem;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  padding: 13px 16px;
}

/* line 388, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .stock-type-clause-section .title {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 394, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .title-bar {
  border-radius: 8px;
  font-size: 0.875rem;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  padding: 13px 16px;
}

/* line 402, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .icon-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 407, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .icon-chevron::before {
  width: 15px;
  font-size: 13px;
}

/* line 413, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .small-heading {
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 418, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .edit-basic-info-btn, .company.director_meetings.show .edit-selected-attendees-btn {
  height: 28px;
  padding: 8px 10px;
}

/* line 423, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .officer_approval_director_meeting_officer_approval_user_companies_selected_attendee {
  margin-bottom: 0;
}

/* line 427, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .pull-down {
  background-color: #F7F7F7;
  border: none;
  border-radius: 40px;
}

@media (max-width: 767.98px) {
  /* line 433, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.show .font-size-mobile-18 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  /* line 439, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.show .font-size-mobile-20 {
    font-size: 20px;
  }
}

/* line 445, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .agenda-order-modal-body {
  padding: 20px;
  font-family: "Hiragino Sans";
  font-size: 16px;
  line-height: 24px;
}

/* line 451, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .agenda-order-modal-body .title {
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #DDD;
}

/* line 457, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .agenda-order-modal-body .agenda-row {
  display: flex;
  border-bottom: 1px solid #DDD;
}

/* line 462, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .agenda-order-modal-body .agenda-title {
  font-weight: 300;
}

/* line 468, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .shadow-right, .show.company.financial_reports.edit .shadow-right, .show.company.kpis .shadow-right {
  box-shadow: 8px 0 3px -3px rgba(0, 0, 0, 0.1);
}

/* line 472, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .for-document, .show.company.financial_reports.edit .for-document, .show.company.kpis .for-document,
.company.director_meetings.show.component-v2 .for-file,
.show.company.financial_reports.edit .for-file,
.show.company.kpis .for-file {
  height: 220px;
}

/* line 476, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .for-document.minute, .show.company.financial_reports.edit .for-document.minute, .show.company.kpis .for-document.minute,
.company.director_meetings.show.component-v2 .for-file.minute,
.show.company.financial_reports.edit .for-file.minute,
.show.company.kpis .for-file.minute {
  height: 250px;
}

/* line 481, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .inactive, .show.company.financial_reports.edit .inactive, .show.company.kpis .inactive {
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}

/* line 488, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .stretched-link.inactive::after, .show.company.financial_reports.edit .stretched-link.inactive::after, .show.company.kpis .stretched-link.inactive::after {
  pointer-events: none;
  cursor: default;
}

/* line 494, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .card-description, .show.company.financial_reports.edit .card-description, .show.company.kpis .card-description {
  font-size: 0.75rem;
}

/* line 498, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 table, .show.company.financial_reports.edit table, .show.company.kpis table {
  width: 100%;
}

/* line 502, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 table td a:hover, .show.company.financial_reports.edit table td a:hover, .show.company.kpis table td a:hover {
  background-color: #F7F7F7;
}

/* line 506, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .active-meeting, .show.company.financial_reports.edit .active-meeting, .show.company.kpis .active-meeting {
  background-color: #F7F7F7;
  color: #00A0E2;
}

/* line 511, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .meeting-title, .show.company.financial_reports.edit .meeting-title, .show.company.kpis .meeting-title {
  max-width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 518, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .file-form.lg, .show.company.financial_reports.edit .file-form.lg, .show.company.kpis .file-form.lg {
  padding: 3rem 0;
}

/* line 522, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show.component-v2 .alert-validation-bar, .show.company.financial_reports.edit .alert-validation-bar, .show.company.kpis .alert-validation-bar {
  margin-bottom: -10px;
}

/* line 528, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .electro-contract-status .table-fixed {
  table-layout: fixed;
}

/* line 533, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .contents {
  font-size: 16px;
  line-height: 24px;
}

/* line 538, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member {
  max-height: 138px;
  overflow-y: scroll;
  padding: 20px 10px 20px 15px;
}

/* line 543, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member table {
  border-collapse: separate;
  margin-bottom: 0;
}

/* line 548, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td {
  border: none;
  padding: 0 15px 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 555, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td.member-name {
  max-width: 140px;
}

/* line 559, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td.member-role {
  max-width: 140px;
}

/* line 563, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td.member-email {
  max-width: 220px;
}

/* line 567, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td.join-mode-gray {
  color: #939393;
}

/* line 571, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td.join-mode-green {
  color: #2BA84A;
}

/* line 575, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td.join-mode-black {
  color: #343434;
}

/* line 579, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member td.join-mode-red {
  color: #E6230D;
}

/* line 585, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 589, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member::-webkit-scrollbar-thumb {
  background-color: #A0A0A0;
  border-radius: 3px;
}

/* line 593, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .scroll-director-member::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 3px;
}

/* line 598, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.show .mt-meeting-document {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  /* line 598, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.show .mt-meeting-document {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 607, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.show .height-mobile {
    max-height: 500px;
  }
}

@media (max-width: 767.98px) {
  /* line 613, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.show .scroll-only-mobile {
    overflow-y: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  /* line 622, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .title-area {
    margin-bottom: 30px;
  }
}

/* line 629, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .share-tabs {
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  /* line 629, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .share-tabs {
    overflow-x: scroll;
    scrollbar-width: none;
    box-shadow: none;
  }
  /* line 637, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .share-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 643, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .share-tabs .action-tab {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 649, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .share-tabs .action-tab .tab-nav {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  /* line 656, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .share-tabs .action-tab li {
    white-space: nowrap;
  }
}

/* line 661, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .share-tabs .action-tab li .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 19px;
}

@media (max-width: 575.98px) {
  /* line 661, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .share-tabs .action-tab li .nav-link {
    padding-top: 0;
    padding-bottom: 16px;
    margin-right: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 575.98px) {
  /* line 676, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings .share-tabs .action-tab li:last-child .nav-link {
    margin-right: 0;
  }
}

/* line 686, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .icon-information {
  cursor: pointer;
}

/* line 692, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.files .drop-zone {
  border: 2px dashed;
  border-radius: 14px;
}

/* line 699, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step-indicator {
  display: flex;
  align-items: center;
}

/* line 703, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step-indicator .step-icon {
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}

/* line 711, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

/* line 718, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step p {
  position: absolute;
  bottom: 40px;
  text-align: center;
  font-size: 1rem;
  color: #939393;
  font-weight: bold;
  width: 100px;
}

/* line 728, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step .step-title {
  position: absolute;
  bottom: 60px;
  text-align: center;
  color: #939393;
  font-size: 80%;
  font-weight: bold;
  width: 140px;
}

/* line 739, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step.active .step-title {
  color: #00A0E2;
}

/* line 740, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step.active p {
  color: #00A0E2;
}

/* line 743, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step.active.done .step-title {
  opacity: 0.5;
}

/* line 744, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step.active.done p {
  opacity: 0.5;
}

/* line 749, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .step.step2 p,
.company.director_meetings.convocation_notices.execute_signs .step.step3 p,
.company.director_meetings.convocation_notices.execute_signs .step.step4 p {
  left: 50%;
  transform: translateX(-50%);
}

/* line 756, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .indicator-line {
  margin: 0 1rem;
  width: 100%;
  height: .05rem;
  background: #939393;
  flex: 1;
}

/* line 763, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .indicator-line.active {
  background: #00A0E2;
}

/* line 766, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .indicator-line.active.done {
  opacity: 0.5;
}

/* line 770, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .pdf-previewer-wrapper {
  height: 800px;
}

@media (max-width: 575.98px) {
  /* line 770, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.convocation_notices.execute_signs .pdf-previewer-wrapper {
    height: 400px;
  }
}

/* line 778, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .pdf-previewer-wrapper, .company.director_meetings.convocation_notices.execute_signs .pdf {
  max-width: 600px;
}

/* line 782, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .display-center {
  margin: 0 auto;
  max-width: 600px;
}

/* line 787, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .btn-card {
  max-width: 392px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
}

@media (min-width: 992px) {
  /* line 787, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.convocation_notices.execute_signs .btn-card {
    margin-left: 40px;
    margin-top: 0;
  }
}

/* line 801, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs .btn-message {
  font-size: 14px;
  letter-spacing: 0;
  margin: 40px 0 12px;
}

/* line 808, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.convocation_notices.execute_signs.confirm .disabled-radio {
  opacity: 0.5;
  pointer-events: none;
}

/* line 817, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute h2 {
  line-height: 44px;
}

/* line 821, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .progress {
  height: 7px;
  border-radius: 0;
  overflow: initial;
}

/* line 826, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .progress .progress-bar {
  color: #00A0E2;
  height: 7px;
}

/* line 832, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .card:hover, .company.director_meetings.minute .company.stockholder_meetings.stockholders.new .connection-card:hover, .company.stockholder_meetings.stockholders.new .company.director_meetings.minute .connection-card:hover, .company.director_meetings.minute .company.stockholder_meetings.stockholders.en_new .connection-card:hover, .company.stockholder_meetings.stockholders.en_new .company.director_meetings.minute .connection-card:hover, .company.director_meetings.minute .company.stockholder_meetings.stockholders.confirm .connection-card:hover, .company.stockholder_meetings.stockholders.confirm .company.director_meetings.minute .connection-card:hover, .company.director_meetings.minute .company.stockholder_meetings.stockholders.en_confirm .connection-card:hover, .company.stockholder_meetings.stockholders.en_confirm .company.director_meetings.minute .connection-card:hover {
  border-color: #00A0E2;
}

/* line 837, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .modal-fullscreen .modal-header {
  min-height: 60px;
}

/* line 841, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .modal-fullscreen .modal-footer {
  height: 85px;
}

/* line 844, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .modal-fullscreen .modal-footer .btn, .company.director_meetings.minute .modal-fullscreen .modal-footer .component-v2 .btn-primary-w100-p3, .company.director_meetings.minute .modal-fullscreen .modal-footer .company.financial_reports.edit .btn-primary-w100-p3, .company.director_meetings.minute .modal-fullscreen .modal-footer .company.kpis .btn-primary-w100-p3, .component-v2 .company.director_meetings.minute .modal-fullscreen .modal-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.minute .modal-fullscreen .modal-footer .btn-primary-w100-p3, .company.kpis .company.director_meetings.minute .modal-fullscreen .modal-footer .btn-primary-w100-p3 {
  height: 45px;
  min-width: 110px;
}

/* line 851, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .form-header {
  height: 60px;
}

/* line 855, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .split-form-footer,
.company.director_meetings.minute .full-form-footer {
  height: 85px;
  padding: 20px;
}

/* line 860, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .split-form-footer .btn, .company.director_meetings.minute .split-form-footer .component-v2 .btn-primary-w100-p3, .company.director_meetings.minute .split-form-footer .company.financial_reports.edit .btn-primary-w100-p3, .company.director_meetings.minute .split-form-footer .company.kpis .btn-primary-w100-p3, .component-v2 .company.director_meetings.minute .split-form-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.minute .split-form-footer .btn-primary-w100-p3, .company.kpis .company.director_meetings.minute .split-form-footer .btn-primary-w100-p3,
.company.director_meetings.minute .full-form-footer .btn,
.company.director_meetings.minute .full-form-footer .component-v2 .btn-primary-w100-p3,
.company.director_meetings.minute .full-form-footer .company.financial_reports.edit .btn-primary-w100-p3,
.company.director_meetings.minute .full-form-footer .company.kpis .btn-primary-w100-p3,
.component-v2 .company.director_meetings.minute .full-form-footer .btn-primary-w100-p3,
.company.financial_reports.edit .company.director_meetings.minute .full-form-footer .btn-primary-w100-p3,
.company.kpis .company.director_meetings.minute .full-form-footer .btn-primary-w100-p3 {
  height: 45px;
  min-width: 110px;
}

/* line 866, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .save_and_close-link {
  margin-right: 25px;
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
  border: none;
  background: none;
}

/* line 877, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute .save_and_close-link:hover, .company.director_meetings.minute .save_and_close-link:visited, .company.director_meetings.minute .save_and_close-link:active {
  color: inherit;
  text-decoration: none;
}

/* line 886, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit .card, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.director_meetings.minute.edit .connection-card, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.director_meetings.minute.edit .connection-card, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.director_meetings.minute.edit .connection-card, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.director_meetings.minute.edit .connection-card {
  border-radius: 15px;
  font-size: 16px;
  height: 120px;
  width: 298px;
}

/* line 892, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit .card:hover, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.new .connection-card:hover, .company.stockholder_meetings.stockholders.new .company.director_meetings.minute.edit .connection-card:hover, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.en_new .connection-card:hover, .company.stockholder_meetings.stockholders.en_new .company.director_meetings.minute.edit .connection-card:hover, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.confirm .connection-card:hover, .company.stockholder_meetings.stockholders.confirm .company.director_meetings.minute.edit .connection-card:hover, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.en_confirm .connection-card:hover, .company.stockholder_meetings.stockholders.en_confirm .company.director_meetings.minute.edit .connection-card:hover {
  border-color: rgba(0, 0, 0, 0.125);
}

/* line 896, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit .card .p-top-3, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.new .connection-card .p-top-3, .company.stockholder_meetings.stockholders.new .company.director_meetings.minute.edit .connection-card .p-top-3, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.en_new .connection-card .p-top-3, .company.stockholder_meetings.stockholders.en_new .company.director_meetings.minute.edit .connection-card .p-top-3, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.confirm .connection-card .p-top-3, .company.stockholder_meetings.stockholders.confirm .company.director_meetings.minute.edit .connection-card .p-top-3, .company.director_meetings.minute.edit .company.stockholder_meetings.stockholders.en_confirm .connection-card .p-top-3, .company.stockholder_meetings.stockholders.en_confirm .company.director_meetings.minute.edit .connection-card .p-top-3 {
  padding-top: 3px;
}

/* line 901, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit .border-color-blue {
  border-color: #00A0E2;
}

/* line 904, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit .border-color-blue:hover {
  border-color: #00A0E2;
}

/* line 909, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit .custom-control {
  padding-left: 0;
}

/* line 913, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit .custom-control.custom-radio .custom-control-label::before,
.company.director_meetings.minute.edit .custom-control.custom-radio .custom-control-label::after {
  content: none;
}

/* line 918, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit img {
  vertical-align: baseline;
}

/* line 922, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit #document-button {
  margin-right: 0;
}

/* line 926, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.edit #director-meeting-zip-code:not(#director-meeting-zip-code:-webkit-autofill)::-webkit-contacts-auto-fill-button {
  background-color: transparent;
}

/* line 933, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.files.edit .drop-zone {
  border: 2px dashed;
  border-radius: 14px;
}

/* line 938, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.files.edit .file-form {
  height: 400px;
  margin-bottom: 25px;
  padding-top: 127px;
  padding-bottom: 125px;
  border-radius: 14px;
}

/* line 945, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.files.edit .file-form .btn-sm, .company.director_meetings.minute.files.edit .file-form .btn-group-sm > .btn, .company.director_meetings.minute.files.edit .file-form .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.director_meetings.minute.files.edit .file-form .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.director_meetings.minute.files.edit .file-form .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.director_meetings.minute.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.minute.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.director_meetings.minute.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3 {
  width: 135px;
  height: 31px;
  font-size: 12px;
  font-weight: 900;
}

/* line 952, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.files.edit .file-form .border {
  border-radius: 18px;
}

/* line 956, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.files.edit .file-form img {
  width: 69px;
  height: 39px;
}

/* line 962, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.files.edit .file-circle {
  font-size: 10px;
}

/* line 966, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.files.edit .close {
  height: 28px;
  width: 28px;
  margin-right: -4px;
}

/* line 975, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents .remove_fields {
  padding: 14px 0;
  height: 54px;
  font-size: 1.3rem;
}

/* line 980, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents .remove_fields.delete-form {
  font-size: 16px;
}

/* line 985, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents .director-meeting-form .form-header div:nth-child(2),
.company.director_meetings.minute.documents .csv-form-content .form-header div:nth-child(2) {
  font-size: 1rem;
}

/* line 990, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents table {
  font-size: 16px;
}

/* line 996, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.edit .grouping .input-city {
  border-left: none;
  margin-left: 0 !important;
}

/* line 1004, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member div {
  font-size: 16px;
}

/* line 1008, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member .modal-body {
  padding-top: 0;
}

/* line 1012, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member th {
  padding: 0 0 25px 0;
}

/* line 1016, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member td {
  padding: 10px 0;
}

/* line 1020, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member .form-control {
  padding: 0 15px;
  height: 45px;
}

/* line 1025, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member .select-image {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/company/director_meetings/status_none-298000eb0a30944691d9a0439f7bc614a0dd3b2bd6d19e92d738648e102d79c6.png), url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-position: left .79rem center, right .79rem center;
  background-repeat: no-repeat, no-repeat;
  width: 215px;
}

/* line 1034, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member .checkbox-menu {
  width: 250px;
}

/* line 1037, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member .checkbox-menu .form-check-label {
  display: flex;
  align-items: center;
}

/* line 1041, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.join_member .checkbox-menu .form-check-label::before, .company.director_meetings.minute.documents.join_member .checkbox-menu .form-check-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
}

/* line 1053, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.absent_members div {
  font-size: 16px;
}

/* line 1057, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.absent_members tr td {
  padding: 10px 0;
}

/* line 1061, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.absent_members th {
  padding: 0 0 25px 0;
}

/* line 1065, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.absent_members .modal-body {
  padding-top: 0;
}

/* line 1069, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.absent_members .form-group {
  margin-bottom: 0;
}

/* line 1073, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.absent_members #reason-for-absence-form-true,
.company.director_meetings.minute.documents.absent_members #reason-for-absence-form-false {
  border-radius: 8px;
  width: 293px;
}

/* line 1081, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .form-control.text {
  border-radius: 8px;
}

/* line 1085, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .minute-form-row {
  min-height: 100%;
}

/* line 1089, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .agenda-title {
  font-size: 17px;
}

/* line 1093, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .plus-circle {
  margin: auto 8px 5px auto;
}

/* line 1097, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .c-icon {
  color: #939393;
}

/* line 1101, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .form-group {
  margin-bottom: 0;
}

/* line 1105, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .modal-dialog {
  overflow: initial;
}

/* line 1108, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .modal-dialog .modal-content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

/* line 1113, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda input.form-control.string {
  padding: 14px 1.4rem;
}

/* line 1117, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form {
  width: 100%;
}

/* line 1120, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form tr {
  border-bottom: 1px solid #DDD;
  background-color: #fff;
}

/* line 1125, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form tr:not(.is_chair) {
  cursor: move;
}

/* line 1129, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form td, .company.director_meetings.minute.documents.agenda .table-form th {
  padding: 15px 0 15px 15px;
}

/* line 1133, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form td:last-child {
  padding-right: 15px;
}

/* line 1137, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form th:last-child {
  padding-right: 15px;
}

/* line 1141, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form th {
  font-weight: 400;
}

/* line 1145, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form .form-group {
  margin-bottom: 0;
}

/* line 1149, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form td.bar {
  width: 40px;
}

/* line 1153, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .table-form td.member-role {
  width: 200px;
}

/* line 1158, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content {
  position: relative;
  margin-left: -30px;
  padding-left: 30px;
}

/* line 1163, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .inner {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  background-color: #fff;
}

/* line 1171, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content:not(.fixed) .title {
  cursor: move;
}

/* line 1175, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content:not(.fixed) .c-icon.--dragIndicator {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  cursor: move;
}

/* line 1184, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .title {
  padding: 1.5rem 2rem 0.75rem 2rem;
  transition: padding 0.4s ease;
}

/* line 1188, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .title.active {
  padding-bottom: 1.5rem;
}

/* line 1192, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .title span {
  font-weight: bold;
  font-size: 1.5rem;
}

/* line 1198, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .content {
  padding: 0 2rem 1.5rem;
}

/* line 1201, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .content .small {
  margin-bottom: 0.75rem;
}

/* line 1206, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .alert {
  margin-bottom: 0.75rem;
}

/* line 1210, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .minute-agenda-introduction {
  padding-top: 0.75rem;
}

/* line 1214, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content textarea {
  resize: none;
}

/* line 1219, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content.custom .title {
  padding: 1.5rem 3rem 0.75rem 2rem;
}

/* line 1222, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content.custom .title input.form-control.string {
  font-weight: bold;
  font-size: 1.5rem;
}

/* line 1227, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content.custom .title.active {
  padding-bottom: 1.5rem;
}

/* line 1232, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content.custom .content {
  padding: 0 3rem 1.5rem 2rem;
}

/* line 1236, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content.custom .form-group {
  margin-bottom: 0;
}

/* line 1241, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .remove_fields_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

/* line 1249, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .sortable-content .fix-example p:last-child {
  margin-bottom: 0;
}

/* line 1255, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .alert.alert-validation-bar {
  height: auto;
  line-height: inherit;
}

/* line 1260, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.agenda .agenda-omission-box {
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1271, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .form-control.text {
  border-radius: 8px;
}

/* line 1275, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .minute-form-row {
  min-height: 100%;
}

/* line 1279, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .hover-field {
  position: relative;
  margin-bottom: 20px;
}

/* line 1284, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .hover-message {
  position: absolute;
  bottom: 28px;
  background-color: #fff;
  width: 260px;
}

/* line 1291, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .agenda-title {
  font-size: 17px;
}

/* line 1295, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .add_fields {
  width: 238px;
  height: 34px;
  font-size: 14px;
  padding: 8px 15px 10px 15px;
}

/* line 1302, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .plus-circle {
  margin: auto 8px 5px auto;
}

/* line 1306, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .form-group {
  margin-bottom: 20px;
}

/* line 1310, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .modal-dialog {
  overflow: initial;
}

/* line 1313, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.documents.resolution-report .modal-dialog .modal-content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

/* line 1321, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.electro_contracts tr {
  height: 56px;
}

/* line 1326, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.electro_contracts .split-form-footer .btn, .company.director_meetings.minute.electro_contracts .split-form-footer .component-v2 .btn-primary-w100-p3, .company.director_meetings.minute.electro_contracts .split-form-footer .company.financial_reports.edit .btn-primary-w100-p3, .company.director_meetings.minute.electro_contracts .split-form-footer .company.kpis .btn-primary-w100-p3, .component-v2 .company.director_meetings.minute.electro_contracts .split-form-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.minute.electro_contracts .split-form-footer .btn-primary-w100-p3, .company.kpis .company.director_meetings.minute.electro_contracts .split-form-footer .btn-primary-w100-p3 {
  width: 110px;
  height: 45px;
}

/* line 1333, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.electro_contracts.success .btn, .company.director_meetings.minute.electro_contracts.success .component-v2 .btn-primary-w100-p3, .company.director_meetings.minute.electro_contracts.success .company.financial_reports.edit .btn-primary-w100-p3, .company.director_meetings.minute.electro_contracts.success .company.kpis .btn-primary-w100-p3, .component-v2 .company.director_meetings.minute.electro_contracts.success .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.minute.electro_contracts.success .btn-primary-w100-p3, .company.kpis .company.director_meetings.minute.electro_contracts.success .btn-primary-w100-p3 {
  width: 232px;
  height: 55px;
}

/* line 1341, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.electro_contracts.new #wait-announcement-modal .modal-dialog {
  max-width: 440px;
}

/* line 1344, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.electro_contracts.new #wait-announcement-modal .modal-dialog .modal-body {
  padding: 0px 20px 40px;
  font-size: 16px;
}

/* line 1355, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.execute_signs.new .full-form-footer {
  height: 120px;
}

@media (max-width: 575.98px) {
  /* line 1359, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.minute.execute_signs.new .font-size-mobile-18px {
    font-size: 1.125rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1365, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.minute.execute_signs.new .font-size-mobile-10 {
    font-size: 0.625rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1371, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.minute.execute_signs.new .font-size-mobile-12 {
    font-size: 0.75rem;
  }
}

/* line 1379, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.execute_signs.complete .fa-check-circle {
  font-size: 55px;
  color: #00A0E2;
}

/* line 1384, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.execute_signs.complete .btn, .company.director_meetings.minute.execute_signs.complete .component-v2 .btn-primary-w100-p3, .company.director_meetings.minute.execute_signs.complete .company.financial_reports.edit .btn-primary-w100-p3, .company.director_meetings.minute.execute_signs.complete .company.kpis .btn-primary-w100-p3, .component-v2 .company.director_meetings.minute.execute_signs.complete .btn-primary-w100-p3, .company.financial_reports.edit .company.director_meetings.minute.execute_signs.complete .btn-primary-w100-p3, .company.kpis .company.director_meetings.minute.execute_signs.complete .btn-primary-w100-p3 {
  width: 230px;
  height: 55px;
}

/* line 1389, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.execute_signs.complete .main-content {
  height: 100%;
}

@media (max-width: 767.98px) {
  /* line 1393, app/assets/stylesheets/application/views/company/director_meetings.scss */
  .company.director_meetings.minute.execute_signs.complete .font-size-mobile {
    font-size: 25px;
  }
}

/* line 1402, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.publish div {
  font-size: 16px;
}

/* line 1406, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.publish .fa-check-circle {
  font-size: 55px;
  color: #00A0E2;
}

/* line 1411, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.minute.publish .modal_body {
  top: 10%;
}

/* line 1418, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.directors.edit .test-mail-gray-text {
  color: #BDBDBD;
  font-weight: 400;
  font-size: 16px;
  font-family: "Hiragino Sans";
}

/* line 1424, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.directors.edit .test-mail-gray-text .asterisk {
  font-weight: 700;
  font-family: "Lucida Grande";
}

/* line 1430, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.directors.edit .form-group {
  margin-bottom: 0;
}

/* line 1434, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.directors.edit .form-check {
  padding-left: 0;
}

/* line 1438, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings.directors.edit .email-comment {
  height: 243px;
}

/* line 1443, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .join-mode-select {
  background-position: left .79rem center, right .79rem center;
  background-repeat: no-repeat, no-repeat;
  width: 215px;
}

/* line 1448, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .join-mode-select.none {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/company/director_meetings/status_none-298000eb0a30944691d9a0439f7bc614a0dd3b2bd6d19e92d738648e102d79c6.png), url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
}

/* line 1454, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .join-mode-select.local {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/company/director_meetings/status_local-1f305e6834b7e834f9698f1663cd21ac5abea7e8cd515463cbb6fface7905843.png), url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
}

/* line 1460, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .join-mode-select.online {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/company/director_meetings/status_online-6b2caae6195c8563abaed878afcfe162c87e7af5f85079441ca1f683ccd930d3.png), url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
}

/* line 1466, app/assets/stylesheets/application/views/company/director_meetings.scss */
.company.director_meetings .join-mode-select.absence {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/company/director_meetings/status_absence-07312488db35cc3860a195750704910c3419c8236f3804a7e72b87eb02caf6e8.svg), url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
}

/* line 3, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .drop-zone {
  border: 2px dashed #00A0E2;
  border-radius: 8px;
  width: 100%;
  padding: 2rem 0;
}

/* line 10, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .files-wrapper {
  min-height: 180px;
}

/* line 13, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .files-wrapper a {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .files-wrapper .files-note {
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 180px;
  width: 100%;
}

/* line 24, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .creating,
.company.director_meetings.attachments.show .file_done {
  height: 560px;
  text-align: center;
}

/* line 38, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .creating .title,
.company.director_meetings.attachments.show .file_done .title {
  font-size: 18px;
}

/* line 42, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .creating .loading-wrapper,
.company.director_meetings.attachments.show .file_done .loading-wrapper {
  height: 400px;
}

/* line 45, app/assets/stylesheets/application/views/company/director_meetings/attachments.scss */
.company.director_meetings.attachments.show .creating .loading-wrapper i,
.company.director_meetings.attachments.show .file_done .loading-wrapper i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 2, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds .main-content, .company.important_meetings.unsigneds .main-content {
  overflow: visible;
}

@media (max-width: 767.98px) {
  /* line 7, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
  .company.director_meetings.unsigneds h3 div:first-child, .company.important_meetings.unsigneds h3 div:first-child {
    margin-bottom: 25px;
  }
}

/* line 12, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table, .company.important_meetings.unsigneds table {
  font-size: 0.812rem;
}

/* line 15, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table thead, .company.important_meetings.unsigneds table thead {
  line-height: 12px;
}

/* line 20, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table thead tr th:first-child, .company.director_meetings.unsigneds table thead tr th:last-child, .company.important_meetings.unsigneds table thead tr th:first-child, .company.important_meetings.unsigneds table thead tr th:last-child {
  width: 28px;
}

/* line 28, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table tbody, .company.important_meetings.unsigneds table tbody {
  line-height: 16px;
}

/* line 33, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table tbody tr td a.btn-tertiary, .company.important_meetings.unsigneds table tbody tr td a.btn-tertiary {
  color: #0f90bf;
  border-color: #0f90bf;
}

/* line 41, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .header-company, .company.important_meetings.unsigneds table .header-company {
  max-width: 250px;
  padding-right: 94px;
}

/* line 46, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .body-company, .company.important_meetings.unsigneds table .body-company {
  max-width: 250px;
  padding-right: 94px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 55, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .header-title, .company.important_meetings.unsigneds table .header-title {
  max-width: 200px;
  padding-right: 44px;
}

/* line 60, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .body-title, .company.important_meetings.unsigneds table .body-title {
  max-width: 200px;
  padding-right: 44px;
  line-height: 12px;
}

/* line 66, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .header-start-at, .company.important_meetings.unsigneds table .header-start-at {
  width: 180px;
  padding-right: 90px;
}

/* line 71, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .body-start-at, .company.important_meetings.unsigneds table .body-start-at {
  width: 180px;
  padding-right: 90px;
  line-height: 16px;
}

/* line 77, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .body-sign-btn, .company.important_meetings.unsigneds table .body-sign-btn {
  width: 91px;
  padding-right: 219px;
  font-size: 12px;
}

/* line 83, app/assets/stylesheets/application/views/company/director_meetings/unsigneds.scss */
.company.director_meetings.unsigneds table .dropdown-stockholder, .company.important_meetings.unsigneds table .dropdown-stockholder {
  left: -36px;
  font-size: 14px;
  line-height: 14px;
}

/* line 3, app/assets/stylesheets/application/views/company/stockholder_meetings/resolution_reports.scss */
.company.stockholder_meetings.resolution_reports.attachments.show .header ~ .main-content {
  margin-top: calc(60px + 4rem);
}

/* line 11, app/assets/stylesheets/application/views/company/stockholder_meetings/resolution_reports.scss */
.company.stockholder_meetings.resolution_reports.stockholders.new .header ~ .main-content {
  margin-top: calc(60px + 4rem);
}

/* line 3, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .zip-code-form-control, .company.important_meetings.edit .zip-code-form-control {
  position: relative;
}

/* line 7, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new #address_button, .company.important_meetings.edit #address_button {
  position: absolute;
  z-index: 1000;
  top: 22%;
  right: 2%;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .add-user-modal .btn-switch, .company.important_meetings.edit .add-user-modal .btn-switch {
  border: #DDD 1px solid;
  font-weight: 300;
  padding: 14px 20px;
  border-radius: 2.35rem;
  cursor: pointer;
  margin: 0.5rem;
}

/* line 27, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .add-user-modal .btn-switch.active, .company.important_meetings.edit .add-user-modal .btn-switch.active {
  border: #343434 1px solid;
  background-color: #f4f4f4;
}

/* line 32, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .add-user-modal .table-wrapper, .company.important_meetings.edit .add-user-modal .table-wrapper {
  max-height: 50vh;
  overflow-y: auto;
}

/* line 37, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .add-user-modal .stakeholder-group-select, .company.important_meetings.edit .add-user-modal .stakeholder-group-select {
  width: auto;
  min-width: 250px;
}

/* line 43, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .disabled-content, .company.important_meetings.edit .disabled-content {
  padding: 23px 1.4rem 10px;
  background-color: #f4f4f4;
  color: #939393;
}

/* line 48, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .disabled-content label, .company.important_meetings.edit .disabled-content label {
  position: absolute;
  top: 11px;
  font-size: 0.625rem;
  left: 1.4rem;
  margin: 0;
  color: #939393;
  pointer-events: none;
  transition: bottom 200ms ease-out, color 200ms ease-out, font-size 200ms ease-out, color 300ms;
}

/* line 60, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .table-form, .company.important_meetings.edit .table-form {
  width: 100%;
}

/* line 63, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .table-form tr, .company.important_meetings.edit .table-form tr {
  border-bottom: 1px solid #DDD;
}

/* line 67, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .table-form td, .company.important_meetings.new .table-form th, .company.important_meetings.edit .table-form td, .company.important_meetings.edit .table-form th {
  padding: 15px;
}

/* line 71, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .table-form th, .company.important_meetings.edit .table-form th {
  font-weight: 400;
}

/* line 75, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.new .table-form .form-group, .company.important_meetings.edit .table-form .form-group {
  margin-bottom: 0;
}

/* line 82, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .unsigned-alert {
  color: #E6230D;
  font-size: 0.75rem;
}

/* line 86, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .unsigned-alert a {
  color: #E6230D;
  text-decoration: underline;
}

/* line 92, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 96, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index table.important-meeting-table {
  table-layout: fixed;
  width: 100%;
}

/* line 101, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index table.important-meeting-table thead th:nth-of-type(2) {
  width: 40%;
}

/* line 104, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index table.important-meeting-table thead th:nth-of-type(3) {
  width: 50%;
}

/* line 109, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index table.important-meeting-table .agenda p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

/* line 118, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .unavailable {
  background-color: #F7F7F7;
  pointer-events: none;
  opacity: 0.75;
}

/* line 123, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .unavailable .explanatory-text {
  font-size: 12px;
  color: #939393;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック';
  font-weight: 400;
}

/* line 132, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .caption .box {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  /* line 132, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.index .caption .box {
    width: auto;
  }
}

/* line 143, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important_meeting_column .menu_button {
  opacity: 0;
}

/* line 148, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important_meeting_column:hover .menu_button {
  opacity: 1;
}

/* line 154, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .agenda {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 300;
  font-family: "Hiragino Sans";
}

/* line 162, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .agenda .summary-wrapper .summary {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: calc(1.5em * 4);
}

/* line 172, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .agenda .summary-wrapper .space {
  float: right;
  height: calc(1.5em * 3);
}

/* line 177, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .agenda .summary-wrapper .showMore {
  float: right;
  clear: both;
  color: #00A0E2;
}

/* line 183, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .agenda .details {
  width: 100%;
}

/* line 186, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .agenda .details .agenda-detail {
  margin-bottom: .5em;
}

/* line 190, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .agenda .details .showLess {
  text-align: right;
  color: #00A0E2;
}

/* line 197, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important-meeting-search-form {
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 201, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important-meeting-search-form .input-group-append {
  background-color: #F7F7F7;
}

/* line 205, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important-meeting-search-form #input_search {
  padding: 18px 30px 18px 0;
  border-radius: 0 27px 27px 0;
}

/* line 210, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important-meeting-search-form #input_search ~ label ~ .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}

/* line 214, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important-meeting-search-form #input_search ~ label ~ .input-group-append .input-group-text {
  border-radius: 27px 0 0 27px;
}

@media (max-width: 767.98px) {
  /* line 221, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.index .important-meeting-search-form .date-group {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  /* line 227, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.index .important-meeting-search-form .meeting-tag-search {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  /* line 233, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.index .important-meeting-search-form .select-search-box {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  /* line 239, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.index .important-meeting-search-form .input_search {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  /* line 245, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.index .important-meeting-search-form .button-search-box {
    margin-top: 1rem;
  }
}

/* line 251, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .important-meeting-search-form .state_search_between {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  /* line 251, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.index .important-meeting-search-form .state_search_between {
    display: none;
  }
}

/* line 260, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.index .delete-modal .delete-label {
  margin-bottom: 0;
}

/* line 266, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .content-card {
  padding: 15px 12px;
  margin-bottom: 20px;
  border-radius: 1.7rem;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.07);
}

/* line 272, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .content-card.share-card {
  padding: 18px 16px 18px 20px;
}

/* line 275, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .content-card.share-card .card-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans";
  line-height: 24px;
  max-width: 266px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 286, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .content-card.share-card .share-information {
  line-height: 12px;
  margin-top: 7px;
  margin-bottom: 15px;
}

/* line 291, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .content-card.share-card .share-information span {
  font-size: 12px;
  font-weight: 300;
  font-family: "Hiragino Sans";
  line-height: 12px;
}

/* line 300, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .content-card.company-card {
  cursor: pointer;
}

/* line 302, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .content-card.company-card:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 309, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .border {
  border-radius: 8px;
}

/* line 313, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .status-orange {
  color: #feb513;
}

/* line 317, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .status-gray {
  color: #ECECEC;
}

/* line 321, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .status-blue {
  color: #0f90bf;
}

/* line 326, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .notification-fa-icon {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* line 331, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .notification-fa-icon .convocation-badge, .company.important_meetings.show .notification-fa-icon .minute-badge {
  position: absolute;
  top: -30px;
  left: -5px;
}

/* line 339, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .share-tabs .copy-button {
  padding: 11px 14px;
  height: 36px;
  width: 153px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

/* line 348, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .share-tabs .copy-icon {
  position: relative;
  top: -3px;
  margin-right: 9px;
}

/* line 355, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .alert-not-display-again {
  color: #939393;
  font-size: 0.75rem;
  text-decoration: none;
}

/* line 361, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .minute-edit {
  color: #343434;
  font-size: 28px;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .minute-delete {
  padding-bottom: 8px;
}

/* line 370, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .minute-delete .trash-black {
  width: 22px;
  height: 22px;
}

/* line 376, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .panel {
  border-radius: 15px;
}

/* line 380, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .title-bar {
  border-radius: 8px;
  font-size: 0.875rem;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  padding: 13px 16px;
}

/* line 388, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .icon-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 393, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .icon-chevron::before {
  width: 15px;
  font-size: 13px;
}

/* line 399, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .title-header-box {
  cursor: pointer;
}

/* line 404, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .dropdown .menu-icon {
  cursor: pointer;
}

/* line 409, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .small-heading {
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 414, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .sideways-dropdown {
  cursor: pointer;
  transform: rotate(90deg);
}

/* line 419, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .modal-dialog {
  overflow: initial;
}

/* line 422, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .modal-dialog .modal-content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

/* line 427, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .pull-down {
  background-color: #F7F7F7;
  border: none;
  border-radius: 40px;
}

@media (max-width: 767.98px) {
  /* line 433, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.show .font-size-mobile-18 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  /* line 439, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.show .font-size-mobile-20 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  /* line 446, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.show .agenda .attachments {
    border-left: none !important;
  }
}

/* line 453, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .agenda-order-modal-body {
  padding: 20px;
  font-family: "Hiragino Sans";
  font-size: 16px;
  line-height: 24px;
}

/* line 459, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .agenda-order-modal-body .title {
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #DDD;
}

/* line 465, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .agenda-order-modal-body .agenda-row {
  display: flex;
  border-bottom: 1px solid #DDD;
}

/* line 470, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .agenda-order-modal-body .agenda-title {
  font-weight: 300;
}

/* line 476, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 .shadow-right, .show.company.financial_reports.edit .shadow-right, .show.company.kpis .shadow-right {
  box-shadow: 8px 0 3px -3px rgba(0, 0, 0, 0.1);
}

/* line 480, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 .inactive, .show.company.financial_reports.edit .inactive, .show.company.kpis .inactive {
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}

/* line 487, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 .stretched-link.inactive::after, .show.company.financial_reports.edit .stretched-link.inactive::after, .show.company.kpis .stretched-link.inactive::after {
  pointer-events: none;
  cursor: default;
}

/* line 493, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 table, .show.company.financial_reports.edit table, .show.company.kpis table {
  width: 100%;
}

/* line 497, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 table td a:hover, .show.company.financial_reports.edit table td a:hover, .show.company.kpis table td a:hover {
  background-color: #F7F7F7;
}

/* line 501, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 .active-meeting, .show.company.financial_reports.edit .active-meeting, .show.company.kpis .active-meeting {
  background-color: #F7F7F7;
  color: #00A0E2;
}

/* line 506, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 .meeting-title, .show.company.financial_reports.edit .meeting-title, .show.company.kpis .meeting-title {
  max-width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 513, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 .file-form.lg, .show.company.financial_reports.edit .file-form.lg, .show.company.kpis .file-form.lg {
  padding: 3rem 0;
}

/* line 517, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show.component-v2 .alert-validation-bar, .show.company.financial_reports.edit .alert-validation-bar, .show.company.kpis .alert-validation-bar {
  margin-bottom: -10px;
}

/* line 522, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .contents {
  font-size: 16px;
  line-height: 24px;
}

/* line 527, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .mt-meeting-document {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  /* line 527, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.show .mt-meeting-document {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 536, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.show .height-mobile {
    max-height: 500px;
  }
}

@media (max-width: 767.98px) {
  /* line 542, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings.show .scroll-only-mobile {
    overflow-y: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* line 551, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .dropdown-auto-open:hover .dropdown-menu {
  display: block;
}

/* line 557, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .minute-edit {
  color: #343434;
  font-size: 28px;
  text-decoration: none;
}

/* line 563, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant {
  max-height: 200px;
  overflow-y: scroll;
  padding: 20px 10px 20px 15px;
}

/* line 568, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant table {
  border-collapse: separate;
  margin-bottom: 0;
}

/* line 573, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant td {
  border: none;
  padding: 0 15px 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 580, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant td.participant-name {
  max-width: 140px;
}

/* line 584, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant td.participant-email {
  max-width: 220px;
}

/* line 589, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant td.participant-attendance.is-none {
  color: #939393;
}

/* line 593, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant td.participant-attendance.is-local, .company.important_meetings.show .scroll-participant td.participant-attendance.is-online {
  color: #2BA84A;
}

/* line 597, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant td.participant-attendance.is-absence {
  color: #343434;
}

/* line 603, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .scroll-participant .menu-column {
  cursor: pointer;
}

/* line 612, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .distribution-table td.is-unsent, .company.important_meetings.recipients.new .distribution-table td.is-unsent {
  color: #939393;
}

/* line 616, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .distribution-table td.is-sent, .company.important_meetings.show .distribution-table td.is-resent, .company.important_meetings.recipients.new .distribution-table td.is-sent, .company.important_meetings.recipients.new .distribution-table td.is-resent {
  color: #2BA84A;
}

/* line 620, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.show .distribution-table td.is-error, .company.important_meetings.recipients.new .distribution-table td.is-error {
  color: #343434;
}

@media (min-width: 768px) {
  /* line 628, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .title-area {
    margin-bottom: 30px;
  }
}

/* line 635, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .share-tabs {
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  /* line 635, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .share-tabs {
    overflow-x: scroll;
    scrollbar-width: none;
    box-shadow: none;
  }
  /* line 643, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .share-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 649, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .share-tabs .action-tab {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 655, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .share-tabs .action-tab .tab-nav {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  /* line 662, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .share-tabs .action-tab li {
    white-space: nowrap;
  }
}

/* line 667, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .share-tabs .action-tab li .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 19px;
}

@media (max-width: 575.98px) {
  /* line 667, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .share-tabs .action-tab li .nav-link {
    padding-top: 0;
    padding-bottom: 16px;
    margin-right: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 575.98px) {
  /* line 682, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .company.important_meetings .share-tabs .action-tab li:last-child .nav-link {
    margin-right: 0;
  }
}

/* line 692, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .icon-information {
  cursor: pointer;
}

/* line 697, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.report.show .pdf-previewer-wrapper {
  height: 800;
  width: 600;
}

/* line 704, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .modal-small-title {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

/* line 711, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .custom-switch {
  padding-left: 0;
}

/* line 715, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .custom-control {
  padding-left: 0;
}

/* line 719, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .custom-control-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 725, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .custom-switch
.custom-control-label::before {
  left: 577px;
}

/* line 730, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .custom-switch
.custom-control-label::after {
  left: calc(577px + 2px);
}

/* line 736, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .password-area .input-group-append {
  cursor: pointer;
}

/* line 739, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .password-area .input-group-append span {
  color: #00A0E2;
  font-size: 14px;
  font-weight: 300;
}

/* line 747, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .custom-checkbox-lg .custom-control-input ~ .custom-control-label::before {
  left: 577px;
}

/* line 751, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings .sharing-settings-modal .custom-checkbox-lg .custom-control-input ~ .custom-control-label::after {
  top: .155rem;
  left: 577px;
}

/* line 758, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute h2 {
  line-height: 44px;
}

/* line 762, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute .progress {
  height: 7px;
  border-radius: 0;
  overflow: initial;
}

/* line 767, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute .progress .progress-bar {
  color: #00A0E2;
  height: 7px;
}

/* line 774, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.publish div {
  font-size: 16px;
}

/* line 778, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.publish .fa-check-circle {
  font-size: 55px;
  color: #00A0E2;
}

/* line 783, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.publish .modal_body {
  top: 10%;
}

/* line 788, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute .save_and_close-link {
  margin-right: 25px;
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
  border: none;
  background: none;
}

/* line 799, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute .save_and_close-link:hover, .company.important_meetings.minute .save_and_close-link:visited, .company.important_meetings.minute .save_and_close-link:active {
  color: inherit;
  text-decoration: none;
}

/* line 809, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member #all-select-join-mode-dropdown i {
  cursor: pointer;
}

/* line 813, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member div {
  font-size: 16px;
}

/* line 817, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member .modal-body {
  padding-top: 0;
}

/* line 821, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member th {
  padding: 0 0 25px 0;
}

/* line 825, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member td {
  padding: 10px 0;
}

/* line 829, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member .form-control {
  padding: 0 15px;
  height: 45px;
}

/* line 834, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member .select-image {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/company/director_meetings/status_none-298000eb0a30944691d9a0439f7bc614a0dd3b2bd6d19e92d738648e102d79c6.png), url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-position: left .79rem center, right .79rem center;
  background-repeat: no-repeat, no-repeat;
  width: 215px;
}

/* line 843, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member .checkbox-menu {
  width: 250px;
}

/* line 846, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member .checkbox-menu .form-check-label {
  display: flex;
  align-items: center;
}

/* line 850, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.join_member .checkbox-menu .form-check-label::before, .company.important_meetings.minute.documents.join_member .checkbox-menu .form-check-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
}

/* line 862, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.absent_members .form-group {
  margin-bottom: 0;
}

/* line 868, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.resolution-report .hover-field {
  position: relative;
  margin-bottom: 20px;
}

/* line 873, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.resolution-report .hover-message {
  position: absolute;
  bottom: 28px;
  background-color: #fff;
  width: 260px;
}

/* line 880, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.resolution-report .add_fields {
  width: 238px;
  height: 34px;
  font-size: 14px;
  padding: 8px 15px 10px 15px;
}

/* line 887, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.resolution-report .plus-circle {
  margin: auto 8px 5px auto;
}

/* line 891, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.resolution-report .remove_fields {
  padding: 14px 0;
  height: 54px;
  font-size: 1.3rem;
}

/* line 896, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.documents.resolution-report .remove_fields.delete-form {
  font-size: 16px;
}

/* line 907, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.files.edit .drop-zone, .company.important_meetings.convocation.files.edit .drop-zone {
  border: 2px dashed;
  border-radius: 14px;
}

/* line 912, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.files.edit .file-form, .company.important_meetings.convocation.files.edit .file-form {
  height: 400px;
  margin-bottom: 25px;
  padding-top: 127px;
  padding-bottom: 125px;
  border-radius: 14px;
}

/* line 919, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.files.edit .file-form .btn-sm, .company.important_meetings.minute.files.edit .file-form .btn-group-sm > .btn, .company.important_meetings.minute.files.edit .file-form .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.important_meetings.minute.files.edit .file-form .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.important_meetings.minute.files.edit .file-form .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.important_meetings.minute.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.important_meetings.minute.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.important_meetings.minute.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.important_meetings.convocation.files.edit .file-form .btn-sm, .company.important_meetings.convocation.files.edit .file-form .btn-group-sm > .btn, .company.important_meetings.convocation.files.edit .file-form .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.important_meetings.convocation.files.edit .file-form .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .company.important_meetings.convocation.files.edit .file-form .company.kpis .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.important_meetings.convocation.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.important_meetings.convocation.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.important_meetings.convocation.files.edit .file-form .btn-group-sm > .btn-primary-w100-p3 {
  width: 135px;
  height: 31px;
  font-size: 12px;
  font-weight: 900;
}

/* line 926, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.files.edit .file-form .border, .company.important_meetings.convocation.files.edit .file-form .border {
  border-radius: 18px;
}

/* line 930, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.files.edit .file-form img, .company.important_meetings.convocation.files.edit .file-form img {
  width: 69px;
  height: 39px;
}

/* line 936, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.files.edit .file-circle, .company.important_meetings.convocation.files.edit .file-circle {
  font-size: 10px;
}

/* line 940, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.minute.files.edit .close, .company.important_meetings.convocation.files.edit .close {
  height: 28px;
  width: 28px;
  margin-right: -4px;
}

/* line 951, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.recipients.new .form-group, .company.important_meetings.minutes.signatories.new .form-group {
  margin-bottom: 0;
}

/* line 954, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.recipients.new .not-selectable, .company.important_meetings.minutes.signatories.new .not-selectable {
  opacity: 0.3;
}

/* line 957, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.recipients.new .not-selectable input[type="checkbox"] + label, .company.important_meetings.minutes.signatories.new .not-selectable input[type="checkbox"] + label {
  pointer-events: none;
}

/* line 966, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .drop-zone {
  border: 2px dashed #00A0E2;
  border-radius: 8px;
  width: 100%;
  padding: 2rem 0;
}

/* line 973, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .files-wrapper {
  min-height: 180px;
}

/* line 976, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .files-wrapper a {
  text-decoration: none;
}

/* line 980, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .files-wrapper .files-note {
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 180px;
  width: 100%;
}

/* line 987, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 996, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .creating,
.company.important_meetings.attachments.show .file_done {
  height: 560px;
  text-align: center;
}

/* line 1001, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .creating .title,
.company.important_meetings.attachments.show .file_done .title {
  font-size: 18px;
}

/* line 1005, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .creating .loading-wrapper,
.company.important_meetings.attachments.show .file_done .loading-wrapper {
  height: 400px;
}

/* line 1008, app/assets/stylesheets/application/views/company/important_meetings.scss */
.company.important_meetings.attachments.show .creating .loading-wrapper i,
.company.important_meetings.attachments.show .file_done .loading-wrapper i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 1020, app/assets/stylesheets/application/views/company/important_meetings.scss */
.important-meeting-minute-document .minute-comment p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 1018, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .important-meeting-minute-document {
    font-size: 70%;
  }
  /* line 1027, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .important-meeting-minute-document h2 {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  /* line 1033, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .important-meeting-convocation-document {
    font-size: 70%;
  }
  /* line 1036, app/assets/stylesheets/application/views/company/important_meetings.scss */
  .important-meeting-convocation-document h5 {
    font-size: 1rem;
  }
}

/* line 5, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags.index table tr th:nth-of-type(2) {
  min-width: 150px;
}

/* line 11, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags.index table tbody tr td:nth-of-type(3) {
  white-space: pre-wrap;
}

/* line 20, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags .add-user-modal .btn-switch {
  border: #DDD 1px solid;
  font-weight: 300;
  padding: 14px 20px;
  border-radius: 2.35rem;
  cursor: pointer;
  margin: 0.5rem;
}

/* line 28, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags .add-user-modal .btn-switch.active {
  border: #343434 1px solid;
  background-color: #f4f4f4;
}

/* line 33, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags .add-user-modal .table-wrapper {
  max-height: 50vh;
  overflow-y: auto;
}

/* line 38, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags .add-user-modal .stakeholder-group-select {
  width: auto;
  min-width: 250px;
}

/* line 45, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags.form .zip-code-form-control {
  position: relative;
}

/* line 49, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags.form #address_button {
  position: absolute;
  z-index: 1000;
  top: 22%;
  right: 2%;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* line 63, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .disabled-content, .company.meeting_tags .disabled-content, .company.meeting_tags_stakeholders .disabled-content {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 68, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form, .company.meeting_tags .table-form, .company.meeting_tags_stakeholders .table-form {
  width: 100%;
}

/* line 71, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form tr, .company.meeting_tags .table-form tr, .company.meeting_tags_stakeholders .table-form tr {
  border-bottom: 1px solid #DDD;
}

/* line 75, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form td, .company.meeting_tags_members .table-form th, .company.meeting_tags .table-form td, .company.meeting_tags .table-form th, .company.meeting_tags_stakeholders .table-form td, .company.meeting_tags_stakeholders .table-form th {
  padding: 15px;
}

/* line 79, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form th, .company.meeting_tags .table-form th, .company.meeting_tags_stakeholders .table-form th {
  font-weight: 400;
}

/* line 83, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form .form-group, .company.meeting_tags .table-form .form-group, .company.meeting_tags_stakeholders .table-form .form-group {
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form-info, .company.meeting_tags .table-form-info, .company.meeting_tags_stakeholders .table-form-info {
  width: 100%;
}

/* line 91, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form-info td, .company.meeting_tags_members .table-form-info th, .company.meeting_tags .table-form-info td, .company.meeting_tags .table-form-info th, .company.meeting_tags_stakeholders .table-form-info td, .company.meeting_tags_stakeholders .table-form-info th {
  padding: 5px 0;
}

/* line 95, app/assets/stylesheets/application/views/company/meeting_tags.scss */
.company.meeting_tags_members .table-form-info th, .company.meeting_tags .table-form-info th, .company.meeting_tags_stakeholders .table-form-info th {
  font-weight: 400;
}

/* line 3, app/assets/stylesheets/application/views/company/meeting_tags/stakeholders.scss */
.company.meeting_tags_stakeholders.index table {
  margin-bottom: 5rem;
}

/* line 4, app/assets/stylesheets/application/views/company/meeting_tags/members.scss */
.company.meeting_tags_members.edit .form-control.disabled {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .index-description {
  font-size: 18px;
}

/* line 8, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .square-table tbody tr {
  pointer-events: none;
}

/* line 11, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .square-table tbody tr a {
  pointer-events: auto;
}

/* line 14, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .square-table tbody tr a.disabled-link {
  pointer-events: none;
}

/* line 19, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .square-table tbody tr .dropdown-link, .company.stock_valuation_scenarios.index .square-table tbody tr .dropdown-menu {
  pointer-events: auto;
}

/* line 23, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .square-table tbody tr .dropdown-item:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .square-table tbody tr .dropdown-menu {
  min-width: 60px;
}

/* line 34, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario {
  width: 800px;
}

/* line 37, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .top-content {
  display: flex;
  justify-content: space-between;
}

/* line 41, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .top-content .top-text {
  width: 440px;
}

/* line 44, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .top-content .top-text .title {
  font-size: 24px;
  font-weight: 600;
}

/* line 50, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .top-content .top-image {
  width: 325px;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .top-content .top-image img {
  width: 100%;
}

/* line 59, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .bottom-content {
  display: flex;
  justify-content: space-between;
}

/* line 63, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .bottom-content .bottom-item {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

/* line 70, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .bottom-content .bottom-item .item-image {
  height: 60px;
}

/* line 74, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .bottom-content .bottom-item .item-title {
  font-size: 16px;
  font-weight: 600;
}

/* line 79, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.index .about-stock-valuation-scenario .bottom-content .bottom-item .item-description {
  font-size: 14px;
}

/* line 89, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards {
  gap: 73px;
}

/* line 92, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards input:checked + label {
  border: 1px solid #0F90BF;
}

/* line 95, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .card, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card {
  width: 295px;
  position: relative;
}

/* line 99, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .card .card-over-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.new .connection-card .card-over-title, .company.stockholder_meetings.stockholders.new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-over-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-over-title, .company.stockholder_meetings.stockholders.en_new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-over-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-over-title, .company.stockholder_meetings.stockholders.confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-over-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-over-title, .company.stockholder_meetings.stockholders.en_confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-over-title {
  position: absolute;
  top: -43px;
  pointer-events: none;
  font-size: 18px;
  font-weight: 600;
}

/* line 107, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .card .card-body, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.new .connection-card .card-body, .company.stockholder_meetings.stockholders.new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-body, .company.stockholder_meetings.stockholders.en_new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.en_confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body {
  padding: 21px 0 15px;
}

/* line 110, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .card .card-body .card-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.en_new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.en_confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title {
  margin-top: 12px;
  margin-bottom: 0;
}

/* line 114, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .card .card-body .card-title i, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-title i, .company.stockholder_meetings.stockholders.new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-title i, .company.stockholder_meetings.stockholders.en_new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-title i, .company.stockholder_meetings.stockholders.confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-title i, .company.stockholder_meetings.stockholders.en_confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i {
  font-size: 19px;
}

/* line 117, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .card .card-body .card-title i::before, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-title i::before, .company.stockholder_meetings.stockholders.new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i::before, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-title i::before, .company.stockholder_meetings.stockholders.en_new .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i::before, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-title i::before, .company.stockholder_meetings.stockholders.confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i::before, .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-title i::before, .company.stockholder_meetings.stockholders.en_confirm .company.stock_valuation_scenarios.wizards.select_valuation_types.edit .form-body .cards .connection-card .card-body .card-title i::before {
  vertical-align: middle;
}

/* line 129, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-body, .company.stock_valuation_scenarios.edit .form-body, .company.stock_valuation_scenarios.wizards.multiples .form-body, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-body, .company.stock_valuation_scenarios.wizards.net_assets .form-body {
  overflow-y: auto;
}

/* line 133, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .wizard-description, .company.stock_valuation_scenarios.edit .wizard-description, .company.stock_valuation_scenarios.wizards.multiples .wizard-description, .company.stock_valuation_scenarios.wizards.dividend_discounts .wizard-description, .company.stock_valuation_scenarios.wizards.net_assets .wizard-description {
  line-height: 1.6;
}

/* line 136, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs, .company.stock_valuation_scenarios.edit .form-inputs, .company.stock_valuation_scenarios.wizards.multiples .form-inputs, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* line 141, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs label, .company.stock_valuation_scenarios.edit .form-inputs label, .company.stock_valuation_scenarios.wizards.multiples .form-inputs label, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs label, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs label {
  font-size: 24px;
  font-weight: 600;
}

/* line 146, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .input-group > .form-control:not(:last-child), .company.stock_valuation_scenarios.edit .form-inputs .input-group > .form-control:not(:last-child), .company.stock_valuation_scenarios.wizards.multiples .form-inputs .input-group > .form-control:not(:last-child), .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .input-group > .form-control:not(:last-child), .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .input-group > .form-control:not(:last-child) {
  border-right: none;
}

/* line 150, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .input-group-text, .company.stock_valuation_scenarios.edit .form-inputs .input-group-text, .company.stock_valuation_scenarios.wizards.multiples .form-inputs .input-group-text, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .input-group-text, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .input-group-text {
  color: #343434;
}

/* line 154, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .input-description, .company.stock_valuation_scenarios.edit .form-inputs .input-description, .company.stock_valuation_scenarios.wizards.multiples .form-inputs .input-description, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .input-description, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .input-description {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

/* line 159, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .input-description.flex, .company.stock_valuation_scenarios.edit .form-inputs .input-description.flex, .company.stock_valuation_scenarios.wizards.multiples .form-inputs .input-description.flex, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .input-description.flex, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .input-description.flex {
  display: flex;
  gap: 20px;
}

/* line 163, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .input-description.flex img, .company.stock_valuation_scenarios.edit .form-inputs .input-description.flex img, .company.stock_valuation_scenarios.wizards.multiples .form-inputs .input-description.flex img, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .input-description.flex img, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .input-description.flex img {
  padding: 10px;
  background: #FFF;
  border-radius: 4px;
}

/* line 170, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .input-description .description-title, .company.stock_valuation_scenarios.edit .form-inputs .input-description .description-title, .company.stock_valuation_scenarios.wizards.multiples .form-inputs .input-description .description-title, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .input-description .description-title, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .input-description .description-title {
  font-size: 14px;
  font-weight: 600;
}

/* line 175, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .input-description .description-content, .company.stock_valuation_scenarios.edit .form-inputs .input-description .description-content, .company.stock_valuation_scenarios.wizards.multiples .form-inputs .input-description .description-content, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .input-description .description-content, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .input-description .description-content {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 450;
  line-height: 19.2px;
}

/* line 183, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .form-inputs .auto-imput-btn, .company.stock_valuation_scenarios.edit .form-inputs .auto-imput-btn, .company.stock_valuation_scenarios.wizards.multiples .form-inputs .auto-imput-btn, .company.stock_valuation_scenarios.wizards.dividend_discounts .form-inputs .auto-imput-btn, .company.stock_valuation_scenarios.wizards.net_assets .form-inputs .auto-imput-btn {
  height: 60px;
}

/* line 187, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .wizard-information, .company.stock_valuation_scenarios.edit .wizard-information, .company.stock_valuation_scenarios.wizards.multiples .wizard-information, .company.stock_valuation_scenarios.wizards.dividend_discounts .wizard-information, .company.stock_valuation_scenarios.wizards.net_assets .wizard-information {
  font-size: 14px;
}

/* line 190, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.new .wizard-information h4, .company.stock_valuation_scenarios.edit .wizard-information h4, .company.stock_valuation_scenarios.wizards.multiples .wizard-information h4, .company.stock_valuation_scenarios.wizards.dividend_discounts .wizard-information h4, .company.stock_valuation_scenarios.wizards.net_assets .wizard-information h4 {
  font-size: 16px;
}

/* line 197, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header, .company.stock_valuation_scenarios.net_assets .valuation-type-header {
  position: relative;
}

/* line 201, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-result .valuation-result-title, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-result .valuation-result-title, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-result .valuation-result-title {
  font-weight: 600;
}

/* line 205, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-result .valuation-result-body, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-result .valuation-result-body, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-result .valuation-result-body {
  font-size: 18px;
}

/* line 211, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-title, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-title, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

/* line 217, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body {
  display: flex;
  gap: 24px;
}

/* line 221, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card {
  margin-top: 58px;
  padding: 24px;
  border-radius: 16px;
  color: #343434;
  border: 1px solid #DDD;
  min-width: 210px;
  position: relative;
}

/* line 230, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-over-title, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-over-title, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-over-title {
  position: absolute;
  top: -34px;
  left: 0;
  pointer-events: none;
  font-size: 18px;
  font-weight: 600;
  color: #343434;
}

/* line 240, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card:first-child, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card:first-child, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card:first-child {
  min-width: 407px;
  margin-right: 16px;
}

/* line 245, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card.disabled-link, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card.disabled-link, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card.disabled-link {
  background-color: #DDD;
}

/* line 249, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card.active_card, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card.active_card, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card.active_card {
  pointer-events: none;
  border-color: #00A0E2;
  color: #00A0E2;
}

/* line 255, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card:hover, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card:hover, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card:hover {
  text-decoration: none;
}

/* line 259, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-title, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-title, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

/* line 265, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 270, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values:before, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values:before, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values:before {
  content: '';
  border: 1px solid #DDD;
  align-self: stretch;
}

/* line 276, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .stock-price-value, .company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .market-cap-value, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .stock-price-value, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .market-cap-value, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .stock-price-value, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .market-cap-value {
  display: flex;
  flex-direction: column;
}

/* line 281, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .stock-price-value, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .stock-price-value, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .stock-price-value {
  order: -1;
}

/* line 285, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-title, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-title, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

/* line 291, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range {
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 32px;
  font-weight: 450;
  line-height: 32px;
  width: -moz-max-content;
  width: max-content;
}

/* line 301, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range.big-value, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range.big-value, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range.big-value {
  font-size: 22px;
}

/* line 305, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range small, .company.stock_valuation_scenarios.dividend_discounts .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range small, .company.stock_valuation_scenarios.net_assets .valuation-type-header .valuation-type-price-cards .cards-body .valuation-type-price-card .card-values .value-range small {
  font-size: 16px;
  line-height: 1.6;
}

/* line 317, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .scenario-memo .scenario-memo-content, .company.stock_valuation_scenarios.dividend_discounts .scenario-memo .scenario-memo-content, .company.stock_valuation_scenarios.net_assets .scenario-memo .scenario-memo-content {
  background-color: #F7F7F7;
  padding: 16px 0;
  border-radius: 8px;
}

/* line 322, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .scenario-memo .scenario-memo-content .scenario-memo-content-text, .company.stock_valuation_scenarios.dividend_discounts .scenario-memo .scenario-memo-content .scenario-memo-content-text, .company.stock_valuation_scenarios.net_assets .scenario-memo .scenario-memo-content .scenario-memo-content-text {
  overflow-wrap: break-word;
}

/* line 326, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .scenario-memo .scenario-memo-content .scenario-memo-content-buttons, .company.stock_valuation_scenarios.dividend_discounts .scenario-memo .scenario-memo-content .scenario-memo-content-buttons, .company.stock_valuation_scenarios.net_assets .scenario-memo .scenario-memo-content .scenario-memo-content-buttons {
  font-size: 24px;
  line-height: 1;
}

/* line 330, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .scenario-memo .scenario-memo-content .scenario-memo-content-buttons a:hover, .company.stock_valuation_scenarios.dividend_discounts .scenario-memo .scenario-memo-content .scenario-memo-content-buttons a:hover, .company.stock_valuation_scenarios.net_assets .scenario-memo .scenario-memo-content .scenario-memo-content-buttons a:hover {
  text-decoration: none;
}

/* line 334, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .scenario-memo .scenario-memo-content .scenario-memo-content-buttons > button, .company.stock_valuation_scenarios.dividend_discounts .scenario-memo .scenario-memo-content .scenario-memo-content-buttons > button, .company.stock_valuation_scenarios.net_assets .scenario-memo .scenario-memo-content .scenario-memo-content-buttons > button {
  border: none;
  background: none;
  padding: 0 0 0 8px;
}

/* line 339, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .scenario-memo .scenario-memo-content .scenario-memo-content-buttons > button:focus, .company.stock_valuation_scenarios.dividend_discounts .scenario-memo .scenario-memo-content .scenario-memo-content-buttons > button:focus, .company.stock_valuation_scenarios.net_assets .scenario-memo .scenario-memo-content .scenario-memo-content-buttons > button:focus {
  outline: none;
}

/* line 346, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .scenario-memo textarea, .company.stock_valuation_scenarios.dividend_discounts .scenario-memo textarea, .company.stock_valuation_scenarios.net_assets .scenario-memo textarea {
  height: 220px;
}

/* line 351, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .title-and-modal-button, .company.stock_valuation_scenarios.dividend_discounts .title-and-modal-button, .company.stock_valuation_scenarios.net_assets .title-and-modal-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 356, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .title-and-modal-button h5, .company.stock_valuation_scenarios.dividend_discounts .title-and-modal-button h5, .company.stock_valuation_scenarios.net_assets .title-and-modal-button h5 {
  font-size: 24px;
  font-weight: 600;
}

/* line 361, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .title-and-modal-button .modal-dialog, .company.stock_valuation_scenarios.dividend_discounts .title-and-modal-button .modal-dialog, .company.stock_valuation_scenarios.net_assets .title-and-modal-button .modal-dialog {
  width: -moz-max-content;
  width: max-content;
}

/* line 364, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .title-and-modal-button .modal-dialog .modal-body, .company.stock_valuation_scenarios.dividend_discounts .title-and-modal-button .modal-dialog .modal-body, .company.stock_valuation_scenarios.net_assets .title-and-modal-button .modal-dialog .modal-body {
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 370, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .title-and-modal-button .modal-dialog .modal-body label, .company.stock_valuation_scenarios.dividend_discounts .title-and-modal-button .modal-dialog .modal-body label, .company.stock_valuation_scenarios.net_assets .title-and-modal-button .modal-dialog .modal-body label {
  font-size: 16px;
  font-weight: 600;
}

/* line 375, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .title-and-modal-button .modal-dialog .modal-body .input-group > .form-control:not(:last-child), .company.stock_valuation_scenarios.dividend_discounts .title-and-modal-button .modal-dialog .modal-body .input-group > .form-control:not(:last-child), .company.stock_valuation_scenarios.net_assets .title-and-modal-button .modal-dialog .modal-body .input-group > .form-control:not(:last-child) {
  border-right: none;
}

/* line 379, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .title-and-modal-button .modal-dialog .modal-body .input-group-text, .company.stock_valuation_scenarios.dividend_discounts .title-and-modal-button .modal-dialog .modal-body .input-group-text, .company.stock_valuation_scenarios.net_assets .title-and-modal-button .modal-dialog .modal-body .input-group-text {
  color: #343434;
}

/* line 386, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-using-values, .company.stock_valuation_scenarios.dividend_discounts .valuation-using-values, .company.stock_valuation_scenarios.net_assets .valuation-using-values {
  padding: 20px;
  border-radius: 8px;
  background-color: #F7F7F7;
  display: flex;
}

/* line 392, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-using-values .valuation-using-value, .company.stock_valuation_scenarios.dividend_discounts .valuation-using-values .valuation-using-value, .company.stock_valuation_scenarios.net_assets .valuation-using-values .valuation-using-value {
  padding: 0 20px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 399, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-using-values .valuation-using-value h5, .company.stock_valuation_scenarios.dividend_discounts .valuation-using-values .valuation-using-value h5, .company.stock_valuation_scenarios.net_assets .valuation-using-values .valuation-using-value h5 {
  font-size: 18px;
  font-weight: 600;
}

/* line 404, app/assets/stylesheets/application/views/company/stock_valuation_scenarios.scss */
.company.stock_valuation_scenarios.multiples .valuation-using-values .valuation-using-value p, .company.stock_valuation_scenarios.dividend_discounts .valuation-using-values .valuation-using-value p, .company.stock_valuation_scenarios.net_assets .valuation-using-values .valuation-using-value p {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis {
  position: relative;
}

/* line 9, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header .tab-nav {
  border-bottom: 1px solid #DDD;
}

/* line 12, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header .tab-nav .nav-item {
  font-size: 0.9375rem;
}

/* line 15, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header .tab-nav .nav-item .nav-link {
  margin: 10px 0 0 0;
  padding: 10px 18px 22px 18px;
  height: calc(60px - 21px);
}

/* line 26, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header-right .nav-item .nav-link {
  margin: 11.25px 0;
  padding: 11.25px 10px 8px;
}

/* line 33, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .container {
  font-size: 0.875rem;
}

/* line 37, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .initial-guide {
  margin-bottom: 30px;
}

/* line 40, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .initial-guide .description {
  display: flex;
  justify-content: space-between;
}

/* line 45, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .initial-guide button {
  height: 50px;
}

/* line 49, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .initial-guide .step-title {
  font-size: 25px;
  font-weight: bold;
}

/* line 55, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial {
  padding-top: 40px;
}

/* line 58, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .image-container {
  text-align: center;
}

/* line 61, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .image-container .initial-image {
  width: 1036px;
}

/* line 66, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .description-container {
  margin-top: 20px;
}

/* line 69, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .description-container .description-wrapper {
  display: flex;
  margin: 0 auto;
  padding: 0 18px;
  justify-content: space-between;
  width: 1036px;
}

/* line 77, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .description-container .description {
  display: flex;
  width: 282px;
  font-size: 22px;
  font-weight: 600;
}

/* line 83, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .description-container .description .description-message {
  padding-left: 9px;
}

/* line 87, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .description-container .description .number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
  color: #FFF;
  text-align: center;
}

/* line 98, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .department-initial .initial-title {
  margin-top: 22px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}

/* line 107, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial {
  padding-top: 40px;
}

/* line 110, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .left-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 12px;
}

/* line 117, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .financial-initial-container {
  max-width: 800px;
  margin-top: 80px;
}

/* line 121, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .financial-initial-container .initial-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  width: 350px;
}

/* line 129, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .financial-initial-container .initial-image {
  max-width: 438px;
}

/* line 134, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .bottom-container {
  max-width: 640px;
  margin-top: 56px;
}

/* line 140, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .bottom-container .function-item .function-image {
  height: 73px;
}

/* line 144, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .bottom-container .function-item .function-title {
  margin-top: 14px;
  font-family: "HiraginoSans-W6";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

/* line 152, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .financial-initial .bottom-container .function-item .function-description {
  margin-top: 10px;
  width: 160px;
  font-family: "HiraginoSans-W4";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}

/* line 165, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-group-initial-container {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 1080px;
}

/* line 171, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-group-initial-container .left-column {
  padding: 25px 0;
  width: 400px;
}

/* line 175, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-group-initial-container .left-column .kpi-group-initial-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

/* line 181, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-group-initial-container .left-column .kpi-group-initial-description {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

/* line 188, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-group-initial-container .right-column {
  width: 600px;
}

/* line 194, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .modal-content .modal-header {
  text-align: center;
}

/* line 197, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .modal-content .modal-header .modal-title {
  width: 100%;
}

/* line 202, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .modal-content .drop-zone {
  padding: 50px 0;
  width: 100%;
}

/* line 209, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .download-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 214, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .download-modal .modal-body .explanation-message {
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 22px;
}

/* line 222, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .download-modal .modal-body .term-label {
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

/* line 231, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .download-modal .modal-body .date-pickers {
  width: 100%;
  justify-content: space-between;
}

/* line 235, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .download-modal .modal-body .date-pickers .react-datepicker-wrapper {
  width: 100%;
}

/* line 238, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .download-modal .modal-body .date-pickers .react-datepicker-wrapper .startPicker,
.company.kpis .download-modal .modal-body .date-pickers .react-datepicker-wrapper .endPicker {
  padding: 0;
  width: 100%;
}

/* line 245, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .download-modal .modal-body .date-pickers .dash {
  height: 1.5px;
  width: 25px;
  margin: 0 16px;
  background-color: #000;
}

/* line 256, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .template-link {
  color: #00A0E2;
  text-decoration: underline;
  cursor: pointer;
}

/* line 263, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .card.csv-format, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.new .csv-format.connection-card, .company.stockholder_meetings.stockholders.new .company.kpis .file-upload-modal .csv-format.connection-card, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_new .csv-format.connection-card, .company.stockholder_meetings.stockholders.en_new .company.kpis .file-upload-modal .csv-format.connection-card, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.confirm .csv-format.connection-card, .company.stockholder_meetings.stockholders.confirm .company.kpis .file-upload-modal .csv-format.connection-card, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_confirm .csv-format.connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.kpis .file-upload-modal .csv-format.connection-card {
  width: 295px;
  height: 150px;
  border-radius: 10px;
}

/* line 268, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .card.csv-format:hover, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.new .csv-format.connection-card:hover, .company.stockholder_meetings.stockholders.new .company.kpis .file-upload-modal .csv-format.connection-card:hover, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_new .csv-format.connection-card:hover, .company.stockholder_meetings.stockholders.en_new .company.kpis .file-upload-modal .csv-format.connection-card:hover, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.confirm .csv-format.connection-card:hover, .company.stockholder_meetings.stockholders.confirm .company.kpis .file-upload-modal .csv-format.connection-card:hover, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_confirm .csv-format.connection-card:hover, .company.stockholder_meetings.stockholders.en_confirm .company.kpis .file-upload-modal .csv-format.connection-card:hover {
  border-color: #00A0E2;
}

/* line 272, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .card.csv-format.unavailable, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.new .csv-format.unavailable.connection-card, .company.stockholder_meetings.stockholders.new .company.kpis .file-upload-modal .csv-format.unavailable.connection-card, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_new .csv-format.unavailable.connection-card, .company.stockholder_meetings.stockholders.en_new .company.kpis .file-upload-modal .csv-format.unavailable.connection-card, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.confirm .csv-format.unavailable.connection-card, .company.stockholder_meetings.stockholders.confirm .company.kpis .file-upload-modal .csv-format.unavailable.connection-card, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_confirm .csv-format.unavailable.connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.kpis .file-upload-modal .csv-format.unavailable.connection-card {
  background-color: #F7F7F7;
  pointer-events: none;
}

/* line 277, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .card.csv-format .card-body, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.new .csv-format.connection-card .card-body, .company.stockholder_meetings.stockholders.new .company.kpis .file-upload-modal .csv-format.connection-card .card-body, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_new .csv-format.connection-card .card-body, .company.stockholder_meetings.stockholders.en_new .company.kpis .file-upload-modal .csv-format.connection-card .card-body, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.confirm .csv-format.connection-card .card-body, .company.stockholder_meetings.stockholders.confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_confirm .csv-format.connection-card .card-body, .company.stockholder_meetings.stockholders.en_confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 284, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .card.csv-format .card-body .coming-soon-label, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.new .csv-format.connection-card .card-body .coming-soon-label, .company.stockholder_meetings.stockholders.new .company.kpis .file-upload-modal .csv-format.connection-card .card-body .coming-soon-label, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_new .csv-format.connection-card .card-body .coming-soon-label, .company.stockholder_meetings.stockholders.en_new .company.kpis .file-upload-modal .csv-format.connection-card .card-body .coming-soon-label, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.confirm .csv-format.connection-card .card-body .coming-soon-label, .company.stockholder_meetings.stockholders.confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body .coming-soon-label, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_confirm .csv-format.connection-card .card-body .coming-soon-label, .company.stockholder_meetings.stockholders.en_confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body .coming-soon-label {
  position: absolute;
  top: 5px;
}

/* line 289, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .card.csv-format .card-body .logo-area, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.new .csv-format.connection-card .card-body .logo-area, .company.stockholder_meetings.stockholders.new .company.kpis .file-upload-modal .csv-format.connection-card .card-body .logo-area, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_new .csv-format.connection-card .card-body .logo-area, .company.stockholder_meetings.stockholders.en_new .company.kpis .file-upload-modal .csv-format.connection-card .card-body .logo-area, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.confirm .csv-format.connection-card .card-body .logo-area, .company.stockholder_meetings.stockholders.confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body .logo-area, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_confirm .csv-format.connection-card .card-body .logo-area, .company.stockholder_meetings.stockholders.en_confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body .logo-area {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

/* line 296, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .card.csv-format .card-body .explanatory-text, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.new .csv-format.connection-card .card-body .explanatory-text, .company.stockholder_meetings.stockholders.new .company.kpis .file-upload-modal .csv-format.connection-card .card-body .explanatory-text, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_new .csv-format.connection-card .card-body .explanatory-text, .company.stockholder_meetings.stockholders.en_new .company.kpis .file-upload-modal .csv-format.connection-card .card-body .explanatory-text, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.confirm .csv-format.connection-card .card-body .explanatory-text, .company.stockholder_meetings.stockholders.confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body .explanatory-text, .company.kpis .file-upload-modal .company.stockholder_meetings.stockholders.en_confirm .csv-format.connection-card .card-body .explanatory-text, .company.stockholder_meetings.stockholders.en_confirm .company.kpis .file-upload-modal .csv-format.connection-card .card-body .explanatory-text {
  font-size: 12px;
  color: #939393;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック';
  font-weight: 400;
}

/* line 307, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .separating-text {
  display: flex;
  align-items: center;
  margin: 20px 0;
  height: 15px;
}

/* line 313, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .separating-text::before, .company.kpis .file-upload-modal .separating-text::after {
  content: '';
  height: 1px;
  background-color: #ddd;
  flex-grow: 1;
}

/* line 320, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .separating-text::before {
  margin-right: 15px;
}

/* line 323, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .file-upload-modal .separating-text::after {
  margin-left: 15px;
}

/* line 329, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #money-forward-format-csv-upload-modal.file-upload-modal .modal-body {
  padding-top: 10px;
}

/* line 332, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #money-forward-format-csv-upload-modal.file-upload-modal .modal-body .explanatory-text {
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 337, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #money-forward-format-csv-upload-modal.file-upload-modal .modal-body .section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 343, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #money-forward-format-csv-upload-modal.file-upload-modal .modal-body .sub-explanatory-text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* line 349, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #money-forward-format-csv-upload-modal.file-upload-modal .modal-body .input-group-text {
  padding: 0 15px;
  font-size: 28px;
  color: #939393;
}

/* line 362, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .step-badge {
  margin-top: 30px;
  background-color: #00A0E2;
  padding: 5px 10px;
  border-radius: 18px;
  width: 80px;
}

/* line 369, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .step-badge .badge-text {
  font-family: "HiraginoSans-W7";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
}

/* line 378, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .title {
  margin-top: 30px;
  font-family: "HiraginoSans-W7";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}

/* line 386, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .step-badge {
  background-color: #00A0E2;
  width: 80px;
}

/* line 389, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .step-badge .inner-text {
  font-size: 16px;
  font-weight: 700;
}

/* line 394, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .slide-image {
  margin-top: 20px;
  width: 293px;
}

/* line 399, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .base-text {
  letter-spacing: 0;
  width: 262px;
  text-align: left;
  margin-left: 70px;
  font-weight: 400;
  line-height: 24px;
}

/* line 408, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .description {
  font-size: 16px;
  margin-top: 10px;
}

/* line 413, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .slideshow-container .slide .sub-text {
  color: #00A0E2;
  font-family: "HiraginoSans-W4";
  font-size: 14px;
  margin-top: 10px;
}

/* line 422, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

/* line 432, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .step-modal .indicator.active {
  background-color: #00A0E2;
}

/* line 437, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal {
  max-width: 600px;
}

/* line 440, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .base-text {
  letter-spacing: 0;
  line-height: 22px;
}

/* line 445, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .sub-text {
  color: #979797;
  font-family: "HiraginoSans-W3";
  font-size: 14px;
  font-weight: 300;
}

/* line 452, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .left-text {
  color: #343434;
  font-family: "HiraginoSans-W4";
  font-size: 17px;
  font-weight: 400;
}

/* line 459, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .blue-container {
  border-radius: 8px;
  background-color: rgba(0, 160, 226, 0.1);
}

/* line 463, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .blue-container .right-text {
  color: #00A0E2;
  font-family: "HiraginoSans-W6";
  font-size: 17px;
  font-weight: 600;
}

/* line 470, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .blue-container .function-list {
  color: #343434;
  font-family: "HiraginoSans-W4";
  font-size: 13px;
  font-weight: 400;
}

/* line 478, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .contact-text, .company.kpis #pricingModal .complete-text {
  font-family: "HiraginoSans-W4";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
}

/* line 486, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .contact-text {
  color: #00a0e2;
}

/* line 490, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis #pricingModal .complete-text {
  color: #343434;
}

/* line 495, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header-wrapper {
  margin-top: 33px;
  margin-bottom: 32px;
  position: relative;
}

/* line 500, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header-wrapper .header-buttons {
  position: absolute;
}

/* line 503, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header-wrapper .header-buttons .financial-xlsx-download {
  color: #00A0E2;
  font-weight: 600;
  margin-right: 30px;
  cursor: pointer;
}

/* line 511, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header-wrapper .tab-nav {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

/* line 515, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header-wrapper .tab-nav a {
  font-size: 1.125rem;
}

/* line 520, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .header-wrapper .tab-nav .nav-item .nav-link {
  padding: 22.5px 0 20px 0;
}

/* line 528, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .nav.nav-tabs, .company.kpis .nav-tabs.tab-nav {
  border-bottom: none;
}

/* line 532, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .nav.nav-tabs > .nav-item > .nav-link, .company.kpis .nav-tabs.tab-nav > .nav-item > .nav-link {
  font-size: 0.9375rem;
}

/* line 539, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .startPicker,
.company.kpis .endPicker {
  padding: 0.6rem 1.5rem;
}

/* line 544, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .loading-kpi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

/* line 552, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .csv-import-alert {
  max-height: 200px;
  overflow-y: auto;
}

/* line 557, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .drop-zone {
  padding: 75px 0;
  width: 440px;
  height: 248px;
  margin: 0 auto;
  border: 2px dashed #ddd;
  border-radius: 14px;
}

/* line 566, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .tab-content {
  border: 1px solid #DDD;
  border-radius: 0 5px 5px 5px;
  white-space: nowrap;
}

/* line 575, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .dropdown-toggle, .company.kpis.list-table .dropdown-toggle, .company.kpis.financial-forecast .dropdown-toggle {
  border-color: #DDD;
  background-color: #FFF;
  color: #000;
  font-weight: 300;
  text-align: left;
  width: 80px;
  border-radius: 8px;
  height: 35px;
  padding: 0 15px;
  font-size: 0.875rem;
}

/* line 588, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .dropdown-toggle::after, .company.kpis.list-table .dropdown-toggle::after, .company.kpis.financial-forecast .dropdown-toggle::after {
  display: none;
}

/* line 594, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .term-type-dropdown .dropdown-toggle, .company.kpis.list-table .term-type-dropdown .dropdown-toggle, .company.kpis.financial-forecast .term-type-dropdown .dropdown-toggle {
  width: 105px;
}

/* line 600, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .table td, .company.kpis.diff-table .capital.connections.index .companies-table td, .capital.connections.index .company.kpis.diff-table .companies-table td, .company.kpis.diff-table .companies.documents.index .documents-table td, .companies.documents.index .company.kpis.diff-table .documents-table td, .company.kpis.diff-table .companies.documents.show .documents-table td, .companies.documents.show .company.kpis.diff-table .documents-table td, .company.kpis.diff-table .table-door td, .company.kpis.diff-table .investor.connections.index .companies-table td, .investor.connections.index .company.kpis.diff-table .companies-table td, .company.kpis.diff-table .square-table td, .company.kpis.list-table .table td, .company.kpis.list-table .capital.connections.index .companies-table td, .capital.connections.index .company.kpis.list-table .companies-table td, .company.kpis.list-table .companies.documents.index .documents-table td, .companies.documents.index .company.kpis.list-table .documents-table td, .company.kpis.list-table .companies.documents.show .documents-table td, .companies.documents.show .company.kpis.list-table .documents-table td, .company.kpis.list-table .table-door td, .company.kpis.list-table .investor.connections.index .companies-table td, .investor.connections.index .company.kpis.list-table .companies-table td, .company.kpis.list-table .square-table td, .company.kpis.financial-forecast .table td, .company.kpis.financial-forecast .capital.connections.index .companies-table td, .capital.connections.index .company.kpis.financial-forecast .companies-table td, .company.kpis.financial-forecast .companies.documents.index .documents-table td, .companies.documents.index .company.kpis.financial-forecast .documents-table td, .company.kpis.financial-forecast .companies.documents.show .documents-table td, .companies.documents.show .company.kpis.financial-forecast .documents-table td, .company.kpis.financial-forecast .table-door td, .company.kpis.financial-forecast .investor.connections.index .companies-table td, .investor.connections.index .company.kpis.financial-forecast .companies-table td, .company.kpis.financial-forecast .square-table td {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  text-align: right;
}

/* line 606, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .table.table-bordered, .company.kpis.diff-table .capital.connections.index .table-bordered.companies-table, .capital.connections.index .company.kpis.diff-table .table-bordered.companies-table, .company.kpis.diff-table .companies.documents.index .table-bordered.documents-table, .companies.documents.index .company.kpis.diff-table .table-bordered.documents-table, .company.kpis.diff-table .companies.documents.show .table-bordered.documents-table, .companies.documents.show .company.kpis.diff-table .table-bordered.documents-table, .company.kpis.diff-table .table-bordered.table-door, .company.kpis.diff-table .investor.connections.index .table-bordered.companies-table, .investor.connections.index .company.kpis.diff-table .table-bordered.companies-table, .company.kpis.diff-table .table-bordered.square-table, .company.kpis.list-table .table.table-bordered, .company.kpis.list-table .capital.connections.index .table-bordered.companies-table, .capital.connections.index .company.kpis.list-table .table-bordered.companies-table, .company.kpis.list-table .companies.documents.index .table-bordered.documents-table, .companies.documents.index .company.kpis.list-table .table-bordered.documents-table, .company.kpis.list-table .companies.documents.show .table-bordered.documents-table, .companies.documents.show .company.kpis.list-table .table-bordered.documents-table, .company.kpis.list-table .table-bordered.table-door, .company.kpis.list-table .investor.connections.index .table-bordered.companies-table, .investor.connections.index .company.kpis.list-table .table-bordered.companies-table, .company.kpis.list-table .table-bordered.square-table, .company.kpis.financial-forecast .table.table-bordered, .company.kpis.financial-forecast .capital.connections.index .table-bordered.companies-table, .capital.connections.index .company.kpis.financial-forecast .table-bordered.companies-table, .company.kpis.financial-forecast .companies.documents.index .table-bordered.documents-table, .companies.documents.index .company.kpis.financial-forecast .table-bordered.documents-table, .company.kpis.financial-forecast .companies.documents.show .table-bordered.documents-table, .companies.documents.show .company.kpis.financial-forecast .table-bordered.documents-table, .company.kpis.financial-forecast .table-bordered.table-door, .company.kpis.financial-forecast .investor.connections.index .table-bordered.companies-table, .investor.connections.index .company.kpis.financial-forecast .table-bordered.companies-table, .company.kpis.financial-forecast .table-bordered.square-table {
  border-top: 0;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

/* line 613, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .table.table-bordered thead th, .company.kpis.diff-table .capital.connections.index .table-bordered.companies-table thead th, .capital.connections.index .company.kpis.diff-table .table-bordered.companies-table thead th, .company.kpis.diff-table .companies.documents.index .table-bordered.documents-table thead th, .companies.documents.index .company.kpis.diff-table .table-bordered.documents-table thead th, .company.kpis.diff-table .companies.documents.show .table-bordered.documents-table thead th, .companies.documents.show .company.kpis.diff-table .table-bordered.documents-table thead th, .company.kpis.diff-table .table-bordered.table-door thead th, .company.kpis.diff-table .investor.connections.index .table-bordered.companies-table thead th, .investor.connections.index .company.kpis.diff-table .table-bordered.companies-table thead th, .company.kpis.diff-table .table-bordered.square-table thead th, .company.kpis.list-table .table.table-bordered thead th, .company.kpis.list-table .capital.connections.index .table-bordered.companies-table thead th, .capital.connections.index .company.kpis.list-table .table-bordered.companies-table thead th, .company.kpis.list-table .companies.documents.index .table-bordered.documents-table thead th, .companies.documents.index .company.kpis.list-table .table-bordered.documents-table thead th, .company.kpis.list-table .companies.documents.show .table-bordered.documents-table thead th, .companies.documents.show .company.kpis.list-table .table-bordered.documents-table thead th, .company.kpis.list-table .table-bordered.table-door thead th, .company.kpis.list-table .investor.connections.index .table-bordered.companies-table thead th, .investor.connections.index .company.kpis.list-table .table-bordered.companies-table thead th, .company.kpis.list-table .table-bordered.square-table thead th, .company.kpis.financial-forecast .table.table-bordered thead th, .company.kpis.financial-forecast .capital.connections.index .table-bordered.companies-table thead th, .capital.connections.index .company.kpis.financial-forecast .table-bordered.companies-table thead th, .company.kpis.financial-forecast .companies.documents.index .table-bordered.documents-table thead th, .companies.documents.index .company.kpis.financial-forecast .table-bordered.documents-table thead th, .company.kpis.financial-forecast .companies.documents.show .table-bordered.documents-table thead th, .companies.documents.show .company.kpis.financial-forecast .table-bordered.documents-table thead th, .company.kpis.financial-forecast .table-bordered.table-door thead th, .company.kpis.financial-forecast .investor.connections.index .table-bordered.companies-table thead th, .investor.connections.index .company.kpis.financial-forecast .table-bordered.companies-table thead th, .company.kpis.financial-forecast .table-bordered.square-table thead th {
  border-top: 0;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

/* line 625, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .diff-table-control {
  padding: 23px 30px 25px 28px;
}

/* line 630, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table tr.pl-classification {
  background-color: #F2F8FC;
}

/* line 634, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table tr.summary-income {
  background-color: #F7F7F7;
}

/* line 638, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table tr:hover {
  background-color: #d7eeff;
}

/* line 643, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table th,
.company.kpis.diff-table td {
  padding-right: 45px;
  padding-left: 0;
}

/* line 648, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table th.comment-column,
.company.kpis.diff-table td.comment-column {
  min-width: 183px;
}

/* line 653, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table th {
  font-family: 'ヒラギノ角ゴシック';
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 0;
}

/* line 660, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table th:first-child {
  padding-left: 28px;
}

/* line 664, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table th:last-child {
  padding-right: 28px;
}

/* line 669, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table td {
  font-family: 'ヒラギノ角ゴシック';
  font-weight: 400;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: right;
}

/* line 676, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table td.first-column {
  padding-left: 28px;
}

/* line 680, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table td.last-column {
  padding-right: 28px;
}

/* line 685, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .kpi-month {
  font-size: 1.125rem;
  font-weight: bold;
}

/* line 690, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .collapse-icon-spacer {
  width: 25px;
}

/* line 694, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .startPicker,
.company.kpis.diff-table .endPicker {
  border-radius: 8px;
  height: 35px;
  width: 142px;
  padding-left: 13px;
}

/* line 702, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table .dash {
  font-size: 1rem;
  font-family: 'ヒラギノ角ゴシック';
  margin: 0 14px;
}

/* line 708, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.diff-table textarea.node-value-comment-area {
  background-color: inherit;
  border: none;
  font-size: 0.812rem;
  font-family: 'ヒラギノ角ゴシック';
  overflow-y: auto;
  padding: 0 8px;
  resize: none;
}

/* line 720, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .control {
  display: flex;
  align-items: center;
  position: absolute;
  top: -38px;
  right: 0;
}

/* line 728, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table {
  position: relative;
  display: block;
  overflow: scroll;
  height: calc(75vh);
  border-collapse: collapse;
  font-size: 0;
}

/* line 739, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table thead,
.company.kpis.list-table .rendered-table tbody {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

/* line 747, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

/* line 754, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table tbody {
  border-bottom: 1px solid #DDD;
}

/* line 758, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table tr {
  display: flex;
}

/* line 762, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table th,
.company.kpis.list-table .rendered-table td {
  display: inline-block;
  width: 8rem;
  background: #FFF;
  font-size: 1rem;
  border-left: 1px solid #DDD;
}

/* line 771, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table th {
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 3px 2px 0 #DDD;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
}

/* line 778, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  width: 300px;
  box-shadow: 6px 6px 4px -2px #DDD;
}

/* line 788, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table th:last-child {
  border-right: 1px solid #DDD;
}

/* line 793, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table td.name-cell {
  display: flex;
  text-align: left;
}

/* line 797, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table td.name-cell .collapse-icon-spacer {
  width: 30px;
}

/* line 801, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table td.name-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  box-shadow: 6px 0 3px -2px #DDD;
  width: 300px;
}

/* line 810, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.list-table .rendered-table td.name-cell:last-child {
  border-right: 1px solid #DDD;
}

/* line 819, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .blur,
.company.kpis .dashboard .blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

/* line 826, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-pane-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 22.5px 27px 25px 27px;
}

/* line 832, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-pane-header .title {
  font-size: 18px;
  font-weight: 700;
}

/* line 838, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-pane-header .business-year-dropdown button {
  width: 105px;
}

/* line 842, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-pane-header .business-year-dropdown.disabled {
  pointer-events: none;
}

/* line 848, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .initial-forecast-table {
  position: relative;
  height: 540px;
}

/* line 852, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .initial-forecast-table img {
  width: 100%;
}

/* line 856, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .initial-forecast-table .import-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 862, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .initial-forecast-table .import-button button {
  width: 285px;
  height: 55px;
  font-size: 18px;
  font-weight: 700px;
}

/* line 871, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table {
  position: relative;
  display: block;
  overflow: scroll;
  border: none;
  font-size: 0;
  height: calc(75vh);
}

/* line 882, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table thead,
.company.kpis.financial-forecast .forecast-table tbody {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

/* line 890, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 897, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tbody {
  border-bottom: 1px solid #DDD;
}

/* line 901, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr {
  display: flex;
}

/* line 904, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th,
.company.kpis.financial-forecast .forecast-table tr td {
  display: inline-block;
  width: 113.5px;
  background: #FFF;
  font-size: 13px;
  border-top: 1px solid #DDD;
  background: #FFF;
  padding-right: 14.7px;
  padding-left: 22.3px;
}

/* line 915, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th:first-child,
.company.kpis.financial-forecast .forecast-table tr td:first-child {
  width: 300px;
  box-shadow: 4px 0 3px 0 #DDD;
  display: flex;
  text-align: left;
}

/* line 922, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th.year-value-column,
.company.kpis.financial-forecast .forecast-table tr td.year-value-column {
  border-left: 1px solid #DDD;
}

/* line 926, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th.year-value-column, .company.kpis.financial-forecast .forecast-table tr th.year-forecast-column,
.company.kpis.financial-forecast .forecast-table tr td.year-value-column,
.company.kpis.financial-forecast .forecast-table tr td.year-forecast-column {
  background-color: #F7F7F7;
}

/* line 930, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th.year-value-column.summary-income-row, .company.kpis.financial-forecast .forecast-table tr th.year-forecast-column.summary-income-row,
.company.kpis.financial-forecast .forecast-table tr td.year-value-column.summary-income-row,
.company.kpis.financial-forecast .forecast-table tr td.year-forecast-column.summary-income-row {
  background-color: #e8eff3;
}

/* line 935, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th.value-column,
.company.kpis.financial-forecast .forecast-table tr td.value-column {
  color: #939393;
}

/* line 939, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th .collapse-icon-spacer,
.company.kpis.financial-forecast .forecast-table tr td .collapse-icon-spacer {
  width: 30px;
}

/* line 944, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th {
  border-bottom: 0;
  font-weight: 500;
  position: sticky;
  left: 0;
}

/* line 951, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr th:first-child {
  z-index: 2;
}

/* line 957, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr td:first-child {
  position: sticky;
  left: 0;
}

/* line 962, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr td.pl-classification-group-row:first-child, .company.kpis.financial-forecast .forecast-table tr td.summary-income-row:first-child {
  padding-left: 17px;
}

/* line 967, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr td.name-group-row:first-child {
  padding-left: 37px;
}

/* line 971, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr td.individual-node-row:first-child {
  padding-left: 48px;
}

/* line 976, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr td.summary-income-row {
  background-color: #f2f2f2;
}

/* line 982, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.financial-forecast .forecast-table tr.no-bordered th {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
  padding-top: 0;
}

/* line 993, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard {
  overflow-x: auto;
}

/* line 996, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control {
  padding: 40px;
}

/* line 999, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .startPicker,
.company.kpis .dashboard .dashboard-control .endPicker {
  border: 1px solid #DDD;
  border-radius: 8px;
  height: 35px;
  width: 180px;
  padding-left: 13px;
}

/* line 1008, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .dropdown-toggle {
  border-radius: 8px;
  height: 35px;
  padding: 0 13px;
}

/* line 1015, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .term-dropdown .dropdown-toggle {
  width: 180px;
}

/* line 1020, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .node-term-types {
  margin: 0 30px;
}

/* line 1023, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .node-term-types .node-term-type,
.company.kpis .dashboard .dashboard-control .node-term-types .node-term-type-left,
.company.kpis .dashboard .dashboard-control .node-term-types .node-term-type-right {
  border: 1px solid #DDD;
  cursor: pointer;
  height: 35px;
  padding: 0 13px;
  text-align: center;
  line-height: 35px;
}

/* line 1034, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .node-term-types .node-term-type-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 1039, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .node-term-types .node-term-type-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 1044, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .node-term-types .disabled-term-type {
  color: #939393;
  cursor: default;
}

/* line 1050, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .unit-of-display-dropdown {
  width: 70px;
}

/* line 1053, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dashboard-control .unit-of-display-dropdown .btn, .company.kpis .dashboard .dashboard-control .unit-of-display-dropdown .btn-primary-w100-p3 {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 1061, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dropdown {
  background: #FFF;
  font-size: 0.875rem;
}

/* line 1065, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dropdown .btn, .company.kpis .dashboard .dropdown .btn-primary-w100-p3 {
  background: #FFF;
  color: #343434;
}

/* line 1070, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dropdown .dropdown-toggle {
  border-color: #DDD;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
}

/* line 1077, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dropdown .dropdown-toggle::after {
  display: none;
}

/* line 1082, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dropdown .dropdown-menu {
  font-size: 0.875rem;
  border: 1px solid #DDD;
  width: 200px;
}

/* line 1088, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .dropdown .dropdown-menu .disabled-node-type {
  color: #939393;
}

/* line 1095, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .term-dropdown .dropdown-toggle {
  font-weight: initial;
}

/* line 1100, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs {
  margin: 0 32px;
}

/* line 1103, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph {
  font-size: 12px;
  width: 555px;
  height: 372px;
  padding: 30px 20px 20px 20px;
  margin-bottom: 40px;
  border: 1px solid #DDD;
  border-radius: 15px;
}

/* line 1112, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .graph-control {
  margin-bottom: 32px;
}

/* line 1115, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .graph-control .dropdown-label {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1123, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .graph-control .dropdown .dropdown-toggle {
  border-radius: 8px;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 14px;
  font-weight: 400;
  width: 250px;
  height: 35px;
  padding: 0 15px;
}

/* line 1135, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .recharts-wrapper {
  font-weight: 500;
  font-size: 12px;
}

/* line 1140, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .recharts-cartesian-axis {
  font-size: 0.687rem;
}

/* line 1144, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .custom-tooltip {
  border-radius: 8px;
  font-size: 11px;
}

/* line 1148, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .custom-tooltip .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

/* line 1154, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph .custom-tooltip .content .value {
  color: #00A0E2;
  font-weight: 500;
  font-size: 15px;
  padding-left: 5px;
}

/* line 1163, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph.initial-graph {
  position: relative;
}

/* line 1166, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .dashboard .graphs .financial-graph.initial-graph .import-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1177, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list {
  margin-bottom: 100px;
  margin-left: -25px;
  margin-right: -25px;
}

/* line 1182, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list .register-button {
  position: absolute;
  right: 5px;
  top: 90px;
}

/* line 1188, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list .list {
  border-collapse: separate;
  border-spacing: 0 1rem;
  font-size: 1rem;
}

/* line 1194, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list .list tbody tr {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  line-height: 50px;
}

/* line 1200, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list .list tbody tr:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 1205, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list .list tbody td {
  background: none;
  border: none;
  cursor: pointer;
}

/* line 1210, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list .list tbody td.status {
  color: #939393;
}

/* line 1215, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-list .list tbody td a.edit {
  color: #00A0E2;
}

/* line 1224, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content {
  border-radius: 15px;
  font-size: 1rem;
}

/* line 1228, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content .kpi-department-modal-header {
  border-bottom: 1px solid #DDD;
  padding: 15px;
}

/* line 1232, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content .kpi-department-modal-header .modal-title {
  width: 100%;
}

/* line 1236, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content .kpi-department-modal-header .close {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 1242, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content .kpi-department-modal-header .close:focus {
  outline: none;
}

/* line 1247, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content .kpi-department-modal-body {
  padding: 20px 30px;
}

/* line 1250, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content .kpi-department-modal-body .name-label {
  margin-bottom: auto;
  margin-right: 50px;
  margin-top: auto;
}

/* line 1257, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-department-modal .modal-content .kpi-department-modal-footer {
  border-top: 1px solid #DDD;
  justify-content: space-between;
  padding: 15px;
}

/* line 1265, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .content {
  margin: 0 20rem;
  border: 1px solid #00A0E2;
  background: #cfe9f2;
  border-width: thin;
}

/* line 1272, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form #kpi-form {
  width: 30rem;
}

/* line 1276, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .kpi_label {
  margin-top: 0.35rem;
}

/* line 1280, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .kpi_label:hover {
  color: #FFF;
}

/* line 1284, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .upload_button {
  margin: 0.35rem 0 0.5rem;
}

/* line 1288, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .step-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1294, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .step {
  margin: 0 2rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #DDD;
  background: #DDD;
}

/* line 1305, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .step p {
  font-weight: bold;
}

/* line 1310, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .step.active {
  background-color: #00A0E2;
  color: #FFF;
  border: 0;
}

/* line 1316, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .step.finish {
  opacity: 1;
  background-color: #00A0E2;
  color: #FFF;
  border: 0;
}

/* line 1323, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .step_description {
  font-weight: bold;
}

/* line 1327, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis.form .step_description.finish {
  color: #00A0E2;
}

/* line 1334, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .calculate-type-modal .term-calc-table .term-calc-table-body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 200px;
}

/* line 1341, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .calculate-type-modal .dropdown {
  background: #FFF;
  font-size: 0.875rem;
  width: 200px;
}

/* line 1346, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .calculate-type-modal .dropdown .btn, .company.kpis .calculate-type-modal .dropdown .btn-primary-w100-p3 {
  background: #FFF;
  color: #000;
}

/* line 1351, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .calculate-type-modal .dropdown .dropdown-toggle {
  border-color: #DDD;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
}

/* line 1358, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .calculate-type-modal .dropdown .dropdown-toggle::after {
  display: none;
}

/* line 1363, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .calculate-type-modal .dropdown .dropdown-menu {
  font-size: 0.875rem;
  border: 1px solid #DDD;
  width: 200px;
}

/* line 1373, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-table-header .search-form {
  position: relative;
  width: 240px;
}

/* line 1379, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-table-header .search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  background-color: #F7F7F7;
  border: 0;
}

/* line 1387, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-table-header .search-form .input-group .input-group-prepend .icon-search::before {
  height: 28px;
  width: 28px;
}

/* line 1393, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-table-header .search-form .input-group input.form-control {
  border-radius: 19px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 34px 10px 10px;
  height: 38px;
  background-color: #F7F7F7;
  font-size: 0.875rem;
  font-weight: 300;
  border: 0;
}

/* line 1405, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-table-header .search-form .clear-button {
  position: absolute;
  top: 11px;
  right: 12px;
  display: flex;
  width: 14px;
  height: 14px;
  background-color: #BDBDBD;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

/* line 1419, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-table-header .search-form .clear-button button {
  font-size: 16px;
  border: 0;
  background-color: transparent;
  outline: none;
  color: #FFF;
}

/* line 1430, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list {
  margin-bottom: 200px;
}

/* line 1433, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi {
  width: 100%;
  table-layout: fixed;
}

/* line 1437, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi th {
  border-top: 0;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

/* line 1443, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi th:first-child, .company.kpis .kpi-item-list table.table-kpi th:nth-child(2) {
  width: 0;
}

/* line 1448, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi th:nth-child(3) {
  padding-left: 0;
  width: 528px;
}

/* line 1453, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi th:nth-child(4) {
  width: 290px;
}

/* line 1458, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #DDD;
}

/* line 1463, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi td:nth-child(3) {
  padding-left: 0;
}

/* line 1468, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .group-row {
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 1472, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .group-row td {
  border-bottom: 0;
}

/* line 1476, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .group-row td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 1481, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .group-row td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 1486, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .group-row .group-name {
  font-weight: 500;
}

/* line 1492, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .item-row td:first-child,
.company.kpis .kpi-item-list table.table-kpi .item-row td:nth-child(2) {
  border-bottom: 0;
}

/* line 1500, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .add-group-row td,
.company.kpis .kpi-item-list table.table-kpi .add-item-row td {
  border-bottom: 0;
}

/* line 1505, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .form-area {
  border-bottom: 1px solid #DDD;
}

/* line 1508, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .form-area .name {
  width: 460px;
}

/* line 1512, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .form-area .format,
.company.kpis .kpi-item-list table.table-kpi .form-area .baseDayOfTheWeek {
  width: 220px;
}

/* line 1517, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .form-area .is-empty {
  color: #939393;
}

/* line 1522, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .vertical-line {
  border-right: 2px solid #DDD;
}

/* line 1526, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-list table.table-kpi .minus-margin {
  margin-left: -30px;
}

/* line 1532, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-modal .modal-content {
  border-radius: 15px;
  font-size: 1rem;
}

/* line 1536, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-modal .modal-content .kpi-item-modal-header {
  padding: 15px;
  border-bottom: 1px solid #DDD;
}

/* line 1540, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-modal .modal-content .kpi-item-modal-header .modal-title {
  width: 100%;
}

/* line 1544, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-modal .modal-content .kpi-item-modal-header .close {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 1550, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-modal .modal-content .kpi-item-modal-header .close:focus {
  outline: none;
}

/* line 1555, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-modal .modal-content .kpi-item-modal-body {
  padding: 20px 30px;
}

/* line 1559, app/assets/stylesheets/application/views/company/kpis.scss */
.company.kpis .kpi-item-modal .modal-content .kpi-item-modal-footer {
  padding: 15px;
  border-top: 1px solid #DDD;
  justify-content: space-between;
}

/* line 3, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 7, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .nodes-setting-header {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin: 33px 0 58px 0;
}

/* line 13, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .nodes-setting-header a.link-to-diff {
  color: #939393;
}

/* line 17, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .nodes-setting-header h1 {
  padding-top: 25px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

/* line 25, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list {
  padding: 0;
  list-style-type: none;
  background-color: white;
}

/* line 30, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li {
  font-size: 16px;
  font-weight: 300;
}

/* line 34, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li ul {
  padding: 0;
}

/* line 38, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li.financial-nodes-list-header {
  display: flex;
  margin: 0 0 15px 15px;
}

/* line 43, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .pl-classification-row {
  height: 40px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 8px;
  font-size: 14px;
  color: #939393;
}

/* line 54, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .pl-classification-row i {
  font-size: 8px;
}

/* line 59, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .name-group-row {
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* line 66, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .name-group-row .draggable-container {
  display: flex;
  padding: 5px 0;
}

/* line 70, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .name-group-row .draggable-container .dnd-icon {
  padding: 15px 20px 15px 0;
}

/* line 75, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .name-group-row .name-group {
  height: 48px;
  padding-right: 15px;
  position: absolute;
  top: 5px;
  left: 38px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 87, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .name-group-row i {
  font-size: 8px;
}

/* line 92, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .individual-row {
  position: relative;
}

/* line 95, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .individual-row .draggable-container {
  display: flex;
  height: 68px;
  padding: 7px 0 3px 0;
  margin-left: 10px;
}

/* line 101, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .individual-row .draggable-container .dnd-icon {
  padding: 20px 15px 20px 10px;
}

/* line 106, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .individual-row .node-bar {
  height: 58px;
  padding: 0 10px 0 20px;
  position: absolute;
  top: 7px;
  left: 55px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDD;
  border-radius: 10px;
}

/* line 121, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .name-column {
  width: 61.25%;
}

/* line 125, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list li .cost-classification-column {
  width: 38.75%;
  display: flex;
  justify-content: space-between;
}

/* line 133, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list ul.name-group-ul .name-group-wrapper {
  border-bottom: 1px solid #DDD;
}

/* line 136, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list ul.name-group-ul .name-group-wrapper:last-child {
  border: none;
}

/* line 143, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list .operation.dropdown .dropdown-menu {
  margin: 0;
}

/* line 148, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list .operation.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 154, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index ul.financial-nodes-list .dnd-insertion-bar {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #a9ddf0;
}

/* line 162, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content {
  border-radius: 15px;
  font-size: 1rem;
}

/* line 166, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-header {
  border-bottom: 1px solid #DDD;
  padding: 15px;
  text-align: center;
}

/* line 171, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-header .modal-title {
  width: 100%;
}

/* line 175, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-header .close {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 181, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-header .close:focus {
  outline: none;
}

/* line 186, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-body {
  padding: 20px 30px;
}

/* line 189, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-body .name-label {
  margin-bottom: auto;
  margin-right: 50px;
  margin-top: auto;
}

/* line 195, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-body .csv-import-alert {
  max-height: 200px;
  overflow-y: auto;
}

/* line 200, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-body .forms {
  display: flex;
  width: 450px;
  margin: 22.5px auto 0 auto;
  flex-direction: column;
  justify-content: space-between;
}

/* line 207, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-body .forms .form-label {
  font-size: 18px;
  width: 165px;
  height: 54px;
  display: flex;
  align-items: center;
}

/* line 215, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-body .forms .form-group {
  width: 285px;
}

/* line 221, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index .modal-content .modal-footer {
  border-top: 1px solid #DDD;
  justify-content: space-between;
  padding: 15px;
}

/* line 229, app/assets/stylesheets/application/views/company/kpis/nodes.scss */
.company.kpis.nodes.index #kpi-nodes-import-modal .drop-zone {
  width: 440px;
  height: 200px;
  padding: 50px 0;
}

/* line 3, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .dropdowns {
  bottom: 0px;
  position: absolute;
  right: 0px;
}

/* line 8, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .dropdowns .form-control {
  width: 200px;
}

/* line 13, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper {
  overflow-x: scroll;
}

/* line 16, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

/* line 22, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table th {
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
}

/* line 28, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table td {
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

/* line 33, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table .kpi-item-name {
  width: 300px;
}

/* line 37, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table .kpi-item-value {
  width: 140px;
}

/* line 45, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.value tr th:nth-child(1),
.company.kpis .item-data .table-wrapper .kpi-item-table.result tr th:nth-child(1) {
  box-shadow: 3px 3px 6px 2px #DDD;
}

/* line 50, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.value td input.valid,
.company.kpis .item-data .table-wrapper .kpi-item-table.result td input.valid {
  border-color: #87cbfe;
}

/* line 54, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.value td input.invalid,
.company.kpis .item-data .table-wrapper .kpi-item-table.result td input.invalid {
  border-color: #FB8B24;
}

/* line 59, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.value th:first-child,
.company.kpis .item-data .table-wrapper .kpi-item-table.result th:first-child {
  background-color: white;
  border-left: 1px solid #DDD;
  left: 0;
  position: sticky;
}

/* line 67, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.value {
  width: 2000px;
}

/* line 71, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.result {
  width: 4400px;
}

/* line 78, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff td .field {
  width: 100px;
  overflow: scroll;
}

/* line 84, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff th.fixed-cell {
  background-color: white;
  border-left: 1px solid #DDD;
  position: sticky;
  box-shadow: 3px 3px 6px 2px #DDD;
}

/* line 91, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff th.fixed-cell.first-column {
  left: 0;
}

/* line 95, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff th.fixed-cell.second-column {
  left: 151px;
}

/* line 99, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff .result-row {
  color: #00A0E2;
}

/* line 103, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff .diff-row {
  color: #E6230D;
}

/* line 108, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff.monthly {
  width: 2000px;
}

/* line 112, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff.daily {
  width: 4000px;
}

/* line 116, app/assets/stylesheets/application/views/company/kpis/item_data.scss */
.company.kpis .item-data .table-wrapper .kpi-item-table.diff.weekly {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

/* line 3, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-header {
  width: 1200px;
  letter-spacing: 0;
}

/* line 7, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-header .ion-chevron-left {
  margin-right: 10px;
}

/* line 12, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .link-investor-index {
  display: block;
  margin-top: 32px;
  font-family: Hiragino Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #343434;
}

/* line 22, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .setting-title {
  margin-top: 25px;
  margin-bottom: 56px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #343434;
}

/* line 33, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .preview-button {
  margin-top: 10px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
  line-height: 16px;
  width: 110px;
  font-family: Helvetica;
}

/* line 44, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .non-public-button {
  margin-top: 10px;
  background-color: #343434;
  border-color: #343434;
  height: 45px;
  width: 126px;
  font-family: Helvetica;
}

/* line 53, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .public-button {
  margin-top: 10px;
  height: 45px;
  width: 110px;
  font-family: Helvetica;
}

/* line 60, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav {
  display: flex;
  margin-bottom: 35px;
  padding-left: 0;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  height: 40px;
  border-bottom: 1px solid #DDD;
}

/* line 70, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item {
  margin-right: 30px;
  font-size: 0.875rem;
  text-align: center;
}

/* line 75, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 79, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .nav-link {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  width: 72px;
  color: #343434;
  text-decoration: none;
  letter-spacing: 0;
  height: 40px;
  font-weight: 700;
}

/* line 92, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .nav-link.active {
  color: #00A0E2;
}

/* line 96, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .nav-link:hover {
  color: #00A0E2;
}

/* line 101, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .issue {
  width: 126px;
}

/* line 105, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .service {
  width: 108px;
}

/* line 109, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .pitch {
  width: 90px;
}

/* line 113, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .settings-tab-nav .nav-item .message {
  width: 90px;
}

/* line 119, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .setting-body {
  width: 1200px;
}

/* line 123, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .submit-btn {
  padding: 18.5px 26px;
  height: 55px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 18px;
}

/* line 130, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .submit-btn.inactive {
  opacity: .3;
  pointer-events: none;
}

/* line 136, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .form-label {
  margin-bottom: 20px;
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  font-family: Hiragino Sans;
  font-weight: 600;
  color: #343434;
}

/* line 146, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .form-body {
  margin-bottom: 100px;
}

/* line 150, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .text {
  letter-spacing: 0;
}

/* line 154, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.edit .message-form {
  width: 700px;
  height: 160px;
}

/* line 161, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .form-body {
  width: 700px;
}

/* line 165, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .name-group {
  margin-bottom: 30px;
  width: 400px;
}

/* line 174, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .company_facebook_url {
  margin-bottom: 30px;
}

/* line 178, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .biz-area-label {
  margin-bottom: 24px;
}

/* line 182, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .custom-control-label {
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
}

/* line 189, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .custom-checkbox-lg {
  height: 24px;
  line-height: 24px;
}

/* line 194, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .custom-checkbox-lg .custom-control-input ~ .custom-control-label {
  padding-left: 5px;
}

/* line 197, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .custom-checkbox-lg .custom-control-input ~ .custom-control-label::before {
  top: 0;
  width: 24px;
  height: 24px;
}

/* line 203, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .custom-checkbox-lg .custom-control-input ~ .custom-control-label::after {
  top: 0;
  width: 24px;
  height: 24px;
}

/* line 212, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .biz-areas-field {
  height: 588px;
  width: 800px;
}

/* line 217, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .collection_check_boxes {
  margin-right: 40px;
  margin-bottom: 15px;
  width: 190px;
  align-items: center;
  letter-spacing: 0;
}

/* line 225, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .submit-btn {
  margin-top: 22px;
}

/* line 230, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.basic .notification_setting_modal .custom-control-label {
  left: -10px;
}

/* line 237, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.service .form-body {
  width: 700px;
}

/* line 241, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.service .title {
  height: 54px;
}

/* line 245, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.service .detail {
  margin-bottom: 40px;
  height: 256px;
}

/* line 252, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.vision .form-body {
  width: 700px;
}

/* line 256, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.vision .title {
  height: 54px;
}

/* line 260, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.vision .detail {
  margin-bottom: 40px;
  height: 256px;
}

/* line 267, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .problem-field {
  width: 700px;
}

/* line 271, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .title {
  height: 54px;
}

/* line 275, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .detail {
  margin-bottom: 20px;
  height: 256px;
}

/* line 280, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .problems-wrapper {
  margin-bottom: 40px;
}

/* line 284, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .label-problem {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
  height: 22px;
  line-height: 22px;
}

/* line 293, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .not-first-problem {
  margin-top: 20px;
}

/* line 297, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .remove_fields {
  margin-top: 20px;
  font-family: Hiragino Sans;
  font-weight: 500;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  color: #00A0E2;
}

/* line 307, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.issues .add_fields {
  padding: 9.5px 0;
  width: 106px;
  height: 31px;
  border-radius: 18px;
  color: #00A0E2;
  font-size: 12px;
  line-height: 12px;
}

/* line 319, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane {
  margin-bottom: 40px;
}

/* line 322, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane .operation-area {
  position: absolute;
  display: none;
  padding: 5px;
  width: 400px;
  z-index: 100;
  background-color: #FFF;
  border-radius: 9px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

/* line 334, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane .operation-area .hidden {
  display: none;
}

/* line 338, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane .operation-area .operation {
  padding-left: 10px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 6px;
}

/* line 346, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane .operation-area .operation:hover {
  background-color: #F7F7F7;
}

/* line 352, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane .change-avatar {
  margin-bottom: 5px;
  width: 400px;
  height: 400px;
}

/* line 357, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane .change-avatar__preview {
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  color: #00A0E2;
  background-color: #FFF;
  background: linear-gradient(0deg, #e1e1e1, 5%, white);
  border-radius: 50%;
  width: 400px;
  border: 1px solid #DDD;
}

/* line 370, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .avatar-pane .change-avatar:hover {
  cursor: pointer;
  opacity: .8;
  transition: opacity .5s;
}

/* line 378, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.introduction .introduction-form {
  height: 300px;
  width: 700px;
}

/* line 385, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .drop-zone {
  width: 700px;
  height: 300px;
  border: 1px dashed #DDD;
  border-radius: 14px;
}

/* line 391, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .drop-zone .btn, .company.matching.settings.pitch .drop-zone .component-v2 .btn-primary-w100-p3, .company.matching.settings.pitch .drop-zone .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.matching.settings.pitch .drop-zone .btn-primary-w100-p3, .company.financial_reports.edit .company.matching.settings.pitch .drop-zone .btn-primary-w100-p3, .company.matching.settings.pitch .drop-zone .company.kpis .btn-primary-w100-p3, .company.kpis .company.matching.settings.pitch .drop-zone .btn-primary-w100-p3 {
  margin-top: 20px;
  width: 114px;
  height: 31px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
}

/* line 401, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .drop-zone .drag-drop {
  margin-top: 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #343434;
}

/* line 411, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-annotation {
  margin-top: 10px;
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 13px;
  color: #939393;
  line-height: 18px;
}

/* line 419, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-annotation p {
  margin: 0;
}

/* line 424, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .submit-btn {
  margin-top: 40px;
  margin-bottom: 100px;
}

/* line 429, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-preview {
  width: 700px;
  height: 383px;
}

/* line 434, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-info {
  margin-top: 36px;
  width: 700px;
  font-family: Hiragino Sans;
  font-weight: 400;
}

/* line 440, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-info .last-updated {
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  color: #939393;
}

/* line 447, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-info p {
  margin: 0;
}

/* line 451, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-info .pitch-update-btn {
  margin-right: 22px;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #00A0E2;
}

/* line 460, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-info .update-icon {
  margin-right: 9px;
  width: 28px;
}

/* line 465, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-info .pitch-delete-btn {
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #00A0E2;
}

/* line 473, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-info .delete-icon {
  margin-right: 9px;
  width: 28px;
}

/* line 479, app/assets/stylesheets/application/views/company/matching/matchings.scss */
.company.matching.settings.pitch .pitch-update {
  display: none;
}

/* line 4, app/assets/stylesheets/application/views/company/kpis/spreadsheet.scss */
.company.kpis .spreadsheet-form td.first-column, .company.kpis .spreadsheet-form th.first-column {
  margin-left: 3px;
}

/* line 8, app/assets/stylesheets/application/views/company/kpis/spreadsheet.scss */
.company.kpis .spreadsheet-form td.first-row, .company.kpis .spreadsheet-form th.first-row {
  margin-top: 3px;
}

/* line 12, app/assets/stylesheets/application/views/company/kpis/spreadsheet.scss */
.company.kpis .spreadsheet-form td.invalid, .company.kpis .spreadsheet-form th.invalid {
  background-color: #FFF1F5;
}

/* line 16, app/assets/stylesheets/application/views/company/kpis/spreadsheet.scss */
.company.kpis .spreadsheet-form td.focused-range, .company.kpis .spreadsheet-form th.focused-range {
  background-color: #E9EFFD;
}

/* line 20, app/assets/stylesheets/application/views/company/kpis/spreadsheet.scss */
.company.kpis .spreadsheet-form td .cell, .company.kpis .spreadsheet-form th .cell {
  padding: 9px;
  box-sizing: border-box;
  outline: none;
}

/* line 25, app/assets/stylesheets/application/views/company/kpis/spreadsheet.scss */
.company.kpis .spreadsheet-form td .cell--focused, .company.kpis .spreadsheet-form th .cell--focused {
  border: solid 3px #00A0E2;
}

/* line 32, app/assets/stylesheets/application/views/company/kpis/spreadsheet.scss */
.company.kpis .spreadsheet-edit-form {
  width: 8rem;
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 0;
  height: 48px;
}

/* line 2, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors .tag-btn {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 10px;
  line-height: 12px;
  color: #00A0E2;
  background-color: #edf4f9;
  border-radius: 14px;
  font-weight: 500;
  font-size: 13px;
}

/* line 16, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors p {
  margin: 0;
}

/* line 21, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .header ~ .main-content {
  margin-top: 60px;
}

/* line 25, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index a {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investors-header {
  margin-top: 40px;
  margin-bottom: 45px;
  max-width: 1200px;
}

/* line 34, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investors-header .investors-title {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 32px;
  color: #343434;
  height: 45px;
  font-family: Hiragino Sans;
  font-weight: 700;
}

/* line 45, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investors-header .setting-link-btn {
  font-family: Helvetica;
  font-weight: 400;
  border: 1px #00A0E2 solid;
  color: #00A0E2;
  height: 45px;
  width: 174px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 16px;
}

/* line 56, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investors-header .setting-link-btn:hover {
  color: #FFF;
}

/* line 63, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row {
  padding: 25px 20px;
  overflow: visible;
  width: 1240px;
  border-radius: 15px;
  font-family: Hiragino Sans;
}

/* line 70, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row:hover {
  background-color: #F7F7F7;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .image {
  padding: 0;
  width: 80px;
}

/* line 80, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .company-image {
  width: 80px;
}

/* line 84, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .basic {
  display: inline-block;
  margin-left: 20px;
  padding-top: 13px;
  overflow: hidden;
  color: #343434;
  width: 250px;
}

/* line 92, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .basic .name {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

/* line 99, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .basic .position {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

/* line 106, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .support {
  display: inline-block;
  display: -webkit-box;
  margin-top: 18px;
  margin-left: 145px;
  height: 45px;
  width: 280px;
  color: #64676b;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .support .item {
  line-height: 16px;
}

/* line 123, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .support .company-count {
  margin-top: 13px;
}

/* line 127, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .support .title {
  display: inline-block;
  margin-right: 30px;
  width: 150px;
}

/* line 133, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .support .value {
  color: #343434;
}

/* line 138, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .biz-area {
  display: inline-block;
  margin-top: 26px;
  margin-left: 108px;
  overflow: hidden;
  width: 318px;
}

/* line 146, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .investor-field .investor-row .tag-more {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #939393;
  letter-spacing: 0;
  width: 53px;
}

/* line 158, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.index .scroll-list {
  padding: 0;
}

/* line 164, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .main-content {
  margin-top: 60px;
}

/* line 168, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-header {
  margin: 40px 0;
  width: 960px;
}

/* line 172, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-header .investor-avatar {
  width: 165px;
  height: 165px;
}

/* line 177, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-header .request-btn {
  cursor: pointer;
  width: 186px;
}

/* line 181, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-header .request-btn:hover {
  opacity: .8;
}

/* line 186, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-header .investor-info {
  margin-top: 9px;
  padding-left: 40px;
  font-family: Hiragino Sans;
}

/* line 191, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-header .investor-info .investor-name {
  margin-bottom: 15px;
  width: 569px;
  height: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

/* line 200, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-header .investor-info .affiliation-position {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

/* line 209, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body {
  margin-top: 50px;
  width: 960px;
}

/* line 213, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .info-field {
  padding-bottom: 17px;
  border-bottom: 1px solid #DDD;
}

/* line 218, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .field-category {
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #939393;
}

/* line 226, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .field-category.color-pickled-bluewood {
  color: #343434;
}

/* line 231, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .contents {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

/* line 239, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .thought-title {
  margin-bottom: 30px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

/* line 247, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .background-color-field {
  margin-bottom: 23px;
  padding: 20px;
  border-radius: 15px;
  background-color: #F7F7F7;
}

/* line 253, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .background-color-field .readmore-content {
  margin-bottom: 0;
}

/* line 257, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .background-color-field .readmore-label {
  background-color: #F7F7F7;
  color: #00A0E2;
}

/* line 262, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .background-color-field .readmore-content::before {
  background: linear-gradient(to bottom, rgba(58, 60, 61, 0) 0%, rgba(245, 248, 250, 0.8) 50%, #F7F7F7 100%);
}

/* line 268, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .profile {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 273, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .support-section {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 277, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .support-section .m-bottom-6 {
  margin-bottom: 30px;
}

/* line 281, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .support-section .support-info {
  color: #343434;
}

/* line 285, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .investor-show-body .support-section .info-title {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 150px;
  width: 150px;
  line-height: 16px;
  color: #939393;
  font-size: 16px;
  font-family: Futura;
  font-weight: 500;
}

/* line 300, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore {
  position: relative;
  padding-bottom: 23px;
  box-sizing: border-box;
}

/* line 305, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-content {
  position: relative;
  overflow: hidden;
  height: 190px;
}

/* line 311, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #FFF 100%);
  width: 100%;
  content: '';
  height: 40px;
}

/* line 323, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-label {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: table;
  padding: 0 10px;
  color: #00A0E2;
  z-index: 2;
  background-color: #FFF;
}

/* line 334, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-label::before {
  content: 'もっと見る';
}

/* line 338, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-check {
  display: none;
}

/* line 342, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-check:checked ~ .readmore-label {
  display: none;
}

/* line 346, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-check:checked ~ .readmore-content {
  height: auto;
}

/* line 350, app/assets/stylesheets/application/views/company/matching/investors.scss */
.company.matching.investors.show .readmore .readmore-check:checked ~ .readmore-content::before {
  display: none;
}

/* line 3, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .matching-title {
  font-family: Hiragino Sans;
  font-weight: 700;
  margin-top: 60px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  justify-content: center;
  color: #343434;
  margin-bottom: 38px;
}

/* line 15, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .form {
  width: 600px;
  margin: 0 auto;
}

/* line 20, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .matching-description {
  font-family: Hiragino Sans;
  font-weight: 300;
  margin-top: 25px;
  color: #343434;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  margin-bottom: 50px;
}

/* line 31, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit label {
  font-weight: 700;
  height: 18px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

/* line 40, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .form-control {
  padding-left: 15px;
  height: 54px;
  width: 600px;
  border-radius: 8px;
}

/* line 47, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit input::-moz-placeholder {
  padding: 23px 0 19px 0;
  color: #939393;
  font-size: 16px;
  height: 12px;
  line-height: 12px;
}
.company.matching.initial_settings.edit input::placeholder {
  padding: 23px 0 19px 0;
  color: #939393;
  font-size: 16px;
  height: 12px;
  line-height: 12px;
}

/* line 55, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .form-group {
  margin-bottom: 10px;
}

/* line 59, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .facebook-key-description {
  font-weight: 500;
  height: 30px;
  color: grey;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}

/* line 69, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .button {
  border: none;
  background-color: #00A0E2;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  line-height: 12px;
  height: 55px;
  border-radius: 12px;
  padding: 21px 0 22px 0;
  margin-bottom: 7px;
}

/* line 83, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .button:hover {
  opacity: 0.3;
  transition: 0.2s;
}

/* line 89, app/assets/stylesheets/application/views/company/matching/initial_settings.scss */
.company.matching.initial_settings.edit .tos {
  font-family: Hiragino Sans;
  font-weight: 300;
  color: grey;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 65px;
}

/* line 5, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .tag-btn {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 10px;
  line-height: 12px;
  color: #00A0E2;
  background-color: #edf4f9;
  border-radius: 14px;
  font-weight: 500;
  font-size: 13px;
}

/* line 19, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .fix-tab {
  position: fixed;
  top: 56px;
  padding-top: 15px;
  background-color: #FFF;
  width: 95%;
  z-index: 5;
}

/* line 28, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-header {
  margin: 40px 0;
  width: 960px;
}

/* line 32, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-header .entrepreneru-avatar {
  width: 165px;
  height: 165px;
}

/* line 37, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-header .request-btn {
  cursor: pointer;
  width: 186px;
}

/* line 41, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-header .request-btn:hover {
  opacity: .8;
}

/* line 46, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-header .entrepreneru-info {
  margin-top: 9px;
  padding-left: 40px;
  font-family: Hiragino Sans;
}

/* line 51, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-header .entrepreneru-info .entrepreneur-name {
  margin-bottom: 15px;
  width: 569px;
  height: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

/* line 60, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-header .entrepreneru-info .company-name {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

/* line 69, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.06);
}

/* line 72, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav ul {
  margin-bottom: 0;
}

/* line 76, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav {
  display: flex;
  padding-left: 0;
  width: 960px;
  height: 37px;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 0;
}

/* line 85, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item {
  margin-right: 30px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 95, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .modal-nav-link {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  width: 74px;
  color: #343434;
  text-decoration: none;
  letter-spacing: 0;
  height: 37px;
  font-weight: 500;
}

/* line 108, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .modal-nav-link.active {
  color: #00A0E2;
  font-weight: 700;
}

/* line 113, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .modal-nav-link:hover {
  color: #00A0E2;
}

/* line 118, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .profile {
  width: 109px;
}

/* line 122, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .issue {
  width: 126px;
}

/* line 126, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .service {
  width: 108px;
}

/* line 130, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .pitch {
  width: 91px;
}

/* line 134, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-nav .settings-tab-nav .nav-item .message {
  width: 91px;
}

/* line 141, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body {
  margin-top: 60px;
  width: 960px;
}

/* line 145, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .info-field {
  padding-bottom: 17px;
  border-bottom: 1px solid #DDD;
}

/* line 150, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .field-category {
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #939393;
}

/* line 159, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .contents {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

/* line 167, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .vision-title {
  margin-bottom: 30px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #343434;
}

/* line 176, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .profile {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 181, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .issue {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

/* line 186, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .issue .title {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid #00A0E2;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}

/* line 196, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .issue .readmore {
  padding-bottom: 40px;
}

/* line 201, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .service-field {
  margin-bottom: 40px;
}

/* line 204, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .service-field .service {
  margin-bottom: 32px;
}

/* line 207, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .service-field .service .title {
  margin-bottom: 20px;
  font-family: Hiragino Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #343434;
}

/* line 218, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .pitch-field {
  margin-bottom: 40px;
}

/* line 221, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .pitch-field .pitch {
  margin-bottom: 30px;
}

/* line 225, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .pitch-field .pitch-content {
  margin-bottom: 40px;
  width: 100%;
  height: 585px;
}

/* line 232, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .background-color-field {
  margin-bottom: 23px;
  padding: 20px;
  border-radius: 15px;
  background-color: #F7F7F7;
}

/* line 238, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .background-color-field .readmore-content {
  margin-bottom: 0;
}

/* line 242, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .background-color-field .readmore-label {
  background-color: #F7F7F7;
  color: #00A0E2;
}

/* line 247, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .background-color-field .readmore-content::before {
  background: linear-gradient(to bottom, rgba(58, 60, 61, 0) 0%, rgba(245, 248, 250, 0.8) 50%, #F7F7F7 100%);
}

/* line 253, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .message {
  margin-bottom: 30px;
}

/* line 257, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .company {
  margin-bottom: 30px;
}

/* line 260, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .company .entrepreneur-company-image {
  margin-right: 45px;
  margin-bottom: 500px;
}

/* line 264, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .company .entrepreneur-company-image .avatar {
  border-radius: 20px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
}

/* line 270, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .company .company-name {
  margin-bottom: 30px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

/* line 278, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .company .company-info {
  color: #343434;
}

/* line 282, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .entrepreneur-show-body .company .company-info-title {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 20px;
  font-family: Futura;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #939393;
}

/* line 295, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .tab-fixed-show-body {
  margin-top: 140px;
}

/* line 299, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore {
  position: relative;
  padding-bottom: 23px;
  box-sizing: border-box;
}

/* line 304, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-content {
  position: relative;
  overflow: hidden;
  height: 190px;
}

/* line 310, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #FFF 100%);
  width: 100%;
  content: '';
  height: 40px;
}

/* line 322, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-label {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: table;
  padding: 0 10px;
  color: #00A0E2;
  z-index: 2;
  background-color: #FFF;
}

/* line 333, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-label::before {
  content: 'もっと見る';
}

/* line 337, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-check {
  display: none;
}

/* line 341, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-check:checked ~ .readmore-label {
  display: none;
}

/* line 345, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-check:checked ~ .readmore-content {
  height: auto;
}

/* line 349, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .readmore .readmore-check:checked ~ .readmore-content::before {
  display: none;
}

/* line 354, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .vision-empty-field {
  height: 268px;
}

/* line 358, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .introduction-empty-field {
  height: 185px;
}

/* line 362, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .issue-empty-title {
  height: 70px;
  border-left: 3px solid #00A0E2;
}

/* line 367, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .issue-empty-content {
  height: 226px;
}

/* line 371, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .service-empty-field {
  height: 227px;
}

/* line 375, app/assets/stylesheets/application/views/company/matching/preview_modal.scss */
.company.matching.settings.edit .modal .message-empty-field {
  height: 199px;
  background-color: #FFF;
}

/* line 3, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .left-form {
  width: 600px;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

/* line 10, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .right-form {
  width: 400px;
  margin-top: 8px;
}

/* line 15, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .form-title {
  margin-bottom: 60px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #343434;
  height: 24px;
  width: 310px;
}

/* line 26, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .form-field {
  width: 600px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
}

/* line 32, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .label {
  margin-bottom: 15px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #343434;
  height: 16px;
}

/* line 42, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-edit-button {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #00A0E2;
}

/* line 52, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-edit-button-disable {
  cursor: default;
  color: #DDD;
  pointer-events: none;
}

/* line 58, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-data {
  font-family: Hiragino Sans;
  font-weight: 300;
  margin-bottom: 30px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #343434;
}

/* line 68, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-data-num {
  font-weight: 500;
}

/* line 73, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-data-url {
  font-weight: 500;
}

/* line 78, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-zip {
  margin-bottom: 8px;
}

/* line 82, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-label {
  margin-bottom: 30px;
}

/* line 86, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-annotation {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #939393;
  margin-bottom: 7px;
}

/* line 95, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .change-image {
  max-width: 400px;
  margin-bottom: 20px;
}

/* line 99, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .change-image__preview {
  width: 400px;
  height: 400px;
  border: 1px solid #DDD;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E2;
  background-color: #FFF;
}

/* line 110, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .change-image__preview:hover {
  text-decoration: none;
  cursor: default;
  opacity: 1;
  transition: opacity 0s;
}

/* line 118, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .change-image__choose {
  border: 1px solid #DDD;
}

/* line 123, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-image {
  width: 400px;
  height: 400px;
  border: 1px solid #DDD;
  border-radius: 15px;
}

/* line 130, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-form-coltrol {
  margin-top: 5px;
  height: 54px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 11px 15px;
  margin-bottom: 20px;
}

/* line 142, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .form-group-invalid {
  margin-bottom: 20px;
}

/* line 147, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .form-control ::-moz-placeholder {
  color: #939393;
}
.company.matching.settings.company.edit .form-control ::placeholder {
  color: #939393;
}

/* line 152, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .form-control[readonly] {
  background-color: #FFF;
}

/* line 156, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .submit-button {
  margin-bottom: 30px;
  height: 45px;
  width: 94px;
  background-color: #00A0E2;
  padding: 16px 15px 17px 15px;
  font-size: 16px;
  line-height: 12px;
  color: #FFF;
  font-weight: 700;
}

/* line 169, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .establish-form {
  margin-bottom: 30px;
}

/* line 173, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .preview-modal-body {
  padding: 0 20px 40px;
}

/* line 177, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .establish-explanation {
  width: 610px;
  height: 88px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 20px 0;
}

/* line 187, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .modal-footer {
  height: 85px;
}

/* line 191, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .modal-footer-cancel-btn {
  width: 110px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
  color: #343434;
}

/* line 203, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .establish-modal-footer-submit-btn {
  width: 94px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-family: Hiragino Sans;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
}

/* line 214, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-footer-submit-btn {
  width: 110px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-family: Hiragino Sans;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
}

/* line 225, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body {
  padding: 20px;
  width: 650px;
}

/* line 229, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body .drop-zone {
  height: 100%;
}

/* line 233, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body .dashed-border {
  height: 365px;
}

/* line 237, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body .cloud-icon {
  margin: 110px 0 20px;
}

/* line 241, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body .btn, .company.matching.settings.company.edit .logo-modal-body .component-v2 .btn-primary-w100-p3, .company.matching.settings.company.edit .logo-modal-body .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.matching.settings.company.edit .logo-modal-body .btn-primary-w100-p3, .company.financial_reports.edit .company.matching.settings.company.edit .logo-modal-body .btn-primary-w100-p3, .company.matching.settings.company.edit .logo-modal-body .company.kpis .btn-primary-w100-p3, .company.kpis .company.matching.settings.company.edit .logo-modal-body .btn-primary-w100-p3 {
  width: 114px;
  height: 31px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #00A0E2;
  border-radius: 18px;
  padding: 9px 15px 10px;
  margin-bottom: 17px;
}

/* line 254, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body p {
  font-weight: 500;
  font-size: 15px;
  color: #343434;
}

/* line 261, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body .modal-logo-preview {
  margin-top: 15px;
  margin-bottom: 27px;
  width: 320px;
  height: 320px;
}

/* line 268, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-modal-body .object-fit-contain {
  -o-object-fit: fill;
     object-fit: fill;
}

/* line 273, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .company-form {
  display: none;
}

/* line 277, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-delete-btn {
  padding: 8px;
  width: 28px;
  height: 28px;
  margin-top: 25px;
  margin-left: -39px;
  cursor: pointer;
  line-height: 12px;
}

/* line 287, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .logo-delete-btn-svg {
  width: 12px;
  height: 12px;
}

/* line 293, app/assets/stylesheets/application/views/company/matching/settings/companies.scss */
.company.matching.settings.company.edit .notification_setting_modal .modal-body {
  padding: 20px;
}

/* line 3, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .settings-form {
  width: 1200px;
}

/* line 7, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-tab-nav {
  margin-top: 30px;
  height: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

/* line 17, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-tab-nav .nav-item {
  width: 72px;
  font-size: 0.875rem;
  text-align: center;
  margin-right: 30px;
}

/* line 23, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-tab-nav .nav-item.plan-nav {
  width: 150px;
}

/* line 27, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-tab-nav .nav-item .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 31, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-tab-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  height: 40px;
  color: #343434;
  display: block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 0;
}

/* line 42, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-tab-nav .nav-item .nav-link.active {
  color: #00A0E2;
}

/* line 46, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-tab-nav .nav-item .nav-link:hover {
  color: #00A0E2;
}

/* line 53, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .left-form {
  width: 600px;
  margin: 0;
  padding: 0;
}

/* line 59, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .right-form {
  width: 400px;
}

/* line 63, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .alert-fundinno {
  margin: -25px 0 25px;
}

/* line 66, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .alert-fundinno a {
  color: #E6230D;
}

/* line 71, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .form-title {
  margin-bottom: 60px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #343434;
  height: 24px;
  width: 310px;
}

/* line 82, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .form-field {
  width: 600px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
  overflow-wrap: break-word;
}

/* line 89, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .label {
  margin-bottom: 15px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #343434;
  height: 16px;
}

/* line 99, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-edit-button {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #00A0E2;
}

/* line 109, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-edit-button-disable {
  cursor: default;
  color: #DDD;
  pointer-events: none;
}

/* line 115, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-data {
  font-family: Hiragino Sans;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 16px;
  color: #343434;
}

/* line 124, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-data-num {
  font-weight: 500;
}

/* line 128, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-data-url {
  font-weight: 500;
}

/* line 132, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-zip {
  margin-bottom: 8px;
}

/* line 136, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-label {
  margin-bottom: 30px;
}

/* line 140, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-annotation {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #939393;
  margin-bottom: 7px;
}

/* line 149, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .change-image {
  max-width: 400px;
  margin-bottom: 20px;
}

/* line 153, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .change-image__preview {
  width: 400px;
  height: 400px;
  border: 1px solid #DDD;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E2;
  background-color: #FFF;
}

/* line 164, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .change-image__preview:hover {
  text-decoration: none;
  cursor: default;
  opacity: 1;
  transition: opacity 0s;
}

/* line 172, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .change-image__choose {
  border: 1px solid #DDD;
}

/* line 177, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-image {
  width: 400px;
  height: 400px;
  border: 1px solid #DDD;
  border-radius: 15px;
}

/* line 184, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-form-coltrol {
  margin-top: 5px;
  height: 54px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 11px 15px;
  margin-bottom: 20px;
}

/* line 195, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .form-group-invalid {
  margin-bottom: 20px;
}

/* line 200, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .form-control ::-moz-placeholder {
  color: #939393;
}
.company.settings.basics.show .form-control ::placeholder {
  color: #939393;
}

/* line 205, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .form-control[readonly] {
  background-color: #FFF;
}

/* line 209, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .submit-button {
  margin-bottom: 30px;
  height: 45px;
  width: 94px;
  background-color: #00A0E2;
  padding: 16px 15px 17px 15px;
  font-size: 16px;
  line-height: 12px;
  color: #FFF;
  font-weight: 700;
}

/* line 221, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .establish-form {
  margin-bottom: 30px;
}

/* line 225, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .modal-body {
  padding: 0 20px 40px;
}

/* line 229, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .establish-explanation {
  width: 610px;
  height: 88px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 20px 0;
}

/* line 238, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .modal-footer {
  height: 85px;
}

/* line 242, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .modal-footer-cancel-btn {
  width: 110px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
  color: #343434;
}

/* line 253, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .establish-modal-footer-submit-btn {
  width: 94px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-family: Hiragino Sans;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
}

/* line 264, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-footer-submit-btn {
  width: 110px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-family: Hiragino Sans;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
}

/* line 275, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .processing {
  pointer-events: none;
}

/* line 279, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body {
  padding: 20px;
  width: 650px;
}

/* line 283, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body .drop-zone {
  height: 100%;
}

/* line 287, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body .dashed-border {
  height: 365px;
}

/* line 291, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body .cloud-icon {
  margin: 110px 0 20px;
}

/* line 295, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body .btn, .company.settings.basics.show .logo-modal-body .component-v2 .btn-primary-w100-p3, .company.settings.basics.show .logo-modal-body .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.settings.basics.show .logo-modal-body .btn-primary-w100-p3, .company.financial_reports.edit .company.settings.basics.show .logo-modal-body .btn-primary-w100-p3, .company.settings.basics.show .logo-modal-body .company.kpis .btn-primary-w100-p3, .company.kpis .company.settings.basics.show .logo-modal-body .btn-primary-w100-p3 {
  width: 114px;
  height: 31px;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #00A0E2;
  border-radius: 18px;
  padding: 9px 15px 10px;
  margin-bottom: 17px;
}

/* line 308, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body p {
  font-weight: 500;
  font-size: 15px;
  color: #343434;
}

/* line 314, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body .modal-logo-preview {
  margin-top: 15px;
  margin-bottom: 27px;
  width: 320px;
  height: 320px;
}

/* line 321, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-modal-body .object-fit-contain {
  -o-object-fit: fill;
     object-fit: fill;
}

/* line 326, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .company-form {
  display: none;
}

/* line 330, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-delete-btn {
  padding: 8px;
  width: 28px;
  height: 28px;
  margin-top: 25px;
  margin-left: -39px;
  cursor: pointer;
  line-height: 12px;
}

/* line 340, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .logo-delete-btn-svg {
  width: 12px;
  height: 12px;
}

/* line 346, app/assets/stylesheets/application/views/company/settings/basics.scss */
.company.settings.basics.show .notification_setting_modal .modal-body {
  padding: 20px;
}

/* line 3, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show small {
  font-size: .9rem;
}

/* line 7, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show .company-tab-nav {
  margin-top: 30px;
  height: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

/* line 17, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show .company-tab-nav .nav-item {
  width: 72px;
  font-size: 0.875rem;
  text-align: center;
  margin-right: 30px;
}

/* line 23, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show .company-tab-nav .nav-item.plan-nav {
  width: 150px;
}

/* line 27, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show .company-tab-nav .nav-item .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 31, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show .company-tab-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  height: 40px;
  color: #343434;
  display: block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 0;
}

/* line 43, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show .company-tab-nav .nav-item .nav-link.active {
  color: #00A0E2;
}

/* line 47, app/assets/stylesheets/application/views/company/settings/sharings.scss */
.company.settings.sharings.show .company-tab-nav .nav-item .nav-link:hover {
  color: #00A0E2;
}

/* line 3, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .settings-form {
  width: 1200px;
}

/* line 7, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .company-tab-nav {
  margin-top: 30px;
  height: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

/* line 17, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .company-tab-nav .nav-item {
  width: 72px;
  font-size: 0.875rem;
  text-align: center;
  margin-right: 30px;
}

/* line 23, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .company-tab-nav .nav-item.plan-nav {
  width: 150px;
}

/* line 27, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .company-tab-nav .nav-item .active {
  border-bottom: 1px solid #00A0E2;
}

/* line 31, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .company-tab-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  height: 40px;
  color: #343434;
  display: block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 0;
}

/* line 42, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .company-tab-nav .nav-item .nav-link.active {
  color: #00A0E2;
}

/* line 46, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .company-tab-nav .nav-item .nav-link:hover {
  color: #00A0E2;
}

/* line 53, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .form-title {
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

/* line 60, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .item-heading {
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

/* line 67, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card {
  border: solid 1px #DDD;
  border-radius: 14px;
  padding: 20px 30px 25px 30px;
}

/* line 74, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-logo {
  border-radius: 10px;
  font-size: 32px;
  font-weight: 900;
  height: 54px;
  line-height: 32px;
  padding: 11px 15px;
}

/* line 82, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-logo.standard {
  background-color: #F7F7F7;
  color: #0093c4;
  width: 165px;
}

/* line 88, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-logo.growth {
  background-color: #eaf1fa;
  color: #114898;
  width: 141px;
}

/* line 94, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-logo.professional {
  background-color: #eeecf7;
  color: #593dbc;
  width: 214px;
}

/* line 101, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-name {
  font-size: 24px;
  font-weight: 700;
}

/* line 106, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-price {
  text-align: right;
  font-size: 24px;
  font-weight: 900;
}

/* line 111, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-price.standard {
  width: 200px;
}

/* line 115, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-price.growth {
  width: 230px;
}

/* line 119, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .plan-price.professional {
  width: 230px;
}

/* line 124, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .plan-card-header .header-left .btn-plan-change {
  height: 30px;
}

/* line 130, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .card-body-left {
  width: 100%;
  border-right: solid 1px #DDD;
}

/* line 134, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .card-body-left .feature-item {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

/* line 140, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .card-body-left .feature-item.with-remark {
  font-size: 16px;
}

/* line 143, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .card-body-left .feature-item.with-remark .feature-item-remark {
  color: #939393;
  font-size: 10px;
  line-height: 14px;
}

/* line 150, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .card-body-left .feature-item .check {
  margin-right: 12px;
  color: #00A0E2;
}

/* line 157, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types.show .plan-card .card-body-right {
  width: 100%;
}

/* line 164, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .row {
  width: 286px;
}

/* line 167, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .row .col-2 {
  margin-right: 10px;
}

/* line 170, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .row .col-2 .brand-logo {
  vertical-align: middle;
  line-height: 45px;
}

/* line 174, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .row .col-2 .brand-logo img {
  margin-right: 10px;
}

/* line 179, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .row .col-2 + .col-9 {
  padding-left: 0 !important;
}

/* line 185, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .brand-and-last4 {
  font-size: 16px;
  line-height: 24px;
}

/* line 190, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .exp_date {
  color: #939393;
  font-size: 14px;
  line-height: 22px;
}

/* line 196, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .credit-info .unregistered {
  font-weight: 300;
}

/* line 201, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon {
  border-top: 1px solid #DDD;
}

/* line 204, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon .coupon-title {
  font-family: Hiragino Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

/* line 211, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon form {
  display: flex;
}

/* line 214, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon form .form-group {
  margin-bottom: 0;
}

/* line 217, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon form .form-group .coupon-textbox {
  width: 1055px;
}

/* line 222, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon form .apply-btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  width: 125px;
}

/* line 230, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon .coupon-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 236, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.company.settings.plan_types .coupon .expires_at {
  color: #939393;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

/* line 247, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container {
  display: flex;
  justify-content: space-between;
}

/* line 251, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card {
  width: 330px;
  padding-bottom: 107px;
  border: solid 1px #DDD;
  border-radius: 22px;
  padding-top: 17px;
  position: relative;
  overflow: hidden;
}

/* line 260, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside {
  padding-bottom: 18px;
}

/* line 263, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside .plan-title {
  font-size: 28px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  margin-bottom: 2px;
  text-align: center;
}

/* line 272, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside .plan-title-remark {
  font-family: Hiragino Sans;
  font-size: 13px;
  font-weight: 500;
  height: 13px;
  line-height: 13px;
  margin-bottom: 7px;
  text-align: center;
}

/* line 282, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside .plan-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 7px;
  text-align: center;
}

/* line 289, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside .plan-price .price {
  font-size: 32px;
}

/* line 294, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside .target {
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  line-height: 16px;
  margin-bottom: 23px;
  text-align: center;
  color: #595959;
}

/* line 304, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside .change-plan-btn {
  border: none;
  color: #fff;
  cursor: pointer;
  width: 250px;
}

/* line 311, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-card-upside .current-plan-info {
  background-color: #DDD;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.6rem 0.9rem;
  width: 250px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

/* line 326, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-description-list {
  position: relative;
  z-index: 1;
}

/* line 331, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card .plan-description-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 338, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.standard .plan-title {
  color: #0093c4;
}

/* line 342, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.standard .price {
  color: #0093c4;
}

/* line 346, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.standard .change-plan-btn {
  background-color: #0093c4;
}

/* line 352, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.growth .plan-title {
  color: #114898;
}

/* line 356, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.growth .price {
  color: #114898;
}

/* line 360, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.growth .change-plan-btn {
  background-color: #114898;
}

/* line 366, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.professional .plan-title {
  color: #593dbc;
}

/* line 370, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.professional .price {
  color: #593dbc;
}

/* line 374, app/assets/stylesheets/application/views/company/settings/plan_types.scss */
.plan-type-modal-body .modal-plan-card-container .modal-plan-card.professional .change-plan-btn {
  background-color: #593dbc;
}

/* line 5, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding {
  padding-bottom: 7rem;
}

/* line 9, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding table tr td.file-folder-title {
  display: flex;
}

/* line 13, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding table tr td.status small {
  margin-left: 0.4rem;
  padding-top: 0.06rem;
}

/* line 18, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding table tr td.file-count {
  text-align: center;
  width: 120px;
}

/* line 23, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding table tr td .biz-report-edit-link,
.company.biz_reports.index .table-padding table tr td .biz-report-delete-link {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

/* line 31, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .title {
  margin: 35px 0 50px;
  padding: 0 23px;
}

/* line 35, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .title h1 {
  padding-top: 7px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Hiragino Sans';
}

/* line 42, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .title .create {
  width: 164px;
}

/* line 47, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default {
  margin: 125px 0 140px;
}

/* line 50, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .top {
  margin-bottom: 33.45px;
}

/* line 53, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .top .top-text-wrapper {
  margin-right: 105px;
  padding-top: 11px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Hiragino Sans';
}

/* line 69, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .bottom-sub-text {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Futura';
}

/* line 76, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .bottom-left {
  margin-top: 10px;
  margin-right: 90px;
}

/* line 80, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .bottom-left .bottom-text {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Hiragino Sans';
}

/* line 85, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .bottom-right {
  margin-top: 10px;
}

/* line 88, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .bottom-right .bottom-text {
  margin-top: 17px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Hiragino Sans';
}

/* line 93, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .folder-file-icons {
  height: 50px;
  line-height: 75px;
}

/* line 98, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.index .table-padding .default .create {
  margin-top: 30px;
  width: 202px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 109, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .header, .company.biz_reports.edit .header {
  display: none;
}

/* line 113, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .main-content, .company.biz_reports.edit .main-content {
  margin-top: 0;
}

/* line 118, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .recharts-wrapper, .company.biz_reports.edit .presenter .recharts-wrapper {
  font-family: arial;
}

/* line 122, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .editor-header, .company.biz_reports.edit .presenter .editor-header {
  padding: 15px 0 15px 0;
  height: 60px;
}

/* line 126, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .editor-header.with-border, .company.biz_reports.edit .presenter .editor-header.with-border {
  padding: 15px 0 14px 0;
  border-bottom: 1px solid #DDD;
}

/* line 131, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .editor-header img, .company.biz_reports.edit .presenter .editor-header img {
  margin-left: 16px;
  width: 29px;
  height: 30px;
}

/* line 137, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .editor-header .title, .company.biz_reports.edit .presenter .editor-header .title {
  padding-left: 100px;
  font-size: 20px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
}

/* line 144, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .editor-header .submit, .company.biz_reports.edit .presenter .editor-header .submit {
  margin-right: 25px;
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row, .company.biz_reports.edit .presenter .row {
  min-height: 100vh;
  border-top: 1px solid #DDD;
}

/* line 159, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .main-title-wrapper, .company.biz_reports.edit .presenter .row .main-title-wrapper {
  margin: 200px 0 306px 241px;
  width: 650px;
  font-weight: 500;
}

/* line 164, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .main-title-wrapper .main-title, .company.biz_reports.edit .presenter .row .main-title-wrapper .main-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}

/* line 170, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .main-title-wrapper .title-input, .company.biz_reports.edit .presenter .row .main-title-wrapper .title-input {
  height: 60px;
  font-size: 24px;
}

/* line 176, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar, .company.biz_reports.edit .presenter .row .sidebar {
  z-index: 2;
  width: 310px;
  box-shadow: 2px -2px 4px #DDD;
  border-right: 1px solid #DDD;
}

/* line 182, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .written-title, .company.biz_reports.edit .presenter .row .sidebar .written-title {
  margin-top: 29.5px;
  margin-left: 39px;
  font-size: 24px;
  font-family: 'Hiragino Sans';
  font-weight: 700;
}

/* line 190, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents, .company.biz_reports.edit .presenter .row .sidebar .sub-contents {
  margin-top: 15px;
}

/* line 193, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .written-sub-title, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .written-sub-title {
  padding-top: 11px;
  height: 48px;
  font-weight: 400;
  font-family: 'Hiragino Sans';
  font-size: 18px;
}

/* line 200, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .written-sub-title .no-title, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .written-sub-title .no-title {
  margin-left: -1px;
  color: #BDBDBD;
}

/* line 205, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .written-sub-title .present-title, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .written-sub-title .present-title {
  margin-left: 22px;
}

/* line 209, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .written-sub-title .option, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .written-sub-title .option {
  position: absolute;
  left: 134px;
  margin-top: 14px;
  padding: 14px 22px 15px 25px;
  font-size: 12px;
  box-shadow: 0 0 4px #DDD;
  z-index: 10;
  cursor: pointer;
}

/* line 221, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .button-area, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .button-area {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 35px;
}

/* line 227, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .button-area .overlay, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .button-area .overlay {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 237, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .button-area .alert, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .button-area .alert {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #343434;
  margin-left: 20px;
  text-align: left;
  width: 480px;
  z-index: 2;
}

/* line 249, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .sidebar .sub-contents .add-button, .company.biz_reports.edit .presenter .row .sidebar .sub-contents .add-button {
  background: #FFF;
  border-color: #00A0E2;
  color: #00A0E2;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  height: 44px;
  margin-left: 73px;
  z-index: 2;
}

/* line 262, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper, .company.biz_reports.edit .presenter .row .editor-wrapper {
  width: calc(100% - 450px);
}

/* line 265, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons {
  top: 90px;
  margin-left: 315px;
  padding: 8px;
  box-shadow: 0 0 12px 5px #DDD;
  border-radius: 8px;
  width: 75%;
  background: #FFF;
}

/* line 274, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .btn, .company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .component-v2 .btn-primary-w100-p3, .company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .btn-primary-w100-p3, .company.financial_reports.edit .company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .btn-primary-w100-p3, .company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .company.kpis .btn-primary-w100-p3, .company.kpis .company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .btn-primary-w100-p3, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .btn, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .component-v2 .btn-primary-w100-p3, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .btn-primary-w100-p3, .company.financial_reports.edit .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .btn-primary-w100-p3, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .company.kpis .btn-primary-w100-p3, .company.kpis .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .btn-primary-w100-p3 {
  font-size: 0.9rem;
}

/* line 278, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .image-util, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .image-util {
  margin-left: 10px;
}

/* line 282, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .fontsize-util, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .fontsize-util {
  margin-left: 10px;
}

/* line 286, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .color-util, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .color-util {
  margin-left: 15px;
}

/* line 290, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .link-util, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .link-util {
  margin-left: 10px;
}

/* line 293, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .link-util .util-button, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .link-util .util-button {
  cursor: pointer;
}

/* line 296, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .link-util .util-button.disabled, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .link-util .util-button.disabled {
  opacity: 0.65;
  cursor: auto;
}

/* line 303, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .template-util, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .template-util {
  margin-left: 10px;
}

/* line 307, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .fontfamily-util, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .fontfamily-util {
  margin-left: 10px;
}

/* line 311, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .utils-buttons .preview-button, .company.biz_reports.edit .presenter .row .editor-wrapper .utils-buttons .preview-button {
  margin: 0 8px 0 38px;
  padding: 11px 11px 10px;
  width: 93px;
  font-size: 14px;
  cursor: pointer;
}

/* line 320, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .editor, .company.biz_reports.edit .presenter .row .editor-wrapper .editor {
  margin: 120px 0 0 120.5px;
  padding-bottom: 160px;
}

/* line 324, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .editor .title, .company.biz_reports.edit .presenter .row .editor-wrapper .editor .title {
  font-weight: 400;
  font-size: 24px;
  font-family: 'Futura';
}

/* line 330, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .editor .body, .company.biz_reports.edit .presenter .row .editor-wrapper .editor .body {
  font-family: 'Hiragino Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 338, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .footer, .company.biz_reports.edit .presenter .row .editor-wrapper .footer {
  margin-left: 295px;
  padding: 22px 25px 0;
  z-index: 1;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 346, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .footer .cancel, .company.biz_reports.edit .presenter .row .editor-wrapper .footer .cancel {
  width: 120px;
  border-color: #DDD;
}

/* line 351, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .footer .next, .company.biz_reports.edit .presenter .row .editor-wrapper .footer .next {
  float: right;
  width: 120px;
}

/* line 357, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .confirm-footer, .company.biz_reports.edit .presenter .row .editor-wrapper .confirm-footer {
  padding: 22px 25px 0;
  z-index: 1;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 364, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .confirm-footer .cancel, .company.biz_reports.edit .presenter .row .editor-wrapper .confirm-footer .cancel {
  width: 120px;
  border-color: #DDD;
}

/* line 369, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .presenter .row .editor-wrapper .confirm-footer .next, .company.biz_reports.edit .presenter .row .editor-wrapper .confirm-footer .next {
  float: right;
  width: 120px;
}

/* line 378, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button, .company.biz_reports.edit .util-button {
  background: #FFF;
  color: #343434;
}

/* line 382, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.all-borders, .company.biz_reports.edit .util-button.all-borders {
  border: 1px solid #DDD;
}

/* line 386, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.sticked_button, .company.biz_reports.edit .util-button.sticked_button {
  width: 42px;
  cursor: pointer;
}

/* line 390, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.sticked_button.tool-bar, .company.biz_reports.edit .util-button.sticked_button.tool-bar {
  margin-left: 10px;
}

/* line 394, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.sticked_button.left, .company.biz_reports.edit .util-button.sticked_button.left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 399, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.sticked_button.center, .company.biz_reports.edit .util-button.sticked_button.center {
  margin-left: -1px;
}

/* line 403, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.sticked_button.right, .company.biz_reports.edit .util-button.sticked_button.right {
  margin-left: -1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 410, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.clicked, .company.biz_reports.edit .util-button.clicked {
  z-index: 1;
}

/* line 414, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .util-button.disabled, .company.biz_reports.edit .util-button.disabled {
  opacity: 0.65;
  cursor: auto;
}

/* line 421, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .cancel-modal .title, .company.biz_reports.edit .cancel-modal .title {
  padding: 35px 70px 35px 30px;
  font-size: 24px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
}

/* line 428, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .cancel-modal .cross, .company.biz_reports.edit .cancel-modal .cross {
  width: 16px;
  height: 16px;
  font-size: 34px;
  cursor: pointer;
}

/* line 435, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .cancel-modal .content, .company.biz_reports.edit .cancel-modal .content {
  padding: 0 40px 35px 31px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
}

/* line 442, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .cancel-modal .btn, .company.biz_reports.new .cancel-modal .component-v2 .btn-primary-w100-p3, .company.biz_reports.new .cancel-modal .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.biz_reports.new .cancel-modal .btn-primary-w100-p3, .company.financial_reports.edit .company.biz_reports.new .cancel-modal .btn-primary-w100-p3, .company.biz_reports.new .cancel-modal .company.kpis .btn-primary-w100-p3, .company.kpis .company.biz_reports.new .cancel-modal .btn-primary-w100-p3, .company.biz_reports.edit .cancel-modal .btn, .company.biz_reports.edit .cancel-modal .component-v2 .btn-primary-w100-p3, .company.biz_reports.edit .cancel-modal .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.biz_reports.edit .cancel-modal .btn-primary-w100-p3, .company.financial_reports.edit .company.biz_reports.edit .cancel-modal .btn-primary-w100-p3, .company.biz_reports.edit .cancel-modal .company.kpis .btn-primary-w100-p3, .company.kpis .company.biz_reports.edit .cancel-modal .btn-primary-w100-p3 {
  margin: 0 40px 0 31px;
  padding: 17.5px 61.16px;
  border: 0;
}

/* line 448, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .cancel-modal a, .company.biz_reports.edit .cancel-modal a {
  padding: 23px 0 41px;
  cursor: pointer;
}

/* line 456, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-delete-content .template-delete-modal-header, .company.biz_reports.edit .template-modal.modal-delete-content .template-delete-modal-header {
  border-bottom: 1px solid #DDD;
}

/* line 460, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-delete-content .template-delete-modal-body, .company.biz_reports.edit .template-modal.modal-delete-content .template-delete-modal-body {
  padding: 15px 15px;
  text-align: center;
}

/* line 465, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-delete-content .template-delete-modal-footer, .company.biz_reports.edit .template-modal.modal-delete-content .template-delete-modal-footer {
  border-top: 1px solid #DDD;
  justify-content: space-between;
  padding: 15px;
}

/* line 472, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content, .company.biz_reports.edit .template-modal.modal-list-content {
  height: 497px;
}

/* line 475, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body {
  max-height: 440px;
  overflow: scroll;
}

/* line 479, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container {
  display: grid;
  grid-template-columns: 250px 250px 250px;
}

/* line 483, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper {
  position: relative;
}

/* line 486, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .template-dropdown, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .template-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

/* line 492, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .template-dropdown .menu-icon, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .template-dropdown .menu-icon {
  border-radius: 0;
  border: none;
  cursor: pointer;
  margin-right: 11px;
  margin-top: 14px;
  padding: 3px;
}

/* line 502, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card {
  border-radius: 10px;
  overflow: hidden;
}

/* line 506, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .card img, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.new .connection-card img, .company.stockholder_meetings.stockholders.new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_new .connection-card img, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.confirm .connection-card img, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_confirm .connection-card img, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .card img, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.new .connection-card img, .company.stockholder_meetings.stockholders.new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_new .connection-card img, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.confirm .connection-card img, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_confirm .connection-card img, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card img {
  padding: 7px;
}

/* line 510, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.new .connection-card .card-footer, .company.stockholder_meetings.stockholders.new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_new .connection-card .card-footer, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.confirm .connection-card .card-footer, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-footer, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.new .connection-card .card-footer, .company.stockholder_meetings.stockholders.new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_new .connection-card .card-footer, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.confirm .connection-card .card-footer, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-footer, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .card-wrapper .connection-card .card-footer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 519, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.new .selected-template.connection-card, .company.stockholder_meetings.stockholders.new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_new .selected-template.connection-card, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.confirm .selected-template.connection-card, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_confirm .selected-template.connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.new .selected-template.connection-card, .company.stockholder_meetings.stockholders.new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_new .selected-template.connection-card, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.confirm .selected-template.connection-card, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_confirm .selected-template.connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card {
  border-color: #00A0E2;
  border-width: 2px;
}

/* line 523, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.card .badge.applied, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.new .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_new .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.confirm .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_confirm .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.card .badge.applied, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.new .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_new .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.confirm .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_confirm .selected-template.connection-card .badge.applied, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .badge.applied {
  background-color: white;
  border: 1px solid #00A0E2;
  color: #00A0E2;
  margin: 2px 0 0 2px;
  position: absolute;
  width: 25%;
}

/* line 532, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.new .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_new .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.confirm .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer, .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_confirm .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.new .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.new .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_new .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.en_new .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.confirm .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer, .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .company.stockholder_meetings.stockholders.en_confirm .selected-template.connection-card .card-footer, .company.stockholder_meetings.stockholders.en_confirm .company.biz_reports.edit .template-modal.modal-list-content .template-list-modal-body .grid-container .selected-template.connection-card .card-footer {
  border-color: #00A0E2;
  border-width: 2px;
}

/* line 543, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-save-content .template-save-modal-body, .company.biz_reports.edit .template-modal.modal-save-content .template-save-modal-body {
  padding: 20px;
}

/* line 547, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal.modal-save-content .template-save-modal-footer, .company.biz_reports.edit .template-modal.modal-save-content .template-save-modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

/* line 554, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal .title, .company.biz_reports.edit .template-modal .title {
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
}

/* line 561, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-modal .cross, .company.biz_reports.edit .template-modal .cross {
  cursor: pointer;
  font-size: 27px;
  height: 16px;
  width: 16px;
}

/* line 570, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content, .company.biz_reports.edit .insert-kpi-modal .modal-content {
  height: 590px;
}

/* line 573, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content {
  padding-top: 29px;
}

/* line 576, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar {
  margin-right: 25px;
  margin-left: 30px;
}

/* line 580, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content {
  margin-bottom: 15px;
}

/* line 583, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .sub-title, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .sub-title {
  margin-bottom: 3px;
}

/* line 588, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .react-datepicker__input-container input, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .react-datepicker__input-container input {
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  padding-left: 13px;
  width: 162px;
}

/* line 598, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .react-datepicker-popper, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .react-datepicker-popper {
  z-index: 100;
}

/* line 602, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .picker, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .picker {
  height: 35px;
}

/* line 606, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .term-buttons, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .term-buttons {
  margin-top: 12px;
}

/* line 609, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .term-buttons .term-button, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .side-bar .sub-content .term-buttons .term-button {
  width: 90px;
  height: 35px;
  line-height: 34px;
}

/* line 618, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .output, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .output {
  width: 700px;
}

/* line 621, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .modal-content .insert-modal-content .output .unit-label-in-insert-modal, .company.biz_reports.edit .insert-kpi-modal .modal-content .insert-modal-content .output .unit-label-in-insert-modal {
  position: relative;
  bottom: 370px;
  left: 500px;
  font-size: 13px;
}

/* line 631, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .title, .company.biz_reports.edit .insert-kpi-modal .title {
  padding: 18px 0;
  font-family: 'Hiragino Sans';
  font-size: 20px;
  font-weight: 400;
}

/* line 638, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .cross, .company.biz_reports.edit .insert-kpi-modal .cross {
  width: 16px;
  height: 16px;
  font-size: 27px;
  cursor: pointer;
}

/* line 645, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .file-wrapper, .company.biz_reports.edit .insert-kpi-modal .file-wrapper {
  margin: 30px;
  border: 1px dashed #BDBDBD;
  border-radius: 10px;
}

/* line 650, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .file-wrapper img, .company.biz_reports.edit .insert-kpi-modal .file-wrapper img {
  margin-top: 80px;
  margin-bottom: 26px;
}

/* line 655, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .file-wrapper .file-select, .company.biz_reports.edit .insert-kpi-modal .file-wrapper .file-select {
  padding: 8px 15px;
  border-radius: 4px;
}

/* line 660, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .file-wrapper .file-name, .company.biz_reports.edit .insert-kpi-modal .file-wrapper .file-name {
  margin-bottom: 120px;
}

/* line 665, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-kpi-modal .upload, .company.biz_reports.edit .insert-kpi-modal .upload {
  width: 100%;
}

/* line 671, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .title, .company.biz_reports.edit .insert-image-modal .title {
  padding: 23px 0;
  font-family: 'Hiragino Sans';
  font-size: 20px;
  font-weight: 400;
}

/* line 678, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .cross, .company.biz_reports.edit .insert-image-modal .cross {
  width: 16px;
  height: 16px;
  font-size: 27px;
  cursor: pointer;
}

/* line 685, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .file-wrapper, .company.biz_reports.edit .insert-image-modal .file-wrapper {
  margin: 30px;
  border: 1px dashed #BDBDBD;
  border-radius: 10px;
}

/* line 690, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .file-wrapper img, .company.biz_reports.edit .insert-image-modal .file-wrapper img {
  margin-top: 80px;
  margin-bottom: 26px;
}

/* line 695, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .file-wrapper .file-select, .company.biz_reports.edit .insert-image-modal .file-wrapper .file-select {
  padding: 8px 15px;
  border-radius: 4px;
}

/* line 700, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .file-wrapper .description, .company.biz_reports.edit .insert-image-modal .file-wrapper .description {
  margin-bottom: 100px;
}

/* line 705, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .file-name, .company.biz_reports.edit .insert-image-modal .file-name {
  margin: 30px 30px 0 30px;
}

/* line 709, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .insert-image-modal .upload, .company.biz_reports.edit .insert-image-modal .upload {
  margin: 30px 30px 23px;
  width: 90%;
}

/* line 715, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .modal-content, .company.biz_reports.edit .modal-content {
  border-radius: 15px;
}

/* line 719, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown, .company.biz_reports.edit .dropdown {
  background: #FFF;
  font-size: 0.875rem;
  width: 140px;
}

/* line 724, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.mini-dropdown, .company.biz_reports.edit .dropdown.mini-dropdown {
  width: 162px;
}

/* line 727, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.mini-dropdown .dropdown-toggle, .company.biz_reports.edit .dropdown.mini-dropdown .dropdown-toggle {
  padding-left: 13px;
  height: 35px;
  line-height: 13px;
  font-size: 14px;
}

/* line 733, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.mini-dropdown .dropdown-toggle::after, .company.biz_reports.edit .dropdown.mini-dropdown .dropdown-toggle::after {
  display: none;
}

/* line 739, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.thin-dropdown, .company.biz_reports.edit .dropdown.thin-dropdown {
  width: 360px;
}

/* line 742, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.thin-dropdown .dropdown-toggle, .company.biz_reports.edit .dropdown.thin-dropdown .dropdown-toggle {
  padding-left: 13px;
  height: 35px;
  line-height: 13px;
  font-size: 14px;
}

/* line 748, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.thin-dropdown .dropdown-toggle::after, .company.biz_reports.edit .dropdown.thin-dropdown .dropdown-toggle::after {
  display: none;
}

/* line 754, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.small-dropdown, .company.biz_reports.edit .dropdown.small-dropdown {
  width: 63px;
}

/* line 757, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.small-dropdown .dropdown-toggle, .company.biz_reports.edit .dropdown.small-dropdown .dropdown-toggle {
  padding-right: 10px;
  padding-left: 13px;
  border-color: #DDD;
  width: 100%;
  text-align: left;
}

/* line 764, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.small-dropdown .dropdown-toggle::after, .company.biz_reports.edit .dropdown.small-dropdown .dropdown-toggle::after {
  display: none;
}

/* line 770, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.small-dropdown-without-caret, .company.biz_reports.edit .dropdown.small-dropdown-without-caret {
  width: 42px;
}

/* line 773, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.small-dropdown-without-caret .dropdown-toggle, .company.biz_reports.edit .dropdown.small-dropdown-without-caret .dropdown-toggle {
  padding: 8px 8px 3px 4px;
  border-color: #DDD;
  width: 100%;
  text-align: left;
}

/* line 779, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown.small-dropdown-without-caret .dropdown-toggle::after, .company.biz_reports.edit .dropdown.small-dropdown-without-caret .dropdown-toggle::after {
  display: none;
}

/* line 785, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown .btn, .company.biz_reports.new .dropdown .component-v2 .btn-primary-w100-p3, .company.biz_reports.new .dropdown .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.biz_reports.new .dropdown .btn-primary-w100-p3, .company.financial_reports.edit .company.biz_reports.new .dropdown .btn-primary-w100-p3, .company.biz_reports.new .dropdown .company.kpis .btn-primary-w100-p3, .company.kpis .company.biz_reports.new .dropdown .btn-primary-w100-p3, .company.biz_reports.edit .dropdown .btn, .company.biz_reports.edit .dropdown .component-v2 .btn-primary-w100-p3, .company.biz_reports.edit .dropdown .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.biz_reports.edit .dropdown .btn-primary-w100-p3, .company.financial_reports.edit .company.biz_reports.edit .dropdown .btn-primary-w100-p3, .company.biz_reports.edit .dropdown .company.kpis .btn-primary-w100-p3, .company.kpis .company.biz_reports.edit .dropdown .btn-primary-w100-p3 {
  background: #FFF;
  color: #343434;
}

/* line 790, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown .dropdown-toggle, .company.biz_reports.edit .dropdown .dropdown-toggle {
  border-color: #DDD;
  width: 100%;
  text-align: left;
}

/* line 795, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown .dropdown-toggle::after, .company.biz_reports.edit .dropdown .dropdown-toggle::after {
  display: none;
}

/* line 800, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .dropdown .dropdown-menu, .company.biz_reports.edit .dropdown .dropdown-menu {
  font-size: 0.875rem;
  border: 1px solid #DDD;
  width: 220px;
}

/* line 808, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .kpi-table, .company.biz_reports.edit .kpi-table {
  display: block;
  margin-left: 51px;
  border: 0 solid #DDD;
  font-size: 12px;
  font-family: arial;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* line 818, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .kpi-table th, .company.biz_reports.edit .kpi-table th {
  padding: 3px 30px 3px 5px;
}

/* line 822, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .kpi-table td, .company.biz_reports.edit .kpi-table td {
  padding: 3px 10px 3px 5px;
}

/* line 826, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .kpi-table th:first-child,
.company.biz_reports.new .kpi-table td:first-child, .company.biz_reports.edit .kpi-table th:first-child,
.company.biz_reports.edit .kpi-table td:first-child {
  position: sticky;
  left: 0;
  background: #FFF;
  box-shadow: 4px 0 3px -2px #DDD;
}

/* line 833, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .kpi-table th:first-child div,
.company.biz_reports.new .kpi-table td:first-child div, .company.biz_reports.edit .kpi-table th:first-child div,
.company.biz_reports.edit .kpi-table td:first-child div {
  padding-right: 120px;
}

/* line 837, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .kpi-table th:first-child::before,
.company.biz_reports.new .kpi-table td:first-child::before, .company.biz_reports.edit .kpi-table th:first-child::before,
.company.biz_reports.edit .kpi-table td:first-child::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  width: 100%;
  height: 100%;
  border-left: 1px solid #DDD;
}

/* line 848, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .kpi-table th:last-child,
.company.biz_reports.new .kpi-table td:last-child, .company.biz_reports.edit .kpi-table th:last-child,
.company.biz_reports.edit .kpi-table td:last-child {
  border-right: 1px solid #DDD;
}

/* line 854, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .unit-label-in-edit, .company.biz_reports.edit .unit-label-in-edit {
  position: relative;
  bottom: 380px;
  left: 630px;
  font-size: 13px;
}

/* line 861, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-alert, .company.biz_reports.edit .template-alert {
  bottom: 90px;
  margin-left: 400px;
  padding: 8px;
  width: 50%;
}

/* line 867, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-alert .alert.alert-default, .company.biz_reports.edit .template-alert .alert.alert-default {
  background-color: white;
  z-index: 10;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 873, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.new .template-alert .alert.alert-default .close, .company.biz_reports.edit .template-alert .alert.alert-default .close {
  font-size: 1rem;
  margin-left: auto;
  opacity: 0.5;
  position: inherit;
  padding: 0.2rem 0.5rem;
  text-decoration: underline;
  text-shadow: 0 1px 0 #FFF;
}

/* line 887, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports.show .back {
  margin-top: 30px;
  margin-left: 117px;
}

/* line 893, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .back_link {
  margin-top: 30px;
  margin-left: 118px;
}

/* line 898, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view {
  margin: 42.5px 145px 0 95px;
}

/* line 901, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view img {
  max-width: 100%;
}

/* line 905, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .sub-title-list {
  position: fixed;
  width: 369px;
}

/* line 909, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .sub-title-list .list-title {
  margin: 10px 0 16px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
}

/* line 916, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .sub-title-list .sub-title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  width: 299px;
  cursor: pointer;
}

/* line 924, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .sub-title-list .sub-title.active {
  background-color: #F7F7F7;
}

/* line 930, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main {
  margin-left: 369px;
}

/* line 933, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .title {
  font-size: 36px;
  font-weight: 800;
}

/* line 938, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content {
  margin-bottom: 100px;
  width: 841px;
}

/* line 942, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .sub-title {
  margin: 31px 0 0;
  font-size: 24px;
  font-weight: 400;
}

/* line 948, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .google-visualization-table {
  margin-left: 45px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  font-size: 12px;
  width: 550px !important;
}

/* line 955, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-tr-head {
  background-color: #FFF;
}

/* line 959, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .google-visualization-table .last-frozen-column {
  border-right: 1px #DDD solid !important;
  box-shadow: 4px 0 3px -2px #DDD;
  padding-right: 80px;
}

/* line 965, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .google-visualization-table tr {
  background-color: #FFF;
}

/* line 969, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .google-visualization-table th,
.company.biz_reports .report-view .main .content .google-visualization-table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 975, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-th,
.company.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-td {
  border-color: #DDD;
}

/* line 980, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-th {
  text-align: left;
}

/* line 988, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .chart-in-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 993, app/assets/stylesheets/application/views/company/biz_reports.scss */
.company.biz_reports .chart-in-preview .unit-label-in-view {
  position: relative;
  top: 20px;
  right: 140px;
  font-size: 13px;
  z-index: 1;
}

/* line 2, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .export-files-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 11, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table thead tr th {
  padding-left: 0;
  font-weight: normal;
}

/* line 19, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table tbody tr {
  pointer-events: none;
}

/* line 22, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table tbody tr td {
  padding: 20px 18px 20px 0;
  font-weight: normal;
}

/* line 26, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table tbody tr td .status-column {
  display: flex;
  align-items: center;
}

/* line 31, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table tbody tr td .loading-spinner {
  display: flex;
  animation: rotate 2s linear infinite;
  z-index: 2;
  margin: auto;
  width: 1.25rem;
  justify-content: center;
  align-items: center;
}

/* line 40, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table tbody tr td .loading-spinner circle {
  stroke: #87cbfe;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* line 68, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table tbody tr td .download-icon {
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* line 79, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table .icon-download {
  font-size: 1.2em;
  color: #007bff;
}

/* line 84, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table .rounded-stock-mark {
  top: 1px;
  display: inline-block;
  margin: auto 5px auto 0px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 93, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table .rounded-stock-mark.downloaded, .company.export-files .square-table .rounded-stock-mark.expired {
  background-color: #DDD;
}

/* line 98, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table .rounded-stock-mark.pending {
  background-color: #FB8B24;
}

/* line 102, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table .rounded-stock-mark.downloadable {
  background-color: #00A0E2;
}

/* line 106, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .square-table .rounded-stock-mark.failed {
  background-color: #E6230D;
}

/* line 113, app/assets/stylesheets/application/views/company/stockholder_export_files.scss */
.company.export-files .expired-column td {
  color: gray;
}

/* line 2, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content {
  height: 100vh;
  overflow-y: scroll;
}

/* line 7, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .download-text {
  color: #939393;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .w-440px {
  width: 440px;
}

/* line 16, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .drop-zone-wrapper {
  border: 2px dashed #d3d3d3;
  border-radius: 20px;
  padding: 50px 0;
}

/* line 22, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .upload-text {
  font-size: 15px;
}

/* line 26, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content #js-file-container {
  padding: 12px 20px;
}

/* line 30, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .file-input-btn {
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
  line-height: 30px;
}

/* line 39, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content #delete-file-btn:hover {
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content p.error-message {
  font-size: 16px;
  line-height: 24px;
}

/* line 49, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .icon-wrapper {
  line-height: 24px;
}

/* line 53, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .table-wrapper {
  overflow: scroll;
}

/* line 57, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table {
  border-spacing: 0;
  border-collapse: separate;
  white-space: nowrap;
}

/* line 62, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table th, .company.stockholder_imports .main-content .csv-form-content .csv-table td {
  border: 1px solid #DDD;
  border-left-width: 0;
}

/* line 67, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table th {
  padding: 10px;
  font-weight: 400;
}

/* line 70, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table th:first-child {
  border-left-width: 1px;
}

/* line 75, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table td {
  padding: 15px;
}

/* line 77, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table td:first-child {
  border-left-width: 1px;
}

/* line 84, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table thead th:first-child {
  border-radius: 10px 0 0 0;
}

/* line 88, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table thead th:last-child {
  border-radius: 0 10px 0 0;
}

/* line 95, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table tbody td {
  border-top-width: 0;
}

/* line 99, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table tbody tr:hover td {
  background: #F7F7F7;
}

/* line 104, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

/* line 107, app/assets/stylesheets/application/views/company/stockholder_imports.scss */
.company.stockholder_imports .main-content .csv-form-content .csv-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/* line 2, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .modal:nth-of-type(even) {
  z-index: 1052 !important;
}

/* line 6, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .modal-backdrop.show:nth-of-type(even) {
  z-index: 1051 !important;
}

/* line 10, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .loading-spinner {
  display: block;
  animation: rotate 2s linear infinite;
  z-index: 2;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
}

/* line 20, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .loading-spinner circle {
  stroke: #87cbfe;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* line 48, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #share_type_id {
  display: flex;
  align-items: center;
}

/* line 52, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #share_type_id .stockholder_lists_form_share_type_id {
  min-width: 250px;
}

/* line 56, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #share_type_id span {
  font-size: 15px;
  margin-left: 20px;
  margin-bottom: 1rem;
}

/* line 63, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .title {
  font-size: 16px;
}

/* line 67, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .disclaimer {
  font-size: 12px;
  color: #626264;
  margin-bottom: 10px;
}

/* line 72, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .disclaimer.important {
  color: #E6230D;
}

/* line 78, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists .stockholder-lists .modal-footer {
  position: fixed;
  bottom: 0;
  width: 50%;
  background-color: #FFF;
  z-index: 10;
}

/* line 87, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #preview_wrapper {
  height: 100vh;
  overflow-y: scroll;
}

/* line 92, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #pdf_viewer {
  margin: 20px 40px;
  padding: 80px 30px;
}

/* line 96, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #pdf_viewer h2 {
  font-size: 24px;
  letter-spacing: 40px;
  text-indent: 40px;
  margin-bottom: 30px;
}

/* line 103, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #pdf_viewer table {
  font-size: 12px;
  margin-bottom: 20px;
}

/* line 107, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #pdf_viewer table th,
.company.stockholder-lists #pdf_viewer table td {
  border: 1px solid #000;
  padding: 5px;
}

/* line 113, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #pdf_viewer table th {
  background-color: #DED9C2;
}

/* line 120, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #header_table table {
  width: 100%;
}

/* line 124, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #header_table td {
  padding: 7px 2px;
  text-align: center;
}

/* line 131, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #stockholders_table table {
  table-layout: fixed;
  width: 100%;
}

/* line 135, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #stockholders_table table th {
  text-align: center;
}

/* line 139, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #stockholders_table table td {
  word-wrap: break-word;
}

/* line 145, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #footer_table {
  display: flex;
}

/* line 148, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #footer_table .left-table {
  width: 76%;
}

/* line 153, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #footer_table table th {
  text-align: center;
}

/* line 158, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #footer_table .stamp {
  border: 1px solid #000;
  margin-left: 10px;
  padding: 5px 20px 40px;
}

/* line 164, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #footer_table .title {
  font-size: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 170, app/assets/stylesheets/application/views/company/stockholder_lists.scss */
.company.stockholder-lists #footer_table .circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 3px #aadcee;
  color: #aadcee;
}

/* line 1, app/assets/stylesheets/application/views/company/homes.scss */
.company.home {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 4, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .custom-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 9, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .card-body {
  padding: 1.75rem;
}

/* line 13, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .access-deny-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #BDBDBD;
  margin-top: 15px;
}

/* line 21, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .access-deny-bg {
  background-color: #F7F7F7;
}

/* line 25, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .font-weight-500 {
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header {
  margin-bottom: 30px;
}

/* line 32, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 36, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .company-image {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #DDD;
}

/* line 43, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .company-image.default-icon {
  -o-object-fit: none;
     object-fit: none;
}

@media (max-width: 575.98px) {
  /* line 36, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .company-header .company-image {
    width: 70px;
    height: 70px;
    margin-left: 0;
    margin-right: 16px;
  }
}

/* line 55, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .company-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  max-width: 1090px;
}

@media (max-width: 575.98px) {
  /* line 55, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .company-header .company-name {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 66, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .company-name .dropdown {
  line-height: 1.5;
}

/* line 69, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .company-name .dropdown .dropdown-menu {
  min-width: 132px;
}

/* line 75, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .menu-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .menu-icon:hover {
  background-color: #F7F7F7;
}

/* line 87, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .company-header .menu-icon img {
  margin-top: -7px;
}

/* line 93, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .card-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

/* line 99, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .panel-wrapper {
  margin-bottom: 30px;
}

/* line 102, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .panel-wrapper .panel {
  border-radius: 15px;
}

@media (min-width: 992px) {
  /* line 107, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .left-pane {
    width: 390px;
    margin-right: 30px;
  }
}

/* line 114, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .card-body {
  padding: 20px 30px 30px 30px;
}

/* line 119, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .access-deny-wrapper .content {
  padding-top: 114px;
  padding-bottom: 142px;
}

/* line 125, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .recharts-wrapper {
  margin: 20px auto;
}

/* line 130, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li {
  position: relative;
  display: block;
  margin: 0 10px 10px 10px;
  line-height: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
}

/* line 139, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li.item-3 {
  margin-bottom: 30px;
}

/* line 143, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li .maru {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 24px;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 3px;
}

/* line 152, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li #index-no-data.maru {
  background-color: #ECECEC;
}

/* line 156, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li #index-0.maru {
  background-color: #0F57CA;
}

/* line 160, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li #index-1.maru {
  background-color: #00A0E2;
}

/* line 164, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li #index-2.maru {
  background-color: #54CEFB;
}

/* line 168, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li #index-3.maru {
  background-color: #8BDCFA;
}

/* line 173, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li .name {
  margin-left: 12px;
}

/* line 177, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .list li .rate {
  font-weight: 600;
}

/* line 183, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .stockholder-link {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

/* line 189, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .link-with-gradation {
  position: absolute;
  z-index: 999;
  bottom: 30px;
}

/* line 195, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .stockholder-panel .gradation {
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 130px;
  bottom: 30px;
  background: linear-gradient(rgba(255, 255, 255, 0), white 75%, white 100%);
}

/* line 205, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel {
  height: 265px;
}

/* line 208, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .card-body {
  padding: 20px 30px 30px 30px;
}

/* line 213, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .access-deny-wrapper .content {
  padding-top: 48px;
  padding-bottom: 88px;
}

/* line 219, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .card-title {
  padding-left: 30px;
}

/* line 223, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body {
  padding-top: 17px;
}

/* line 226, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .left-col {
  margin-right: 12px;
}

/* line 230, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .right-border {
  border-right: 1px solid #DDD;
}

/* line 234, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-name {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #939393;
}

/* line 242, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value {
  display: block;
  color: #343434;
}

/* line 247, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value.bold .number {
  font-size: 50px;
  font-weight: 500;
  line-height: 66px;
}

/* line 252, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value.bold .number .counter-stop-sub {
  font-size: 33px;
  vertical-align: top;
  line-height: 66px;
}

/* line 259, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value.bold .char {
  line-height: 66px;
  font-weight: 500;
  font-size: 24px;
}

/* line 266, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value.slim {
  margin-top: 7px;
}

/* line 269, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value.slim .number {
  font-size: 26px;
  line-height: 20px;
  font-weight: 600;
}

/* line 274, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value.slim .number .counter-stop-sub {
  font-size: 13px;
  line-height: 8px;
  vertical-align: top;
}

/* line 281, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .left-pane .issuance-status-panel .panel-body .item-value.slim .char {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@media (min-width: 992px) {
  /* line 292, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .right-pane {
    flex: 1;
  }
}

/* line 299, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body {
  padding: 20px 30px 0 30px;
}

/* line 303, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .step-finished {
  display: none;
}

/* line 306, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .step-finished .last-step {
  text-align: center;
  line-height: 370px;
}

/* line 310, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .step-finished .last-step p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

/* line 321, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .indicator {
  margin-right: 4px;
  color: #FB8B24;
}

/* line 325, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .indicator.text-gray {
  color: #939393;
}

/* line 330, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group {
  overflow-y: scroll;
  height: 252px;
}

/* line 334, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task {
  position: relative;
  display: block;
  padding: 20px 25px;
  margin-bottom: 12px;
  background-color: #F2F8FC;
  border-radius: 12px;
}

/* line 342, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .row {
  display: flex;
  align-items: center;
  margin-left: -10px;
}

@media (min-width: 1200px) {
  /* line 342, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .right-pane .task-steps-panel .card-body .task-group li.task .row {
    margin-right: -20px;
    margin-left: -10px;
  }
}

@media (max-width: 1199.98px) {
  /* line 356, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .right-pane .task-steps-panel .card-body .task-group li.task .col-1 {
    padding-left: 0;
  }
}

/* line 362, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task.done {
  background-color: #F7F7F7;
}

/* line 365, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task.done .title, .company.home .right-pane .task-steps-panel .card-body .task-group li.task.done .info {
  color: #939393;
}

/* line 370, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 377, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #343434;
  text-align: justify;
}

/* line 385, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .action {
  margin-top: 15px;
}

/* line 389, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .tips {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* line 394, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .tips.p-top-1 {
  padding-top: 5px;
}

/* line 398, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .tips .gray {
  color: #939393;
}

/* line 402, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .tips .link-wrapper {
  display: flex;
  align-items: center;
}

/* line 406, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .tips .link-wrapper .icon-help {
  font-size: 20px;
  margin-right: 3px;
}

/* line 413, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .task-steps-panel .card-body .task-group li.task .skip-link {
  height: 30px;
  padding: 8px 6px;
  font-size: 14px;
  line-height: 12px;
}

/* line 425, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .market-capitalization-transition-panel .card-body {
  padding: 20px;
}

/* line 428, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .market-capitalization-transition-panel .card-body .notice {
  font-size: 14px;
  color: #939393;
  margin: 8px 0 24px 0;
}

/* line 436, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .market-capitalization-transition-panel .access-deny-wrapper .content {
  padding-top: 54px;
  padding-bottom: 84px;
}

/* line 445, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .market-capitalization-transition .custom-tooltip .tooltip-value {
  color: #0891c0;
  font-size: 19px;
}

/* line 451, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .right-pane .market-capitalization-transition .tick {
  font-size: 12px;
  text-align: center;
  width: 100%;
  line-height: 15px;
}

/* line 460, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

/* line 465, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .initial-setting-btn {
  position: absolute;
}

/* line 471, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__banner {
  margin-bottom: 30px;
  padding: 19px 39px 19px 90px;
  background-color: #F7F7F7;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-items: center;
}

@media (max-width: 991.98px) {
  /* line 471, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__banner {
    padding: 25px 35px;
  }
}

@media (max-width: 767.98px) {
  /* line 471, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__banner {
    display: block;
  }
}

/* line 490, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__bannerTtl {
  line-height: 1.26;
  font-weight: 700;
  margin-bottom: 17px;
}

@media (max-width: 767.98px) {
  /* line 490, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerTtl {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  /* line 490, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerTtl {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  /* line 490, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerTtl {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  /* line 490, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerTtl {
    font-size: 24px;
  }
}

/* line 513, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__bannerTxt {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 992px) {
  /* line 513, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerTxt {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  /* line 513, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerTxt {
    font-size: 18px;
  }
}

/* line 531, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__bannerLink {
  text-decoration: underline;
}

/* line 535, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__bannerLeft {
  flex: 1;
}

@media (max-width: 767.98px) {
  /* line 535, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerLeft {
    text-align: center;
  }
}

/* line 543, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__bannerRight {
  width: 39%;
}

@media (max-width: 991.98px) {
  /* line 543, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerRight {
    width: 33%;
  }
}

@media (max-width: 767.98px) {
  /* line 543, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__bannerRight {
    width: 100%;
    margin-top: 20px;
  }
}

/* line 555, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__bannerRight img {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 560, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__main {
    display: flex;
  }
}

/* line 566, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeCont {
  border: 1px solid #DDD;
  border-radius: 20px;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 566, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeCont {
    border: none;
  }
}

/* line 577, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeTtl {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 577, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeTtl {
    text-align: center;
  }
}

/* line 588, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeList {
  list-style: none;
  padding: 0 15px 0;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 596, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeList > li {
  width: calc(100% / 7);
}

@media (max-width: 991.98px) {
  /* line 588, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeList {
    justify-content: start;
  }
  /* line 603, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeList > li {
    width: 33%;
  }
  /* line 606, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeList > li:nth-child(n+4) {
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  /* line 588, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeList {
    padding: 0;
  }
  /* line 615, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeList > li {
    width: 50%;
  }
  /* line 618, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeList > li:nth-child(n+3) {
    margin-top: 15px;
  }
}

/* line 625, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeListUnder {
  list-style: none;
  padding: 0 15px 0;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 635, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeListUnder > li {
  width: 33%;
}

/* line 638, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeListUnder > li:nth-child(n+4) {
  margin-top: 25px;
}

@media (min-width: 992px) {
  /* line 645, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li {
    width: 50%;
  }
  /* line 648, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li:nth-child(n+3) {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  /* line 655, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li {
    width: 20%;
  }
  /* line 658, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li:nth-child(n+3) {
    margin-top: 0;
  }
  /* line 662, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li:nth-child(n+4) {
    margin-top: 0;
  }
  /* line 666, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li:nth-child(n+6) {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 625, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder {
    padding: 0;
  }
  /* line 675, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li {
    width: 50%;
  }
  /* line 678, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeListUnder > li:nth-child(n+3) {
    margin-top: 15px;
  }
}

/* line 685, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeDetail {
  margin-bottom: 0;
  text-align: center;
}

/* line 689, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeDetail.--soon {
  position: relative;
}

/* line 692, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeDetail.--soon:after {
  content: '';
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/company/home/mufg/img-close-b66bba93caf30594d70ccc0b8be608162193fa48ae318873c0debfe89c4fda48.png);
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: 50%;
  margin-right: -60px;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 706, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeDetail > dt {
  background-color: #F2F8FC;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

/* line 716, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeDetail > dt.--deny, .company.home .p-home__purposeDetail > dt.--close {
  background-color: #f7f7f7;
}

/* line 722, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeDetail > dd {
  color: #343434;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 722, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__purposeDetail > dd {
    font-size: 12px;
  }
}

/* line 737, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeLink:hover {
  text-decoration: none;
}

/* line 740, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__purposeLink:hover dt {
  background-color: #E9F3F9;
}

/* line 746, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__help {
  padding: 25px 30px;
  background-color: #212B53;
  color: #FFF;
  border-radius: 15px;
}

@media (max-width: 1199.98px) {
  /* line 746, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__help {
    margin-bottom: 30px;
  }
}

/* line 757, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__helpTtl {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 764, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__helpCont {
  display: flex;
}

/* line 768, app/assets/stylesheets/application/views/company/homes.scss */
.company.home .p-home__helpTxt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  /* line 775, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__helpContRight img {
    margin-top: -10px;
  }
}

@media (min-width: 576px) {
  /* line 775, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__helpContRight img {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  /* line 775, app/assets/stylesheets/application/views/company/homes.scss */
  .company.home .p-home__helpContRight img {
    margin-top: -10px;
  }
}

/* line 1, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 4, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show {
  letter-spacing: .0rem;
}

/* line 7, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .font-weight-500 {
  font-weight: 500;
}

/* line 11, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  /* line 11, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
  .company.purpose_id_of_personalizations.show .title {
    padding: 0 20px;
  }
}

/* line 21, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .sub-title {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  /* line 21, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
  .company.purpose_id_of_personalizations.show .sub-title {
    padding: 0 46px;
  }
}

/* line 33, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .error-msg {
  display: flex;
  justify-content: center;
  display: none;
}

/* line 38, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .error-msg .alert {
  width: 1200px;
}

/* line 43, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .purpose-types {
  display: flex;
  justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 43, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
  .company.purpose_id_of_personalizations.show .simple_form .purpose-types {
    display: block;
  }
}

/* line 51, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type {
  width: 270px;
  height: 270px;
  margin: 0 20px 20px 20px;
  border: 1px solid #DDD;
  border-radius: 22px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 51, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
  .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type {
    margin: 0 auto;
  }
}

/* line 64, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type .purpose-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type .desc {
  font-size: 16px;
  font-weight: 400;
}

/* line 76, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.capital_policy.active, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.stockholder.active, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.stockholder_meeting.active, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.other.active {
  background-color: #F7F7F7;
}

/* line 80, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.capital_policy.active, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.capital_policy:hover, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.stockholder.active, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.stockholder:hover, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.stockholder_meeting.active, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.stockholder_meeting:hover, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.other.active, .company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type.other:hover {
  border: 1px solid #00A0E2;
}

/* line 86, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .purpose-types .purpose-type .purpose-image {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 94, app/assets/stylesheets/application/views/company/purpose_id_of_personalizations.scss */
.company.purpose_id_of_personalizations.show .simple_form .button {
  margin: 60px 0 18px;
  width: 400px;
  background-color: #00A0E2;
  height: 55px;
}

/* line 2, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy.dashboard {
  overflow-y: hidden;
}

/* line 6, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .page-container-wrapper {
  font-family: 'HiraUD W5';
}

/* line 11, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content-body {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content-heading {
  font-size: 1.875rem;
}

/* line 20, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content-header-image {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

/* line 24, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .plus-diff {
  color: #2BA84A;
  background-color: #DAF1DC;
  font-weight: 600;
}

/* line 30, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .minus-diff {
  color: #E6230D;
  background-color: #FCD3CF;
  font-weight: 600;
}

/* line 36, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content {
  width: 461px;
}

/* line 40, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content .content-text .main-content-heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

/* line 46, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content .content-text p {
  font-weight: 300;
  font-size: 16px;
  padding-right: 78px;
}

/* line 53, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content .d-flex {
  width: 430px;
  height: 55px;
}

/* line 57, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content .d-flex div {
  width: 196px;
}

/* line 62, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content a i {
  font-size: 26px;
}

/* line 73, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .main-content .non-stockholder-main-content-header {
  width: 539px;
}

/* line 79, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy #new_company_capital_policy input[type="submit"] {
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  border: none;
  vertical-align: baseline;
}

/* line 88, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .help-block {
  background-color: #f6f7f9;
  border-radius: 20px;
  padding: 45px 15px 15px 70px;
}

/* line 93, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .help-block-title {
  font-size: 1.875rem;
  margin-bottom: 20px;
}

/* line 98, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .help-block-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px;
}

/* line 105, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .help-block-image {
  position: relative;
  top: 15px;
}

/* line 112, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .customer-voice-heading {
  font-size: 1.875rem;
}

/* line 117, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .customer-voice-block-image {
  height: 251px;
  width: 384px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

/* line 124, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .customer-voice-block-title {
  font-size: 1.375rem;
  font-weight: 500;
}

/* line 129, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy .customer-voice-block-comment {
  font-size: 1.75rem;
  line-height: 38px;
}

/* line 138, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy.confirm_establishment a.force-underline {
  text-decoration: none;
  border-bottom: 1px solid #00A0E2;
}

/* line 142, app/assets/stylesheets/application/views/company/capital_policy.scss */
.company.capital-policy.confirm_establishment a.force-underline:hover {
  text-decoration: none;
  border-bottom: 1px solid #212B53;
}

/* line 4, app/assets/stylesheets/application/views/company/capital_event_splits.scss */
.company.capital_event_splits.destructions.new .component-v2 textarea.form-control, .company.capital_event_splits.destructions.new .company.financial_reports.edit textarea.form-control, .company.capital_event_splits.destructions.new .company.kpis textarea.form-control {
  height: auto;
}

/* line 10, app/assets/stylesheets/application/views/company/capital_event_splits.scss */
.company.capital_event_splits.new .checkbox-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/application/views/company/capital_event_splits.scss */
.company.capital_event_splits.new .checkbox-container label {
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* line 23, app/assets/stylesheets/application/views/company/capital_event_splits.scss */
.company.capital_event_splits.new .custom-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #939393;
  border-radius: 4px;
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/application/views/company/capital_event_splits.scss */
.company.capital_event_splits.new .custom-checkbox:checked {
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 3, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .main-content {
  overflow: visible;
}

/* line 7, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container {
  line-height: 1;
}

/* line 10, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .btn, .company.stakeholder-electro-sign-requests.index .sign-request-container .component-v2 .btn-primary-w100-p3, .company.stakeholder-electro-sign-requests.index .sign-request-container .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.stakeholder-electro-sign-requests.index .sign-request-container .btn-primary-w100-p3, .company.financial_reports.edit .company.stakeholder-electro-sign-requests.index .sign-request-container .btn-primary-w100-p3, .company.stakeholder-electro-sign-requests.index .sign-request-container .company.kpis .btn-primary-w100-p3, .company.kpis .company.stakeholder-electro-sign-requests.index .sign-request-container .btn-primary-w100-p3 {
  font-family: 'futura-PT';
}

/* line 14, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .title-bar {
  display: flex;
  margin-top: 31px;
  margin-bottom: 28px;
  justify-content: space-between;
}

/* line 20, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .title-bar .index-title {
  margin-top: 7px;
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .tabbar .tab-nav {
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area {
  position: sticky;
  top: 60px;
  padding-top: 32px;
  padding-bottom: 20px;
  background-color: #FFF;
  z-index: 1;
}

/* line 41, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper {
  display: table;
  padding: 25px 30px;
  table-layout: fixed;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

/* line 49, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-request {
  position: relative;
  display: table-cell;
  padding: 0 154px 0 20px;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1;
  border-left: 1px solid #DDD;
}

/* line 58, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-request .caption {
  margin-bottom: 10px;
  color: #939393;
  font-size: 1rem;
}

/* line 64, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-request .number {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
}

/* line 69, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-request .number.active {
  color: #00A0E2;
}

/* line 74, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-request .unit {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 82, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-left {
  padding: 19px 35px 24px 27px;
  border: 1px solid #DDD;
  border-right: 0;
  border-radius: 15px 0 0 15px;
}

/* line 89, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-right {
  position: relative;
  padding: 19px 27px 24px 35px;
  border: 1px solid #DDD;
  border-left: 0;
  border-radius: 0 15px 15px 0;
}

/* line 96, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .sign-request-container .summary-area .summary-wrapper .summary-right::before {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 69px;
  background: #DDD;
  content: '';
  transform: translateX(-50%);
}

/* line 114, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table thead {
  position: sticky;
  top: 60px;
  z-index: 1;
}

/* line 120, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table thead tr th {
  padding: 14px 15px 14px 0;
  font-weight: normal;
}

/* line 124, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table thead tr th:nth-child(1) {
  padding-left: 20px;
  width: 340px;
}

/* line 129, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table thead tr th:nth-child(2) {
  width: 233px;
}

/* line 133, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table thead tr th:nth-child(3) {
  width: 236px;
}

/* line 137, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table thead tr th:nth-child(4) {
  width: 202px;
}

/* line 146, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td {
  padding: 20px 30px 20px 0;
  font-weight: normal;
  vertical-align: top;
}

/* line 151, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(1) {
  padding: 20px 40px 14px 20px;
  max-width: 340px;
}

/* line 155, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(1) span {
  display: block;
}

/* line 158, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(1) span.email {
  height: 18px;
}

/* line 164, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(2) {
  padding-top: 12px;
  padding-right: 37px;
  padding-bottom: 12px;
  max-width: 233px;
}

/* line 170, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(2) .contract-name {
  font-size: 0.812rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
}

/* line 177, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(2) .contract-name .contract {
  margin-bottom: 15px;
}

/* line 180, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(2) .contract-name .contract:last-child {
  margin-bottom: 0;
}

/* line 187, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(3) {
  padding-right: 21px;
  max-width: 236px;
}

/* line 192, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) {
  padding-top: 30px;
  padding-right: 86px;
  padding-bottom: 30px;
  max-width: 202px;
}

/* line 198, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) .rounded-stock-mark {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 208, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) .rounded-stock-mark.draft, .company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) .rounded-stock-mark.sending {
  background-color: #DDD;
}

/* line 213, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) .rounded-stock-mark.requested {
  background-color: #FB8B24;
}

/* line 217, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) .rounded-stock-mark.approved {
  background-color: #00A0E2;
}

/* line 221, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) .rounded-stock-mark.expired {
  background-color: #f30100;
}

/* line 226, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(4) .status {
  margin-left: 5px;
}

/* line 231, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(5) {
  padding-right: 31px;
  font-family: 'futura-PT';
  max-width: 137px;
}

/* line 236, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(5) .add-drop-down {
  position: absolute;
}

/* line 239, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(5) .add-drop-down .dropdown-menu {
  margin-top: -5px;
}

/* line 244, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(5) .not-add {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 14px;
  padding-left: 14px;
}

/* line 251, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(5) .done {
  margin-bottom: 10px;
  padding-top: 10px;
  color: #939393;
}

/* line 258, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td:nth-child(6) {
  padding-right: 17px;
}

/* line 263, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr td span.complement {
  font-size: 0.812rem;
  color: #939393;
}

/* line 270, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr .menu {
  display: none;
}

/* line 274, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr .menu-container {
  display: block;
}

/* line 279, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .square-table tbody tr:hover .menu {
  display: flex;
  justify-content: flex-end;
}

/* line 288, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .summary-area ~ #electro_contract_list .square-table thead {
  top: 228px;
}

/* line 292, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .not-find-message {
  color: #BDBDBD;
  letter-spacing: .03rem;
}

/* line 297, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.index .disabled-holder-type {
  background-color: #f4f4f4;
}

/* line 302, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests .table-door {
  table-layout: fixed;
}

/* line 305, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests .table-door thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1020;
}

/* line 314, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .btn-filter {
  margin-right: 5px;
  padding: 13px 18px;
  border: #DDD 1px solid;
  font-weight: 300;
  background-color: #FFF;
  outline: none;
  border-radius: 30px;
}

/* line 323, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .btn-filter.active {
  border: #343434 1px solid;
  background-color: #f1f1f1;
}

/* line 329, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .separate {
  display: flex;
}

/* line 332, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .separate .column-left {
  padding-right: 27px;
  padding-left: 22px;
  width: 54.62%;
}

/* line 340, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .separate .column-left .own-items {
  display: flex;
  align-items: center;
}

/* line 344, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .separate .column-left .own-items .form-title {
  width: 23.3%;
}

/* line 348, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .separate .column-left .own-items .input-wrapper {
  width: 76.7%;
}

/* line 353, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .separate .column-left .errors {
  padding-left: 23.3%;
  font-size: 0.812rem;
}

/* line 359, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests.new .separate .column-right {
  padding-right: 33px;
  padding-left: 33px;
  width: 45.38%;
}

/* line 370, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 374, app/assets/stylesheets/application/views/company/stakeholder_electro_sign_requests.scss */
.company.stakeholder-electro-sign-requests .overflow-abbr .disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
}

/* line 3, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .main-content {
  overflow: visible;
}

/* line 7, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container {
  line-height: 1;
}

/* line 10, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .btn, .company.electro-contracts.index .contracts-container .component-v2 .btn-primary-w100-p3, .company.electro-contracts.index .contracts-container .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.electro-contracts.index .contracts-container .btn-primary-w100-p3, .company.financial_reports.edit .company.electro-contracts.index .contracts-container .btn-primary-w100-p3, .company.electro-contracts.index .contracts-container .company.kpis .btn-primary-w100-p3, .company.kpis .company.electro-contracts.index .contracts-container .btn-primary-w100-p3 {
  font-family: 'futura-PT';
}

/* line 14, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .title-bar {
  display: flex;
  margin-top: 93px;
  margin-bottom: 13px;
  justify-content: space-between;
}

/* line 20, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .title-bar .index-title {
  margin-top: 7px;
  font-size: 2rem;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table thead {
  position: sticky;
  top: 60px;
  z-index: 1;
}

/* line 34, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table thead tr th {
  padding-left: 0;
  font-weight: normal;
}

/* line 38, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table thead tr th:nth-child(1) {
  padding-left: 18px;
  width: 328px;
}

/* line 43, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table thead tr th:nth-child(2) {
  width: 217px;
}

/* line 47, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table thead tr th:nth-child(3) {
  width: 224px;
}

/* line 51, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table thead tr th:nth-child(4) {
  width: 162px;
}

/* line 56, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table thead tr th:nth-child(6) {
  width: 41px;
}

/* line 65, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td {
  padding: 20px 18px 20px 0;
  font-weight: normal;
}

/* line 69, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(1) {
  padding: 30px 30px 30px 18px;
  max-width: 328px;
}

/* line 73, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(1) span {
  display: block;
}

/* line 78, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(2) {
  padding-right: 17px;
  max-width: 217px;
}

/* line 83, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(3) {
  padding-right: 24px;
  max-width: 224px;
}

/* line 88, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) {
  padding-right: 20px;
  max-width: 162px;
}

/* line 92, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) .rounded-stock-mark {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 102, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) .rounded-stock-mark.draft, .company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) .rounded-stock-mark.sending {
  background-color: #DDD;
}

/* line 107, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) .rounded-stock-mark.requested {
  background-color: #FB8B24;
}

/* line 111, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) .rounded-stock-mark.approved {
  background-color: #00A0E2;
}

/* line 115, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) .rounded-stock-mark.expired {
  background-color: #f30100;
}

/* line 120, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(4) .status {
  margin-left: 5px;
}

/* line 125, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td:nth-child(6) {
  padding-right: 13px;
}

/* line 130, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr td span.complement {
  font-size: 0.812rem;
  color: #939393;
}

/* line 137, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr .menu {
  display: none;
}

/* line 141, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr .menu-container {
  display: block;
}

/* line 146, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .square-table tbody tr:hover .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 156, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request {
  margin: 35px 5px 0;
}

/* line 159, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .no-result-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 165, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .induction {
  display: flex;
}

/* line 168, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .induction .btn-container {
  margin: 99px 14px 0 220px;
  min-width: 290px;
}

/* line 172, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .induction .btn-container .start-message {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}

/* line 181, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .induction .img-overlay {
  margin-top: 6px;
  height: 340px;
}

/* line 185, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .induction .img-overlay .p-minus {
  position: relative;
  top: -163px;
  left: 198px;
}

/* line 193, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .description-wrapper {
  display: flex;
  margin: 20px 280px;
  justify-content: space-between;
}

/* line 198, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .description-wrapper .item {
  width: 160px;
}

/* line 201, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .description-wrapper .item .title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

/* line 207, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .contracts-container .no-sign-request .description-wrapper .item .description {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

/* line 218, app/assets/stylesheets/application/views/company/electro_contracts.scss */
.company.electro-contracts.index .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 4, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .editor-header, .company.ir_requests.edit .editor-header {
  padding: 15px 0 15px 0;
  height: 60px;
}

/* line 8, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .editor-header.with-border, .company.ir_requests.edit .editor-header.with-border {
  padding: 15px 0 14px 0;
  border-bottom: 1px solid #DDD;
}

/* line 13, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .editor-header img, .company.ir_requests.edit .editor-header img {
  padding-left: 15px;
  height: 20px;
}

/* line 18, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .editor-header .title, .company.ir_requests.edit .editor-header .title {
  font-size: 20px;
  font-family: 'Hiragino Sans';
  font-weight: 700;
  text-align: center;
}

/* line 25, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .editor-header .submit, .company.ir_requests.edit .editor-header .submit {
  margin-right: 25px;
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .progress, .company.ir_requests.edit .progress {
  height: 7px;
  border-radius: 0 !important;
}

/* line 39, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .progress .progress-bar, .company.ir_requests.edit .progress .progress-bar {
  border-radius: 0 !important;
  background-color: #00A0E2;
}

/* line 45, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .nav-tabs, .company.ir_requests.edit .nav-tabs {
  border-bottom: none;
}

/* line 49, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .nav-item:first-child .nav-link, .company.ir_requests.edit .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
}

/* line 53, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .nav-item:last-child .nav-link, .company.ir_requests.edit .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
}

/* line 57, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .submitting, .company.ir_requests.edit .submitting {
  height: 560px;
  text-align: center;
}

/* line 61, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .submitting .title, .company.ir_requests.edit .submitting .title {
  font-size: 18px;
}

/* line 65, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .submitting .loading-wrapper, .company.ir_requests.edit .submitting .loading-wrapper {
  height: 400px;
}

/* line 70, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .footer, .company.ir_requests.edit .footer {
  padding: 22px 25px 0;
  z-index: 3;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 77, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .footer .cancel, .company.ir_requests.edit .footer .cancel {
  width: 120px;
  color: #000;
  background-color: #FFF;
  border-color: #DDD;
}

/* line 84, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .footer .next, .company.ir_requests.edit .footer .next {
  float: right;
}

/* line 89, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .btn[disabled], .company.ir_requests.show .component-v2 .btn-primary-w100-p3[disabled], .company.ir_requests.show .company.financial_reports.edit .btn-primary-w100-p3[disabled], .component-v2 .company.ir_requests.show .btn-primary-w100-p3[disabled], .company.financial_reports.edit .company.ir_requests.show .btn-primary-w100-p3[disabled], .company.ir_requests.show .company.kpis .btn-primary-w100-p3[disabled], .company.kpis .company.ir_requests.show .btn-primary-w100-p3[disabled], .company.ir_requests.edit .btn[disabled], .company.ir_requests.edit .component-v2 .btn-primary-w100-p3[disabled], .company.ir_requests.edit .company.financial_reports.edit .btn-primary-w100-p3[disabled], .component-v2 .company.ir_requests.edit .btn-primary-w100-p3[disabled], .company.financial_reports.edit .company.ir_requests.edit .btn-primary-w100-p3[disabled], .company.ir_requests.edit .company.kpis .btn-primary-w100-p3[disabled], .company.kpis .company.ir_requests.edit .btn-primary-w100-p3[disabled] {
  border-color: #939393;
  color: #939393;
}

/* line 94, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .btn[disabled]:hover, .company.ir_requests.show .component-v2 .btn-primary-w100-p3[disabled]:hover, .company.ir_requests.show .company.financial_reports.edit .btn-primary-w100-p3[disabled]:hover, .component-v2 .company.ir_requests.show .btn-primary-w100-p3[disabled]:hover, .company.financial_reports.edit .company.ir_requests.show .btn-primary-w100-p3[disabled]:hover, .company.ir_requests.show .company.kpis .btn-primary-w100-p3[disabled]:hover, .company.kpis .company.ir_requests.show .btn-primary-w100-p3[disabled]:hover, .company.ir_requests.edit .btn[disabled]:hover, .company.ir_requests.edit .component-v2 .btn-primary-w100-p3[disabled]:hover, .company.ir_requests.edit .company.financial_reports.edit .btn-primary-w100-p3[disabled]:hover, .component-v2 .company.ir_requests.edit .btn-primary-w100-p3[disabled]:hover, .company.financial_reports.edit .company.ir_requests.edit .btn-primary-w100-p3[disabled]:hover, .company.ir_requests.edit .company.kpis .btn-primary-w100-p3[disabled]:hover, .company.kpis .company.ir_requests.edit .btn-primary-w100-p3[disabled]:hover {
  opacity: 0.65;
  background: none;
}

/* line 99, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .content-label, .company.ir_requests.edit .content-label {
  font-weight: 500;
  font-size: 24px;
}

/* line 104, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .icon-information, .company.ir_requests.edit .icon-information {
  font-size: 18px;
}

/* line 109, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .confirm-view input, .company.ir_requests.edit .confirm-view input {
  background-color: transparent !important;
  border: none !important;
  font-size: 32px;
  font-weight: 900;
}

/* line 113, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .confirm-view input:focus, .company.ir_requests.edit .confirm-view input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 121, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .confirm-view .title-area, .company.ir_requests.edit .confirm-view .title-area {
  margin-bottom: 30px;
}

/* line 124, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .confirm-view .title-area .time-area, .company.ir_requests.edit .confirm-view .title-area .time-area {
  opacity: 1;
  color: #DDD;
  font-family: "HiraginoSans-W3";
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 22px;
}

/* line 135, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .confirm-view .title-area span, .company.ir_requests.edit .confirm-view .title-area span {
  font-size: 32px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

/* line 143, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show textarea, .company.ir_requests.edit textarea {
  height: 85px;
}

/* line 147, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .comment-label, .company.ir_requests.edit .comment-label {
  height: 20px;
  font-weight: 300;
  font-size: 16px;
  color: "#343434";
}

/* line 153, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .comment-label img, .company.ir_requests.edit .comment-label img {
  height: 20px;
  margin-right: 10px;
}

/* line 159, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .close-button:before, .company.ir_requests.edit .close-button:before {
  font-family: 'Ionicons';
  color: #343434;
  content: "\f2d7";
}

/* line 165, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .status-table, .company.ir_requests.edit .status-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 15px;
}

/* line 172, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .status-table .table-cell, .company.ir_requests.edit .status-table .table-cell {
  display: table-cell;
  width: 50%;
  line-height: 1;
  height: 76px;
}

/* line 178, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .status-table .table-cell .caption, .company.ir_requests.edit .status-table .table-cell .caption {
  font-size: 14px;
  font-weight: 300;
  color: #939393;
  margin-bottom: 5px;
}

/* line 185, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .status-table .table-cell .unit, .company.ir_requests.edit .status-table .table-cell .unit {
  font-size: 16px;
  font-weight: 300;
}

/* line 191, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .status-table .table-left, .company.ir_requests.edit .status-table .table-left {
  padding: 20px 16px 20px 30px;
}

/* line 195, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .status-table .table-right, .company.ir_requests.edit .status-table .table-right {
  position: relative;
  padding: 20px 30px 20px 16px;
}

/* line 199, app/assets/stylesheets/application/views/company/ir_requests/_ir_requests.scss */
.company.ir_requests.show .status-table .table-right:before, .company.ir_requests.edit .status-table .table-right:before {
  content: '';
  width: 1px;
  height: 44px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateX(-50%);
}

/* line 2, app/assets/stylesheets/application/views/company/ir_requests/_thanks.scss */
.company.ir_requests.thanks .progress {
  border-radius: 0 !important;
}

/* line 4, app/assets/stylesheets/application/views/company/ir_requests/_thanks.scss */
.company.ir_requests.thanks .progress .progress-bar {
  border-radius: 0 !important;
  background-color: #00A0E2;
}

/* line 10, app/assets/stylesheets/application/views/company/ir_requests/_thanks.scss */
.company.ir_requests.thanks .thanks-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 17, app/assets/stylesheets/application/views/company/ir_requests/_thanks.scss */
.company.ir_requests.thanks .thanks-container .image-container {
  margin-top: 170px;
  margin-bottom: 30px;
}

/* line 22, app/assets/stylesheets/application/views/company/ir_requests/_thanks.scss */
.company.ir_requests.thanks .thanks-container .btn-container {
  margin-top: 40px;
}

/* line 27, app/assets/stylesheets/application/views/company/ir_requests/_thanks.scss */
.company.ir_requests.thanks .close-button:before {
  font-family: 'Ionicons';
  color: #343434;
  content: "\f2d7";
}

/* line 2, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .ir-request-container {
  padding-top: 40px;
}

/* line 6, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .title {
  margin: 0 0 30px 0;
}

/* line 10, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .table-wrapper {
  padding: 0;
  max-height: calc(100vh - 30vh);
  min-height: calc(100vh - 30vh);
  overflow: auto;
  margin: 2px auto 20px;
}

/* line 18, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .ir-request-table__header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

/* line 24, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .ir-request-table__header th {
  position: sticky;
  top: 0;
  background-color: #fff;
}

/* line 30, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .ir-request-table__header td:first-child {
  border-top: 1px solid #DDD;
  border-radius: 0;
}

/* line 35, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .ir-request-table__header td:last-child {
  border-top: 1px solid #DDD;
  border-radius: 0;
}

/* line 41, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .ir-request-title {
  max-width: 400px;
}

/* line 45, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .ir-request-from_company_name {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 51, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .tooltip-parent {
  position: relative;
}

/* line 55, app/assets/stylesheets/application/views/company/ir_requests/index.scss */
.company.ir_requests.index .icon-information {
  position: absolute;
}

/* line 2, app/assets/stylesheets/application/views/company/metrics.scss */
.company.metrics .main-content {
  font-family: 'Futura PT';
}

/* line 3, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .header, .company.invitation_mail.complete .header {
  display: none;
}

/* line 7, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .main-content, .company.invitation_mail.complete .main-content {
  margin-top: 0;
}

/* line 13, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .editor-header {
  padding: 15px 0 15px 0;
  height: 60px;
}

/* line 17, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .editor-header .header-logo {
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .editor-header .header-logo .logo {
  height: 20px;
}

/* line 26, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .editor-header .header-title {
  font-family: "futura-pt", "Hiragino Sans", sans-serif;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
}

/* line 35, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .editor-header .cursor-pointer {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .progress {
  height: 7px;
}

/* line 44, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .card.mail_edit, .company.invitation_mail.new .company.stockholder_meetings.stockholders.new .mail_edit.connection-card, .company.stockholder_meetings.stockholders.new .company.invitation_mail.new .mail_edit.connection-card, .company.invitation_mail.new .company.stockholder_meetings.stockholders.en_new .mail_edit.connection-card, .company.stockholder_meetings.stockholders.en_new .company.invitation_mail.new .mail_edit.connection-card, .company.invitation_mail.new .company.stockholder_meetings.stockholders.confirm .mail_edit.connection-card, .company.stockholder_meetings.stockholders.confirm .company.invitation_mail.new .mail_edit.connection-card, .company.invitation_mail.new .company.stockholder_meetings.stockholders.en_confirm .mail_edit.connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.invitation_mail.new .mail_edit.connection-card {
  background-color: #DDD;
}

/* line 48, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .sort-column {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .sort-icon {
  align-items: center;
  margin-left: 15px;
}

/* line 56, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .sort-icon .arrow {
  height: 15px;
  width: 12px;
}

/* line 62, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .btn_mail_initialize {
  background-color: #FFF;
}

/* line 66, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .footer {
  padding: 22px 25px 0;
  z-index: 1;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 73, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .footer .cancel {
  width: 120px;
  color: #000;
  background-color: #FFF;
  border-color: #DDD;
}

/* line 80, app/assets/stylesheets/application/views/company/invitation_mail.scss */
.company.invitation_mail.new .footer .next {
  float: right;
  width: 120px;
}

/* line 2, app/assets/stylesheets/application/views/companies.scss */
.companies .custom-padding {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 2, app/assets/stylesheets/application/views/companies.scss */
  .companies .custom-padding {
    padding: 30px 7px 80px 7px;
  }
}

/* line 11, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header {
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  /* line 11, app/assets/stylesheets/application/views/companies.scss */
  .companies .company-header {
    margin-bottom: 13px;
  }
}

@media (min-width: 576px) {
  /* line 18, app/assets/stylesheets/application/views/companies.scss */
  .companies .company-header .header-wrapper {
    display: flex;
    align-items: center;
  }
}

/* line 25, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header .svg-icon {
  transform: scale(-1, 1);
}

@media (max-width: 575.98px) {
  /* line 25, app/assets/stylesheets/application/views/companies.scss */
  .companies .company-header .svg-icon {
    margin-bottom: 25px;
  }
}

/* line 33, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header .company-image {
  width: 52px;
  height: 52px;
  margin-left: 31px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #DDD;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}

/* line 42, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header .company-image.default-icon {
  -o-object-fit: none;
     object-fit: none;
}

@media (max-width: 575.98px) {
  /* line 33, app/assets/stylesheets/application/views/companies.scss */
  .companies .company-header .company-image {
    margin-left: 0;
  }
}

/* line 51, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header .company-name {
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  max-width: 500px;
}

@media (max-width: 575.98px) {
  /* line 51, app/assets/stylesheets/application/views/companies.scss */
  .companies .company-header .company-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
  }
}

/* line 65, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header .object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 69, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header .connected-icon {
  position: relative;
}

/* line 72, app/assets/stylesheets/application/views/companies.scss */
.companies .company-header .connected-icon::after {
  position: absolute;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/connected-6a78e9d0a2a046b9d23bfc35dba7efb0918705e496f506f4b5a65fcb798efd87.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 36px;
  left: 68px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

@media (max-width: 575.98px) {
  /* line 72, app/assets/stylesheets/application/views/companies.scss */
  .companies .company-header .connected-icon::after {
    left: 37px;
  }
}

/* line 91, app/assets/stylesheets/application/views/companies.scss */
.companies .tab-wrapper {
  margin-bottom: 29px;
}

@media (max-width: 575.98px) {
  /* line 91, app/assets/stylesheets/application/views/companies.scss */
  .companies .tab-wrapper {
    margin-bottom: 22px;
  }
}

/* line 98, app/assets/stylesheets/application/views/companies.scss */
.companies .tab-wrapper .scrollable-tabs {
  border-bottom: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 103, app/assets/stylesheets/application/views/companies.scss */
.companies .tab-wrapper .scrollable-tabs::-webkit-scrollbar {
  display: none;
}

/* line 107, app/assets/stylesheets/application/views/companies.scss */
.companies .tab-wrapper .scrollable-tabs .nav-link {
  font-family: "Futura PT";
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
}

@media (max-width: 575.98px) {
  /* line 107, app/assets/stylesheets/application/views/companies.scss */
  .companies .tab-wrapper .scrollable-tabs .nav-link {
    font-size: 14px;
    line-height: 14px;
    margin-right: 24px;
  }
}

/* line 126, app/assets/stylesheets/application/views/companies.scss */
.companies.show .card, .companies.show .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .companies.show .connection-card, .companies.show .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .companies.show .connection-card, .companies.show .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .companies.show .connection-card, .companies.show .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .companies.show .connection-card {
  border-radius: .75rem;
}

/* line 129, app/assets/stylesheets/application/views/companies.scss */
.companies.show .card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.new .companies.show .connection-card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_new .companies.show .connection-card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.confirm .companies.show .connection-card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_confirm .companies.show .connection-card .card-wide-padding {
  padding: 30px;
}

@media (max-width: 991.98px) {
  /* line 129, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.new .companies.show .connection-card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.en_new .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_new .companies.show .connection-card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.confirm .companies.show .connection-card .card-wide-padding, .companies.show .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-wide-padding, .company.stockholder_meetings.stockholders.en_confirm .companies.show .connection-card .card-wide-padding {
    padding: 18px;
  }
}

/* line 138, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history {
  font-size: 0.875rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

/* line 143, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: -5px;
}

/* line 149, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history .table-wrapper {
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}

@media (max-width: 991.98px) {
  /* line 149, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .stock-history .table-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* line 163, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history .table-door tbody tr td:first-child {
  border-radius: 0;
}

/* line 167, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history .table-door tbody tr td:last-child {
  border-radius: 0;
}

/* line 176, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history-sp {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

/* line 181, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history-sp .caption {
  color: #939393;
  font-size: 0.75rem;
}

/* line 186, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-history-sp .detail {
  font-size: 1rem;
  margin-bottom: .25rem;
}

/* line 192, app/assets/stylesheets/application/views/companies.scss */
.companies.show .company-info {
  font-size: 0.875rem;
  margin: 1.5rem 0 3rem;
}

/* line 196, app/assets/stylesheets/application/views/companies.scss */
.companies.show .company-info li {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

/* line 202, app/assets/stylesheets/application/views/companies.scss */
.companies.show .ml-minus {
  margin-left: -1px;
}

/* line 206, app/assets/stylesheets/application/views/companies.scss */
.companies.show .mobile-stock-area {
  padding: 30px 0;
  border-bottom: 1px solid #DDD;
}

/* line 211, app/assets/stylesheets/application/views/companies.scss */
.companies.show .total-voting-rights {
  font-family: "Futura PT";
  font-weight: 500;
  font-size: 36px;
}

@media (max-width: 575.98px) {
  /* line 211, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .total-voting-rights {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

/* line 224, app/assets/stylesheets/application/views/companies.scss */
.companies.show .mobile-company-info-area {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDD;
}

/* line 229, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-chart {
  display: 'inline-block';
  position: relative;
  width: 170px;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 229, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .stock-chart {
    margin-top: 20px;
    margin-left: -16px;
    padding: 0;
  }
}

/* line 242, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-chart .circle-bottom {
  fill: transparent;
  stroke: #DDD;
  stroke-width: 10;
}

@media (max-width: 575.98px) {
  /* line 242, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .stock-chart .circle-bottom {
    stroke-width: 12;
  }
}

/* line 252, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-chart .circle-top {
  fill: transparent;
  stroke: #00A0E2;
  stroke-width: 10;
}

@media (max-width: 575.98px) {
  /* line 252, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .stock-chart .circle-top {
    stroke-width: 12;
  }
}

/* line 262, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-chart .percent-label {
  position: absolute;
  color: #000;
  font-size: 1.562rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: "Futura PT";
  line-height: 22px;
}

@media (max-width: 575.98px) {
  /* line 262, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .stock-chart .percent-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 12px;
  }
}

/* line 281, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-chart .percent-label span {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  /* line 281, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .stock-chart .percent-label span {
    font-size: 0.875rem;
  }
}

/* line 290, app/assets/stylesheets/application/views/companies.scss */
.companies.show .stock-chart .round-svg {
  transform: rotate(-90deg);
  border-radius: 50%;
  width: 172px;
}

@media (max-width: 575.98px) {
  /* line 290, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .stock-chart .round-svg {
    width: 130px;
  }
}

/* line 301, app/assets/stylesheets/application/views/companies.scss */
.companies.show .info-icon {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  /* line 301, app/assets/stylesheets/application/views/companies.scss */
  .companies.show .info-icon {
    width: 16px;
    height: 16px;
    margin-right: 15px;
  }
}

/* line 313, app/assets/stylesheets/application/views/companies.scss */
.companies.show .convocation-alert {
  box-shadow: none;
  border-radius: 15px;
  background-color: #F7F7F7;
  padding: 30px 45px 30px 40px;
}

/* line 319, app/assets/stylesheets/application/views/companies.scss */
.companies.show .convocation-alert .alert-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/* line 325, app/assets/stylesheets/application/views/companies.scss */
.companies.show .convocation-alert .alert-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

/* line 333, app/assets/stylesheets/application/views/companies.scss */
.companies.show #convocation_modal .modal-dialog {
  max-width: 1000px;
}

/* line 336, app/assets/stylesheets/application/views/companies.scss */
.companies.show #convocation_modal .modal-dialog .card, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .companies.show #convocation_modal .modal-dialog .connection-card, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .companies.show #convocation_modal .modal-dialog .connection-card, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .companies.show #convocation_modal .modal-dialog .connection-card, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .companies.show #convocation_modal .modal-dialog .connection-card {
  width: 867px;
  margin-left: auto;
  margin-right: auto;
}

/* line 341, app/assets/stylesheets/application/views/companies.scss */
.companies.show #convocation_modal .modal-dialog .card .explanation, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.new .connection-card .explanation, .company.stockholder_meetings.stockholders.new .companies.show #convocation_modal .modal-dialog .connection-card .explanation, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.en_new .connection-card .explanation, .company.stockholder_meetings.stockholders.en_new .companies.show #convocation_modal .modal-dialog .connection-card .explanation, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.confirm .connection-card .explanation, .company.stockholder_meetings.stockholders.confirm .companies.show #convocation_modal .modal-dialog .connection-card .explanation, .companies.show #convocation_modal .modal-dialog .company.stockholder_meetings.stockholders.en_confirm .connection-card .explanation, .company.stockholder_meetings.stockholders.en_confirm .companies.show #convocation_modal .modal-dialog .connection-card .explanation {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 611px;
}

/* line 351, app/assets/stylesheets/application/views/companies.scss */
.companies.show #convocation_modal .modal-dialog .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 32px;
}

/* line 358, app/assets/stylesheets/application/views/companies.scss */
.companies.show #convocation_modal .modal-dialog .download {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 364, app/assets/stylesheets/application/views/companies.scss */
.companies.show #convocation_modal .modal-dialog .btn, .companies.show #convocation_modal .modal-dialog .component-v2 .btn-primary-w100-p3, .companies.show #convocation_modal .modal-dialog .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .companies.show #convocation_modal .modal-dialog .btn-primary-w100-p3, .company.financial_reports.edit .companies.show #convocation_modal .modal-dialog .btn-primary-w100-p3, .companies.show #convocation_modal .modal-dialog .company.kpis .btn-primary-w100-p3, .company.kpis .companies.show #convocation_modal .modal-dialog .btn-primary-w100-p3 {
  width: 200px;
}

/* line 368, app/assets/stylesheets/application/views/companies.scss */
.companies.show #convocation_modal .modal-dialog .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 377, app/assets/stylesheets/application/views/companies.scss */
.companies .main-content {
  margin-top: 1rem;
}

/* line 381, app/assets/stylesheets/application/views/companies.scss */
.companies .header ~ .main-content {
  margin-top: calc(60px + 1rem);
}

/* line 385, app/assets/stylesheets/application/views/companies.scss */
.companies h5 {
  font-size: 18px;
}

/* line 389, app/assets/stylesheets/application/views/companies.scss */
.companies .hover-disabled {
  pointer-events: none;
}

@media (max-width: 575.98px) {
  /* line 4, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .main-content {
    margin-top: 90px;
  }
  /* line 8, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .container {
    padding-left: 42px;
    padding-right: 45px;
  }
  /* line 13, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings p {
    font-size: 10px;
  }
  /* line 17, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings li :not(.company-header-tabs) > li {
    list-style-type: circle;
    font-size: 10px;
  }
  /* line 22, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .exclusion {
    width: -moz-max-content;
    width: max-content;
    padding-top: 3px;
    font-size: 12px;
  }
  /* line 27, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .exclusion label {
    padding-top: 5px;
  }
  /* line 32, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .notice-document-stakeholder {
    font-size: 10px;
  }
  /* line 36, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .voting-status {
    font-size: 10px;
  }
}

/* line 41, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .free-text-section {
  border-top: 1px solid #DDD;
}

/* line 45, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .border-collapse-separate {
  border-spacing: 10px;
  border-collapse: separate;
}

/* line 50, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .white-space-pre {
  white-space: pre;
}

/* line 54, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .white-space-pre-wrap {
  white-space: pre-wrap;
}

/* line 58, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .white-space-pre-line {
  white-space: pre-line;
}

@media (max-width: 991.98px) {
  /* line 63, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .pc-locale-links-wrapper {
    display: none;
  }
  /* line 67, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .locale-link {
    display: flex;
    height: 40px;
    padding: 10px 12px;
    width: 64px;
    justify-content: center;
    align-items: center;
  }
  /* line 75, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .locale-link.left {
    border-radius: 8px 0px 0px 8px;
  }
  /* line 79, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .locale-link.right {
    border-radius: 0px 8px 8px 0px;
  }
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .mobile-locale-links-wrapper {
    display: none;
  }
  /* line 90, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .locale-link {
    display: flex;
    height: 48px;
    padding: 10px 12px;
    width: 128px;
    justify-content: center;
    align-items: center;
  }
  /* line 98, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .locale-link.left {
    border-radius: 8px 0px 0px 8px;
  }
  /* line 102, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .locale-link.right {
    border-radius: 0px 8px 8px 0px;
  }
}

/* line 108, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .content {
  padding-top: 25px;
  padding-bottom: 40px;
}

/* line 112, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .content.en {
  padding-top: 60px;
}

@media (max-width: 575.98px) {
  /* line 108, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .content {
    padding-top: 0;
    padding-bottom: 250px;
  }
}

/* line 122, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .title {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Futura PT', 'Hiragino Sans';
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 122, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .title {
    font-size: 24px;
    text-align: left;
  }
}

/* line 134, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .notice-message {
  max-width: 650px;
  margin: 30px auto 60px auto;
  text-align: center;
  font-size: 17px;
}

@media (max-width: 575.98px) {
  /* line 134, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .notice-message {
    text-align: left;
    margin: 30px auto;
    font-size: 14px;
  }
}

/* line 147, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .notice {
  background: rgba(15, 144, 191, 0.1);
}

/* line 151, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .rounded-20 {
  border-radius: 20px;
}

/* line 156, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .download-guide .for-right-side-link {
  display: none;
}

@media screen and (min-width: 992px) {
  /* line 161, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .download-guide .for-underside-link {
    display: none;
  }
  /* line 165, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .download-guide .for-right-side-link {
    display: inline;
  }
}

/* line 171, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .pdf-previewer-wrapper {
  height: 800px;
}

@media (max-width: 575.98px) {
  /* line 171, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings .pdf-previewer-wrapper {
    height: 400px;
  }
}

/* line 179, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .reference-document {
  min-height: 600px;
}

/* line 184, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .title {
  font-weight: 600;
}

/* line 188, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .pdf-previewer-wrapper, .companies.stockholder_meetings.notice_document .pdf {
  max-width: 600px;
}

/* line 192, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .space {
  margin-bottom: 176px;
}

/* line 196, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .sp-navbar {
  height: 246px;
  padding: 20px;
}

/* line 201, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .btn-card {
  max-width: 392px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
}

@media (min-width: 992px) {
  /* line 201, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings.notice_document .btn-card {
    margin-left: 40px;
    margin-top: 0;
  }
}

/* line 215, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .btn, .companies.stockholder_meetings.notice_document .component-v2 .btn-primary-w100-p3, .companies.stockholder_meetings.notice_document .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .companies.stockholder_meetings.notice_document .btn-primary-w100-p3, .company.financial_reports.edit .companies.stockholder_meetings.notice_document .btn-primary-w100-p3, .companies.stockholder_meetings.notice_document .company.kpis .btn-primary-w100-p3, .company.kpis .companies.stockholder_meetings.notice_document .btn-primary-w100-p3 {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 226, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .safari-btn {
  width: auto;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
}

/* line 233, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.notice_document .btn-message {
  font-size: 14px;
  letter-spacing: 0;
  margin: 40px 0 12px;
}

/* line 241, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.edit .information-icon {
  line-height: 1.2;
}

/* line 247, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.edit .resolution .officer_approval_stakeholder_votes_result .form-check {
  align-items: center;
}

/* line 250, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.edit .resolution .officer_approval_stakeholder_votes_result .form-check label {
  margin-bottom: 0;
}

/* line 259, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.confirm .title {
  font-size: 28px;
}

@media (max-width: 575.98px) {
  /* line 259, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
  .companies.stockholder_meetings.confirm .title {
    font-size: 24px;
  }
}

/* line 267, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.confirm .notice-message {
  max-width: 620px;
}

/* line 273, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.attachments .subtitle {
  font-family: 'Futura PT', 'Hiragino Sans';
  font-weight: 600;
  font-size: 16px;
}

/* line 280, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.attachments .attachments-area a {
  font-size: 15px;
}

/* line 286, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings .center-item {
  justify-content: center !important;
}

/* line 292, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests .info {
  display: flex;
  margin-bottom: 10px;
  padding: 11px 15px;
  border: 1px solid #DDD;
  border-radius: 6px;
  line-height: 12px;
  height: 34px;
}

/* line 301, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests .info .icon {
  display: flex;
}

/* line 305, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests .info .message {
  font-size: 0.75rem;
}

/* line 310, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests .small-text-content {
  font-size: 14px;
  font-weight: 400;
}

/* line 316, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests.show .distribution-datetime {
  font-size: 14px;
  font-weight: 400;
}

/* line 323, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests.attachments .container {
  padding-bottom: 150px;
}

/* line 328, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests .guide-description {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0.5rem;
}

/* line 334, app/assets/stylesheets/application/views/companies/stockholder_meetings.scss */
.companies.stockholder_meetings.tests .step-name {
  position: absolute;
  bottom: 45px;
  text-align: center;
  color: #939393;
  width: 140px;
  font-size: 12px;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show .without-login-header {
  border-bottom: 1px solid #DDD;
  height: 61px;
  line-height: 60px;
}

/* line 8, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show .without-login-header img {
  height: 30px;
  margin-left: 16px;
  width: 29px;
}

/* line 14, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show .without-login-header .submit {
  cursor: pointer;
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 61px;
  width: 165px;
}

@media (max-width: 767.98px) {
  /* line 14, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports.show .without-login-header .submit {
    margin-right: 15px;
    text-align: right;
  }
}

/* line 29, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show .back {
  margin-top: 30px;
  margin-left: 117px;
}

@media (max-width: 767.98px) {
  /* line 29, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports.show .back {
    margin-left: 15px;
  }
}

/* line 40, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show.container-less .main-content {
  margin-top: 0;
}

/* line 44, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show.container-less .header ~ .main-content {
  margin-top: 60px;
}

/* line 48, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show.container-less .chart-in-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 53, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports.show.container-less .chart-in-preview .unit-label-in-view {
  position: relative;
  top: 24px;
  right: 140px;
  font-size: 13px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 53, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports.show.container-less .chart-in-preview .unit-label-in-view {
    right: 20px;
  }
}

/* line 67, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view {
  margin: 42.5px 145px 0 95px;
}

@media (max-width: 767.98px) {
  /* line 67, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view {
    margin: 42.5px 15px 0 15px;
  }
}

/* line 74, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view img {
  max-width: 100%;
}

/* line 78, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .sub-title-list {
  position: fixed;
  width: 369px;
}

@media (max-width: 767.98px) {
  /* line 78, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .sub-title-list {
    border: solid 1px #DDD;
    border-radius: 10px;
    margin-bottom: 50px;
    position: static;
    width: 100%;
  }
}

/* line 90, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .sub-title-list .list-title {
  margin: 10px 0 16px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  /* line 90, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .sub-title-list .list-title {
    font-size: 22px;
  }
}

/* line 101, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .sub-title-list .sub-title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  width: 299px;
  cursor: pointer;
}

/* line 109, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .sub-title-list .sub-title.active {
  background-color: #F7F7F7;
}

@media (max-width: 767.98px) {
  /* line 101, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .sub-title-list .sub-title {
    font-size: 16px;
    width: 100%;
  }
}

/* line 120, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main {
  margin-left: 369px;
}

@media (max-width: 767.98px) {
  /* line 120, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .main {
    margin-left: 0;
  }
}

/* line 127, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .title {
  font-size: 36px;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  /* line 127, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .main .title {
    font-size: 34px;
  }
}

/* line 136, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content {
  margin-bottom: 100px;
  width: 841px;
}

@media (max-width: 767.98px) {
  /* line 136, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .main .content {
    font-size: 14px;
    width: 100%;
  }
}

/* line 145, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .sub-title {
  margin: 31px 0 0;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  /* line 145, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .main .content .sub-title {
    font-size: 22px;
  }
}

/* line 155, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .google-visualization-table {
  margin-left: 45px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  font-size: 12px;
  width: 550px !important;
}

@media (max-width: 767.98px) {
  /* line 155, app/assets/stylesheets/application/views/companies/biz_reports.scss */
  .companies.biz_reports .report-view .main .content .google-visualization-table {
    margin-left: 0;
  }
}

/* line 166, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-tr-head {
  background-color: #FFF;
}

/* line 170, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .google-visualization-table .last-frozen-column {
  border-right: 1px #DDD solid !important;
  box-shadow: 4px 0 3px -2px #DDD;
  padding-right: 80px;
}

/* line 176, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .google-visualization-table tr {
  background-color: #FFF;
}

/* line 180, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .google-visualization-table th,
.companies.biz_reports .report-view .main .content .google-visualization-table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 186, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-th,
.companies.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-td {
  border-color: #DDD;
}

/* line 191, app/assets/stylesheets/application/views/companies/biz_reports.scss */
.companies.biz_reports .report-view .main .content .google-visualization-table .google-visualization-table-th {
  text-align: left;
}

/* line 3, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 8, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .ir-link {
  text-decoration: none;
  color: #000;
}

/* line 13, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .ir-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

/* line 19, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .ir-content {
  color: #939393;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767.98px) {
  /* line 19, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.index .ir-content {
    -webkit-line-clamp: 3;
  }
}

/* line 34, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .ir-reported_at_and_category {
  font-size: 13px;
  font-weight: 500;
  color: #939393;
}

/* line 39, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .ir-reported_at_and_category .ir-category {
  color: #00A0E2;
}

/* line 46, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index table tr th {
  padding-bottom: 20px;
}

/* line 50, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 57, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index table tr td .ir-category {
  background-color: #F2F8FC;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 8px;
  color: #00A0E2;
}

/* line 65, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index table tr td .like-field {
  padding: 20px 12px;
}

/* line 70, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index table tr .ir-title-and-content {
  max-width: 440px;
}

@media (max-width: 1199.98px) {
  /* line 70, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.index table tr .ir-title-and-content {
    max-width: 200px;
  }
}

/* line 83, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .heart-icon, .companies.irs.show .heart-icon {
  height: 15px;
  width: 17.3px;
}

/* line 88, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.index .like-icon, .companies.irs.show .like-icon {
  height: 16.5px;
  width: 16.5px;
}

/* line 95, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .without-login-header {
  height: 61px;
  line-height: 60px;
  border-bottom: 1px solid #DDD;
}

/* line 100, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .without-login-header img {
  margin-left: 16px;
  width: auto;
  height: 30px;
}

/* line 106, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .without-login-header .submit {
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 61px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 106, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .without-login-header .submit {
    margin-right: 15px;
    text-align: right;
  }
}

/* line 122, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .ir-company-header .company-image {
  width: 52px;
  height: 52px;
  margin-left: 31px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #DDD;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}

/* line 131, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .ir-company-header .company-image.default-icon {
  -o-object-fit: none;
     object-fit: none;
}

/* line 136, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .ir-company-header .company-name {
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  max-width: 500px;
}

/* line 144, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .ir-company-header .svg-icon {
  transform: scale(-1, 1);
}

/* line 148, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .ir-company-header .object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 152, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .ir-company-header .connected-icon {
  position: relative;
}

/* line 155, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .ir-company-header .connected-icon::after {
  position: absolute;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/connected-6a78e9d0a2a046b9d23bfc35dba7efb0918705e496f506f4b5a65fcb798efd87.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 36px;
  left: 68px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

/* line 170, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 7px;
}

@media (max-width: 767.98px) {
  /* line 170, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 182, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .info-line {
  height: 40px;
}

/* line 186, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reported_at_and_category {
  font-size: 15px;
  font-weight: 500;
  color: #939393;
}

@media (max-width: 767.98px) {
  /* line 186, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .reported_at_and_category {
    font-size: 13px;
    font-weight: 300;
  }
}

/* line 196, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reported_at_and_category .category {
  color: #00A0E2;
}

/* line 201, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .content {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  /* line 201, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}

/* line 211, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .content img {
  max-width: 100%;
  height: auto !important;
  /* important指定の理由:
            スマホなど横幅が狭い画面で画像のアスペクト比がおかしくなる原因の
            Summernoteが設定するstyle要素のheightを打ち消すため
        */
}

/* line 221, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .like-unlike-link {
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

/* line 226, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .like-unlike-link:hover {
  background-color: #F7F7F7;
  border-radius: 8px;
}

/* line 232, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .like-message {
  font-size: 14px;
  font-weight: 300;
  color: #939393;
  margin-left: 5px;
  margin-top: 3px;
}

/* line 239, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .like-message.active {
  font-weight: 500;
  color: #E6230D;
}

/* line 245, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .unlike-message {
  font-size: 14px;
  font-weight: 300;
  color: #939393;
  margin-left: 5px;
  margin-top: 4px;
}

/* line 252, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .unlike-message.active {
  font-weight: 500;
  color: #00A0E2;
}

/* line 258, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .icon {
  padding-top: 5px;
  cursor: pointer;
}

/* line 263, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .sender {
  margin-top: 5px;
}

/* line 267, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .subtitle {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  /* line 267, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .subtitle {
    font-size: 20px;
  }
}

/* line 276, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reports {
  border-top: 1px solid #DDD;
}

@media (max-width: 767.98px) {
  /* line 279, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .reports .reports-field {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* line 285, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reports .reports-field .report {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 290, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reports .reports-field a {
  text-decoration: none;
  color: #000;
}

/* line 295, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reports .reports-field .panel {
  border: 1px solid #DDD;
  border-radius: 10px;
  height: 209px;
}

/* line 300, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reports .reports-field .panel .report-title-wrapper {
  margin-top: 130px;
  border-top: 1px solid #DDD;
}

/* line 304, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .reports .reports-field .panel .report-title-wrapper .report-title {
  margin: 5px 20px 18px;
}

/* line 312, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments {
  border-top: 1px solid #DDD;
}

/* line 315, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .title-row {
  height: 32px;
  margin-bottom: 25px;
}

/* line 319, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .title-row .all-download {
  text-align: center;
  color: #00A0E2;
  font-size: 14px;
  border-radius: 8px;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .title-row .all-download:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 332, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .title-row .all-download .link {
  height: 22px;
}

/* line 335, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .title-row .all-download .link .icon {
  padding-bottom: 2px;
}

/* line 339, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .title-row .all-download .link .guide {
  padding: 4px 0;
}

@media (max-width: 767.98px) {
  /* line 346, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .attachments .files-field {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* line 352, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .files-field .file {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 357, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .attachments .files-field a {
  text-decoration: none;
  color: #000;
}

/* line 364, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .disclaimer {
  border-top: 1px solid #DDD;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #939393;
  white-space: pre-line;
}

@media (max-width: 767.98px) {
  /* line 364, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .disclaimer {
    font-size: 13px;
    line-height: 20px;
  }
}

/* line 377, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .disclaimer p {
  margin: 0;
}

/* line 381, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .disclaimer .heading {
  font-size: 16px;
}

/* line 384, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show .disclaimer .heading .alert-img {
  background-color: #939393;
  mask-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  width: 20px;
  height: 20px;
}

@media (max-width: 767.98px) {
  /* line 381, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .disclaimer .heading {
    font-size: 14px;
  }
  /* line 401, app/assets/stylesheets/application/views/companies/irs.scss */
  .companies.irs.show .disclaimer .heading .alert-img {
    width: 22px;
    height: 18px;
  }
}

/* line 411, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show.container-less .main-content {
  margin-top: 0;
}

/* line 415, app/assets/stylesheets/application/views/companies/irs.scss */
.companies.irs.show.container-less .header ~ .main-content {
  margin-top: 60px;
}

/* line 2, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 2, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .company-information {
    width: 100%;
    padding: 0 22px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

/* line 16, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-logo {
  width: 164px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 16, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .company-information .company-logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}

/* line 30, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-logo .company-image {
  width: 140px;
  height: 140px;
}

@media (max-width: 575.98px) {
  /* line 30, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .company-information .company-logo .company-image {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

/* line 41, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-logo .default-image {
  width: 81px;
  height: auto;
}

@media (max-width: 575.98px) {
  /* line 41, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .company-information .company-logo .default-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* line 55, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-details .company-name .name {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  /* line 55, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .company-information .company-details .company-name .name {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    word-break: break-all;
  }
}

/* line 71, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-details .flex-container {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  /* line 71, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .company-information .company-details .flex-container {
    flex-direction: column;
    margin-top: 0 !important;
    font-size: 14px;
  }
}

/* line 81, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-details .flex-container .website {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 88, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-details .flex-container .address {
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  /* line 95, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .company-information .company-details .flex-container .detail {
    margin-right: 0 !important;
  }
}

/* line 100, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-details .flex-container .detail i {
  position: relative;
  margin-right: 2rem;
}

/* line 105, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .company-information .company-details .flex-container .detail i::before {
  position: absolute;
  top: 2px;
  left: 0;
}

/* line 115, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .header ~ .main-content {
  margin-top: 0;
}

/* line 119, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .content-card {
  padding: 15px 12px;
  margin-bottom: 20px;
  border-radius: 1.7rem;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.07);
}

/* line 125, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .content-card.share-card {
  padding: 18px 16px 18px 20px;
}

/* line 128, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .content-card.share-card .card-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans";
  line-height: 24px;
  max-width: 266px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 139, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .content-card.share-card .share-information {
  line-height: 12px;
  margin-top: 7px;
  margin-bottom: 15px;
}

/* line 144, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .content-card.share-card .share-information span {
  font-size: 12px;
  font-weight: 300;
  font-family: "Hiragino Sans";
  line-height: 12px;
}

/* line 153, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .content-card.company-card {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .content-card.company-card:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 162, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .border {
  border-radius: 8px;
}

/* line 166, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .form-control.text {
  height: auto;
  padding: 14px;
}

/* line 171, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .status-orange {
  color: #feb513;
}

/* line 175, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .status-gray {
  color: #ECECEC;
}

/* line 179, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .status-blue {
  color: #0f90bf;
}

/* line 183, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .remind-link {
  color: #00A0E2;
}

/* line 189, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .share-tabs .copy-button {
  padding: 11px 14px;
  height: 36px;
  width: 153px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

/* line 198, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .share-tabs .copy-icon {
  position: relative;
  top: -3px;
  margin-right: 9px;
}

/* line 204, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .panel {
  border-radius: 15px;
}

/* line 208, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .title-bar {
  border-radius: 8px;
  font-size: 0.875rem;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  padding: 13px 16px;
}

/* line 216, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .icon-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 221, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .icon-chevron::before {
  width: 15px;
  font-size: 13px;
}

/* line 227, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .title-header-box {
  cursor: pointer;
}

/* line 233, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .dropdown-auto-open:hover .dropdown-menu {
  display: block;
}

/* line 240, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .dropdown .menu-icon {
  cursor: pointer;
}

/* line 245, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .small-heading {
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 250, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .sideways-dropdown {
  cursor: pointer;
  transform: rotate(90deg);
}

/* line 255, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .modal-dialog {
  overflow: initial;
}

/* line 258, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .modal-dialog .modal-content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

/* line 263, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .pull-down {
  background-color: #F7F7F7;
  border: none;
  border-radius: 40px;
}

@media (max-width: 767.98px) {
  /* line 269, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .font-size-mobile-18 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  /* line 275, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .font-size-mobile-20 {
    font-size: 20px;
  }
}

/* line 281, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .agenda-order-modal-body {
  padding: 20px;
  font-family: "Hiragino Sans";
  font-size: 16px;
  line-height: 24px;
}

/* line 287, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .agenda-order-modal-body .title {
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #DDD;
}

/* line 293, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .agenda-order-modal-body .agenda-row {
  display: flex;
  border-bottom: 1px solid #DDD;
}

/* line 298, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .agenda-order-modal-body .agenda-title {
  font-weight: 300;
}

/* line 304, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 .shadow-right, .show.company.financial_reports.edit .shadow-right, .show.company.kpis .shadow-right {
  box-shadow: 8px 0 3px -3px rgba(0, 0, 0, 0.1);
}

/* line 308, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 .inactive, .show.company.financial_reports.edit .inactive, .show.company.kpis .inactive {
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}

/* line 315, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 .stretched-link.inactive::after, .show.company.financial_reports.edit .stretched-link.inactive::after, .show.company.kpis .stretched-link.inactive::after {
  pointer-events: none;
  cursor: default;
}

/* line 321, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 table, .show.company.financial_reports.edit table, .show.company.kpis table {
  width: 100%;
}

/* line 325, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 table td a, .show.company.financial_reports.edit table td a, .show.company.kpis table td a {
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

/* line 332, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 table td .remind-link, .show.company.financial_reports.edit table td .remind-link, .show.company.kpis table td .remind-link {
  color: #00A0E2;
}

/* line 336, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 table td .remind-btn, .show.company.financial_reports.edit table td .remind-btn, .show.company.kpis table td .remind-btn {
  color: #FFF;
  width: inherit;
}

/* line 343, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 table td a:hover, .show.company.financial_reports.edit table td a:hover, .show.company.kpis table td a:hover {
  background-color: #F7F7F7;
}

/* line 347, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 .active-meeting, .show.company.financial_reports.edit .active-meeting, .show.company.kpis .active-meeting {
  background-color: #F7F7F7;
  color: #00A0E2;
}

/* line 352, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 .meeting-title, .show.company.financial_reports.edit .meeting-title, .show.company.kpis .meeting-title {
  max-width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 359, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 .file-form.lg, .show.company.financial_reports.edit .file-form.lg, .show.company.kpis .file-form.lg {
  padding: 3rem 0;
}

/* line 363, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show.component-v2 .alert-validation-bar, .show.company.financial_reports.edit .alert-validation-bar, .show.company.kpis .alert-validation-bar {
  margin-bottom: -10px;
}

/* line 368, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .contents {
  font-size: 16px;
  line-height: 24px;
}

/* line 373, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .mt-meeting-document {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  /* line 373, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .mt-meeting-document {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 382, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .height-mobile {
    max-height: 500px;
  }
}

@media (max-width: 767.98px) {
  /* line 388, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .scroll-only-mobile {
    overflow-y: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* line 395, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .logo-header {
  padding: 16px 20px;
  border-bottom: 1px solid #DDD;
  height: 62px;
}

/* line 400, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .logo-header .logo {
  height: 30px;
}

/* line 405, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .crumblist {
  width: 80%;
  margin-top: 38px;
}

/* line 410, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .bread-crumb-list {
  margin-left: 14px;
}

/* line 415, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .documents-area .share-tabs {
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  /* line 415, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .share-tabs {
    overflow-x: scroll;
    scrollbar-width: none;
    box-shadow: none;
  }
  /* line 423, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .share-tabs::-webkit-scrollbar {
    display: none;
  }
}

/* line 428, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .documents-area .share-tabs .document-tab {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 428, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .share-tabs .document-tab {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 22px;
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 438, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .share-tabs .document-tab .tab-nav {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  /* line 445, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .share-tabs .document-tab li {
    white-space: nowrap;
  }
}

/* line 450, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .documents-area .share-tabs .document-tab li .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 19px;
}

@media (max-width: 575.98px) {
  /* line 450, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .share-tabs .document-tab li .nav-link {
    padding-top: 0;
    padding-bottom: 16px;
    margin-right: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 575.98px) {
  /* line 465, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .share-tabs .document-tab li:last-child .nav-link {
    margin-right: 0;
  }
}

/* line 475, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .documents-area .intro-pdf {
  width: 80%;
  margin: 25px auto;
}

@media (max-width: 575.98px) {
  /* line 475, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .documents-area .intro-pdf {
    width: 100%;
    padding: 0 22px;
    margin: 23px auto;
  }
}

/* line 487, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .documents-area .documents-display-area .table-wrapper {
  width: 84%;
  margin: 0 auto;
}

/* line 491, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .documents-area .documents-display-area .table-wrapper tr td:nth-child(2) {
  border-bottom: 1px solid #DDD;
}

/* line 498, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant {
  max-height: 200px;
  overflow-y: scroll;
  padding: 20px 10px 20px 15px;
}

/* line 503, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant table {
  border-collapse: separate;
  margin-bottom: 0;
}

/* line 508, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant td {
  border: none;
  padding: 0 15px 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 515, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant td.participant-name {
  max-width: 140px;
}

/* line 519, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant td.participant-email {
  max-width: 220px;
}

/* line 524, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant td.participant-attendance.is-none {
  color: #939393;
}

/* line 528, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant td.participant-attendance.is-local, .companies.important_meetings.show .scroll-participant td.participant-attendance.is-online {
  color: #2BA84A;
}

/* line 532, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant td.participant-attendance.is-absence {
  color: #343434;
}

/* line 538, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.show .scroll-participant .menu-column {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 544, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.show .agenda .attachments {
    border-left: none !important;
  }
}

@media (min-width: 768px) {
  /* line 553, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .title-area {
    margin-bottom: 30px;
  }
}

/* line 560, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .share-tabs {
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  /* line 560, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .share-tabs {
    overflow-x: scroll;
    scrollbar-width: none;
    box-shadow: none;
  }
  /* line 568, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .share-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 574, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .share-tabs .action-tab {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 580, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .share-tabs .action-tab .tab-nav {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  /* line 587, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .share-tabs .action-tab li {
    white-space: nowrap;
  }
}

/* line 592, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .share-tabs .action-tab li .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 19px;
}

@media (max-width: 575.98px) {
  /* line 592, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .share-tabs .action-tab li .nav-link {
    padding-top: 0;
    padding-bottom: 16px;
    margin-right: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 575.98px) {
  /* line 607, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings .share-tabs .action-tab li:last-child .nav-link {
    margin-right: 0;
  }
}

/* line 617, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings .icon-information {
  cursor: pointer;
}

/* line 622, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.report.show .pdf-previewer-wrapper {
  height: 800;
  width: 600;
}

/* line 629, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table {
  table-layout: fixed;
  width: 100%;
}

/* line 634, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table thead th:nth-of-type(2) {
  width: 40%;
}

/* line 637, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table thead th:nth-of-type(3) {
  width: 50%;
}

/* line 642, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

/* line 650, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 300;
  font-family: "Hiragino Sans";
}

/* line 658, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda .summary-wrapper .summary {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: calc(1.5em * 4);
}

/* line 668, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda .summary-wrapper .space {
  float: right;
  height: calc(1.5em * 3);
}

/* line 673, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda .summary-wrapper .showMore {
  float: right;
  clear: both;
  color: #00A0E2;
}

/* line 679, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda .details {
  width: 100%;
}

/* line 682, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda .details .agenda-detail {
  margin-bottom: .5em;
}

/* line 686, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings table.important-meeting-table .agenda .details .showLess {
  text-align: right;
  color: #00A0E2;
}

/* line 694, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings .important-meeting-search-form {
  background-color: #F7F7F7;
  border-radius: 10px;
}

/* line 698, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings .important-meeting-search-form .input-group-append {
  background-color: #F7F7F7;
}

/* line 702, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings .important-meeting-search-form #input_search {
  padding: 18px 30px 18px 0;
  border-radius: 0 27px 27px 0;
}

/* line 707, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings .important-meeting-search-form #input_search ~ label ~ .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}

/* line 711, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings .important-meeting-search-form #input_search ~ label ~ .input-group-append .input-group-text {
  border-radius: 27px 0 0 27px;
}

@media (max-width: 767.98px) {
  /* line 718, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.other_meetings .important-meeting-search-form .date-group {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  /* line 724, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.other_meetings .important-meeting-search-form .meeting-tag-search {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  /* line 730, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.other_meetings .important-meeting-search-form .select-search-box {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  /* line 736, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.other_meetings .important-meeting-search-form .input_search {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  /* line 742, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.other_meetings .important-meeting-search-form .button-search-box {
    margin-top: 1rem;
  }
}

/* line 748, app/assets/stylesheets/application/views/companies/important_meetings.scss */
.companies.important_meetings.other_meetings .important-meeting-search-form .state_search_between {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  /* line 748, app/assets/stylesheets/application/views/companies/important_meetings.scss */
  .companies.important_meetings.other_meetings .important-meeting-search-form .state_search_between {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/application/views/corporates.scss */
.corporates {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 4, app/assets/stylesheets/application/views/corporates.scss */
.corporates .radius-37 {
  border-radius: 37%;
}

/* line 8, app/assets/stylesheets/application/views/corporates.scss */
.corporates .tag-btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 31px;
  color: #00A0E2;
  background-color: #edf4f9;
  border-radius: 14px;
  padding: 8px 10px;
  margin: 2px 2px 2px 0;
}

/* line 20, app/assets/stylesheets/application/views/corporates.scss */
.corporates .tag-more {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: #00A0E2;
  padding: 8px 10px;
  margin: 2px 2px 2px 0;
}

/* line 1, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .main-content {
  overflow: visible;
}

/* line 5, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .nav-content {
  padding-bottom: 30px;
}

/* line 9, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .title {
  margin-top: 40px;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 32px;
  color: #343434;
}

/* line 17, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form {
  margin-bottom: 27.5px;
}

/* line 21, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .left-col {
  padding-right: 5px;
}

/* line 25, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .right-col {
  padding-left: 5px;
}

/* line 29, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .form-group {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .form-group .input-group .input-group-prepend .input-group-text {
  border-radius: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  margin-bottom: 0;
  background-color: #F7F7F7;
  border: none;
  height: 38px;
}

/* line 45, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .form-group .input-group input.form-control {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  background-color: #F7F7F7;
  border: none;
  height: 38px;
  font-size: 14px;
}

/* line 53, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .form-group .input-group input:-webkit-autofill {
  -webkit-transition: background-color 10000000ms ease-in-out 0ms;
  transition: background-color 10000000ms ease-in-out 0ms;
  -webkit-box-shadow: none;
}

/* line 60, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper {
  position: absolute;
  display: none;
  padding-top: 20px;
  margin: 10px 15px 0 5px;
  z-index: 100;
  background-color: #FFF;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

/* line 71, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .root-tag-category-wrapper {
  padding-left: 20px;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 6px;
}

/* line 77, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .root-tag-category-wrapper .root-category {
  position: relative;
  display: inline-block;
}

/* line 81, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .root-tag-category-wrapper .root-category .counter {
  position: absolute;
  right: 2px;
  top: -6px;
  width: 20px;
  height: 20px;
  background: #00A0E2;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  display: none;
}

/* line 97, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .sub-tag-category-wrapper {
  display: none;
  margin-top: 20px;
  padding: 20px 0 20px 20px;
  background-color: #F7F7F7;
}

/* line 103, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .sub-tag-category-wrapper .sub-category {
  position: relative;
  display: inline-block;
}

/* line 109, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .tag-name-btn {
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #343434;
  border: solid #DDD;
  border-radius: 22px;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  margin: 5px 5px 5px 0;
}

/* line 123, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .tag-name-btn:hover {
  border-color: #939393;
}

/* line 127, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .tag-name-btn.active {
  color: #00A0E2;
  border-color: #00A0E2;
  background-color: #f1f8fc;
}

/* line 133, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .tag-name-btn.selected {
  color: #00A0E2;
  border-color: #00A0E2;
  background-color: #FFF;
}

/* line 138, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .tag-name-btn.selected.active {
  color: #00A0E2;
  border-color: #00A0E2;
  background-color: #f1f8fc;
}

/* line 146, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .search-form .tag-cateroy-wrapper .footer {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #DDD;
}

/* line 154, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.corporates.index .no-search-result {
  color: #BDBDBD;
  width: 320px;
  margin-top: 80px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1440px) {
  /* line 34, app/assets/stylesheets/application/views/corporates.scss */
  .corporates.index .container {
    max-width: 1256px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* line 43, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
}

/* line 48, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .nav-item .nav-link.active {
  font-weight: 700;
}

/* line 54, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .table-wrapper {
  margin-left: -1.50rem;
  margin-right: -1.50rem;
}

/* line 58, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .table-wrapper .list {
  table-layout: fixed;
  font-size: 13px;
}

/* line 64, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .table-wrapper .list thead tr th:nth-child(2) {
  padding-left: 0;
  width: 5%;
}

/* line 69, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .table-wrapper .list thead tr th:nth-child(3) {
  width: 15%;
}

/* line 73, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .table-wrapper .list thead tr th:nth-child(4) {
  width: 50%;
}

/* line 81, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .table-wrapper tbody td:nth-child(2) {
  padding-left: 0;
}

/* line 85, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .table-wrapper tbody td.summary {
  font-size: 12px;
  font-weight: 500;
  word-break: break-all;
}

/* line 94, app/assets/stylesheets/application/views/corporates.scss */
.corporates.index .container .default-thumbnail-wrapper {
  width: 36px;
  height: 36px;
}

/* line 102, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .container {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 108, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .tab-field-fixed {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: #FFF;
  z-index: 5;
}

/* line 116, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .show-body-tab-fixed {
  margin-top: 130px;
}

/* line 120, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .corporate-tab-field {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}

/* line 123, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .corporate-tab-field .tab-nav {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

/* line 135, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list thead tr th:first-child {
  width: 80px;
  padding-left: 0;
  padding-bottom: 0;
}

/* line 141, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list thead tr th:nth-child(2) {
  width: 50rem;
}

/* line 145, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list thead tr th:nth-child(3) {
  padding-bottom: 0;
}

/* line 152, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list tbody tr {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  height: 60px;
}

/* line 157, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list tbody tr td:first-child {
  padding-left: 25px;
}

/* line 162, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list tbody tr:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 167, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .list tbody td {
  background: none;
  border: none;
}

/* line 174, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .tab-link {
  cursor: pointer;
  font-weight: 500;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 37px;
}

/* line 183, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .tab-link.active {
  font-weight: 700;
}

/* line 188, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .section-title {
  font-family: Hiragino Sans;
  font-weight: 600;
  margin-top: 25px;
  color: #343434;
  font-size: 24px;
}

/* line 196, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .avatar {
  border-radius: 15px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
}

/* line 201, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .default-thumbnail-wrapper {
  height: 164px;
  width: 164px;
  padding: 10px 0;
}

/* line 207, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .default-thumbnail-wrapper-for-investors {
  width: 36px;
  height: 36px;
}

/* line 212, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .company-name {
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 19px;
}

/* line 220, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .company-website {
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 19px;
}

/* line 228, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .company-summary {
  font-family: Futura LT Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 235, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .updated-at {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #939393;
}

/* line 243, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .company-tags {
  margin-top: 19px;
}

/* line 247, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .item-name {
  display: inline-block;
  width: 66px;
  font-family: Hiragino Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #939393;
}

/* line 258, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .item-value {
  overflow-wrap: break-word;
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
}

/* line 267, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .news-group-item {
  position: relative;
  display: block;
  padding: 19px 25px 22px 25px;
  margin-bottom: 12px;
  background-color: #FFF;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
}

/* line 278, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .news-group-item:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 283, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .news-group-item .news-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}

/* line 290, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .news-group-item .news-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #939393;
}

/* line 299, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact {
  text-align: right;
}

/* line 302, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .request-link {
  margin-bottom: 5px;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/blue-gradation-bg-605f5e8d4a42ba053f3dc18bc666646d76322e480d3fc739ca8f2c598a9b9339.png);
  background-repeat: no-repeat;
  width: 186px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

/* line 316, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .request-link:hover {
  opacity: .8;
}

/* line 322, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .reason-select-label {
  margin-bottom: 16px;
  line-height: 16px;
}

/* line 327, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .contact-reason-select {
  padding: 10px 14px;
}

/* line 330, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .contact-reason-select:invalid {
  color: #DDD;
}

/* line 334, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .contact-reason-select.is-invalid:invalid {
  color: #E6230D;
}

/* line 338, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .contact-reason-select option[value=""] {
  display: none;
}

/* line 343, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .invalid-feedback {
  font-size: 13px;
}

/* line 347, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .fundinno_supporter_contact_request_comment {
  margin-bottom: 0;
}

/* line 350, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .fundinno_supporter_contact_request_comment .input-comment-field {
  height: 256px;
}

/* line 353, app/assets/stylesheets/application/views/corporates.scss */
.corporates.show .request-contact .modal-body .fundinno_supporter_contact_request_comment .input-comment-field::-moz-placeholder {
  color: #DDD;
}
.corporates.show .request-contact .modal-body .fundinno_supporter_contact_request_comment .input-comment-field::placeholder {
  color: #DDD;
}

/* line 1, app/assets/stylesheets/application/views/investors.scss */
.investors {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 4, app/assets/stylesheets/application/views/investors.scss */
.investors .radius-37 {
  border-radius: 37%;
}

/* line 8, app/assets/stylesheets/application/views/investors.scss */
.investors .tag-btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: #00A0E2;
  background-color: #edf4f9;
  border-radius: 14px;
  padding: 8px 10px;
  margin: 2px 2px 2px 0;
}

/* line 20, app/assets/stylesheets/application/views/investors.scss */
.investors .tag-more {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: #00A0E2;
  padding: 8px 10px;
  margin: 2px 2px 2px 0;
}

/* line 1, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .main-content {
  overflow: visible;
}

/* line 5, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .nav-content {
  padding-bottom: 30px;
}

/* line 9, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .title {
  margin-top: 40px;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 32px;
  color: #343434;
}

/* line 17, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form {
  margin-bottom: 27.5px;
}

/* line 21, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .left-col {
  padding-right: 5px;
}

/* line 25, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .right-col {
  padding-left: 5px;
}

/* line 29, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .form-group {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .form-group .input-group .input-group-prepend .input-group-text {
  border-radius: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 10px;
  margin-bottom: 0;
  background-color: #F7F7F7;
  border: none;
  height: 38px;
}

/* line 45, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .form-group .input-group input.form-control {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  background-color: #F7F7F7;
  border: none;
  height: 38px;
  font-size: 14px;
}

/* line 53, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .form-group .input-group input:-webkit-autofill {
  -webkit-transition: background-color 10000000ms ease-in-out 0ms;
  transition: background-color 10000000ms ease-in-out 0ms;
  -webkit-box-shadow: none;
}

/* line 60, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper {
  position: absolute;
  display: none;
  padding-top: 20px;
  margin: 10px 15px 0 5px;
  z-index: 100;
  background-color: #FFF;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

/* line 71, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .root-tag-category-wrapper {
  padding-left: 20px;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 6px;
}

/* line 77, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .root-tag-category-wrapper .root-category {
  position: relative;
  display: inline-block;
}

/* line 81, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .root-tag-category-wrapper .root-category .counter {
  position: absolute;
  right: 2px;
  top: -6px;
  width: 20px;
  height: 20px;
  background: #00A0E2;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  display: none;
}

/* line 97, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .sub-tag-category-wrapper {
  display: none;
  margin-top: 20px;
  padding: 20px 0 20px 20px;
  background-color: #F7F7F7;
}

/* line 103, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .sub-tag-category-wrapper .sub-category {
  position: relative;
  display: inline-block;
}

/* line 109, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .tag-name-btn {
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #343434;
  border: solid #DDD;
  border-radius: 22px;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  margin: 5px 5px 5px 0;
}

/* line 123, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .tag-name-btn:hover {
  border-color: #939393;
}

/* line 127, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .tag-name-btn.active {
  color: #00A0E2;
  border-color: #00A0E2;
  background-color: #f1f8fc;
}

/* line 133, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .tag-name-btn.selected {
  color: #00A0E2;
  border-color: #00A0E2;
  background-color: #FFF;
}

/* line 138, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .tag-name-btn.selected.active {
  color: #00A0E2;
  border-color: #00A0E2;
  background-color: #f1f8fc;
}

/* line 146, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .search-form .tag-cateroy-wrapper .footer {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #DDD;
}

/* line 154, app/assets/stylesheets/application/views/_search_by_tag_category.scss */
.investors.index .no-search-result {
  color: #BDBDBD;
  width: 320px;
  margin-top: 80px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1440px) {
  /* line 34, app/assets/stylesheets/application/views/investors.scss */
  .investors.index .container {
    max-width: 1256px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* line 43, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
}

/* line 48, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .nav-item .nav-link.active {
  font-weight: 700;
}

/* line 54, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .table-wrapper {
  margin-left: -1.50rem;
  margin-right: -1.50rem;
}

/* line 58, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .table-wrapper .list {
  table-layout: fixed;
  font-size: 13px;
}

/* line 64, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .table-wrapper .list thead tr th:nth-child(2) {
  padding-left: 0;
  width: 5%;
}

/* line 69, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .table-wrapper .list thead tr th:nth-child(3) {
  width: 25%;
}

/* line 73, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .table-wrapper .list thead tr th:nth-child(4) {
  width: 45%;
}

/* line 81, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .table-wrapper tbody td:nth-child(2) {
  padding-left: 0;
}

/* line 85, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .table-wrapper tbody td.summary {
  font-size: 12px;
  font-weight: 500;
  word-break: break-all;
}

/* line 94, app/assets/stylesheets/application/views/investors.scss */
.investors.index .container .default-thumbnail-wrapper {
  width: 36px;
  height: 36px;
}

/* line 102, app/assets/stylesheets/application/views/investors.scss */
.investors.show .container {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 108, app/assets/stylesheets/application/views/investors.scss */
.investors.show .tab-field-fixed {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: #FFF;
  z-index: 5;
}

/* line 116, app/assets/stylesheets/application/views/investors.scss */
.investors.show .show-body-tab-fixed {
  margin-top: 114px;
}

/* line 120, app/assets/stylesheets/application/views/investors.scss */
.investors.show .investor-tab-field {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}

/* line 123, app/assets/stylesheets/application/views/investors.scss */
.investors.show .investor-tab-field .tab-nav {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/application/views/investors.scss */
.investors.show .tab-link {
  cursor: pointer;
  font-weight: 500;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 37px;
}

/* line 138, app/assets/stylesheets/application/views/investors.scss */
.investors.show .tab-link.active {
  font-weight: 700;
}

/* line 143, app/assets/stylesheets/application/views/investors.scss */
.investors.show .section-title {
  font-family: Hiragino Sans;
  font-weight: 600;
  margin-top: 25px;
  color: #343434;
  font-size: 24px;
}

/* line 151, app/assets/stylesheets/application/views/investors.scss */
.investors.show .default-thumbnail-wrapper {
  height: 164px;
  width: 164px;
  padding: 10px 0;
}

/* line 157, app/assets/stylesheets/application/views/investors.scss */
.investors.show .avatar {
  border-radius: 15px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
}

/* line 162, app/assets/stylesheets/application/views/investors.scss */
.investors.show .angel-investor-name {
  font-family: Hiragino Sans;
  font-weight: 600;
  font-size: 30px;
  height: 30px;
  line-height: 38px;
  margin-bottom: 19px;
}

/* line 171, app/assets/stylesheets/application/views/investors.scss */
.investors.show .corporate-investor-name {
  font-weight: 700;
  font-size: 30px;
  height: 30px;
  line-height: 38px;
  margin-bottom: 19px;
}

/* line 180, app/assets/stylesheets/application/views/investors.scss */
.investors.show .updated-at {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #939393;
}

/* line 188, app/assets/stylesheets/application/views/investors.scss */
.investors.show .item-name {
  display: inline-block;
  width: 136px;
  font-family: Hiragino Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #939393;
}

/* line 199, app/assets/stylesheets/application/views/investors.scss */
.investors.show .w-72 {
  width: 72px;
}

/* line 203, app/assets/stylesheets/application/views/investors.scss */
.investors.show .item-value {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
}

/* line 211, app/assets/stylesheets/application/views/investors.scss */
.investors.show .grid {
  width: 170px;
  height: 170px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border: none;
  border-radius: 12px;
}

/* line 219, app/assets/stylesheets/application/views/investors.scss */
.investors.show .grid-hover:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 224, app/assets/stylesheets/application/views/investors.scss */
.investors.show .glid-text {
  width: 170px;
}

/* line 228, app/assets/stylesheets/application/views/investors.scss */
.investors.show .object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 232, app/assets/stylesheets/application/views/investors.scss */
.investors.show .image-wrapper {
  padding: 10px 0;
  height: 170px;
}

/* line 236, app/assets/stylesheets/application/views/investors.scss */
.investors.show .image-wrapper .avatar {
  width: 150px;
  height: 150px;
}

/* line 241, app/assets/stylesheets/application/views/investors.scss */
.investors.show .image-wrapper .default-avatar {
  width: 120px;
  height: 120px;
  padding-top: 25px;
}

/* line 2, app/assets/stylesheets/application/views/capital/notifications.scss */
.capital.notifications h1 {
  color: #343434;
  font-size: 2rem;
  font-weight: bold;
}

/* line 8, app/assets/stylesheets/application/views/capital/notifications.scss */
.capital.notifications .main-content {
  margin-top: 2.4rem;
}

/* line 12, app/assets/stylesheets/application/views/capital/notifications.scss */
.capital.notifications .header ~ .main-content {
  margin-top: calc(60px + 2.4rem);
}

/* line 3, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .summary-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

/* line 10, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .summary-wrapper .summary-stockholders {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-size: 1.125rem;
  line-height: 2.25rem;
  padding: .75rem 1.5rem 1rem;
}

/* line 18, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .summary-wrapper .summary-stockholders .caption {
  font-weight: 700;
}

/* line 22, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .summary-wrapper .summary-stockholders .number {
  font-size: 2.187rem;
  margin-right: 3px;
}

/* line 27, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .summary-wrapper .summary-stockholders .unit {
  font-size: 1.25rem;
}

/* line 32, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .summary-wrapper .summary-left {
  border: 1px solid #DDD;
  border-right: none;
  border-radius: .25rem 0 0 .25rem;
}

/* line 38, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .summary-wrapper .summary-right {
  border: 1px solid #DDD;
  border-radius: 0 .25rem .25rem 0;
}

/* line 44, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 48, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .table-wrapper .table-stockholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 52, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .table-wrapper .table-stockholders .dropdown {
  cursor: pointer;
  line-height: 1.5;
}

/* line 57, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn, .companies.stockholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .component-v2 .btn-primary-w100-p3, .companies.stockholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .companies.stockholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .company.financial_reports.edit .companies.stockholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3, .companies.stockholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .company.kpis .btn-primary-w100-p3, .company.kpis .companies.stockholders.index .table-wrapper .table-stockholders .dropdown .stockholders-display-menu .btn-primary-w100-p3 {
  font-size: 0.875rem;
}

/* line 63, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .table-wrapper .table-stockholders .btn-sm, .companies.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn, .companies.stockholders.index .table-wrapper .table-stockholders .component-v2 .btn-group-sm > .btn-primary-w100-p3, .companies.stockholders.index .table-wrapper .table-stockholders .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .component-v2 .companies.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .companies.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3, .companies.stockholders.index .table-wrapper .table-stockholders .company.kpis .btn-group-sm > .btn-primary-w100-p3, .company.kpis .companies.stockholders.index .table-wrapper .table-stockholders .btn-group-sm > .btn-primary-w100-p3 {
  font-size: 13px;
  font-weight: 700;
}

/* line 68, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .table-wrapper .table-stockholders .stockholder-name-spacer {
  line-height: 3.7;
}

/* line 73, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .table-wrapper .table-fixed {
  table-layout: fixed;
}

/* line 78, app/assets/stylesheets/application/views/companies/stockholders.scss */
.companies.stockholders.index .rounded-stock-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  top: -1px;
  background-color: #DDD;
}

/* line 4, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table, .companies.documents.show .documents-table {
  margin-bottom: 100px;
}

/* line 9, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table thead tr, .companies.documents.show .documents-table thead tr {
  color: #000;
  background-color: #FFF;
}

/* line 13, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table thead tr th, .companies.documents.show .documents-table thead tr th {
  border: none;
}

/* line 21, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table tbody tr td, .companies.documents.show .documents-table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
}

/* line 28, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table tbody tr td.updated-at, .companies.documents.show .documents-table tbody tr td.updated-at {
  width: 240px;
}

/* line 32, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table tbody tr td.name, .companies.documents.show .documents-table tbody tr td.name {
  width: 180px;
}

/* line 36, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table tbody tr td.files-cont, .companies.documents.show .documents-table tbody tr td.files-cont {
  text-align: right;
  width: 120px;
}

/* line 41, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table tbody tr td.operation, .companies.documents.show .documents-table tbody tr td.operation {
  text-align: right;
  width: 80px;
}

/* line 47, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table tbody tr:hover td, .companies.documents.show .documents-table tbody tr:hover td {
  background: #F7F7F7;
}

/* line 52, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table th,
.companies.documents.index .documents-table td, .companies.documents.show .documents-table th,
.companies.documents.show .documents-table td {
  padding: 0.9rem 0.75rem;
  font-weight: 400;
  color: #343434;
}

/* line 59, app/assets/stylesheets/application/views/companies/documents.scss */
.companies.documents.index .documents-table .overflow, .companies.documents.show .documents-table .overflow {
  overflow-y: visible;
  overflow-x: visible;
}

/* line 3, app/assets/stylesheets/application/views/companies/news.scss */
.companies.news.index .font-size-14 {
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/application/views/companies/news.scss */
.companies.news.index .font-weight-500 {
  font-weight: 500;
}

/* line 11, app/assets/stylesheets/application/views/companies/news.scss */
.companies.news.index .form-control-label {
  font-size: 14px;
}

/* line 15, app/assets/stylesheets/application/views/companies/news.scss */
.companies.news.index .left-pane {
  width: 790px;
}

/* line 19, app/assets/stylesheets/application/views/companies/news.scss */
.companies.news.index .right-pane {
  width: 410px;
  border-left: 1px solid #DDD;
}

/* line 23, app/assets/stylesheets/application/views/companies/news.scss */
.companies.news.index .right-pane .right-container {
  width: 380px;
  float: right;
}

/* line 1, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 5, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card {
  position: relative;
  width: 586px;
  min-height: 260px;
  border: 1px solid #DDD;
  border-radius: 18px;
}

/* line 12, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .thumb {
  position: relative;
  display: flex;
  width: 40%;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 12, app/assets/stylesheets/application/views/companies/contract_files.scss */
  .companies.contract-files.index .contract-file-card .thumb {
    margin: 15px auto;
  }
}

/* line 25, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .thumb img {
  max-height: 220px;
  max-width: 80%;
}

/* line 31, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .preview-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 39, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .file-name {
  color: #343434;
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .detail {
  border-left: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  width: 60%;
}

@media (max-width: 575.98px) {
  /* line 44, app/assets/stylesheets/application/views/companies/contract_files.scss */
  .companies.contract-files.index .contract-file-card .detail {
    margin: 0 auto;
  }
}

/* line 55, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .detail h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  word-wrap: break-word;
}

/* line 62, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .detail .at {
  font-size: 16px;
  color: #939393;
  font-weight: 300;
}

/* line 68, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .detail .btns {
  margin-top: auto;
  margin-bottom: 20px;
}

/* line 72, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .detail .btns .btn, .companies.contract-files.index .contract-file-card .detail .btns .component-v2 .btn-primary-w100-p3, .companies.contract-files.index .contract-file-card .detail .btns .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .companies.contract-files.index .contract-file-card .detail .btns .btn-primary-w100-p3, .company.financial_reports.edit .companies.contract-files.index .contract-file-card .detail .btns .btn-primary-w100-p3, .companies.contract-files.index .contract-file-card .detail .btns .company.kpis .btn-primary-w100-p3, .company.kpis .companies.contract-files.index .contract-file-card .detail .btns .btn-primary-w100-p3 {
  font-weight: 500;
  margin-right: 0;
}

/* line 77, app/assets/stylesheets/application/views/companies/contract_files.scss */
.companies.contract-files.index .contract-file-card .detail .btns .btn.download, .companies.contract-files.index .contract-file-card .detail .btns .component-v2 .download.btn-primary-w100-p3, .companies.contract-files.index .contract-file-card .detail .btns .company.financial_reports.edit .download.btn-primary-w100-p3, .component-v2 .companies.contract-files.index .contract-file-card .detail .btns .download.btn-primary-w100-p3, .company.financial_reports.edit .companies.contract-files.index .contract-file-card .detail .btns .download.btn-primary-w100-p3, .companies.contract-files.index .contract-file-card .detail .btns .company.kpis .download.btn-primary-w100-p3, .company.kpis .companies.contract-files.index .contract-file-card .detail .btns .download.btn-primary-w100-p3 {
  padding: 8px 16px;
  margin-left: auto;
}

/* line 2, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract .main-content {
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 14, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body {
  display: flex;
  padding: 0;
}

/* line 18, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left {
  padding: 50px 50px 130px;
  width: 50%;
  border-right: 1px solid #D8D8D8;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left {
    padding: 24px 12px 130px;
    width: 100%;
  }
}

/* line 29, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail {
  margin: 0 auto 100px;
  width: 620px;
}

@media (max-width: 767px) {
  /* line 29, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail {
    width: 100%;
  }
}

/* line 37, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .notice-title {
  margin: 0 0 40px 10px;
  max-width: 510px;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .notice-title {
    margin: 0 0 40px;
    font-size: 1.375rem;
  }
}

/* line 49, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to {
  margin: 0 10px;
}

/* line 53, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark {
  display: flex;
  width: 28px;
}

/* line 57, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .check-mark,
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .fa-check-circle {
  margin-top: 4px;
  font-size: 1.75rem;
  color: #00A0E2;
  height: 30px;
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .check-mark,
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .fa-check-circle {
    margin-top: 0;
  }
}

/* line 68, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .check-mark.unchecked,
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .fa-check-circle.unchecked {
  font-size: 27px;
  color: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  box-sizing: border-box;
}

/* line 78, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address {
  display: block;
  margin-left: 20px;
  font-size: 1rem;
  line-height: 1;
}

/* line 84, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address:first-child {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 84, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address:first-child {
    margin-bottom: 10px;
  }
}

/* line 92, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .email {
  margin: 0;
  color: #00A0E2;
  height: initial;
  line-height: 1.2;
  max-width: 550px;
}

@media (max-width: 767px) {
  /* line 92, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .email {
    max-width: 220px;
  }
}

@media (max-width: 767px) and (max-width: 380px) {
  /* line 92, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .email {
    max-width: 200px;
  }
}

/* line 108, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name {
  margin-bottom: 5px;
  height: initial;
  line-height: 1.2;
  max-width: 550px;
}

@media (max-width: 767px) {
  /* line 108, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name {
    max-width: 220px;
  }
}

@media (max-width: 767px) and (max-width: 380px) {
  /* line 108, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name {
    max-width: 170px;
  }
}

/* line 122, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name.sent-to {
  max-width: 492px;
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name.sent-to {
    max-width: 220px;
  }
}

@media (max-width: 767px) and (max-width: 380px) {
  /* line 122, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name.sent-to {
    max-width: 130px;
  }
}

/* line 135, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .you {
  display: inline-block;
  width: 58px;
}

/* line 140, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 149, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .between-area {
  margin: -10px 0 -4px 15px;
  border-left: 1px solid #D8D8D8;
}

/* line 153, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container {
  padding: 23px 0 19px 35px;
}

@media (max-width: 767px) {
  /* line 153, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

/* line 161, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container .mail-message {
  padding: 15px 25px;
  background-color: #F7F7F7;
  border-radius: 15px;
  line-height: 1.25rem;
  max-height: 190px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  /* line 161, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container .mail-message {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

/* line 177, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .separator {
  margin: 40px 10px;
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .separator {
    border: 0;
  }
}

/* line 185, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .contract-infos {
  display: flex;
  margin: 0 0 29px 10px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 185, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .contract-infos {
    display: block;
  }
}

/* line 194, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .contract-infos .contract-number {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .contract-infos .contract-number {
    margin-bottom: 10px;
    font-size: 1.375rem;
  }
}

/* line 208, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr.selected, .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr:hover {
  background-color: #F7F7F7;
}

/* line 212, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr.selected td, .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr:hover td {
  border-color: #FFF;
}

/* line 217, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr.selected + tr td, .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr:hover + tr td {
  border-color: #FFF;
}

/* line 223, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td {
  padding: 20px 10px;
}

/* line 226, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child {
  width: 64px;
}

/* line 229, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb {
  display: flex;
  align-items: center;
  height: 63px;
  width: 44px;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  /* line 229, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb {
    height: 54px;
    width: 54px;
  }
}

/* line 243, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb img {
  height: 63px;
  width: 44px;
}

@media (max-width: 767px) {
  /* line 243, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb img {
    width: 54px;
  }
}

/* line 254, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:nth-child(2) {
  padding-right: 36px;
  max-width: 400px;
}

/* line 259, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child {
  padding-right: 26px;
  padding-left: 36px;
  width: 142px;
}

@media (max-width: 767px) {
  /* line 259, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child {
    padding-right: 64px;
    padding-left: 10px;
    width: 100%;
    max-width: 193px;
    font-weight: 400;
  }
}

/* line 272, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child .document-download-link {
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 0.875rem;
  align-items: center;
}

/* line 279, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child .document-download-link:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 284, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child .document-download-link .arrow {
  padding: 2px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

/* line 293, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td.contract-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

/* line 299, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td.round {
  border-radius: 0 6px 6px 0;
}

/* line 307, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .form-footer {
  right: 0;
  margin-left: -1px;
  padding: 20px 60px;
  width: 50%;
}

@media (max-width: 767px) {
  /* line 307, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .body-left .detail .form-footer {
    padding: 20px;
    width: 100%;
  }
}

/* line 321, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .full-screen-form-page .form-body .pdf-preview {
  padding-bottom: 65px;
  width: 50%;
  overflow-y: scroll;
}

/* line 329, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal {
  letter-spacing: 0;
}

/* line 332, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .custom-header {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

/* line 337, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .custom-header .close {
  padding: 15px 0 0 15px;
}

/* line 341, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .custom-header span {
  width: 39px;
}

/* line 345, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .custom-header .introduction-title {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3125;
}

@media (max-width: 767px) {
  /* line 345, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .modal .custom-header .introduction-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.333;
  }
}

/* line 360, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body {
  padding: 0 30px 20px;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
}

/* line 364, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .pc-img {
  margin: 0 auto 28px;
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/companies/stakeholder_electro_sign_requests/macbook_pro-6147d9d1ee01c6dee4151f175504fce912cc44c3a3b0ffe5437db25822137851.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  height: 100px;
}

/* line 374, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps {
  display: flex;
  padding: 0 70px;
}

@media (max-width: 767px) {
  /* line 374, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps {
    padding: 0;
  }
}

/* line 382, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .list-index {
  width: 30px;
  z-index: 1;
}

/* line 386, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .list-index .circle {
  display: flex;
  margin-bottom: 54px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 24px;
  background-color: #343434;
  color: #FFF;
  border-radius: 50%;
}

/* line 398, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .list-index .circle:last-of-type {
  margin-bottom: 0;
}

/* line 402, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .list-index .circle .number {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 1rem;
}

/* line 411, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .border-line {
  margin-left: -15px;
  border-left: 2px solid #343434;
  height: 197px;
  z-index: 0;
}

/* line 418, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .descriptions {
  padding-left: 30px;
}

/* line 421, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .descriptions .list {
  margin-bottom: 12px;
  padding-top: 4px;
}

/* line 425, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .descriptions .list:last-of-type {
  margin-bottom: -7px;
}

/* line 429, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .descriptions .list .outline {
  margin-bottom: 1px;
  line-height: 1.5;
  text-align: left;
}

/* line 435, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .descriptions .list p {
  margin-bottom: 0;
  color: #7b7b7b;
  line-height: 22px;
  text-align: left;
  width: 400px;
}

@media (max-width: 767px) {
  /* line 435, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .steps .descriptions .list p {
    width: 100%;
  }
}

/* line 450, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .pointer {
  margin-top: 30px;
  height: 8px;
}

/* line 454, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .pointer .rounded-mark {
  position: relative;
  top: -8px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

/* line 464, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .pointer .rounded-mark.bg-blue {
  background: #0f90bf;
}

/* line 468, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-body .pointer .rounded-mark.bg-gray {
  background: #DDD;
}

/* line 475, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.index .modal .modal-footer {
  padding-top: 20px;
}

/* line 484, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper {
  padding: 0 145px 350px;
}

@media (max-width: 767px) {
  /* line 484, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper {
    padding: 0 22px 78px;
  }
}

/* line 491, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper .document-header {
  margin: 0 auto;
  text-align: center;
}

/* line 495, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper .document-header h2 {
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 495, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper .document-header h2 {
    font-size: 1.375rem;
  }
}

/* line 503, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper .document-header .complement {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* line 503, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper .document-header .complement {
    margin-bottom: 20px;
    text-align: left;
  }
}

/* line 516, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-body .contract-wrapper .preview {
  margin: 0 auto 320px;
  width: 100%;
  max-width: 900px;
}

/* line 524, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer {
  display: block;
  text-align: center;
}

/* line 528, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer .btn, .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer .component-v2 .btn-primary-w100-p3, .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer .btn-primary-w100-p3, .company.financial_reports.edit .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer .btn-primary-w100-p3, .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer .company.kpis .btn-primary-w100-p3, .company.kpis .companies.stakeholder-electro-sign-request.electro_contract.preview .full-screen-form-page .form-footer .btn-primary-w100-p3 {
  width: 100%;
  max-width: 600px;
}

/* line 536, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-body {
  padding: 16px 20px 15px;
  font-weight: 300;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
}

/* line 543, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-footer .btn, .companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-footer .component-v2 .btn-primary-w100-p3, .companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-footer .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-footer .btn-primary-w100-p3, .company.financial_reports.edit .companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-footer .btn-primary-w100-p3, .companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-footer .company.kpis .btn-primary-w100-p3, .company.kpis .companies.stakeholder-electro-sign-request.electro_contract.preview .execute-sign-modal .modal-footer .btn-primary-w100-p3 {
  width: 110px;
}

/* line 550, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .confirm-modal .modal-body {
  padding: 9px 20px 22px;
  line-height: 22px;
  font-weight: 300;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
}

/* line 556, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .confirm-modal .modal-body .form-group {
  margin-top: 22px;
  margin-bottom: 0;
}

/* line 560, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.preview .confirm-modal .modal-body .form-group .signer-disabled-name {
  height: initial;
  background-color: #f4f4f4;
  color: #939393;
}

/* line 571, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.success .success-messages {
  margin: 120px auto 0;
  max-width: 540px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 571, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.success .success-messages {
    margin-top: 0;
    padding: 0 22px 250px;
  }
}

/* line 581, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .complete-text {
  line-height: 1;
}

@media (max-width: 767px) {
  /* line 581, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .complete-text {
    font-size: 1.375rem;
  }
}

/* line 589, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .check-white {
  height: 55px;
  width: 55px;
}

@media (max-width: 767px) {
  /* line 589, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .check-white {
    padding-top: 10px;
  }
}

/* line 598, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .description {
  line-height: 1.5;
  font-size: 1rem;
}

/* line 603, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .sign-up-btn {
  width: 286px;
  font-family: 'futura-PT';
}

@media (max-width: 767px) {
  /* line 603, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .sign-up-btn {
    width: 100%;
  }
}

/* line 612, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract.success .success-messages .login-link {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
}

@media (max-width: 767px) {
  /* line 620, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract .sp-none {
    display: none;
  }
}

/* line 626, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
.companies.stakeholder-electro-sign-request.electro_contract .pc-none {
  display: none;
}

@media (max-width: 767px) {
  /* line 626, app/assets/stylesheets/application/views/companies/stakeholder_electro_sign_request/electro_contract.scss */
  .companies.stakeholder-electro-sign-request.electro_contract .pc-none {
    display: table-cell;
  }
}

@media (max-width: 575.98px) {
  /* line 3, app/assets/stylesheets/application/views/capital/connections.scss */
  .capital.connections .nav-link {
    padding: 22.5px 0;
    height: 60px;
    color: #343434;
  }
  /* line 9, app/assets/stylesheets/application/views/capital/connections.scss */
  .capital.connections .tab-nav {
    margin-bottom: 0;
  }
}

/* line 14, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections h1 {
  color: #343434;
  font-weight: 700;
}

/* line 18, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections h1.index-title {
  font-family: "Hiragino Sans";
  font-size: 32px;
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections .alert {
  border-radius: 0;
}

/* line 29, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections .main-content {
  margin-top: 2.4rem;
}

/* line 33, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections .header ~ .main-content {
  margin-top: calc(60px + 2.4rem);
}

/* line 38, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections .company-header .company-info-table {
  font-size: 1.1428571429rem;
}

/* line 41, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections .company-header .company-info-table th,
.capital.connections .company-header .company-info-table td {
  padding: 0 1.8rem .7rem 0;
}

/* line 46, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections .company-header .company-info-table th {
  color: #939393;
}

/* line 50, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections .company-header .company-info-table td {
  color: #434343;
}

/* line 57, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .display {
  display: block;
  margin-bottom: 2rem;
  padding: 26px 8px 0 0;
  border-bottom: 1px solid #DDD;
}

@media (max-width: 575.98px) {
  /* line 57, app/assets/stylesheets/application/views/capital/connections.scss */
  .capital.connections.index .display {
    display: block;
    margin-bottom: 1.5rem;
    padding: 0;
    border-bottom: 0;
  }
}

/* line 70, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .display .display-link {
  color: #343434;
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .display .display-link.muted {
  color: #DDD;
}

/* line 83, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .companies-table thead th {
  border-bottom: 1px solid #DDD;
}

@media (max-width: 575.98px) {
  /* line 89, app/assets/stylesheets/application/views/capital/connections.scss */
  .capital.connections.index .companies-table tr td {
    border-top: 0;
  }
}

/* line 94, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .companies-table tr th {
  font-weight: normal;
  border-top: 0;
}

/* line 99, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .companies-table tr td {
  vertical-align: middle;
  font-size: 0.875rem;
}

/* line 106, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .companies-table .linked-tr:hover {
  cursor: pointer;
}

/* line 113, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index a.card, .capital.connections.index .company.stockholder_meetings.stockholders.new a.connection-card, .company.stockholder_meetings.stockholders.new .capital.connections.index a.connection-card, .capital.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card, .company.stockholder_meetings.stockholders.en_new .capital.connections.index a.connection-card, .capital.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card, .company.stockholder_meetings.stockholders.confirm .capital.connections.index a.connection-card, .capital.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card, .company.stockholder_meetings.stockholders.en_confirm .capital.connections.index a.connection-card {
  border-radius: 0.6rem;
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index a.card:hover, .capital.connections.index .company.stockholder_meetings.stockholders.new a.connection-card:hover, .company.stockholder_meetings.stockholders.new .capital.connections.index a.connection-card:hover, .capital.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card:hover, .company.stockholder_meetings.stockholders.en_new .capital.connections.index a.connection-card:hover, .capital.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card:hover, .company.stockholder_meetings.stockholders.confirm .capital.connections.index a.connection-card:hover, .capital.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card:hover, .company.stockholder_meetings.stockholders.en_confirm .capital.connections.index a.connection-card:hover {
  text-decoration: none;
  border-color: #00A0E2;
}

/* line 122, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index a.card:hover .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.new a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.new .capital.connections.index a.connection-card:hover .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.en_new .capital.connections.index a.connection-card:hover .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.confirm .capital.connections.index a.connection-card:hover .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card:hover .card-body, .company.stockholder_meetings.stockholders.en_confirm .capital.connections.index a.connection-card:hover .card-body {
  border-color: #00A0E2;
}

/* line 128, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index a.card.company .company-image-wrapper, .capital.connections.index .company.stockholder_meetings.stockholders.new a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.new .capital.connections.index a.company.connection-card .company-image-wrapper, .capital.connections.index .company.stockholder_meetings.stockholders.en_new a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.en_new .capital.connections.index a.company.connection-card .company-image-wrapper, .capital.connections.index .company.stockholder_meetings.stockholders.confirm a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.confirm .capital.connections.index a.company.connection-card .company-image-wrapper, .capital.connections.index .company.stockholder_meetings.stockholders.en_confirm a.company.connection-card .company-image-wrapper, .company.stockholder_meetings.stockholders.en_confirm .capital.connections.index a.company.connection-card .company-image-wrapper {
  padding: 20px 0;
  height: 140px;
}

/* line 134, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index a.card .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.new a.connection-card .card-body, .company.stockholder_meetings.stockholders.new .capital.connections.index a.connection-card .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.en_new a.connection-card .card-body, .company.stockholder_meetings.stockholders.en_new .capital.connections.index a.connection-card .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.confirm a.connection-card .card-body, .company.stockholder_meetings.stockholders.confirm .capital.connections.index a.connection-card .card-body, .capital.connections.index .company.stockholder_meetings.stockholders.en_confirm a.connection-card .card-body, .company.stockholder_meetings.stockholders.en_confirm .capital.connections.index a.connection-card .card-body {
  border-top: 1px solid #DDD;
  color: #343434;
  font-size: 0.9375rem;
}

/* line 142, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .list {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

/* line 147, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .list tbody tr {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  line-height: 72px;
}

/* line 153, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .list tbody tr:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 158, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .list tbody td {
  background: none;
  border: none;
}

/* line 162, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .list tbody td.status {
  color: #939393;
}

/* line 169, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .grid {
  width: 150px;
  height: 150px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
  border: none;
}

/* line 176, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .grid-hover:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* line 181, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .glid-text {
  width: 150px;
}

/* line 185, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 190, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index #company-invitation-url-modal .modal-explanation {
  margin-bottom: 30px;
}

/* line 194, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index #company-invitation-url-modal #invitation-message {
  padding: 15px;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 200, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index #company-invitation-url-modal .modal-caution {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "Futura PT";
  line-height: 12px;
  color: #939393;
}

/* line 210, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .copied-message-bar {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 622px;
  border-radius: 20px;
  z-index: 1040;
  margin-bottom: 0;
}

/* line 220, app/assets/stylesheets/application/views/capital/connections.scss */
.capital.connections.index .copied-message-bar .close {
  color: #FFF;
  opacity: 0.9;
}

/* line 2, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show {
  font-family: 'Hiragino Sans';
  letter-spacing: .0rem;
}

/* line 6, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/application/views/user/features.scss */
  .user.features.show .title {
    padding: 0 20px;
  }
}

/* line 16, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .sub-title {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 16, app/assets/stylesheets/application/views/user/features.scss */
  .user.features.show .sub-title {
    padding: 0 46px;
  }
}

/* line 25, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types {
  display: flex;
  justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 25, app/assets/stylesheets/application/views/user/features.scss */
  .user.features.show .simple_form .account-types {
    display: block;
  }
}

/* line 33, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type {
  width: 320px;
  height: 400px;
  margin: 0 20px 20px 20px;
  border: 1px solid #DDD;
  border-radius: 22px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 33, app/assets/stylesheets/application/views/user/features.scss */
  .user.features.show .simple_form .account-types .account-type {
    margin: 0 auto;
  }
}

/* line 47, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.company .account-sub-title {
  color: #00A0E2;
}

/* line 51, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.company .account-explanation {
  padding: 20px 30px 20px 34px;
}

/* line 55, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.company.active, .user.features.show .simple_form .account-types .account-type.company:hover {
  border: 1px solid #00A0E2;
}

/* line 63, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.company .account-image, .user.features.show .simple_form .account-types .account-type.for-investors .account-image {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 67, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.company .account-image img, .user.features.show .simple_form .account-types .account-type.for-investors .account-image img {
  width: 100%;
}

/* line 76, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.for-investors .account-sub-title, .user.features.show .simple_form .account-types .account-type.capital .account-sub-title, .user.features.show .simple_form .account-types .account-type.investor .account-sub-title {
  color: #FB8B24;
}

/* line 80, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.for-investors.active, .user.features.show .simple_form .account-types .account-type.for-investors:hover, .user.features.show .simple_form .account-types .account-type.capital.active, .user.features.show .simple_form .account-types .account-type.capital:hover, .user.features.show .simple_form .account-types .account-type.investor.active, .user.features.show .simple_form .account-types .account-type.investor:hover {
  border: 1px solid #FB8B24;
}

/* line 87, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.for-investors .account-explanation {
  padding: 20px 28px 20px 32px;
}

@media (max-width: 575.98px) {
  /* line 86, app/assets/stylesheets/application/views/user/features.scss */
  .user.features.show .simple_form .account-types .account-type.for-investors {
    margin-top: 36px;
  }
}

/* line 97, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.capital .account-explanation {
  padding: 20px 60px 20px 64px;
}

/* line 103, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .account-types .account-type.investor .account-explanation {
  padding: 20px 30px 20px 34px;
}

@media (max-width: 575.98px) {
  /* line 102, app/assets/stylesheets/application/views/user/features.scss */
  .user.features.show .simple_form .account-types .account-type.investor {
    margin-top: 36px;
  }
}

/* line 114, app/assets/stylesheets/application/views/user/features.scss */
.user.features.show .simple_form .button {
  margin: 34px 0 18px;
  width: 300px;
  height: 55px;
}

/* line 3, app/assets/stylesheets/application/views/user/ir_requests/edit.scss */
.user.ir_requests.edit .company_name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

/* line 9, app/assets/stylesheets/application/views/user/ir_requests/edit.scss */
.user.ir_requests.edit .form-control {
  padding: 14px 18px !important;
  width: 300px;
}

/* line 14, app/assets/stylesheets/application/views/user/ir_requests/edit.scss */
.user.ir_requests.edit .submit-btn {
  width: 174px;
}

/* line 18, app/assets/stylesheets/application/views/user/ir_requests/edit.scss */
.user.ir_requests.edit .btn-action {
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/application/views/users/invitations.scss */
.users.invitations.edit .simple_form input[type="checkbox"] {
  display: none;
}

/* line 9, app/assets/stylesheets/application/views/users/invitations.scss */
.users.invitations.edit .simple_form input[type="checkbox"] + label::before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: '';
  box-sizing: border-box;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px #00A0E2 solid;
  border-radius: 50px;
}

/* line 21, app/assets/stylesheets/application/views/users/invitations.scss */
.users.invitations.edit .simple_form input[type="checkbox"]:checked + label::before {
  background-color: #00A0E2;
  display: inline-block;
  position: absolute;
  left: 0px;
  z-index: 1;
}

/* line 29, app/assets/stylesheets/application/views/users/invitations.scss */
.users.invitations.edit .simple_form .fa-check {
  z-index: 2;
  position: absolute;
  left: .3rem;
  top: .3rem;
  color: #FFF;
}

/* line 37, app/assets/stylesheets/application/views/users/invitations.scss */
.users.invitations.edit .simple_form .user_password {
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/application/views/users/invitations.scss */
.users.invitations.edit .simple_form .admin_password {
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/application/views/users/invitations.scss */
.users.invitations.edit .simple_form .password-caption {
  color: #BDBDBD;
}

/* line 2, app/assets/stylesheets/application/views/users/edit.scss */
.users.edit .user_password {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/application/views/users/edit.scss */
.users.edit .password-caption {
  color: #BDBDBD;
}

/* line 2, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .body {
  margin-top: 5rem;
  padding-top: 3rem;
}

/* line 7, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .bg-silver {
  background-color: #F7F7F7;
}

/* line 11, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers h1 {
  font-size: 50px;
}

@media (max-width: 575.98px) {
  /* line 11, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers h1 {
    font-size: 30px;
  }
}

/* line 19, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .overlay {
  position: fixed;
  left: 0;
  z-index: 11;
  width: calc(100% - 380px);
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
}

/* line 28, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu {
  position: fixed;
  right: 0;
  width: 380px;
  max-width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 11;
  overflow: scroll;
}

/* line 38, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content {
  margin: 80px 0 0;
  padding: 0 20px 90px;
}

/* line 42, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-category {
  border-bottom: 1px solid #eee;
}

/* line 45, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-category .menu-category-text {
  margin: 0;
  padding: 10px;
  color: #BDBDBD;
  font-size: 12px;
}

/* line 52, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-category .menu-category-item {
  padding: 20px 7px;
  list-style: none;
}

/* line 56, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-category .menu-category-item:hover {
  background: #F2F8FC;
  color: #1289b4;
}

/* line 61, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-category .menu-category-item .menu-category-item-link-sm {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-family: 'HiraginoSans-W4';
}

/* line 68, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-category .menu-category-item .menu-category-item-link-lg {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-family: 'HiraginoSans-W4';
}

/* line 75, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-category .menu-category-item .icon {
  margin-right: 5px;
  width: 33px;
  height: 25px;
}

/* line 83, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-item {
  padding: 20px 10px;
  list-style: none;
  border-bottom: 1px solid #eee;
}

/* line 88, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-item:hover {
  background: #F2F8FC;
  color: #1289b4;
}

/* line 93, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-content .menu-item .menu-item-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-family: 'HiraginoSans-W4';
}

/* line 102, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-sign-up {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  width: 380px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  height: 85px;
  background-color: #FFF;
  z-index: 15;
}

/* line 113, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .menu .menu-sign-up .sign-up-link {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 20px;
  background: #1289b4;
  border-radius: 6px;
  font-size: 16px;
  width: 80%;
  transform: translateY(-50%) translateX(-50%);
  font-family: 'HiraginoSans-W5';
}

/* line 128, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .hide {
  display: none;
}

/* line 132, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar {
  margin-bottom: 8rem;
  padding: 0.6rem 20px 0.6rem 15px;
  border-bottom: 1px solid #DDD;
  height: 73px;
}

@media (max-width: 1199.98px) {
  /* line 132, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar {
    padding: 0 20px;
    height: 65px;
  }
}

/* line 143, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar a {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-family: 'HiraginoSans-W5';
}

/* line 148, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar a.btn, .white_papers .navbar .component-v2 a.btn-primary-w100-p3, .white_papers .navbar .company.financial_reports.edit a.btn-primary-w100-p3, .component-v2 .white_papers .navbar a.btn-primary-w100-p3, .company.financial_reports.edit .white_papers .navbar a.btn-primary-w100-p3, .white_papers .navbar .company.kpis a.btn-primary-w100-p3, .company.kpis .white_papers .navbar a.btn-primary-w100-p3 {
  padding: 9px 13px;
}

@media (max-width: 575.98px) {
  /* line 148, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar a.btn, .white_papers .navbar .component-v2 a.btn-primary-w100-p3, .white_papers .navbar .company.financial_reports.edit a.btn-primary-w100-p3, .component-v2 .white_papers .navbar a.btn-primary-w100-p3, .company.financial_reports.edit .white_papers .navbar a.btn-primary-w100-p3, .white_papers .navbar .company.kpis a.btn-primary-w100-p3, .company.kpis .white_papers .navbar a.btn-primary-w100-p3 {
    padding: 3px;
  }
}

@media (max-width: 767.98px) {
  /* line 148, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar a.btn, .white_papers .navbar .component-v2 a.btn-primary-w100-p3, .white_papers .navbar .company.financial_reports.edit a.btn-primary-w100-p3, .component-v2 .white_papers .navbar a.btn-primary-w100-p3, .company.financial_reports.edit .white_papers .navbar a.btn-primary-w100-p3, .white_papers .navbar .company.kpis a.btn-primary-w100-p3, .company.kpis .white_papers .navbar a.btn-primary-w100-p3 {
    padding: 8px;
  }
}

/* line 160, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar a.login-link {
  margin: 0 5px;
  color: #343434;
}

/* line 166, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar.navbar-light {
  background-color: #FFF;
}

/* line 171, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .navbar-nav .nav-item {
  font-size: 0.9375rem;
  font-weight: 600;
}

/* line 177, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .logo {
  width: 45px;
}

@media (max-width: 767.98px) {
  /* line 177, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar .logo {
    width: 37.4px;
  }
}

@media (min-width: 1200px) {
  /* line 185, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar .menu-icon {
    display: none;
  }
}

/* line 190, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .menu-icon #open,
.white_papers .navbar .menu-icon #close {
  cursor: pointer;
}

/* line 195, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .menu-icon .sign-up-link {
  padding: 12px 13px;
  font-size: 12px;
  border-radius: 6px;
  background: #1289b4;
}

@media (min-width: 576px) {
  /* line 195, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar .menu-icon .sign-up-link {
    padding: 8px 13px;
  }
}

/* line 206, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .menu-icon .login-link {
  display: inline-block;
  margin: 0;
  padding: 8px 13px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}

@media (min-width: 576px) {
  /* line 206, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar .menu-icon .login-link {
    margin-right: 10px;
  }
}

/* line 218, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .menu-icon .login-link:hover {
  background-color: #F7F7F7;
}

/* line 223, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .menu-icon .material-icons {
  font-size: 25px;
}

@media (max-width: 767.98px) {
  /* line 223, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar .menu-icon .material-icons {
    margin-left: 5px;
  }
}

@media (min-width: 576px) {
  /* line 223, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers .navbar .menu-icon .material-icons {
    margin-left: 15px;
  }
}

/* line 236, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .navbar .nav-link {
  color: #333;
}

/* line 241, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .mufg-btn {
  color: #FFF;
  background-color: #DD1313;
}

/* line 245, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .mufg-btn.mufg-btn-outline-primary {
  color: #DD1313;
  background-color: #FFF;
  border: solid 1px;
  text-align: center;
  line-height: 1;
  padding: 15px 14px 13px;
}

/* line 252, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .mufg-btn.mufg-btn-outline-primary:hover {
  transition: all 300ms;
  opacity: 0.4;
  text-decoration: none;
  box-shadow: none;
  color: #FFF;
  background-color: #DD1313;
  opacity: 1;
}

/* line 261, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers .mufg-text {
  color: #DD1313;
}

@media (max-width: 575.98px) {
  /* line 266, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.new h1 {
    text-align: center;
  }
}

/* line 272, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers.new .body {
  margin-bottom: 2rem;
  min-height: 100vh;
}

/* line 277, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers.new .mufg-bg {
  border-color: #DD1313;
  background-color: #DD1313;
}

/* line 284, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers.index .img-wrapper {
  height: 400px;
  border-radius: 20px;
}

/* line 288, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers.index .img-wrapper img {
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  /* line 295, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .section6 .left-column {
    margin-top: 3.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 301, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .section6 .right-column {
    margin-top: 3rem;
  }
}

/* line 308, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers.index .about_company {
  padding: 2rem 0;
}

@media (max-width: 991.98px) {
  /* line 308, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 315, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .container-height {
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  /* line 315, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .container-height {
    height: 300px;
  }
}

@media (max-width: 991.98px) {
  /* line 325, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .fundinno-pc {
    margin-top: 80px !important;
    margin-left: 20px;
    width: 270px;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  /* line 325, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .fundinno-pc {
    margin-top: 80px !important;
    margin-left: 0;
    width: 160px;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 342, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company h2 {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 349, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company h2 {
    margin-top: 50px;
    font-size: 1rem;
  }
  /* line 354, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company a {
    font-size: 0.5rem;
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 361, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company a {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 366, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .mt-3r {
    margin-top: 3rem;
  }
}

@media (max-width: 575.98px) {
  /* line 372, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .small-font {
    font-size: 13px;
  }
}

/* line 378, app/assets/stylesheets/application/views/white_papers.scss */
.white_papers.index .about_company .btn-hover {
  color: #00A0E2;
  background: #F7F7F7;
  width: 270px;
  font-weight: 400;
  font-family: 'Hiragino Sans';
}

@media (max-width: 575.98px) {
  /* line 378, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .btn-hover {
    width: 170px;
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  /* line 391, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .fundinno-logo {
    width: 300px;
  }
}

@media (max-width: 575.98px) {
  /* line 391, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .about_company .fundinno-logo {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 402, app/assets/stylesheets/application/views/white_papers.scss */
  .white_papers.index .font-size-lg-38 {
    font-size: 38px;
  }
}

/* line 2, app/assets/stylesheets/application/views/company/plan.scss */
.company.plan .plan-change-btn {
  height: 45px;
  margin-top: 40px;
}

/* line 8, app/assets/stylesheets/application/views/company/plan.scss */
.company.plan.new .cyan {
  border-color: #2a539e;
  background-color: #2a539e;
}

/* line 2, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .link-to-search-histories-wrapper {
  height: 28px;
  margin-bottom: 30px;
}

/* line 6, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .link-to-search-histories-wrapper .link-to-search-histories {
  color: #343434;
}

/* line 9, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .link-to-search-histories-wrapper .link-to-search-histories .link-label {
  font-size: 16px;
  height: 18px;
  line-height: 24px;
}

/* line 17, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .tab-nav.with-border {
  height: 38px;
  margin-bottom: 23px;
}

/* line 21, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .tab-nav.with-border .nav-item .nav-link {
  height: 38px;
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 20px 0;
  margin-right: 30px;
  font-weight: 500;
}

/* line 31, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .search-history-card {
  border-radius: 15px;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .search-history-card .header-letter {
  height: 18px;
  font-size: 18px;
  line-height: 24px;
}

/* line 41, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .search-history-card .history-summary-list {
  margin-top: 20px;
}

/* line 44, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .search-history-card .history-summary-list .history-summary {
  font-size: 16px;
  height: 16px;
  line-height: 12px;
  margin-bottom: 15px;
}

/* line 50, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .search-history-card .history-summary-list .history-summary .applicable {
  color: #00A0E2;
}

/* line 54, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .search-history-card .history-summary-list .history-summary .not-applicable {
  color: #BDBDBD;
}

/* line 59, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .search-history-card .history-summary-list .history-summary:last-child {
  margin-bottom: 0;
}

/* line 65, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail {
  padding-bottom: 85px;
}

/* line 68, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .provider {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}

/* line 74, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .condition-name {
  line-height: 24px;
  height: 24px;
  color: #343434;
  font-size: 24px;
  font-weight: 700;
}

/* line 82, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .memo-btn {
  border-radius: 18px;
  font-size: 11px;
  height: 22px;
  line-height: 11px;
  padding: 5px 8px 5px 8px;
}

/* line 90, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc {
  font-size: 14px;
}

/* line 93, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc th {
  border-bottom-width: 1px;
}

/* line 98, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .customer th:nth-child(1) {
  width: 116px;
}

/* line 102, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .customer th:nth-child(2) {
  width: 140px;
}

/* line 106, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .customer th:nth-child(3) {
  width: 238px;
}

/* line 110, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .customer th:nth-child(4) {
  width: 105px;
}

/* line 116, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .company th:nth-child(1) {
  width: 165px;
}

/* line 120, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .company th:nth-child(2) {
  width: 130px;
}

/* line 124, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .company th:nth-child(3) {
  width: 197px;
}

/* line 128, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc .company th:nth-child(4) {
  width: 140px;
}

/* line 133, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc th:nth-child(5) {
  width: 115px;
}

/* line 137, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc th:nth-child(6) {
  width: 140px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 143, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .table-kycc th:nth-child(7) {
  width: 83px;
}

/* line 148, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .memo-area {
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 15px 20px 30px 15px;
}

/* line 153, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .memo-area .title {
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 160, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .memo-area .memo-link {
  height: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #00A0E2;
  cursor: pointer;
}

/* line 167, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .memo-area .memo-link.disabled {
  opacity: 0.65;
  pointer-events: none;
}

/* line 173, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .memo-area .memo-body {
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

/* line 183, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search-history-detail .notion {
  line-height: 21px;
  font-size: 13px;
}

/* line 190, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .search-type-selector-title {
  font-size: 24px;
  font-weight: 700;
}

/* line 195, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .remaining-label {
  border-radius: 10px;
  border: 1px solid #00A0E2;
  color: #00A0E2;
  font-size: 11px;
  height: 19px;
  padding: 3px 4.5px 3px 4.5px;
  line-height: 11px;
}

/* line 205, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .search-condition-title {
  font-size: 24px;
  font-weight: 700;
}

/* line 209, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .search-condition-title .remark {
  font-weight: 400;
  color: #BDBDBD;
}

/* line 215, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .form-group {
  margin-bottom: 0;
}

/* line 219, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .customer-birthday-field {
  width: 770px;
}

/* line 223, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .search-result-footer {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #DDD;
  width: 100%;
  padding: 15px 0 25px 0;
  height: 85px;
  background-color: white;
}

/* line 232, app/assets/stylesheets/application/views/company/kyccs.scss */
.company.kyccs .kycc-search .search-result-footer .back-to-search-btn {
  width: 140px;
  height: 45px;
}

/* line 241, app/assets/stylesheets/application/views/company/kyccs.scss */
.memo-modal .modal-content {
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

/* line 245, app/assets/stylesheets/application/views/company/kyccs.scss */
.memo-modal .modal-content .title {
  padding: 16px 0;
  font-family: 'Hiragino Sans';
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  height: 56px;
}

/* line 254, app/assets/stylesheets/application/views/company/kyccs.scss */
.memo-modal .modal-content .cross {
  width: 16px;
  height: 16px;
  font-size: 27px;
  cursor: pointer;
}

/* line 261, app/assets/stylesheets/application/views/company/kyccs.scss */
.memo-modal .modal-content .description {
  padding-top: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #343434;
}

/* line 268, app/assets/stylesheets/application/views/company/kyccs.scss */
.memo-modal .modal-content .memo-input-area {
  resize: none;
  width: 610px;
  height: 250px;
  padding: 15px 16px;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
}

/* line 278, app/assets/stylesheets/application/views/company/kyccs.scss */
.memo-modal .modal-content .memo-modal-footer-btn {
  width: 110px;
}

/* line 3, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds .modal-body {
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}

/* line 7, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds .modal-body p {
  margin-bottom: 20px !important;
}

/* line 13, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .funding_rounds_heading {
  font-size: 32px;
  line-height: 32px;
}

/* line 19, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .funding_rounds_copy h2 {
  font-size: 32px;
  line-height: 44px;
}

/* line 24, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .funding_rounds_eyecatch {
  max-width: 680px;
}

/* line 26, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .funding_rounds_eyecatch img {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* line 31, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-container {
  max-width: 1280px;
}

/* line 35, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door {
  table-layout: fixed;
}

/* line 39, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door thead tr th:first-child, .company.funding_rounds.index .table-door thead tr th:last-child {
  width: 40px;
}

/* line 45, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door tbody tr td:first-child, .company.funding_rounds.index .table-door tbody tr td:last-child {
  width: 40px;
  padding-right: 0 !important;
  border-bottom: none !important;
}

/* line 52, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

/* line 56, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door th {
  padding: 0 50px 25px 0;
  width: 250px;
  font-weight: 500;
  line-height: 16px;
}

/* line 63, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door td {
  padding: 20px 0;
}

/* line 67, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door .lead-name-header {
  font-weight: 500;
  width: 680px;
  padding-right: 80px;
}

/* line 73, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door .lead-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  max-width: 600px;
  text-overflow: ellipsis;
}

/* line 81, app/assets/stylesheets/application/views/company/funding_rounds.scss */
.company.funding_rounds.index .table-door .lead-target-amount {
  font-size: 14px;
  line-height: 20px;
  color: #939393;
  font-weight: 300;
}

/* line 2, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds .modal-body {
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds .modal-body p {
  margin-bottom: 20px !important;
}

/* line 12, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .subsidy_rounds_heading {
  font-size: 32px;
  line-height: 32px;
}

/* line 18, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .subsidy_rounds_copy h2 {
  font-size: 32px;
  line-height: 44px;
}

/* line 23, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .subsidy_rounds_eyecatch {
  max-width: 680px;
}

/* line 25, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .subsidy_rounds_eyecatch img {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* line 30, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-container {
  max-width: 1280px;
}

/* line 34, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door {
  table-layout: fixed;
}

/* line 38, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door thead tr th:first-child, .company.subsidy_rounds.index .table-door thead tr th:last-child {
  width: 40px;
}

/* line 44, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door tbody tr td:first-child, .company.subsidy_rounds.index .table-door tbody tr td:last-child {
  width: 40px;
  padding-right: 0 !important;
  border-bottom: none !important;
}

/* line 51, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

/* line 55, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door th {
  padding: 0 50px 25px 0;
  width: 250px;
  font-weight: 500;
  line-height: 16px;
}

/* line 62, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door td {
  padding: 20px 0;
}

/* line 66, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door .lead-name-header {
  font-weight: 500;
  width: 680px;
  padding-right: 80px;
}

/* line 72, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door .lead-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  max-width: 600px;
  text-overflow: ellipsis;
}

/* line 80, app/assets/stylesheets/application/views/company/subsidy_rounds.scss */
.company.subsidy_rounds.index .table-door .lead-target-amount {
  font-size: 14px;
  line-height: 20px;
  color: #939393;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 4, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneurs-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
  .fundinno_supporter.pitches.index .container {
    max-width: 1240px;
  }
}

/* line 16, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .container {
  padding-right: 0;
  padding-left: 0;
}

/* line 22, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneur-field a {
  text-decoration: none;
  color: #343434;
}

/* line 27, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneur-field .entrepreneur-row {
  padding: 25px 20px;
  height: 130px;
  border-radius: 15px;
}

/* line 32, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneur-field .entrepreneur-row:hover {
  background-color: #F7F7F7;
}

/* line 37, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneur-field .company-info {
  margin-right: 67px;
  height: 52px;
  width: 526px;
}

/* line 42, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneur-field .company-info .company-name {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

/* line 50, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneur-field .check-svg {
  position: relative;
  top: -2px;
  margin-right: 9px;
}

/* line 56, app/assets/stylesheets/application/views/fundinno_supporter/pitches.scss */
.fundinno_supporter.pitches.index .entrepreneur-field .tag-btn {
  margin: 0 3px 0 0;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 14px;
  background-color: #F7F7F7;
  border-radius: 20px;
  line-height: 18px;
}

/* line 2, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index {
  height: calc(100% - 60px);
}

/* line 5, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .tooltip {
  pointer-events: none;
}

/* line 8, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .tooltip .tooltip-inner {
  padding: 20px;
  max-width: 292px;
  text-align: left;
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .tooltip .tooltip-inner p:last-child {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .main-content {
  padding: 0 15px 0 0;
  height: 100%;
}

/* line 25, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .main-content.container {
  width: 100%;
  max-width: 100%;
}

/* line 30, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container {
  display: flex;
  height: 100%;
}

/* line 34, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .category-menu {
  padding: 32px;
  width: 250px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: auto;
}

/* line 40, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .category-menu .title {
  margin-bottom: 32px;
  font-size: 18px;
}

/* line 45, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .category-menu .category-menu-list {
  padding: 0;
  list-style: none;
}

/* line 49, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .category-menu .category-menu-list .category-menu-list-item {
  margin-bottom: 32px;
}

/* line 52, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .category-menu .category-menu-list .category-menu-list-item .name {
  color: inherit;
}

/* line 55, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .category-menu .category-menu-list .category-menu-list-item .name:visited, .company.linked_services.index .linked_services-container .category-menu .category-menu-list .category-menu-list-item .name:hover, .company.linked_services.index .linked_services-container .category-menu .category-menu-list .category-menu-list-item .name:active {
  color: inherit;
}

/* line 61, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .category-menu .category-menu-list .category-menu-list-item .name.active {
  font-weight: 700;
  color: #00A0E2;
}

/* line 70, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services {
  padding-top: 40px;
  padding-left: 40px;
  flex: 1;
  overflow: auto;
}

/* line 76, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_services-header {
  margin-bottom: 60px;
}

/* line 79, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_services-header .title {
  margin-right: 30px;
  margin-bottom: 0;
  font-size: 2rem;
  height: 32px;
  line-height: 1;
}

/* line 92, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_services-header .search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  background-color: #F7F7F7;
  border: 0;
}

/* line 100, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_services-header .search-form .input-group .input-group-prepend .input-group-text .icon-search::before {
  padding: 1px;
  height: 28px;
  width: 28px;
}

/* line 108, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_services-header .search-form .input-group input.form-control {
  background-color: #F7F7F7;
  font-size: 0.875rem;
  font-family: 'futura-pt';
  font-weight: 500;
  width: 263px;
  border: 0;
}

/* line 120, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .category-list {
  padding: 0;
  list-style: none;
}

/* line 124, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .category-list li {
  margin-bottom: 40px;
}

/* line 127, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .category-list li:last-child {
  margin-bottom: 0;
}

/* line 133, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_service-list {
  display: flex;
  margin-bottom: 10px;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

/* line 140, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_service-list .linked_service-list-item {
  margin: 0 25px 25px 0;
  padding: 25px;
  width: 255px;
  height: 277px;
  border: 1px solid #DDD;
  border-radius: 20px;
  text-decoration: none;
}

/* line 149, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_service-list .linked_service-list-item:hover {
  color: #00A0E2;
}

/* line 153, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_service-list .linked_service-list-item .logo_image {
  margin-bottom: 20px;
  width: 205px;
  height: 120px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* line 160, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_service-list .linked_service-list-item .name {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 169, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.index .linked_services-container .linked_services .linked_service-list .linked_service-list-item .description {
  display: -webkit-box;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #343434;
}

/* line 184, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail {
  padding: 0 100px;
}

/* line 187, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .category {
  display: inline-block;
  padding: 4px 10px 2px;
  border-radius: 14px;
  border: 1px solid #00A0E2;
  font-size: 13px;
  color: #00A0E2;
}

/* line 196, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .name {
  margin-bottom: 0;
  font-size: 24px;
}

/* line 201, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .section-title {
  font-size: 16px;
}

/* line 205, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .logo_image-container {
  padding: 12px 20px;
  width: 289px;
  height: 169px;
  border: 1px solid #DDD;
}

/* line 211, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .logo_image-container .logo_image {
  width: 249px;
  height: 145px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* line 218, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .application-form-button {
  width: 268px;
  height: 55px;
}

/* line 224, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .description p:last-child {
  margin-bottom: 0;
}

/* line 229, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .remarks {
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 20px;
  background-color: #fafafa;
}

/* line 235, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .linked_service-detail .remarks p:last-child {
  margin-bottom: 0;
}

/* line 242, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .application-form .modal-dialog {
  max-width: 1000px;
}

/* line 246, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .application-form .badge {
  margin-bottom: 8px;
  padding-top: 4px;
  width: 37px;
  height: 16px;
}

/* line 253, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .application-form .memo-field {
  padding-top: 26px;
  height: 108px;
}

/* line 258, app/assets/stylesheets/application/views/company/linked_services.scss */
.company.linked_services.show .application-form .text-caution {
  font-size: 16px;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round {
  letter-spacing: 0;
}

/* line 5, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .capital-increase-round-heading {
  font-size: 2rem;
  line-height: 32px;
}

/* line 11, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .capital-increase-round-copy h2 {
  font-size: 2rem;
  line-height: 44px;
}

/* line 17, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .capital-increase-round-eyecatch {
  max-width: 680px;
}

/* line 20, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .capital-increase-round-eyecatch img {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* line 25, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .description {
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: 300;
  color: #828282;
  text-align: center;
}

/* line 33, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-container {
  max-width: 1280px;
}

/* line 37, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door {
  table-layout: fixed;
}

/* line 41, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door thead tr th:first-child, .company.capital-increase-round.index .table-door thead tr th:last-child {
  width: 40px;
}

/* line 47, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door tbody tr td:first-child, .company.capital-increase-round.index .table-door tbody tr td:last-child {
  width: 40px;
  padding-right: 0 !important;
  border-bottom: none !important;
}

/* line 54, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

/* line 58, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door th {
  padding: 0 50px 25px 0;
  width: 250px;
  font-weight: 500;
  line-height: 16px;
}

/* line 65, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door td {
  padding: 20px 0;
}

/* line 69, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door .round-name-header {
  font-weight: 500;
  width: 680px;
  padding-right: 80px;
}

/* line 75, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door .round-name {
  font-size: 1.25rem;
  line-height: 26px;
  font-weight: 600;
  max-width: 600px;
  text-overflow: ellipsis;
}

/* line 83, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.index .table-door .round-info {
  font-size: 0.875rem;
  line-height: 20px;
  color: #939393;
  font-weight: 300;
}

/* line 93, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.confirmation .confirmation-header {
  line-height: 44px;
  margin-bottom: 15px;
  text-align: center;
}

/* line 99, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.confirmation .confirmation-desc {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 106, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.confirmation .confirmation-chehck-lists {
  max-width: 610px;
  margin: auto;
}

/* line 111, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.confirmation .confirmation-chehck-lists .circle-check > input[type=checkbox] ~ .circle-check-label:before, .company.capital-increase-round.confirmation .confirmation-chehck-lists .circle-check > input[type=checkbox] ~ .circle-check-label:after {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 116, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.confirmation .confirmation-chehck-lists .circle-check > input[type=checkbox] ~ .circle-check-label:before {
  background-color: #FFF;
  border-color: #c9c9c9;
}

/* line 121, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.confirmation .confirmation-chehck-lists .circle-check > input[type=checkbox]:checked ~ .circle-check-label:before {
  background-color: #00A0E2;
  border-color: #00A0E2;
}

/* line 127, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.confirmation .confirmation-chehck-lists .check-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 5px;
}

/* line 137, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.new .full-screen-form-page .form-control {
  height: 54px;
}

/* line 141, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.new .new-container {
  max-width: 610px;
  margin: auto;
}

/* line 145, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.new .new-container .field-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

/* line 155, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show h3 {
  line-height: 28px;
}

/* line 159, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .circle-check {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 164, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .circle-check:before, .company.capital-increase-round.show .circle-check:after {
  position: absolute;
  top: 0;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 172, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .circle-check:before {
  content: '';
  border: 1px solid #c9c9c9;
  border-radius: 0.8125rem;
  background-color: #FFF;
  transition: border-color 200ms, background-color 200ms;
}

/* line 180, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .circle-check:after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  line-height: 1.625rem;
}

/* line 188, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .circle-check.checked:before {
  border-color: #00A0E2;
  background-color: #00A0E2;
}

/* line 193, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .circle-check.checked:after {
  transform: scale(1);
}

/* line 199, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .check-task-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 5px;
}

/* line 206, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .check-task-desc {
  margin-bottom: 15px;
  font-weight: 500;
  color: #828282;
  font-size: 0.875rem;
  line-height: 22px;
}

/* line 214, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .deadline {
  vertical-align: middle;
  height: 33px;
  border-radius: 17px;
  background-color: #F2F8FC;
  text-align: center;
}

/* line 221, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .deadline span {
  display: inline-block;
  padding: 7px 15px 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 21px;
  color: #00A0E2;
  white-space: nowrap;
}

/* line 232, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .alert-sentens {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 300;
}

/* line 239, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .alert-sentens img {
  margin-right: 5px;
  height: 14px;
  vertical-align: top;
}

/* line 246, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .about-text {
  color: #000;
}

/* line 250, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .hint {
  margin-top: 6px;
  width: 23px;
}

/* line 255, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .disclaimer {
  font-weight: 300;
  color: #828282;
  font-size: 0.75rem;
}

/* line 261, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .large-task-completed {
  background-color: #F7F7F7 !important;
}

/* line 265, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .small-task-completed {
  background-color: #ededed !important;
}

/* line 270, app/assets/stylesheets/application/views/company/capital_increase_rounds.scss */
.company.capital-increase-round.show .ion-chevron-right:hover {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches {
  letter-spacing: 0;
}

/* line 11, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.index .subsidy-searches-heading {
  font-size: 2rem;
  line-height: 32px;
}

/* line 17, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.index .subsidy-searches-copy h2 {
  font-size: 2rem;
  line-height: 44px;
}

/* line 23, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.index .subsidy-searches-eyecatch {
  max-width: 680px;
}

/* line 26, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.index .subsidy-searches-eyecatch img {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* line 31, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.index .logo-title {
  margin-right: 34px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #343434;
}

/* line 41, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .form-body {
  margin-top: 62px;
}

/* line 44, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .form-body .is-invalid:required:invalid {
  color: #e6230d;
}

/* line 48, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .form-body select:required:invalid {
  color: #939393;
}

/* line 52, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .form-body .company-setting-link-1 {
  position: absolute;
  top: 20px;
  right: 10px;
}

/* line 62, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .header, .company.miidas_subsidy_searches.complete .header {
  display: none;
}

/* line 66, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .main-content, .company.miidas_subsidy_searches.complete .main-content {
  margin-top: 0;
}

/* line 70, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .confirm-title, .company.miidas_subsidy_searches.complete .confirm-title {
  color: #343434;
  font-family: 'HiraginoSans-W6';
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}

/* line 79, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .progress, .company.miidas_subsidy_searches.complete .progress {
  height: 7px;
}

/* line 83, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .submitting, .company.miidas_subsidy_searches.complete .submitting {
  height: 560px;
  text-align: center;
}

/* line 87, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .submitting .title, .company.miidas_subsidy_searches.complete .submitting .title {
  font-size: 18px;
}

/* line 91, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.new .submitting .loading-wrapper, .company.miidas_subsidy_searches.complete .submitting .loading-wrapper {
  height: 400px;
}

/* line 99, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .complete-title {
  margin-top: 28.7px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'HiraginoSans-W5';
  color: #343434;
}

/* line 108, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .complete-description {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'HiraginoSans-W3';
  color: #343434;
}

/* line 118, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group {
  width: 417px;
}

/* line 121, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group li {
  list-style: none;
}

/* line 125, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step {
  position: relative;
  margin-top: 20px;
}

/* line 130, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .line::after {
  position: absolute;
  top: -38px;
  left: 13px;
  height: 37px;
  content: '';
  background-color: #ddd;
  width: 2px;
  z-index: 0;
}

/* line 142, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .small-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

/* line 149, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .step-check > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 156, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .step-check > input[type=checkbox] ~ .step-check-label {
  position: relative;
  min-width: 28px;
  min-height: 28px;
}

/* line 161, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .step-check > input[type=checkbox] ~ .step-check-label::before, .company.miidas_subsidy_searches.complete .step-group .step .step-check > input[type=checkbox] ~ .step-check-label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  z-index: 10;
}

/* line 171, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .step-check > input[type=checkbox] ~ .step-check-label::before {
  content: '';
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #FFF;
}

/* line 182, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .step-check > input[type=checkbox]:checked ~ .step-check-label::before {
  background-color: #bdbdbd;
}

/* line 186, app/assets/stylesheets/application/views/company/miidas_subsidy_searches.scss */
.company.miidas_subsidy_searches.complete .step-group .step .step-check > input[type=checkbox]:checked ~ .step-check-label::after {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  line-height: 28px;
}

/* line 2, app/assets/stylesheets/application/views/vc/layouts/_investee_main.scss */
.vc .l-investee-main {
  max-width: 1200px;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 10rem;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 10, app/assets/stylesheets/application/views/vc/layouts/_investee_main.scss */
.vc .l-investee-main .d-flex {
  display: flex !important;
  align-items: center;
  padding: 10px 0;
}

/* line 17, app/assets/stylesheets/application/views/vc/layouts/_investee_main.scss */
.vc .l-investee-main .title {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0px;
}

@media (max-width: 1340px) {
  /* line 2, app/assets/stylesheets/application/views/vc/layouts/_investee_main.scss */
  .vc .l-investee-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/component/_breadcrumb.scss */
.vc .c-breadcrumb-link {
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/application/views/vc/objects/component/_breadcrumb.scss */
.vc .c-breadcrumb-link li {
  list-style: none;
}

/* line 10, app/assets/stylesheets/application/views/vc/objects/component/_breadcrumb.scss */
.vc .c-breadcrumb-link a {
  color: #939393;
}

/* line 12, app/assets/stylesheets/application/views/vc/objects/component/_breadcrumb.scss */
.vc .c-breadcrumb-link a:hover {
  color: #FB8B24;
}

/* line 18, app/assets/stylesheets/application/views/vc/objects/component/_breadcrumb.scss */
.vc .c-breadcrumb-link .nav-item:not(:last-child)::after {
  font-family: 'Ionicons';
  content: "\f125";
  font-size: 0.875rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #939393;
}

/* line 3, app/assets/stylesheets/application/views/vc/objects/component/_button.scss */
.vc .c-button--orange {
  border: 1px solid #FB8B24;
  background-color: #FB8B24;
  color: white;
}

/* line 8, app/assets/stylesheets/application/views/vc/objects/component/_button.scss */
.vc .c-button--orange-outline {
  border: 1px solid #FB8B24;
  background-color: #FFF;
  color: #FB8B24 !important;
}

/* line 13, app/assets/stylesheets/application/views/vc/objects/component/_button.scss */
.vc .c-button--orange-outline-none {
  color: #FB8B24;
}

/* line 18, app/assets/stylesheets/application/views/vc/objects/component/_button.scss */
.vc .c-button--remove:before {
  font-family: 'Ionicons';
  color: #343434;
  content: "\f2d7";
}

/* line 25, app/assets/stylesheets/application/views/vc/objects/component/_button.scss */
.vc .c-button--trash:before {
  color: #FB8B24;
  font-family: 'Ionicons';
  content: "\f4c4";
}

/* line 32, app/assets/stylesheets/application/views/vc/objects/component/_button.scss */
.vc .c-button--add:before {
  color: #FB8B24;
  font-family: 'Ionicons';
  content: "\f2c7";
}

/* line 39, app/assets/stylesheets/application/views/vc/objects/component/_button.scss */
.vc .c-button--help:before {
  font-family: 'Ionicons';
  content: "\f445";
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/component/_cursor.scss */
.vc .cursor-pointer {
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/application/views/vc/objects/component/_dropdown.scss */
.vc .c-dropdown select {
  border-radius: 8px;
  color: #343434;
  border-color: #DDD;
  padding: 5px 8px;
  width: 117px;
  height: 35px;
}

/* line 11, app/assets/stylesheets/application/views/vc/objects/component/_dropdown.scss */
.vc .c-dropdown select:focus {
  border: none;
  outline: 1.5px #FB8B24 solid;
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/component/_dropdown.scss */
.vc .c-dropdown .dropdown-menu-small {
  margin-left: 10px;
  width: 61px;
  height: 35px;
}

/* line 4, app/assets/stylesheets/application/views/vc/objects/component/_form.scss */
.vc .c-form--orange input:focus, .vc .c-form--orange select:focus, .vc .c-form--orange .focus, .vc .c-form--orange textarea:focus,
.vc .c-form--orange input:focus ~ .input-group-append .input-group-text, .vc .c-form--orange .focus ~ .input-group-append .input-group-text {
  border-color: #FB8B24;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/component/_form.scss */
.vc .c-form--orange input:focus ~ label, .vc .c-form--orange .focus ~ label, .vc .c-form--orange .form-control:focus ~ label {
  color: #FB8B24;
}

/* line 13, app/assets/stylesheets/application/views/vc/objects/component/_form.scss */
.vc .c-form--orange input[type=checkbox]:checked ~ .drop-check-label:before {
  border-color: #FB8B24 !important;
  background-color: #FB8B24 !important;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/component/_link.scss */
.c-link--orange {
  font-weight: 400;
  color: #FB8B24;
}

/* line 6, app/assets/stylesheets/application/views/vc/objects/component/_link.scss */
.c-link--orange:hover {
  color: #FB8B24 !important;
}

/* line 3, app/assets/stylesheets/application/views/vc/objects/component/_nav.scss */
.vc .c-nav .tab-nav {
  color: #343434;
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/application/views/vc/objects/component/_nav.scss */
.vc .c-nav .nav-link {
  font-weight: 400;
}

/* line 10, app/assets/stylesheets/application/views/vc/objects/component/_nav.scss */
.vc .c-nav .nav-link.active {
  color: #FB8B24;
  border-bottom: 2px solid #FB8B24 !important;
}

/* line 15, app/assets/stylesheets/application/views/vc/objects/component/_nav.scss */
.vc .c-nav .nav-link.active-color {
  color: #FB8B24 !important;
}

/* line 19, app/assets/stylesheets/application/views/vc/objects/component/_nav.scss */
.vc .c-nav .nav-link:hover {
  color: #FB8B24 !important;
}

/* line 25, app/assets/stylesheets/application/views/vc/objects/component/_nav.scss */
.vc .c-nav .nav-item-bottom.active {
  border-bottom: 1px solid #FB8B24 !important;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters .newsletter-category-badge {
  height: 26px;
  font-weight: 400;
  color: #FB8B24;
  background-color: #FFF1E6;
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters .newsletter-category-badge.important {
  color: #E6230D;
  background-color: #fbebef;
}

@media (max-width: 575.98px) {
  /* line 16, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
  .vc.newsletters.index .main-content {
    margin: auto 35px;
    width: auto;
  }
}

/* line 22, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

/* line 28, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-nav .nav-item .nav-link {
  margin-right: 30px;
  width: -moz-max-content;
  width: max-content;
}

/* line 35, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-card {
  height: 88px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

/* line 42, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-card .newsletter-card-body {
  padding: 18px 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-card .newsletter-card-body .title-row {
  height: 26px;
}

/* line 55, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-card .newsletter-card-body .title-row .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-left: 10px;
  color: #343434;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 66, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-card .newsletter-card-body .title-row .newsletter-category-badge {
  border-radius: 13px;
  padding: 7px 12px;
  font-size: 12px;
}

/* line 73, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.index .newsletter-card .newsletter-card-body .published_at {
  font-size: 16px;
  font-weight: 300;
  color: #939393;
  margin-top: 10px;
}

/* line 84, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter {
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 84, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
  .vc.newsletters.show .newsletter {
    margin: auto 35px;
  }
}

/* line 90, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .newsletter-category-badge {
  border-radius: 13px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 12px;
}

/* line 97, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .published_at {
  padding: 4px 10px;
  color: #04070c;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

/* line 106, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .sns-share-links i {
  color: #fff;
  line-height: 32px;
}

/* line 111, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .sns-share-links .facebook-circle {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 19.2px;
  text-align: center;
  border-radius: 100%;
  background-color: #3b5998;
}

/* line 122, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .sns-share-links .twitter-circle {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 19.2px;
  text-align: center;
  border-radius: 100%;
  background-color: #00aced;
}

/* line 136, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration {
  color: #04070c;
}

/* line 139, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration :target {
  scroll-margin-top: 100px;
}

/* line 143, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration h2 {
  font-size: 1.846rem;
  font-weight: bold;
  width: 100%;
  margin: 0 0 60px;
  padding-bottom: 10px;
  border-bottom: solid 2px;
}

/* line 152, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration h3 {
  font-size: 1.846rem;
  font-weight: bold;
}

/* line 157, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration img {
  max-width: 100%;
  height: auto !important;
  /* important指定の理由:
              スマホなど横幅が狭い画面で画像のアスペクト比がおかしくなる原因の
              Summernoteが設定するstyle要素のheightを打ち消すため
          */
}

/* line 166, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration p,
.vc.newsletters.show .newsletter .body-decoration div,
.vc.newsletters.show .newsletter .body-decoration li,
.vc.newsletters.show .newsletter .body-decoration a {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

/* line 175, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration a {
  text-decoration: underline;
}

/* line 178, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration th,
.vc.newsletters.show .newsletter .body-decoration td {
  font-size: 15px;
}

/* line 183, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration blockquote {
  background: #f1f1f1;
  padding: 3%;
  margin: 0 0 45px;
}

/* line 189, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .body-decoration b {
  font-weight: bold;
}

/* line 194, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments {
  border-top: 1px solid #DDD;
}

/* line 197, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .title-row {
  height: 32px;
  margin-bottom: 20px;
}

/* line 201, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .title-row .title {
  font-size: 24px;
  font-weight: 600;
  padding: 4px 0;
  margin: 0;
}

/* line 208, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .title-row .all-download {
  text-align: center;
  color: #00A0E2;
  font-size: 14px;
  border-radius: 8px;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .title-row .all-download:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 221, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .title-row .all-download .link {
  height: 22px;
}

/* line 224, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .title-row .all-download .link .icon {
  padding-bottom: 2px;
}

/* line 228, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .title-row .all-download .link .guide {
  padding: 4px 0;
}

/* line 236, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .newsletter-files a {
  text-decoration: none;
  color: #000;
}

/* line 241, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .newsletter-files .panel {
  border: 1px solid #DDD;
  border-radius: 14px;
  height: 209px;
}

/* line 246, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .newsletter-files .panel .file-title-wrapper {
  margin-top: 130px;
  border-top: 1px solid #DDD;
}

/* line 250, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .attachments .newsletter-files .panel .file-title-wrapper .file-title {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 20px 18px;
}

/* line 260, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .newsletter .annotation {
  border-top: 1px solid #DDD;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #939393;
}

/* line 270, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card {
  border-radius: 15px;
  border: 1px solid #DDD;
}

/* line 274, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body {
  padding: 23px 0 25px 0;
}

/* line 277, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .card-title, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .card-title, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .card-title, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .card-title, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-title, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .card-title {
  font-size: 20px;
  line-height: 20px;
  padding: 0 25px 13px 25px;
  margin: 0;
}

/* line 284, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .listview, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .listview, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .listview, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview {
  margin-bottom: 18px;
}

/* line 287, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .listview .listview-item, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item {
  text-decoration: none;
}

/* line 290, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .listview .listview-item .listview-item-content, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item .listview-item-content, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content {
  padding: 12px 25px;
  color: #343434;
}

/* line 294, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .listview .listview-item .listview-item-content:hover, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item .listview-item-content:hover, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content:hover {
  background-color: #F7F7F7;
}

/* line 298, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .listview .listview-item .listview-item-content .newsletter-category-badge {
  border-radius: 11px;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 10px;
}

/* line 308, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .view-more, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .view-more, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .view-more, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .view-more, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .view-more, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .view-more {
  padding-left: 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

/* line 315, app/assets/stylesheets/application/views/vc/objects/component/_newsletter.scss */
.vc.newsletters.show .side-bar .card .card-body .no-newsletter, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.new .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.new .vc.newsletters.show .side-bar .connection-card .card-body .no-newsletter, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.en_new .vc.newsletters.show .side-bar .connection-card .card-body .no-newsletter, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.confirm .vc.newsletters.show .side-bar .connection-card .card-body .no-newsletter, .vc.newsletters.show .side-bar .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .no-newsletter, .company.stockholder_meetings.stockholders.en_confirm .vc.newsletters.show .side-bar .connection-card .card-body .no-newsletter {
  padding: 12px 25px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc #notification-newsletter-tabs {
  height: 38px;
  border-bottom: 1px solid #DDD;
  margin: 0;
}

/* line 7, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc #notification-newsletter-tabs .nav-item {
  height: 38.5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc #notification-newsletter-tabs .nav-item.active {
  border-bottom: 1.5px solid #FB8B24;
  color: #FB8B24;
  font-weight: 700;
}

/* line 21, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc #notification-newsletter-tabs .nav-item .nav-link {
  height: 34px;
  margin: 0;
  padding: 10px 0;
  color: inherit;
}

/* line 27, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc #notification-newsletter-tabs .nav-item .nav-link:hover {
  background-color: #F7F7F7;
}

/* line 35, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc .notification .dropdown-item {
  padding: 1rem 0;
  font-weight: normal;
  border-bottom: 0;
}

/* line 40, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc .notification .dropdown-item.read {
  color: #939393 !important;
}

/* line 44, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc .notification .dropdown-item.unread small {
  color: #FB8B24;
}

/* line 48, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc .notification .dropdown-item:hover, .vc .notification .dropdown-item:focus {
  color: #343434;
  background-color: #F7F7F7;
}

/* line 54, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc .notification .dropdown-item .newsletter-category-badge {
  border-radius: 11px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 400;
  color: #FB8B24;
  background-color: #FFF1E6;
}

/* line 62, app/assets/stylesheets/application/views/vc/objects/component/_notification.scss */
.vc .notification .dropdown-item .newsletter-category-badge.important {
  color: #E6230D;
  background-color: #fbebef;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/component/_paginate.scss */
.vc.investees .pagination > .active > a {
  color: #FB8B24;
  background: #FFF1E6;
  opacity: 1;
  border-radius: 50%;
  padding: 7px 12px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/component/_text.scss */
.c-text--orange {
  color: #FB8B24 !important;
}

/* line 5, app/assets/stylesheets/application/views/vc/objects/component/_text.scss */
.c-text--black {
  color: #343434 !important;
}

/* line 8, app/assets/stylesheets/application/views/vc/objects/component/_text.scss */
.c-text--gray {
  color: #DDD !important;
}

/* line 3, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investees-copy h2 {
  font-size: 32px;
  line-height: 44px;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investees-eyecatch {
  max-width: 680px;
}

/* line 12, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investees-eyecatch img {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper {
  width: 100%;
  overflow-x: auto;
  /*以下、スクロールバー非表示対応*/
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*以下、スクロールバー非表示対応*/
  /*Google Chrome、Safariへの対応*/
}

/* line 27, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 31, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper .tab-nav {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

/* line 37, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper .tab-nav .nav-item {
  display: inline-block;
  color: #343434 !important;
  text-decoration: none;
  white-space: nowrap;
}

/* line 43, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper .tab-nav .nav-item .nav-link {
  font-weight: 400;
}

/* line 45, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper .tab-nav .nav-item .nav-link.active {
  color: #FB8B24;
  border-bottom: 2px solid #FB8B24 !important;
}

/* line 50, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper .tab-nav .nav-item .nav-link.active-color {
  color: #FB8B24 !important;
}

/* line 54, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper .tab-nav .nav-item .nav-link:hover {
  color: #FB8B24 !important;
}

/* line 58, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .tab-wrapper .tab-nav .nav-item .nav-link.active {
  border-bottom: 1px solid #FB8B24 !important;
}

/* line 66, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table {
  max-height: calc(100vh - 30vh);
  min-height: calc(100vh - 30vh);
  overflow: auto;
  margin: 2px auto 20px;
  border: 1px solid #DDD;
  border-radius: 10px;
}

/* line 77, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table tbody tr:hover td {
  background: #F7F7F7;
}

/* line 82, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table tbody .border-bottom {
  border-bottom: 1px solid #DDD;
}

/* line 86, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table tbody .empty-container {
  position: relative;
}

/* line 89, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table tbody .empty-container .empty-text {
  position: absolute;
  top: 40px;
  left: 400px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #DDD;
  border: none !important;
  padding: 0 !important;
}

/* line 99, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table tbody .empty-container .empty-text:hover {
  background: none !important;
}

/* line 105, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead {
  border-bottom: 1px solid #DDD !important;
}

/* line 109, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead .min-width__100 {
  min-width: 100px;
}

/* line 113, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead .min-width__140 {
  min-width: 140px;
}

/* line 117, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead .min-width__160 {
  min-width: 160px;
}

/* line 122, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th {
  padding: 8px 12px 7px 12px;
  height: 50px;
  font-size: 13px;
  min-width: 120px;
}

/* line 128, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .th-block {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}

/* line 133, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .th-block .move-left {
  cursor: pointer;
  color: #939393;
  font-size: 15px;
}

/* line 139, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .th-block .move-right {
  cursor: pointer;
  color: #939393;
  font-size: 15px;
}

/* line 146, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .sort_link {
  font-size: 13px;
  display: flex;
  align-items: center;
}

/* line 151, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .sort_link .sort-icon {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  margin: 0;
}

/* line 159, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .sort_link .sort-icon .sort-text {
  font-size: 0.812rem;
  height: 13px;
  line-height: 13px;
}

/* line 165, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .sort_link .sort-icon .arrow {
  height: 10px;
  width: 8px;
}

/* line 171, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table thead th .sort_link .sort-icon-hover {
  padding: 5px 6px;
  background-color: #F7F7F7;
}

/* line 179, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table td {
  min-width: 100px;
  text-align: center;
}

/* line 183, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table td .m-top-10 {
  margin-top: 10px;
}

/* line 188, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table .first-child {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  border-right: 1px solid #DDD;
  text-align: center;
  line-height: 40px;
  min-width: 200px;
  max-width: 300px;
}

/* line 202, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table table .non-visible {
  display: none;
}

/* line 207, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table__header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

/* line 214, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .investee-table__company-logo img {
  max-width: 30px;
  /* 画像の最大幅を30pxに設定 */
  max-height: 30px;
  /* 画像の最大高さを30pxに設定 */
  margin-right: 10px;
  /* 画像と会社名の間に10pxの余白を追加 */
}

/* line 221, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .display_setting {
  display: flex;
  justify-content: end;
  position: relative;
}

/* line 228, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .display_setting .dropdown .dropdown-menu {
  position: absolute;
  top: 25px;
  left: -115px;
  z-index: 20;
}

/* line 235, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .display_setting .dropdown .filter {
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
}

/* line 241, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .display_setting .dropdown .filter:hover {
  background-color: #F7F7F7;
}

/* line 245, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .display_setting .dropdown .filter .icon-filter {
  font-size: 23px;
}

/* line 251, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .display_setting .display-count {
  font-size: 18px;
  color: #DDD;
  margin: 6px 5px 0 0;
}

/* line 258, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form {
  padding-top: 20px;
}

/* line 261, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition-none {
  display: none !important;
}

/* line 265, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 270, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition-body .margin-right-40 {
  margin-right: 40px;
}

/* line 274, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition-body .scroll-dropdown-menu {
  max-height: 430px;
  overflow-y: scroll;
}

/* line 280, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition {
  display: flex;
}

/* line 283, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition .search-condition-title {
  font-weight: 500;
  margin-right: 5px;
}

/* line 288, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition .search-condition-icon {
  width: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-repeat: no-repeat;
  transition: 0.2s;
  transform: scaleY(-1);
  background-size: 0.8rem;
  filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
  background-position: center;
}

/* line 299, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .search-condition .form-close {
  transform: scaleY(1);
}

/* line 304, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form label {
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 309, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .form-control {
  border-radius: 8px;
  color: #343434;
  border-color: #DDD;
  padding: 5px 8px;
  width: 240px;
  height: 35px;
  font-size: 0.8rem;
}

/* line 318, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .form-control:focus {
  border: none;
  outline: 1.5px #FB8B24 solid;
}

/* line 323, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .form-control:-moz-read-only {
  background-color: white;
}
.vc.investees.index .search_form .form-control:read-only {
  background-color: white;
}

/* line 328, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .small {
  width: 160px !important;
}

/* line 332, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .search_form .dropdown input:not(.icon-none) {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 0.79rem center;
}

/* line 341, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .file-upload-modal .template-link {
  color: #FB8B24;
  text-decoration: underline;
  cursor: pointer;
}

/* line 347, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .file-upload-modal .csv-import-alert {
  max-height: 200px;
  overflow-y: auto;
  text-align: left;
}

/* line 354, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .file-upload-modal .modal-content .modal-header {
  text-align: center;
}

/* line 357, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .file-upload-modal .modal-content .modal-header .modal-title {
  width: 100%;
}

/* line 361, app/assets/stylesheets/application/views/vc/objects/projects/investees/_index.scss */
.vc.investees.index .file-upload-modal .modal-content .drop-zone {
  padding: 75px 0;
  width: 440px;
  height: 248px;
  margin: 0 auto;
  border: 2px dashed #ddd;
  border-radius: 14px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investees/_investees.scss */
.vc.investees .investee-image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #DDD;
}

/* line 10, app/assets/stylesheets/application/views/vc/objects/projects/investees/_investees.scss */
.vc.investees .default-icon {
  -o-object-fit: none;
     object-fit: none;
}

/* line 14, app/assets/stylesheets/application/views/vc/objects/projects/investees/_investees.scss */
.vc.investees .header-company-name {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 19, app/assets/stylesheets/application/views/vc/objects/projects/investees/_investees.scss */
.vc.investees .sm-dropdown {
  margin: 0px 15px;
}

/* line 22, app/assets/stylesheets/application/views/vc/objects/projects/investees/_investees.scss */
.vc.investees .sm-dropdown .dropdown-menu {
  min-width: 58px !important;
}

/* line 25, app/assets/stylesheets/application/views/vc/objects/projects/investees/_investees.scss */
.vc.investees .sm-dropdown .dropdown-item {
  padding: 6px 10px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .info-container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .d-flex {
  align-items: normal;
  padding: 0;
}

/* line 14, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .form-group {
  width: 100%;
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .form-group input, .vc.investees.show .simple_form .form-group select {
  height: 54px;
}

/* line 22, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .form-control {
  padding: 14px 18px;
}

/* line 26, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .form-control ~ .input-group-append .input-group-text {
  background-color: #FFF;
  color: #343434;
}

/* line 32, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .form-control.form-control-active {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 38, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .image-fields {
  padding-bottom: 20px;
}

/* line 41, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .image-fields--preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 1px dashed #DDD;
  color: #343434;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 54, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .image-fields--preview::before {
  font-family: 'Ionicons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  content: "\f3f5";
  font-size: 40px;
  color: #343434;
}

/* line 68, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .image-fields--preview.success::before {
  color: #FFF;
}

/* line 74, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .image-fields label {
  min-width: 80px;
  min-height: 80px;
  position: relative;
}

/* line 79, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .image-fields label img {
  filter: brightness(0.5);
}

/* line 85, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .address-fields {
  margin: 0;
  padding-bottom: 20px;
}

/* line 89, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .address-fields .form-control {
  padding: 26px 1.4rem 10px;
}

/* line 95, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .address-fields input:focus ~ label {
  color: #FB8B24;
}

/* line 102, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .submit-button {
  min-width: 90px;
}

/* line 106, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .category-title {
  height: 66px !important;
  font-size: 24px;
  font-weight: 600;
}

/* line 112, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .simple_form .form-footer {
  padding-top: 40px;
}

/* line 117, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .left-container {
  width: 23%;
  max-width: 200px;
  margin-right: 25px;
}

/* line 123, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .right-container {
  width: 77%;
  max-width: 675px;
  word-wrap: break-word;
}

/* line 129, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .item-container {
  align-items: normal;
}

/* line 134, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .custom-label--form label {
  font-weight: 600;
  min-width: 200px;
  height: 54px;
}

/* line 139, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .custom-label--form label .required-mark {
  margin-left: 5px;
  border-radius: 8px;
  padding: 1px 8px;
  line-height: 15px;
  background-color: #FB8B24;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}

/* line 151, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .custom-label--show label {
  font-weight: 600;
  min-width: 200px;
  padding: 0;
  margin-bottom: 0;
}

/* line 157, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .custom-label--show label .required-mark {
  margin-left: 5px;
  border-radius: 8px;
  padding: 1px 8px;
  background-color: #FB8B24;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}

/* line 169, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .button-item {
  height: 54px;
  width: 54px;
}

/* line 174, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .updated_at {
  font-size: 13px;
  color: #939393;
}

/* line 179, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .description {
  font-size: 14px;
  font-weight: 300;
  color: #343434;
  text-align: left;
  margin-bottom: 20px;
}

/* line 186, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .description p {
  margin: 0;
  padding: 0;
}

/* line 192, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .edit-button-disable {
  cursor: default !important;
  color: #DDD !important;
  pointer-events: none;
}

/* line 197, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .edit-button-disable:before {
  color: #DDD !important;
  background: none !important;
}

/* line 204, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show .add-button:before {
  font-family: 'Ionicons';
  content: "\f2c7";
  color: #FB8B24;
  background: #FFF1E6;
  opacity: 1;
  border-radius: 50%;
  padding: 7px 12px;
}

/* line 215, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #investee-wrapper {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* line 220, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #investee-wrapper .info-field {
  padding-top: 10px;
}

/* line 224, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #investee-wrapper h4 {
  margin-bottom: 0;
}

/* line 228, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #investee-wrapper p {
  margin-bottom: 0;
}

/* line 232, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #investee-wrapper .image {
  width: 80px;
  height: 80px;
}

/* line 236, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #investee-wrapper .image--show {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 1px dashed #DDD;
}

/* line 244, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #investee-wrapper .business_content_fields {
  line-height: 1.5;
  margin-top: -6px;
  margin-bottom: -6px;
}

/* line 251, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #board-member-wrapper {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 40px;
}

/* line 255, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #board-member-wrapper .board-member-field {
  padding-top: 10px;
}

/* line 261, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #own-categories-wrapper .own-category {
  padding: 40px 0;
  border-bottom: 1px solid #ECECEC;
}

/* line 266, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #own-categories-wrapper .own-category-title {
  width: 90%;
}

/* line 270, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #own-categories-wrapper .own-category-field {
  padding-top: 10px;
}

/* line 274, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #own-categories-wrapper .add-category-button {
  margin-top: 40px;
}

/* line 278, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #own-categories-wrapper .menu {
  color: #FB8B24;
  cursor: pointer;
}

/* line 283, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #own-categories-wrapper .dropdown-menu {
  min-width: 60px;
}

/* line 287, app/assets/stylesheets/application/views/vc/objects/projects/investees/infos/_show.scss */
.vc.investees.show #own-categories-wrapper #new_company_investee_own_category {
  padding: 40px 0;
  border-bottom: 1px solid #ECECEC;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .progress {
  border-radius: 0 !important;
}

/* line 4, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .progress .progress-bar {
  border-radius: 0 !important;
  background-color: #FB8B24;
}

/* line 10, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-body {
  padding: 50px 0 170px 0;
}

/* line 13, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-body__main {
  max-width: 900px;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-body__main input, .vc.investee-wizard .form-body__main select {
  height: 54px;
}

/* line 21, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-body__main .left-container {
  width: 23%;
  max-width: 200px;
  margin-right: 25px;
}

/* line 26, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-body__main .left-container--small {
  width: 30%;
}

/* line 31, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-body__main .right-container {
  width: 77%;
  max-width: 675px;
}

/* line 35, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-body__main .right-container--small {
  width: 70%;
}

/* line 43, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .custom-label--large label {
  font-weight: 600;
  min-width: 200px;
  height: 54px;
}

/* line 48, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .custom-label--large label .required-mark {
  margin-left: 5px;
  border-radius: 8px;
  padding: 1px 8px;
  background-color: #FB8B24;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}

/* line 60, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .description {
  font-size: 14px;
  font-weight: 300;
  color: #343434;
  text-align: left;
  padding-bottom: 20px;
}

/* line 67, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .description p {
  margin: 0;
  padding: 0;
}

/* line 74, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .add-button:before {
  font-family: 'Ionicons';
  content: "\f2c7";
  color: #FB8B24;
  background: #FFF1E6;
  opacity: 1;
  border-radius: 50%;
  padding: 7px 12px;
}

/* line 85, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .button-item {
  height: 54px;
  width: 54px;
}

/* line 90, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-group {
  width: 100%;
}

/* line 94, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-control {
  padding: 14px 18px !important;
}

/* line 98, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-control ~ .input-group-append .input-group-text {
  background-color: #FFF;
  color: #343434;
}

/* line 104, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard .form-control.form-control-active {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* line 110, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/_investee_wizard.scss */
.vc.investee-wizard textarea {
  height: 80px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .address-fields {
  margin: 0;
  padding-bottom: 20;
}

/* line 6, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .address-fields .form-control {
  padding: 26px 1.4rem 10px !important;
}

/* line 12, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .address-fields input:focus ~ label {
  color: #FB8B24;
}

/* line 19, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .image-fields {
  padding-bottom: 20px;
}

/* line 22, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .image-fields--preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 1px dashed #dddddd;
  color: #343434;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 35, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .image-fields--preview::before {
  font-family: 'Ionicons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  content: "\f3f5";
  font-size: 40px;
  color: #343434;
}

/* line 49, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .image-fields--preview.success::before {
  color: #FFF;
}

/* line 55, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .image-fields label {
  min-width: 80px;
  min-height: 80px;
  position: relative;
}

/* line 60, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .image-fields label img {
  filter: brightness(0.5);
}

/* line 66, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investee_steps/_new.scss */
.vc.investee-wizard.investee-steps.new .dropdown-menu {
  width: 100% !important;
  margin-top: -15px !important;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
}

/* line 3, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investment_steps/_new.scss */
.vc.investee-wizard.investment-steps.new .add-investments-wrapper fieldset {
  padding-bottom: 41px;
  margin-bottom: 41px;
  border-bottom: 1px solid #ECECEC;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investment_steps/_new.scss */
.vc.investee-wizard.investment-steps.new .add-investments-wrapper .investment-title {
  height: 66px !important;
  font-size: 24px;
  font-weight: 600;
}

/* line 15, app/assets/stylesheets/application/views/vc/objects/projects/investee_wizard/investment_steps/_new.scss */
.vc.investee-wizard.investment-steps.new .add-investments-wrapper .danger {
  color: red;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 0 170px;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-header h1 {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-header p {
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-header .data-count {
  color: #939393;
}

/* line 24, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .custom-label--show label {
  font-weight: 600;
  min-width: 200px;
  padding: 0;
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .custom-label--show label .required-mark {
  margin-left: 5px;
  border-radius: 8px;
  padding: 1px 8px;
  background-color: #FB8B24;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}

/* line 42, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .show-fund {
  padding-bottom: 21px;
  margin-top: 40px;
  border-bottom: 1px solid #DDD;
}

/* line 47, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .show-fund .fund-title {
  width: 90%;
}

/* line 52, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .edit-button {
  color: #FB8B24;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .left-container {
  width: 23%;
  max-width: 200px;
  margin-right: 25px;
}

/* line 62, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .left-container label {
  margin-bottom: 19px;
}

/* line 67, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .right-container {
  width: 77%;
  max-width: 675px;
}

/* line 71, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .right-container .registered-investor {
  margin-bottom: 20px;
}

/* line 76, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .item-container {
  align-items: normal;
}

/* line 80, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .more-investors, .vc.settings.funds.index #funds-wrapper .funds-body .close-investors {
  cursor: pointer;
  padding-top: 0 !important;
}

/* line 85, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .close-investors {
  color: #939393;
}

/* line 89, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form {
  margin-top: 40px;
  border-bottom: 1px solid #DDD;
}

/* line 93, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form input {
  height: 54px;
}

/* line 97, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .d-flex {
  align-items: normal;
  padding: 0;
}

/* line 102, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .right-form-container {
  width: 71%;
  max-width: 625px;
}

/* line 106, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .right-form-container .input-group-append .input-group-text {
  border-radius: 0 0 8px 0;
}

/* line 111, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .right-button-container {
  width: 6%;
  max-width: 50px;
}

/* line 115, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .right-button-container .remove-button {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 122, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .input-group-text {
  background-color: #FFF;
}

/* line 126, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form #fund-button-fields {
  margin: 30px 0 40px;
}

/* line 130, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .add-investor-button {
  font-size: 14px;
  font-weight: 400;
}

/* line 135, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .fund-form .edit-form-border {
  margin-bottom: 0;
  padding-top: 0;
}

/* line 141, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .form-control {
  padding: 14px 18px;
}

/* line 145, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-body .updated_at {
  font-size: 13px;
  color: #939393;
}

/* line 152, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-footer .add-fund-button {
  font-size: 14px;
  font-weight: 400;
  margin: 40px 0;
}

/* line 158, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-footer .paginate-item {
  margin-top: 30px;
}

/* line 162, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .funds-footer .pagination > .active > a {
  color: #FB8B24;
  background: #FFF1E6;
  opacity: 1;
  border-radius: 50%;
  padding: 7px 12px;
}

/* line 171, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .edit-button-disable {
  cursor: default !important;
  color: #DDD !important;
  pointer-events: none;
}

/* line 176, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .edit-button-disable:before {
  color: #DDD !important;
  background: none !important;
}

/* line 183, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper .add-button:before {
  font-family: 'Ionicons';
  content: "\f2c7";
  color: #FB8B24;
  background: #FFF1E6;
  opacity: 1;
  border-radius: 50%;
  padding: 7px 12px;
}

/* line 194, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper #fund-eyecatch {
  margin: 80px auto 0;
  max-width: 440px;
}

/* line 198, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper #fund-eyecatch .fund-image {
  padding: 0 0 30px;
}

/* line 202, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper #fund-eyecatch .text-center div {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

/* line 209, app/assets/stylesheets/application/views/vc/objects/projects/settings/funds/_index.scss */
.vc.settings.funds.index #funds-wrapper #fund-eyecatch .btn, .vc.settings.funds.index #funds-wrapper #fund-eyecatch .component-v2 .btn-primary-w100-p3, .vc.settings.funds.index #funds-wrapper #fund-eyecatch .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .vc.settings.funds.index #funds-wrapper #fund-eyecatch .btn-primary-w100-p3, .company.financial_reports.edit .vc.settings.funds.index #funds-wrapper #fund-eyecatch .btn-primary-w100-p3, .vc.settings.funds.index #funds-wrapper #fund-eyecatch .company.kpis .btn-primary-w100-p3, .company.kpis .vc.settings.funds.index #funds-wrapper #fund-eyecatch .btn-primary-w100-p3 {
  margin-top: 40px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper {
  margin-top: 30px;
}

/* line 6, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .notices-header h1 {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check {
  padding-left: 0;
}

/* line 15, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox]:checked ~ .form-check-label:before {
  border-color: #FB8B24;
  background-color: #FB8B24;
}

/* line 20, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox] ~ .form-check-label {
  position: relative;
  margin: 0;
  padding-left: 2.9375rem;
  min-width: 1.625rem;
  min-height: 2.125rem;
  text-align: left;
}

/* line 29, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox] ~ .form-check-label:before {
  content: '';
  border: 1px solid #DDD;
  border-radius: 1.3125rem;
  background-color: #DDD;
  transition: border-color 200ms, background-color 200ms;
}

/* line 37, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox] ~ .form-check-label:before, .vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox] ~ .form-check-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.125rem;
  height: 2.125rem;
}

/* line 45, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox] ~ .form-check-label:after {
  font-family: "Material-Design-Iconic-Font";
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
  line-height: 2.125rem;
}

/* line 53, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox] ~ .form-check-label:before, .vc.settings.notices.show #notices-wrapper .form-check > input[type=checkbox] ~ .form-check-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.125rem;
  height: 2.125rem;
}

/* line 61, app/assets/stylesheets/application/views/vc/objects/projects/settings/notices/_show.scss */
.vc.settings.notices.show #notices-wrapper .form-check-label {
  display: flex;
  align-items: center;
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements {
  /*以下、投資先会社の状況のCSS*/
  /*以下、投資状況のCSS*/
  /*以下、スクロールバー非表示対応*/
  /*Google Chrome、Safariへの対応*/
  /*以下、投資履歴CSS*/
  /*company/investees/investment_managements/investments/_form.html.erb*/
  /*上記ファイルのコンバーティブル・エクイティのstock_quantity(input type:hiddenに必要な記述)*/
  /*以下、投資管理ページ共通処理*/
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .information {
  margin-top: 30px;
  padding: 20px 47px 20px 20px;
  border: 1px solid #DDD;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}

/* line 10, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .information .cancel-information {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .information .information-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 23, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .information .information-message {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.03rem;
  margin-bottom: 20px;
  color: #343434;
}

/* line 33, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .managements-container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}

/* line 41, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-container .investee-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content {
  border: 1px solid #DDD;
  border-radius: 15px;
  padding: 10px 30px;
  margin-bottom: 64px;
}

/* line 54, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .investee-show-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 59, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .investee-show-table .table-cell {
  display: table-cell;
  line-height: 1;
  height: 111px;
}

/* line 65, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .investee-show-table .caption {
  font-weight: 600;
  margin: 4px 0 26px;
}

/* line 70, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .investee-show-table .number {
  font-size: 20px;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .investee-show-table .unit {
  font-size: 10px;
}

/* line 80, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-top-left {
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #DDD;
}

/* line 85, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-top-center {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #DDD;
}

/* line 90, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-top-center:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}

/* line 104, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-top-right {
  position: relative;
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid #DDD;
}

/* line 109, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-top-right:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}

/* line 123, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-bottom-left {
  padding: 20px 20px 20px 0px;
}

/* line 127, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-bottom-center {
  position: relative;
  padding: 20px;
}

/* line 131, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-bottom-center:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  transform: translateX(-50%);
}

/* line 145, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-bottom-right {
  position: relative;
  padding: 20px 0px 20px 20px;
  margin-bottom: 36px;
}

/* line 150, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-show-content .table-bottom-right:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  transform: translateX(-50%);
}

/* line 165, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content {
  border: 1px solid #DDD;
  border-radius: 15px;
  margin-bottom: 64px;
}

/* line 170, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .top-table {
  margin-top: 10px;
}

/* line 174, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .bottom-table {
  margin-top: -10px;
}

/* line 178, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 30px;
}

/* line 184, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-table .table-cell {
  display: table-cell;
  line-height: 1;
  height: 111px;
}

/* line 190, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-table .form-group {
  margin: 0;
}

/* line 194, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-table .caption {
  font-weight: 600;
  margin-bottom: 6px;
}

/* line 199, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-table .number {
  font-size: 20px;
  font-weight: bold;
}

/* line 204, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-table .unit {
  font-size: 10px;
}

/* line 209, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .table-top-left {
  padding: 20px 10px 20px 0px;
}

/* line 213, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .table-top-center {
  position: relative;
  padding: 20px 5px 20px 5px;
}

/* line 218, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .table-top-right {
  padding: 20px 0px 20px 10px;
}

/* line 222, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .table-bottom-left {
  padding: 20px 10px 20px 0px;
}

/* line 226, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .table-bottom-center {
  padding: 20px 5px 20px 5px;
}

/* line 230, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .table-bottom-right {
  padding: 20px 0px 20px 10px;
}

/* line 234, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-button-fields {
  border: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 10px 30px;
}

/* line 241, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investee-edit-content .investee-button-fields .submit-button {
  width: 90px;
}

/* line 249, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-container {
  margin-bottom: 50px;
}

/* line 252, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-container .investment-summary-title {
  font-size: 24px;
  font-weight: 600;
}

/* line 257, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-container .total-fund-title {
  font-size: 20px;
  font-weight: 600;
}

/* line 263, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #DDD;
  border-radius: 15px;
}

/* line 271, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table .table-cell {
  display: table-cell;
  width: 50%;
  line-height: 1;
  height: 111px;
}

/* line 277, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table .table-cell .caption {
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 27px;
}

/* line 283, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table .table-cell .number, .vc.investees.investment_managements .fund-total-table .table-cell .delimiter {
  font-size: 20px;
  font-weight: bold;
}

/* line 288, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table .table-cell .unit {
  font-size: 10px;
}

/* line 293, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table .table-left {
  padding: 21px 16px 24px 29px;
}

/* line 297, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table .table-right {
  position: relative;
  padding: 21px 29px 24px 16px;
}

/* line 301, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .fund-total-table .table-right:before {
  content: '';
  width: 1px;
  height: 71px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
}

/* line 318, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab::-webkit-scrollbar {
  display: none;
}

/* line 322, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab {
  width: 100%;
  overflow-x: auto;
  /*以下、スクロールバー非表示対応*/
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/* line 331, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab .tabs {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

/* line 338, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab .tab {
  flex-shrink: 0;
  display: inline-block;
  text-align: center;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  padding: 14px 15px 0 15px;
  height: 45px;
  min-width: 105px;
}

/* line 350, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab .tabs a.disabled {
  pointer-events: none;
  color: #939393;
}

/* line 355, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab .tab-all {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 14px 15px 0 15px;
  height: 45px;
  width: 110px;
  border: 1px solid #DDD;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
}

/* line 368, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab .tab-first {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #DDD;
  border-right: none;
  border-bottom: none;
  border-radius: 15px 0 0 0;
  text-align: center;
  padding: 14px 15px 0 15px;
  height: 45px;
}

/* line 381, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab .tab-last {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #DDD;
  border-bottom: none;
  border-radius: 0 15px 0 0;
  text-align: center;
  padding: 14px 15px 0 15px;
  height: 45px;
}

/* line 393, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-tab .tab-center {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #DDD;
  border-right: none;
  border-bottom: none;
  text-align: center;
  padding: 14px 15px 0 15px;
  height: 45px;
}

/* line 406, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content {
  border: 1px solid #DDD;
  border-radius: 0 0 15px 15px;
  padding-bottom: 10px;
}

/* line 411, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .investment-summary-edit-button {
  cursor: pointer;
  margin: 10px 20px 0 0;
}

/* line 416, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .investment-summary-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: 15px;
  padding: 0 30px 0 30px;
}

/* line 423, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .investment-summary-table .table-cell {
  display: table-cell;
  line-height: 1;
  height: 111px;
}

/* line 429, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .investment-summary-table .caption {
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 26px;
}

/* line 435, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .investment-summary-table .number, .vc.investees.investment_managements .investment-summary-show-content .investment-summary-table .delimiter {
  font-size: 20px;
  font-weight: bold;
}

/* line 440, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .investment-summary-table .unit {
  font-size: 10px;
}

/* line 445, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-top-left {
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #DDD;
}

/* line 450, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-top-center {
  position: relative;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #DDD;
}

/* line 455, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-top-center:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}

/* line 469, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-top-right {
  position: relative;
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid #DDD;
}

/* line 474, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-top-right:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}

/* line 488, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-middle-left {
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #DDD;
}

/* line 493, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-middle-center {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #DDD;
}

/* line 498, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-middle-center:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translateX(-50%);
}

/* line 512, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-middle-right {
  position: relative;
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid #DDD;
}

/* line 517, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-middle-right:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translateX(-50%);
}

/* line 531, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-bottom-left {
  padding: 20px 20px 25px 0px;
}

/* line 535, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-bottom-center {
  position: relative;
  padding: 20px 20px 25px 20px;
}

/* line 539, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-bottom-center:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  transform: translateX(-50%);
}

/* line 553, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-bottom-right {
  position: relative;
  padding: 20px 0px 25px 20px;
  margin-bottom: 36px;
}

/* line 558, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-show-content .table-bottom-right:before {
  content: '';
  width: 1px;
  height: 100px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  transform: translateX(-50%);
}

/* line 573, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content {
  border: 1px solid #DDD;
  border-radius: 0 0 15px 15px;
}

/* line 577, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .investment-summary-edit-button {
  cursor: pointer;
  margin: 10px 20px 0 0;
}

/* line 582, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .top-table {
  margin-top: 10px;
}

/* line 586, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .bottom-table {
  margin-top: -10px;
}

/* line 590, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .investment-summary-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: 15px;
  padding: 0 30px 0 30px;
}

/* line 597, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .investment-summary-table .table-cell {
  display: table-cell;
  line-height: 1;
  height: 111px;
}

/* line 603, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .investment-summary-table .form-group {
  margin: 0;
}

/* line 607, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .investment-summary-table .caption {
  font-weight: 600;
  margin-bottom: 6px;
}

/* line 612, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .investment-summary-table .number {
  font-size: 20px;
  font-weight: bold;
}

/* line 617, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .investment-summary-table .unit {
  font-size: 10px;
}

/* line 622, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-top-left {
  padding: 20px 10px 20px 0px;
}

/* line 626, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-top-center {
  position: relative;
  padding: 20px 5px 20px 5px;
}

/* line 631, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-top-right {
  padding: 20px 0px 20px 10px;
}

/* line 635, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-middle-left {
  padding: 20px 10px 10px 0px;
}

/* line 639, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-middle-center {
  position: relative;
  padding: 20px 5px 10px 5px;
}

/* line 644, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-middle-right {
  padding: 20px 0px 10px 10px;
}

/* line 648, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-bottom-left {
  padding: 20px 10px 20px 0px;
}

/* line 652, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-bottom-center {
  padding: 20px 5px 20px 5px;
}

/* line 656, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-edit-content .table-bottom-right {
  padding: 20px 0px 20px 10px;
}

/* line 661, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-button-fields {
  border: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 10px;
  padding: 10px 30px 0 30px;
}

/* line 669, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-summary-button-fields .submit-button {
  width: 90px;
}

/* line 675, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container {
  padding: 0px 0 170px 0;
}

/* line 678, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investment-header {
  margin-bottom: -40px;
}

/* line 681, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investment-header p {
  margin-bottom: 0;
}

/* line 685, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investment-header .investment-header-title {
  font-size: 26px;
  font-weight: 600;
}

/* line 690, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investment-header .data-count {
  color: #939393;
  font-size: 14px;
}

/* line 697, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investments-footer .add-investment-button {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}

/* line 702, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investments-footer .add-investment-button:before {
  font-family: 'Ionicons';
  content: "\f2c7";
  color: #FB8B24;
  background: #FFF1E6;
  opacity: 1;
  border-radius: 50%;
  padding: 7px 12px;
}

/* line 713, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investments-footer .paginate-item {
  margin-top: 30px;
}

/* line 717, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investments-footer .pagination > .active > a {
  color: #FB8B24;
  background: #FFF1E6;
  opacity: 1;
  border-radius: 50%;
  padding: 7px 12px;
}

/* line 726, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .investment-title-show {
  width: 90%;
}

/* line 730, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container input, .vc.investees.investment_managements .investment-container select {
  height: 54px;
}

/* line 734, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .left-container {
  width: 23%;
  max-width: 200px;
  margin-right: 25px;
}

/* line 739, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .left-container--small {
  width: 30%;
}

/* line 744, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .right-container {
  width: 77%;
  max-width: 675px;
}

/* line 748, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .right-container--small {
  width: 70%;
}

/* line 753, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .item-container {
  align-items: normal;
  margin-bottom: 10px;
}

/* line 757, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .item-container .toggle-memo {
  cursor: pointer;
  padding-top: 0 !important;
}

/* line 761, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .item-container .text-gray {
  color: #939393;
}

/* line 766, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .left-small-container {
  width: 23%;
  min-width: 210px;
  margin-right: 25px;
}

/* line 772, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .right-small-container {
  width: 77%;
  min-width: 440px;
}

/* line 777, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-container .dropdown-menu {
  min-width: 60px;
}

/* line 782, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-form {
  padding-bottom: 21px;
  margin-top: 40px;
  border-bottom: 1px solid #DDD;
}

/* line 787, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-form .d-flex {
  align-items: normal;
  padding: 0;
}

/* line 792, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-form .investment-title {
  height: 66px !important;
  font-size: 24px;
  font-weight: 600;
}

/* line 798, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-form .disabled-select {
  color: #939393;
  background-color: #ECECEC;
  pointer-events: none;
  border: 1px solid #DDD;
}

/* line 806, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .show-investment {
  padding-bottom: 21px;
  margin-top: 40px;
  border-bottom: 1px solid #DDD;
}

/* line 813, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .custom-label--show label {
  font-weight: 600;
  min-width: 200px;
  padding: 0;
  margin-bottom: 0;
}

/* line 820, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .custom-label--large label {
  font-weight: 600;
  min-width: 200px;
  height: 54px;
}

/* line 824, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .custom-label--large label .required-mark {
  margin-left: 5px;
  border-radius: 8px;
  padding: 1px 8px;
  background-color: #FB8B24;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}

/* line 836, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .description {
  font-size: 14px;
  font-weight: 300;
  color: #343434;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 0;
}

/* line 844, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .description p {
  margin: 0;
  padding: 0;
}

/* line 850, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .button-item {
  height: 54px;
  width: 54px;
}

/* line 855, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .form-group {
  width: 100%;
}

/* line 859, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .form-control {
  padding: 14px 18px;
}

/* line 863, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .form-control ~ .input-group-append .input-group-text {
  background-color: #FFF;
  color: #343434;
}

/* line 868, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .form-control.form-control-active {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 874, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements textarea {
  height: 80px;
}

/* line 878, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .danger {
  color: red;
}

/* line 882, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .updated_at {
  font-size: 13px;
  color: #939393;
}

/* line 888, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .investment-button-fields .submit-button {
  width: 90px;
  height: auto;
}

/* line 894, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .memo_fields {
  line-height: 1.5;
  margin-top: -6px;
  margin-bottom: -6px;
}

/* line 900, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .memo_fields_hidden {
  height: 200px;
  overflow: hidden;
}

/* line 907, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .company_investee_investment_stock_quantity {
  margin: 0;
}

/* line 912, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .new-edit-button {
  font-weight: 400;
}

/* line 916, app/assets/stylesheets/application/views/vc/objects/projects/investees/investment_managements/_show.scss */
.vc.investees.investment_managements .edit-button-disable {
  cursor: default !important;
  color: #DDD;
  pointer-events: none;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .news-header {
  margin-top: 29px;
}

/* line 6, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .container-custom-padding {
  max-width: 1200px;
  font-family: 'futura-pt', 'Hiragino Sans', sans-serif;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 10rem;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 14, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .container-custom-padding .d-flex {
  display: flex !important;
  align-items: center;
  padding: 10px 0;
}

/* line 21, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .container-custom-padding img {
  width: 50px;
  height: 50px;
}

/* line 26, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .container-custom-padding .title {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0px;
}

@media (max-width: 1340px) {
  /* line 6, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
  .vc.investees.news.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 44, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .tab-nav {
  color: #343434;
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .nav-link {
  font-weight: 400;
}

/* line 51, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .nav-link.active {
  color: #FB8B24;
  border-bottom: 2px solid #FB8B24 !important;
}

/* line 56, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .nav-link.active-color {
  color: #FB8B24;
}

/* line 60, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .nav-link:hover {
  color: #FB8B24;
}

/* line 66, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .nav-item-bottom.active {
  border-bottom: 1px solid #FB8B24 !important;
}

/* line 71, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .breadcrumb-link {
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .breadcrumb-link li {
  list-style: none;
}

/* line 79, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .breadcrumb-link a {
  color: #939393;
}

/* line 81, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .breadcrumb-link a:hover {
  color: #FB8B24;
}

/* line 87, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .breadcrumb-link .nav-item:not(:last-child)::after {
  font-family: 'Ionicons';
  content: "\f125";
  font-size: 0.875rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #939393;
}

/* line 99, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .dropdown select {
  border-radius: 8px;
  color: #343434;
  border-color: #DDD;
  padding: 5px 8px;
  width: 117px;
  height: 35px;
}

/* line 107, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .dropdown select:focus {
  border: none;
  outline: 1.5px #FB8B24 solid;
}

/* line 113, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .dropdown .dropdown-menu-small {
  margin-left: 10px;
  width: 61px;
  height: 35px;
}

/* line 120, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .font-size-14 {
  font-size: 14px;
}

/* line 124, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .font-weight-500 {
  font-weight: 500;
}

/* line 128, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .form-control-label {
  font-size: 14px;
}

/* line 132, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .left-pane {
  width: 790px;
}

/* line 136, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .right-pane {
  width: 410px;
  border-left: 1px solid #DDD;
}

/* line 140, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .right-pane .right-container {
  width: 380px;
  float: right;
}

/* line 144, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .right-pane .right-container .remove-start-at, .vc.investees.news.index .right-pane .right-container .remove-end-at {
  cursor: pointer;
}

/* line 150, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .right-pane .right-container .input-group input:focus,
.vc.investees.news.index .right-pane .right-container .input-group .focus,
.vc.investees.news.index .right-pane .right-container .input-group input:focus ~ .input-group-append .input-group-text,
.vc.investees.news.index .right-pane .right-container .input-group .focus ~ .input-group-append .input-group-text {
  border-color: #FB8B24;
}

/* line 160, app/assets/stylesheets/application/views/vc/objects/projects/investees/news/_index.scss */
.vc.investees.news.index .right-pane .right-container .input-group input:focus ~ label,
.vc.investees.news.index .right-pane .right-container .input-group .focus ~ label {
  color: #FB8B24;
}

/* line 3, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .settings-form {
  width: 1200px;
}

/* line 7, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .tab-nav {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

/* line 13, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .tab-nav .nav-item {
  display: inline-block;
  color: #343434 !important;
  text-decoration: none;
  white-space: nowrap;
}

/* line 19, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .tab-nav .nav-item .nav-link {
  font-weight: 400;
}

/* line 21, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .tab-nav .nav-item .nav-link.active {
  color: #FB8B24;
  border-bottom: 2px solid #FB8B24 !important;
}

/* line 26, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .tab-nav .nav-item .nav-link.active-color {
  color: #FB8B24 !important;
}

/* line 30, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .tab-nav .nav-item .nav-link:hover {
  color: #FB8B24 !important;
}

/* line 37, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .left-form {
  width: 600px;
  margin: 0;
  padding: 0;
}

/* line 43, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .right-form {
  width: 400px;
}

/* line 47, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .form-title {
  padding: 50px 0px;
}

/* line 51, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .form-field {
  width: 600px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
  overflow-wrap: break-word;
}

/* line 58, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .label {
  margin-bottom: 15px;
}

/* line 62, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-edit-button {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-edit-button-disable {
  cursor: default;
  color: #DDD !important;
  pointer-events: none;
}

/* line 77, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-data {
  font-family: Hiragino Sans;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 16px;
  color: #343434;
}

/* line 86, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-data-num {
  font-weight: 500;
}

/* line 90, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-data-url {
  font-weight: 500;
}

/* line 94, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-zip {
  margin-bottom: 8px;
}

/* line 98, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-label {
  margin-bottom: 30px;
}

/* line 102, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-annotation {
  font-family: Hiragino Sans;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #939393;
  margin-bottom: 7px;
}

/* line 111, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .change-image {
  max-width: 400px;
  margin-bottom: 20px;
}

/* line 115, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .change-image__preview {
  width: 400px;
  height: 400px;
  border: 1px solid #DDD;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E2;
  background-color: #FFF;
}

/* line 126, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .change-image__preview:hover {
  text-decoration: none;
  cursor: default;
  opacity: 1;
  transition: opacity 0s;
}

/* line 134, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .change-image__choose {
  border: 1px solid #DDD;
}

/* line 139, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-image {
  width: 400px;
  height: 400px;
  border: 1px solid #DDD;
  border-radius: 15px;
}

/* line 146, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-form-control {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* line 151, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .form-group-invalid {
  margin-bottom: 20px;
}

/* line 155, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .form-control[readonly] {
  background-color: #FFF;
}

/* line 159, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .submit-button {
  margin-bottom: 30px;
  height: 45px;
  width: 94px;
  padding: 16px 15px 17px 15px;
  font-size: 16px;
  line-height: 12px;
}

/* line 168, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .establish-form {
  margin-bottom: 30px;
}

/* line 172, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .modal-body {
  padding: 0 20px 40px;
}

/* line 176, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .establish-explanation {
  width: 610px;
  height: 60px;
}

/* line 181, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .modal-footer {
  height: 85px;
}

/* line 185, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .modal-footer-cancel-btn {
  width: 110px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
  color: #343434;
}

/* line 196, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .establish-modal-footer-submit-btn {
  width: 94px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-family: Hiragino Sans;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
}

/* line 207, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-modal-footer-submit-btn {
  width: 110px;
  height: 45px;
  border-radius: 10px;
  padding: 16px 15px 17px;
  font-family: Hiragino Sans;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
}

/* line 218, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .processing {
  pointer-events: none;
}

/* line 222, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-modal-body {
  padding: 20px;
  width: 650px;
}

/* line 226, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-modal-body .drop-zone {
  height: 100%;
}

/* line 230, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-modal-body .dashed-border {
  height: 365px;
}

/* line 234, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-modal-body .cloud-icon {
  margin: 110px 0 20px;
}

/* line 238, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-modal-body .modal-logo-preview {
  margin-top: 15px;
  margin-bottom: 27px;
  width: 320px;
  height: 320px;
}

/* line 245, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-modal-body .object-fit-contain {
  -o-object-fit: fill;
     object-fit: fill;
}

/* line 250, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .company-form {
  display: none;
}

/* line 254, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-delete-btn {
  padding: 8px;
  width: 28px;
  height: 28px;
  margin-top: 25px;
  margin-left: -39px;
  cursor: pointer;
  line-height: 12px;
}

/* line 264, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .logo-delete-btn-svg {
  width: 12px;
  height: 12px;
}

/* line 270, app/assets/stylesheets/application/views/vc/objects/projects/settings/basics/_show.scss */
.vc.settings.basics.show .notification_setting_modal .modal-body {
  padding: 20px;
}

/* line 5, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .breadcrumb-container .breadcrumb, .vc.investees.documents.show .breadcrumb-container .breadcrumb {
  padding-left: 0;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .breadcrumb-container ol, .vc.investees.documents.show .breadcrumb-container ol {
  margin: 0;
  border-bottom: none;
}

/* line 13, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .breadcrumb-container ol a, .vc.investees.documents.show .breadcrumb-container ol a {
  color: #FB8B24;
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .breadcrumb-container ol li.breadcrumb-item:not(:first-child)::before, .vc.investees.documents.show .breadcrumb-container ol li.breadcrumb-item:not(:first-child)::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #939393;
  content: ">";
}

/* line 28, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .breadcrumb-container .search-form .input-group .input-group-prepend .input-group-text, .vc.investees.documents.show .breadcrumb-container .search-form .input-group .input-group-prepend .input-group-text {
  padding: 0.6rem 0 0.6rem 1.4rem;
  background-color: #F7F7F7;
  border-right: 0;
  height: 38px;
  border-radius: 3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 38, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .breadcrumb-container .search-form .input-group .form-control, .vc.investees.documents.show .breadcrumb-container .search-form .input-group .form-control {
  background-color: #F7F7F7;
  border-left: 0;
  border-radius: 3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 44, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .breadcrumb-container .search-form .input-group .form-control:focus, .vc.investees.documents.show .breadcrumb-container .search-form .input-group .form-control:focus {
  border-color: #DDD;
}

/* line 53, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .main-content .nav-link, .vc.investees.documents.show .main-content .nav-link {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2rem;
}

/* line 61, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .table-wrapper, .vc.investees.documents.show .table-wrapper {
  margin-left: -18px;
  margin-right: -18px;
}

/* line 67, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-modal .drop-zone, .vc.investees.documents.show .files-upload-modal .drop-zone {
  padding: 2rem 0;
  width: 100%;
  border: 2px dashed #FB8B24;
  border-radius: 8px;
}

/* line 74, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-modal .files-wrapper, .vc.investees.documents.show .files-upload-modal .files-wrapper {
  min-height: 180px;
}

/* line 77, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-modal .files-wrapper .files-note, .vc.investees.documents.show .files-upload-modal .files-wrapper .files-note {
  width: 100%;
  height: 180px;
  border: 1px solid #DDD;
  border-radius: 8px;
}

/* line 86, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-modal .modal-body.creating, .vc.investees.documents.index .files-upload-modal .modal-body.done, .vc.investees.documents.show .files-upload-modal .modal-body.creating, .vc.investees.documents.show .files-upload-modal .modal-body.done {
  height: 560px;
  text-align: center;
}

/* line 91, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-modal .modal-body.creating .title, .vc.investees.documents.index .files-upload-modal .modal-body.done .title, .vc.investees.documents.show .files-upload-modal .modal-body.creating .title, .vc.investees.documents.show .files-upload-modal .modal-body.done .title {
  font-size: 18px;
}

/* line 95, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-modal .modal-body.creating .loading-wrapper, .vc.investees.documents.index .files-upload-modal .modal-body.done .loading-wrapper, .vc.investees.documents.show .files-upload-modal .modal-body.creating .loading-wrapper, .vc.investees.documents.show .files-upload-modal .modal-body.done .loading-wrapper {
  height: 400px;
}

/* line 98, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-modal .modal-body.creating .loading-wrapper i, .vc.investees.documents.index .files-upload-modal .modal-body.done .loading-wrapper i, .vc.investees.documents.show .files-upload-modal .modal-body.creating .loading-wrapper i, .vc.investees.documents.show .files-upload-modal .modal-body.done .loading-wrapper i {
  color: #00A0E2;
  font-size: 10rem;
}

/* line 107, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table, .vc.investees.documents.show .documents-table {
  margin-bottom: 10px;
}

/* line 111, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table thead tr, .vc.investees.documents.show .documents-table thead tr {
  color: #000;
  background-color: #FFF;
}

/* line 116, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table thead tr th.document-name, .vc.investees.documents.show .documents-table thead tr th.document-name {
  width: 490px;
}

/* line 120, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table thead tr th.updated-at, .vc.investees.documents.show .documents-table thead tr th.updated-at {
  width: 180px;
}

/* line 124, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table thead tr th.name, .vc.investees.documents.show .documents-table thead tr th.name {
  width: 180px;
}

/* line 128, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table thead tr th.files-count, .vc.investees.documents.show .documents-table thead tr th.files-count {
  width: 95px;
}

/* line 132, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table thead tr th.parent-folder-name, .vc.investees.documents.show .documents-table thead tr th.parent-folder-name {
  width: 150px;
}

/* line 136, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table thead tr th.operation, .vc.investees.documents.show .documents-table thead tr th.operation {
  text-align: right;
  width: 30px;
}

/* line 146, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr td, .vc.investees.documents.show .documents-table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
}

/* line 153, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr td.document-name, .vc.investees.documents.show .documents-table tbody tr td.document-name {
  width: 490px;
}

/* line 157, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr td.updated-at, .vc.investees.documents.show .documents-table tbody tr td.updated-at {
  width: 180px;
}

/* line 161, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr td.name, .vc.investees.documents.show .documents-table tbody tr td.name {
  width: 180px;
}

/* line 165, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr td.files-count, .vc.investees.documents.show .documents-table tbody tr td.files-count {
  width: 95px;
}

/* line 169, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr td.parent-folder-name, .vc.investees.documents.show .documents-table tbody tr td.parent-folder-name {
  width: 150px;
}

/* line 173, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr td.operation, .vc.investees.documents.show .documents-table tbody tr td.operation {
  text-align: right;
  width: 30px;
}

/* line 179, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table tbody tr:hover td, .vc.investees.documents.show .documents-table tbody tr:hover td {
  background: #F7F7F7;
}

/* line 185, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table th,
.vc.investees.documents.index .documents-table td, .vc.investees.documents.show .documents-table th,
.vc.investees.documents.show .documents-table td {
  padding: 0.9rem 0.75rem;
  font-weight: 400;
  color: #343434;
  padding-left: 0;
}

/* line 192, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table th .parent-folder-name-link,
.vc.investees.documents.index .documents-table td .parent-folder-name-link, .vc.investees.documents.show .documents-table th .parent-folder-name-link,
.vc.investees.documents.show .documents-table td .parent-folder-name-link {
  color: #FB8B24;
}

/* line 197, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .documents-table .overflow, .vc.investees.documents.show .documents-table .overflow {
  overflow-y: visible;
  overflow-x: visible;
}

/* line 203, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-container, .vc.investees.documents.show .files-upload-container {
  padding: 2rem 0;
  width: 100%;
  height: 430px;
  border: 1px solid #DDD;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 215, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-container .upload-image-content, .vc.investees.documents.show .files-upload-container .upload-image-content {
  margin-bottom: 13px;
}

/* line 219, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-container .upload-btn-content, .vc.investees.documents.show .files-upload-container .upload-btn-content {
  margin-bottom: 13px;
}

/* line 222, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .files-upload-container .upload-btn-content a, .vc.investees.documents.show .files-upload-container .upload-btn-content a {
  border-radius: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 11px 10px 11px;
  border: 1px solid #FB8B24;
  background-color: #FFF;
  color: #FB8B24;
}

/* line 235, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .modal-dialog .input-form, .vc.investees.documents.show .modal-dialog .input-form {
  padding: 15px 20px 0 20px;
  margin-bottom: 10px;
}

/* line 240, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .modal-dialog .cancel-btn, .vc.investees.documents.show .modal-dialog .cancel-btn {
  margin-left: 20px;
}

/* line 244, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .modal-dialog .submit-btn, .vc.investees.documents.show .modal-dialog .submit-btn {
  margin-right: 20px;
}

/* line 249, app/assets/stylesheets/application/views/vc/objects/projects/investees/documents/_show.scss */
.vc.investees.documents.index .dropdown-menu, .vc.investees.documents.show .dropdown-menu {
  min-width: 100px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .container {
  padding-bottom: 130px;
}

/* line 7, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .table-wrapper .table-row {
  pointer-events: none;
}

/* line 10, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .table-wrapper .table-row:hover {
  background: #F7F7F7;
}

/* line 15, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .table-wrapper .dropdown {
  pointer-events: auto;
}

/* line 20, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .title {
  font-size: 18px;
}

/* line 26, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .form-wrapper .custom-label--show label {
  font-weight: 600;
  min-width: 200px;
  padding: 0;
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .form-wrapper .custom-label--show label .required-mark {
  margin-left: 5px;
  border-radius: 8px;
  padding: 1px 8px;
  background-color: #FB8B24;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}

/* line 44, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .form-wrapper .item-container {
  align-items: normal;
}

/* line 47, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .form-wrapper .item-container .left-container {
  width: 23%;
  margin-right: 25px;
}

/* line 52, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .form-wrapper .item-container .right-container {
  width: 77%;
}

/* line 56, app/assets/stylesheets/application/views/vc/objects/projects/members/_index.scss */
.vc.members.index .form-wrapper .item-container .grouping {
  margin-bottom: 20px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container {
  margin-top: 40px;
}

/* line 5, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .information {
  padding: 10px 47px 10px 20px;
  border: 1px solid #DDD;
  border-radius: 8px;
  position: relative;
  margin-bottom: 40px;
}

/* line 12, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .information .cancel-information {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .information .information-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 25, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .information .information-message {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.03rem;
  margin-bottom: 20px;
  color: #343434;
}

/* line 34, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .information .add-button {
  font-weight: 600;
  font-size: 16px;
  padding: 17px 15px;
  border-radius: 10px;
  border: 1px solid #FB8B24;
  color: #FB8B24;
}

/* line 44, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .request-table {
  overflow-y: auto;
  max-height: 600px;
  display: block;
}

/* line 49, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .request-table th {
  position: sticky;
  top: 0;
  background-color: #fff;
}

/* line 55, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .request-table td:first-child {
  border-top: 1px solid #DDD;
  border-radius: 0;
}

/* line 60, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .request-table td:last-child {
  border-top: 1px solid #DDD;
  border-radius: 0;
}

/* line 65, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .request-table .request-title {
  max-width: 400px;
}

/* line 70, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .modal-dialog {
  max-width: 440px;
}

/* line 73, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .modal-dialog .modal-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

/* line 79, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .modal-dialog .modal-body {
  padding: 20px, 20px, 40px, 20px;
}

/* line 83, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .modal-dialog .modal-inline-text {
  font-weight: 400;
}

/* line 87, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .modal-dialog .cancel-button {
  border: 1px solid;
  font-weight: 400;
  font-size: 18px;
}

/* line 93, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_index.scss */
.vc.investees.requests.index .request-container .modal-dialog .delete-button {
  font-weight: 400;
  font-size: 18px;
}

/* line 5, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .editor-header, .vc.ir_requests.new .editor-header, .vc.ir_requests.edit .editor-header {
  padding: 15px 0 15px 0;
  height: 60px;
}

/* line 9, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .editor-header.with-border, .vc.ir_requests.new .editor-header.with-border, .vc.ir_requests.edit .editor-header.with-border {
  padding: 15px 0 14px 0;
  border-bottom: 1px solid #DDD;
}

/* line 14, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .editor-header img, .vc.ir_requests.new .editor-header img, .vc.ir_requests.edit .editor-header img {
  padding-left: 15px;
  height: 20px;
}

/* line 19, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .editor-header .title, .vc.ir_requests.new .editor-header .title, .vc.ir_requests.edit .editor-header .title {
  font-size: 20px;
  font-family: 'Hiragino Sans';
  font-weight: 700;
  text-align: center;
}

/* line 26, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .editor-header .submit, .vc.ir_requests.new .editor-header .submit, .vc.ir_requests.edit .editor-header .submit {
  margin-right: 25px;
  width: 165px;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .progress, .vc.ir_requests.new .progress, .vc.ir_requests.edit .progress {
  height: 7px;
  border-radius: 0 !important;
}

/* line 40, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .progress .progress-bar, .vc.ir_requests.new .progress .progress-bar, .vc.ir_requests.edit .progress .progress-bar {
  border-radius: 0 !important;
  background-color: #FB8B24;
}

/* line 46, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .page-title, .vc.ir_requests.new .page-title, .vc.ir_requests.edit .page-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 53, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .date-between, .vc.ir_requests.new .date-between, .vc.ir_requests.edit .date-between {
  margin: 0 8px;
}

/* line 57, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .nav-tabs, .vc.ir_requests.new .nav-tabs, .vc.ir_requests.edit .nav-tabs {
  border-bottom: none;
}

/* line 61, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .nav-item:first-child .nav-link, .vc.ir_requests.new .nav-item:first-child .nav-link, .vc.ir_requests.edit .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
}

/* line 65, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .nav-item:last-child .nav-link, .vc.ir_requests.new .nav-item:last-child .nav-link, .vc.ir_requests.edit .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
}

/* line 69, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .nav-link:hover, .vc.ir_requests.new .nav-link:hover, .vc.ir_requests.edit .nav-link:hover {
  color: #FB8B24;
}

/* line 73, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .nav-link.active, .vc.ir_requests.new .nav-link.active, .vc.ir_requests.edit .nav-link.active {
  color: #FB8B24;
}

/* line 77, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .form-title, .vc.ir_requests.new .form-title, .vc.ir_requests.edit .form-title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 83, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .comment-container, .vc.ir_requests.new .comment-container, .vc.ir_requests.edit .comment-container {
  font-size: 14px;
  font-weight: 300;
  white-space: pre-line;
  word-wrap: break-word;
  border-radius: 15px;
  background-color: #F7F7F7;
  padding: 20px 1.4rem;
}

/* line 93, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .submitting, .vc.ir_requests.new .submitting, .vc.ir_requests.edit .submitting {
  height: 560px;
  text-align: center;
}

/* line 97, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .submitting .title, .vc.ir_requests.new .submitting .title, .vc.ir_requests.edit .submitting .title {
  font-size: 18px;
}

/* line 101, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .submitting .loading-wrapper, .vc.ir_requests.new .submitting .loading-wrapper, .vc.ir_requests.edit .submitting .loading-wrapper {
  height: 400px;
}

/* line 106, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .footer, .vc.ir_requests.new .footer, .vc.ir_requests.edit .footer {
  padding: 22px 25px 0;
  z-index: 3;
  height: 90px;
  border-top: 1px solid #DDD;
  background: #FFF;
}

/* line 113, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .footer .cancel, .vc.ir_requests.new .footer .cancel, .vc.ir_requests.edit .footer .cancel {
  width: 120px;
  color: #000;
  background-color: #FFF;
  border-color: #DDD;
}

/* line 120, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .footer .next, .vc.ir_requests.new .footer .next, .vc.ir_requests.edit .footer .next {
  float: right;
  width: auto;
}

/* line 126, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .content-label, .vc.ir_requests.new .content-label, .vc.ir_requests.edit .content-label {
  font-weight: 500;
  font-size: 24px;
}

/* line 131, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .checkbox-label, .vc.ir_requests.new .checkbox-label, .vc.ir_requests.edit .checkbox-label {
  font-size: 16px;
  font-weight: 400;
  color: black !important;
}

/* line 137, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .icon-information, .vc.ir_requests.new .icon-information, .vc.ir_requests.edit .icon-information {
  font-size: 18px;
}

/* line 142, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .confirm-view input, .vc.ir_requests.new .confirm-view input, .vc.ir_requests.edit .confirm-view input {
  background-color: transparent !important;
  border: none !important;
  font-size: 32px;
  font-weight: 900;
}

/* line 146, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .confirm-view input:focus, .vc.ir_requests.new .confirm-view input:focus, .vc.ir_requests.edit .confirm-view input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 154, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .confirm-view .title-area, .vc.ir_requests.new .confirm-view .title-area, .vc.ir_requests.edit .confirm-view .title-area {
  font-size: 32px;
  font-weight: 900;
  overflow-wrap: anywhere;
  margin-bottom: 50px;
}

/* line 162, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show textarea, .vc.ir_requests.new textarea, .vc.ir_requests.edit textarea {
  height: 85px;
}

/* line 166, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .comment-label, .vc.ir_requests.new .comment-label, .vc.ir_requests.edit .comment-label {
  height: 20px;
  font-weight: 300;
  font-size: 16px;
  color: "#343434";
}

/* line 172, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .comment-label img, .vc.ir_requests.new .comment-label img, .vc.ir_requests.edit .comment-label img {
  height: 20px;
  margin-right: 10px;
}

/* line 178, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .title-area, .vc.ir_requests.new .title-area, .vc.ir_requests.edit .title-area {
  margin-bottom: 50px;
}

/* line 181, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .title-area span, .vc.ir_requests.new .title-area span, .vc.ir_requests.edit .title-area span {
  font-size: 32px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

/* line 188, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_ir_requests.scss */
.vc.ir_requests.show .time-area, .vc.ir_requests.new .time-area, .vc.ir_requests.edit .time-area {
  opacity: 1;
  color: #DDD;
  font-family: "HiraginoSans-W3";
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 22px;
}

/* line 5, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_show.scss */
.vc.investees.ir_requests.show .modal .c-button--orange {
  min-width: 110px;
}

/* line 12, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_show.scss */
.vc.investees.ir_requests.show .footer .next {
  float: right;
  width: 140px;
}

/* line 2, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_thanks.scss */
.vc.investees.ir_requests.thanks .progress {
  border-radius: 0 !important;
}

/* line 4, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_thanks.scss */
.vc.investees.ir_requests.thanks .progress .progress-bar {
  border-radius: 0 !important;
  background-color: #FB8B24;
}

/* line 10, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_thanks.scss */
.vc.investees.ir_requests.thanks .thanks-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 17, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_thanks.scss */
.vc.investees.ir_requests.thanks .thanks-container .image-container {
  margin-top: 170px;
  margin-bottom: 30px;
}

/* line 22, app/assets/stylesheets/application/views/vc/objects/projects/investees/ir_requests/_thanks.scss */
.vc.investees.ir_requests.thanks .thanks-container .btn-container {
  margin-top: 40px;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_sidebar.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar {
  z-index: 5;
  width: 250px;
  box-shadow: 4px -2px 4px -2px #DDD;
  height: auto;
  min-height: calc(100vh - 67px);
  border-right: 1px solid #DDD;
  padding: 14px 10px;
}

/* line 11, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_sidebar.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar .sidebar-content {
  margin-top: 7px;
  padding: 16px 15px 12px;
  line-height: 1;
}

/* line 16, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_sidebar.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar .sidebar-content > p {
  display: block;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* line 23, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_sidebar.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar .sidebar-content.is-done {
  position: relative;
}

/* line 26, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_sidebar.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar .sidebar-content.is-done:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #00A0E2;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

/* line 39, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_sidebar.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar .sidebar-content:first-child {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_sidebar.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar .sidebar-content.is-active {
  background-color: #F7F7F7;
  border-radius: 24px;
  font-weight: 600;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_form_header.scss */
.company.company-procedures.stock-options.electro-contracts.new .progress {
  height: 0.5rem;
}

/* line 6, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_form_header.scss */
.company.company-procedures.stock-options.electro-contracts.new .form-header {
  padding: 15px;
}

/* line 11, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_form_header.scss */
.company.company-procedures.stock-options.electro-contracts.new .form-header div:first-child img {
  height: 20px;
}

/* line 16, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_form_header.scss */
.company.company-procedures.stock-options.electro-contracts.new .form-header div:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_footer.scss */
.company.company-procedures.stock-options.electro-contracts.new .sidebar {
  min-width: 250px;
}

/* line 6, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/_footer.scss */
.company.company-procedures.stock-options.electro-contracts.new .footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  border-top: 1px solid #DDD;
  background-color: #FFF;
  padding: 1rem 2rem;
  z-index: 4;
  margin-left: 250px;
}

/* line 3, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper {
  max-width: 100%;
  display: flex;
  /*================================================
        各ページ共通で使用
      ================================================ */
}

/* line 10, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container {
  margin: 0 auto;
  width: 600px;
}

/* line 14, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  margin-bottom: 60px;
}

/* line 21, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards {
  width: 614px;
}

/* line 24, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .card, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card {
  border: solid 1px #DDD;
  border-radius: 22px;
  height: 237px;
  padding: 17px 20px 0px 20px;
  width: 297px;
  align-items: center;
}

/* line 32, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .card > p, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.new .connection-card > p, .company.stockholder_meetings.stockholders.new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card > p, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_new .connection-card > p, .company.stockholder_meetings.stockholders.en_new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card > p, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.confirm .connection-card > p, .company.stockholder_meetings.stockholders.confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card > p, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card > p, .company.stockholder_meetings.stockholders.en_confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card > p {
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .card:hover, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.new .connection-card:hover, .company.stockholder_meetings.stockholders.new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card:hover, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_new .connection-card:hover, .company.stockholder_meetings.stockholders.en_new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card:hover, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.confirm .connection-card:hover, .company.stockholder_meetings.stockholders.confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card:hover, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card:hover, .company.stockholder_meetings.stockholders.en_confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card:hover {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .card.is_active, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.new .is_active.connection-card, .company.stockholder_meetings.stockholders.new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .is_active.connection-card, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_new .is_active.connection-card, .company.stockholder_meetings.stockholders.en_new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .is_active.connection-card, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.confirm .is_active.connection-card, .company.stockholder_meetings.stockholders.confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .is_active.connection-card, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_confirm .is_active.connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .is_active.connection-card {
  border: 1px solid #0F90BF;
}

/* line 43, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .card .card-title, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.new .connection-card .card-title, .company.stockholder_meetings.stockholders.new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-title, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-title, .company.stockholder_meetings.stockholders.en_new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-title, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-title, .company.stockholder_meetings.stockholders.confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-title, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-title, .company.stockholder_meetings.stockholders.en_confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #00A0E2;
}

/* line 50, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .card .card-description, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.new .connection-card .card-description, .company.stockholder_meetings.stockholders.new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-description, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-description, .company.stockholder_meetings.stockholders.en_new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-description, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-description, .company.stockholder_meetings.stockholders.confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-description, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-description, .company.stockholder_meetings.stockholders.en_confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-description {
  font-size: 14px;
  line-height: 24px;
  color: #343434;
}

/* line 55, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/document_creation_methods/new.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .card .card-icon, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.new .connection-card .card-icon, .company.stockholder_meetings.stockholders.new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-icon, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_new .connection-card .card-icon, .company.stockholder_meetings.stockholders.en_new .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-icon, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.confirm .connection-card .card-icon, .company.stockholder_meetings.stockholders.confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-icon, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-icon, .company.stockholder_meetings.stockholders.en_confirm .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .cards .connection-card .card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper {
  max-width: 100%;
  display: flex;
  /*================================================
      各ページ共通で使用
    ================================================ */
}

/* line 9, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container {
  margin: 0 auto;
  width: 600px;
}

/* line 13, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .description-area {
  height: 78px;
}

/* line 17, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .selected-counts-area {
  font-size: 24px;
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container table thead .form-check-thead {
  width: 200;
}

/* line 29, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container table tbody .form-check-label {
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container table tbody .stakeholder-tr {
  height: 75px;
}

/* line 37, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container table tbody .stakeholder-tr .form-check-td .form-group {
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container table tbody .disabled td {
  color: #939393;
  cursor: default;
}

/* line 52, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container table tbody .disabled:hover td {
  color: #939393;
}

/* line 55, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/recipients/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container table tbody .disabled:hover td .form-check-label {
  cursor: default;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper {
  max-width: 100%;
  display: flex;
  /*================================================
      各ページ共通で使用
    ================================================ */
}

/* line 9, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container {
  margin: 0 auto;
  width: 600px;
}

/* line 13, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .header-area {
  border-bottom: 1px solid #DDD;
}

/* line 17, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .sent-header {
  width: 180px;
  padding: 12px 20px;
}

/* line 22, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .email-header {
  width: 276px;
  padding: 12px 20px;
}

/* line 27, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .upload-header {
  width: 201px;
  padding: 12px 20px;
}

/* line 32, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .allotee-header {
  width: 133px;
  padding: 12px 20px;
}

/* line 37, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .sent-col {
  width: 180px;
  min-height: 52px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 46, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .email-col {
  width: 276px;
  min-height: 52px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 55, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .upload-col {
  width: 201px;
  min-height: 52px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 64, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .allotee-col {
  width: 133px;
  min-height: 52px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 73, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .document-parent-col {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

/* line 79, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .document-col {
  width: auto;
  display: flex;
}

/* line 84, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .upload-areas {
  width: 201px;
}

/* line 88, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/uploads/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .allotee-area {
  width: 133px;
}

/* line 3, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper {
  max-width: 100%;
  display: flex;
  /*================================================
        各ページ共通で使用
      ================================================ */
}

/* line 10, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container {
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 78px;
}

/* line 15, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .center-line-right {
  border-right: 1px solid #DDD;
}

/* line 19, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .documents-list {
  padding: 0 32;
}

/* line 22, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .documents-list .documents-list-item {
  height: 44px;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 12 0 0 12;
  font-size: 14px;
  font-weight: 500;
  color: #00A0E2;
  list-style: none;
}

/* line 32, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .documents-list .documents-list-item.current {
  background-color: #F7F7F7;
  color: #343434;
}

/* line 39, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container #offering-notice-introduction-form, .company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container #granting-agreement-introduction-form {
  height: 196px;
}

/* line 43, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .document-area {
  padding: 0 10px;
}

/* line 46, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .document-area .document-discription {
  margin-top: 24px;
  margin-bottom: 16px;
  padding: 20px 8px;
  border-radius: 8px;
  background-color: #F7F7F7;
}

/* line 53, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .document-area .document-discription .document-discription-icon {
  width: 120px;
  font-size: 50px;
}

/* line 58, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .document-area .document-discription .document-discription-title {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 65, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/right_documents.scss */
.company.company-procedures.stock-options.electro-contracts.new .electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .document-area .document-discription .document-discription-text {
  font-size: 14px;
  font-weight: 400;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/confirm/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper {
  max-width: 100%;
  display: flex;
  /*================================================
      各ページ共通で使用
    ================================================ */
}

/* line 9, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/confirm/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container {
  margin: 0 auto;
  width: 600px;
}

/* line 13, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/confirm/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .recipients-table {
  width: 100%;
  table-layout: fixed;
}

/* line 17, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/confirm/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .recipients-table .email-column {
  width: 20%;
  max-width: 150px;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 23, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/confirm/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .recipients-table .name-column {
  width: 20%;
  max-width: 150px;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 12px;
}

/* line 30, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/confirm/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .recipients-table .link-column {
  padding-left: 12px;
}

/* line 36, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/confirm/new.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container .messsage-area .message-box {
  height: 100%;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/complete/show.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper {
  max-width: 100%;
  display: flex;
  /*================================================
      各ページ共通で使用
    ================================================ */
}

/* line 9, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_contracts/complete/show.scss */
.electro-contracts-wrapper .electro-contracts-form-wrapper .electro-contracts-container {
  margin: 0 auto;
  width: 600px;
}

/* line 2, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs .main-content {
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 14, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body {
  display: flex;
  padding: 0;
}

/* line 18, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left {
  padding: 50px 50px 130px;
  width: 50%;
  border-right: 1px solid #D8D8D8;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left {
    padding: 24px 12px 130px;
    width: 100%;
  }
}

/* line 29, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail {
  margin: 0 auto 100px;
  width: 620px;
}

@media (max-width: 767px) {
  /* line 29, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail {
    width: 100%;
  }
}

/* line 37, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .notice-title {
  margin: 0 0 40px 10px;
  max-width: 510px;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .notice-title {
    margin: 0 0 40px;
    font-size: 1.375rem;
  }
}

/* line 49, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to {
  margin: 0 10px;
}

/* line 53, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark {
  display: flex;
  width: 28px;
}

/* line 57, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .check-mark,
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .fa-check-circle {
  margin-top: 4px;
  font-size: 1.75rem;
  color: #00A0E2;
  height: 30px;
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .check-mark,
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .fa-check-circle {
    margin-top: 0;
  }
}

/* line 68, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .check-mark.unchecked,
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .check-mark .fa-check-circle.unchecked {
  font-size: 27px;
  color: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  box-sizing: border-box;
}

/* line 78, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address {
  display: block;
  margin-left: 20px;
  font-size: 1rem;
  line-height: 1;
}

/* line 84, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address:first-child {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 84, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address:first-child {
    margin-bottom: 10px;
  }
}

/* line 92, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .email {
  margin: 0;
  color: #00A0E2;
  height: initial;
  line-height: 1.2;
  max-width: 550px;
}

@media (max-width: 767px) {
  /* line 92, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .email {
    max-width: 220px;
  }
}

@media (max-width: 767px) and (max-width: 380px) {
  /* line 92, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .email {
    max-width: 200px;
  }
}

/* line 108, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name {
  margin-bottom: 5px;
  height: initial;
  line-height: 1.2;
  max-width: 550px;
}

@media (max-width: 767px) {
  /* line 108, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name {
    max-width: 220px;
  }
}

@media (max-width: 767px) and (max-width: 380px) {
  /* line 108, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name {
    max-width: 170px;
  }
}

/* line 122, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name.sent-to {
  max-width: 492px;
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name.sent-to {
    max-width: 220px;
  }
}

@media (max-width: 767px) and (max-width: 380px) {
  /* line 122, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .name.sent-to {
    max-width: 130px;
  }
}

/* line 135, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .you {
  display: inline-block;
  width: 58px;
}

/* line 140, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .from-to .address-container .address .overflow-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 149, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .between-area {
  margin: -10px 0 -4px 15px;
  border-left: 1px solid #D8D8D8;
}

/* line 153, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container {
  padding: 23px 0 19px 35px;
}

@media (max-width: 767px) {
  /* line 153, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

/* line 161, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container .mail-message {
  padding: 15px 25px;
  background-color: #F7F7F7;
  border-radius: 15px;
  line-height: 1.25rem;
  max-height: 190px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  /* line 161, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .between-area .mail-message-container .mail-message {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

/* line 177, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .separator {
  margin: 40px 10px;
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .separator {
    border: 0;
  }
}

/* line 185, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .contract-infos {
  display: flex;
  margin: 0 0 29px 10px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 185, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .contract-infos {
    display: block;
  }
}

/* line 194, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .contract-infos .contract-number {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .contract-infos .contract-number {
    margin-bottom: 10px;
    font-size: 1.375rem;
  }
}

/* line 208, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr.selected, .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr:hover {
  background-color: #F7F7F7;
}

/* line 212, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr.selected td, .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr:hover td {
  border-color: #FFF;
}

/* line 217, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr.selected + tr td, .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr:hover + tr td {
  border-color: #FFF;
}

/* line 223, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td {
  padding: 20px 10px;
}

/* line 226, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child {
  width: 64px;
}

/* line 229, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb {
  display: flex;
  align-items: center;
  height: 63px;
  width: 44px;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  /* line 229, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb {
    height: 54px;
    width: 54px;
  }
}

/* line 243, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb img {
  height: 63px;
  width: 44px;
}

@media (max-width: 767px) {
  /* line 243, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:first-child .thumb img {
    width: 54px;
  }
}

/* line 254, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:nth-child(2) {
  padding-right: 36px;
  max-width: 400px;
}

/* line 259, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child {
  padding-right: 26px;
  padding-left: 36px;
  width: 142px;
}

@media (max-width: 767px) {
  /* line 259, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child {
    padding-right: 64px;
    padding-left: 10px;
    width: 100%;
    max-width: 193px;
    font-weight: 400;
  }
}

/* line 272, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child .document-download-link {
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 0.875rem;
  align-items: center;
}

/* line 279, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child .document-download-link:hover {
  background: #F7F7F7;
  color: #00A0E2;
}

/* line 284, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td:last-child .document-download-link .arrow {
  padding: 2px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

/* line 293, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td.contract-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

/* line 299, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .square-table tbody tr td.round {
  border-radius: 0 6px 6px 0;
}

/* line 307, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .form-footer {
  right: 0;
  margin-left: -1px;
  padding: 20px 60px;
  width: 50%;
}

@media (max-width: 767px) {
  /* line 307, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs.index .full-screen-form-page .form-body .body-left .detail .form-footer {
    padding: 20px;
    width: 100%;
  }
}

/* line 321, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs.index .full-screen-form-page .form-body .pdf-preview {
  padding-bottom: 65px;
  padding-top: 65px;
  padding-left: 4%;
  padding-right: 4%;
  width: 50%;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  /* line 333, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs .sp-none {
    display: none;
  }
}

/* line 339, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
.company.company_procedures.electro_signs .pc-none {
  display: none;
}

@media (max-width: 767px) {
  /* line 339, app/assets/stylesheets/application/views/company/company_procedures/stock_options/electro_signs/index.scss */
  .company.company_procedures.electro_signs .pc-none {
    display: table-cell;
  }
}

/* line 1, app/assets/stylesheets/application/views/status_colors.scss */
.status-orange {
  color: #feb513;
}

/* line 5, app/assets/stylesheets/application/views/status_colors.scss */
.status-gray {
  color: #ECECEC;
}

/* line 9, app/assets/stylesheets/application/views/status_colors.scss */
.status-blue {
  color: #0f90bf;
}

/* line 13, app/assets/stylesheets/application/views/status_colors.scss */
.status-red {
  color: #E6230D;
}

/* line 2, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_footer.scss */
.companies.company-procedures.stock-options.electro-signs.show .footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  border-top: 1px solid #DDD;
  background-color: #FFF;
  padding: 1rem 2rem;
  z-index: 4;
  margin-left: 250px;
}

/* line 2, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_header.scss */
.companies.company-procedures.stock-options.electro-signs.show .progress {
  height: 0.5rem;
}

/* line 6, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_header.scss */
.companies.company-procedures.stock-options.electro-signs.show .form-header {
  padding: 15px;
}

/* line 11, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_header.scss */
.companies.company-procedures.stock-options.electro-signs.show .form-header div:first-child img {
  height: 20px;
}

/* line 16, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_header.scss */
.companies.company-procedures.stock-options.electro-signs.show .form-header div:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 2, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_sidebar.scss */
.companies.company-procedures.stock-options.electro-signs.show .sidebar {
  z-index: 5;
  width: 250px;
  box-shadow: 4px -2px 4px -2px #DDD;
  height: auto;
  min-height: calc(100vh - 67px);
  border-right: 1px solid #DDD;
  padding: 14px 10px;
}

/* line 11, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_sidebar.scss */
.companies.company-procedures.stock-options.electro-signs.show .sidebar .sidebar-content {
  margin-top: 7px;
  padding: 16px 15px 12px;
  line-height: 1;
}

/* line 16, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_sidebar.scss */
.companies.company-procedures.stock-options.electro-signs.show .sidebar .sidebar-content > p {
  display: block;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* line 23, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_sidebar.scss */
.companies.company-procedures.stock-options.electro-signs.show .sidebar .sidebar-content.is-done {
  position: relative;
}

/* line 26, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_sidebar.scss */
.companies.company-procedures.stock-options.electro-signs.show .sidebar .sidebar-content.is-done:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #00A0E2;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

/* line 39, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_sidebar.scss */
.companies.company-procedures.stock-options.electro-signs.show .sidebar .sidebar-content:first-child {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/_sidebar.scss */
.companies.company-procedures.stock-options.electro-signs.show .sidebar .sidebar-content.is-active {
  background-color: #F7F7F7;
  border-radius: 24px;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/offering_notices.scss */
.companies.company-procedures.stock-options.electro-signs.show .electro-signs-wrapper .electro-signs-form-wrapper {
  max-width: 100%;
  display: flex;
}

/* line 8, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/offering_notices.scss */
.companies.company-procedures.stock-options.electro-signs.show .electro-signs-wrapper .electro-signs-form-wrapper .electro-signs-document-wrapper {
  width: calc(100% - 250px);
}

/* line 11, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/offering_notices.scss */
.companies.company-procedures.stock-options.electro-signs.show .electro-signs-wrapper .electro-signs-form-wrapper .electro-signs-document-wrapper .title {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}

/* line 16, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/offering_notices.scss */
.companies.company-procedures.stock-options.electro-signs.show .electro-signs-wrapper .electro-signs-form-wrapper .electro-signs-document-wrapper .title .document-category {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* line 21, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/offering_notices.scss */
.companies.company-procedures.stock-options.electro-signs.show .electro-signs-wrapper .electro-signs-form-wrapper .electro-signs-document-wrapper .title .description {
  font-size: 18px;
}

/* line 24, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/offering_notices.scss */
.companies.company-procedures.stock-options.electro-signs.show .electro-signs-wrapper .electro-signs-form-wrapper .electro-signs-document-wrapper .title .descriptions-sign {
  font-size: 18px;
}

/* line 29, app/assets/stylesheets/application/views/companies/company_procedures/electro_signs/offering_notices.scss */
.companies.company-procedures.stock-options.electro-signs.show .electro-signs-wrapper .electro-signs-form-wrapper .electro-signs-document-wrapper .document {
  margin: 0 20%;
}

/* line 1, app/assets/stylesheets/application/views/mufg/layouts/_main.scss */
.l-main {
  background-color: #FFF;
}

/* line 4, app/assets/stylesheets/application/views/mufg/layouts/_main.scss */
.l-main__inner {
  padding: 97px 22px 120px;
}

/* line 7, app/assets/stylesheets/application/views/mufg/layouts/_main.scss */
.l-main__inner.--index, .l-main__inner.--security {
  padding: 63px 0 120px;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/application/views/mufg/layouts/_main.scss */
  .l-main__inner.--index, .l-main__inner.--security {
    padding-top: 100px;
    padding-right: clamp(10px, 5.5vw, 80px);
    padding-bottom: clamp(10px, 8.33vw, 120px);
    padding-left: clamp(10px, 5.5vw, 80px);
  }
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/application/views/mufg/layouts/_main.scss */
  .l-main__inner {
    padding-top: 100px;
    padding-right: clamp(10px, 5.5vw, 80px);
    padding-bottom: clamp(10px, 8.33vw, 120px);
    padding-left: clamp(10px, 5.5vw, 80px);
  }
}

/* line 1, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 22px;
  padding-left: 22px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 10;
  border-bottom: 4px solid #E60001;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
  .l-header {
    padding-right: clamp(10px, 5.5vw, 80px);
    padding-left: clamp(10px, 5.5vw, 80px);
    border: none;
  }
}

/* line 19, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__logo {
  width: 168px;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
  .l-header__logo {
    width: auto;
  }
}

/* line 27, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__logoImg {
  padding-top: 3px;
  width: 100%;
}

/* line 32, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__inner {
  padding: 17px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
  .l-header__inner {
    padding: 26px 0;
  }
}

/* line 45, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__gnavList {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 53, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__gnavItem {
  font-size: 12px;
  text-align: center;
  line-height: 1.0;
  display: flex;
}

@media (min-width: 768px) {
  /* line 53, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
  .l-header__gnavItem {
    font-size: 16px;
  }
}

/* line 63, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__gnavItem .--login {
  width: 68px;
  padding: 10px 0 8px;
  color: #FFF;
  background-color: #DD1313;
  display: block;
  border-radius: 4px;
  margin-left: 16px;
}

@media (min-width: 768px) {
  /* line 63, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
  .l-header__gnavItem .--login {
    width: 136px;
    padding: 17px 0 15px;
    border-radius: 9px;
    font-weight: bold;
  }
  /* line 78, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
  .l-header__gnavItem .--login:hover {
    text-decoration: none;
  }
}

/* line 84, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__gnavItem .--link {
  color: #343434;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px 16px;
}

/* line 90, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__gnavItem .--link:hover {
  background-color: #F7F7F7;
}

/* line 94, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__gnavItem .--link.disabled {
  color: #BDBDBD;
  pointer-events: none;
}

/* line 99, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
.l-header__gnavItem .--link.disabled::after {
  content: 'coming soon';
  display: block;
  text-align: center;
  font-size: small;
}

@media (max-width: 767.98px) {
  /* line 84, app/assets/stylesheets/application/views/mufg/layouts/_header.scss */
  .l-header__gnavItem .--link {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
.l-footer {
  background-color: #f7f7f7;
}

/* line 4, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
.l-footer__inner {
  padding: 35px 22px;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
  .l-footer__inner {
    padding-top: clamp(10px, 3.2vw, 50px);
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: clamp(10px, 2.9vw, 45px);
  }
}

/* line 15, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
.l-footer__navList {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 25, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
.l-footer__navList > li:not(:first-child) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
  .l-footer__navList > li:not(:first-child) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
  .l-footer__navList {
    font-size: clamp(10px, 1.37vw, 16px);
    display: flex;
    justify-content: center;
    gap: 0 47px;
    line-height: 1.0;
  }
}

/* line 45, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
.l-footer__navList a {
  color: #343434;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/application/views/mufg/layouts/_footer.scss */
  .l-footer__navList a:hover {
    color: #939393;
  }
}

/* line 1, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 5, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kv {
    position: relative;
    height: 100vh;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kv {
    background-image: url(https://d6ror40086i9l.cloudfront.net/assets/mufg/lp/bg-kv-1f50f30b155c9a58d9141efad1239c264ddb69d9576d76c7b9278193da30fa96.png);
    background-position: center center;
    padding-top: 42.57%;
    position: relative;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  /* line 23, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvInner {
    background: linear-gradient(180deg, #C80000 0%, transparent 15%, transparent 40%, #C80000 100%), url(https://d6ror40086i9l.cloudfront.net/assets/mufg/lp/bg-kv-1f50f30b155c9a58d9141efad1239c264ddb69d9576d76c7b9278193da30fa96.png);
    background-repeat: no-repeat;
    background-position: top 40px left 20%;
    background-size: auto 58%;
    background-color: #C80000;
    opacity: .8;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    height: 73.5vh;
  }
}

/* line 36, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvHead {
  color: #FFF;
  padding: 6vh 9.8vw 0;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvHead {
    width: 54%;
    top: clamp(10px, 3.87vw, 62px);
    left: clamp(10px, 5.55vw, 80px);
    position: absolute;
    padding: 0;
  }
}

/* line 49, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvTtl {
  font-size: 10vw;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvTtl {
    font-size: clamp(10px, 4vw, 58px);
    font-weight: bold;
    line-height: 1.2;
  }
}

/* line 62, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvText {
  font-size: 4.8vw;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 3vh;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvText {
    font-size: clamp(10px, 1.39vw, 20px);
    line-height: 1.7;
    margin-top: clamp(10px, 1.07vw, 16px);
    width: 69%;
  }
}

/* line 79, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvBtns {
  display: flex;
  text-align: center;
  font-size: 3.7vw;
  margin-top: 3vh;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvBtns {
    width: 61%;
    font-size: clamp(10px, 1.39vw, 18px);
  }
}

/* line 91, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvBtnContact {
  color: #DD1313;
  background-color: #FFF;
  border-radius: 12px;
  margin-right: 17px;
  width: 50%;
  padding: 15px 0 14px;
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvBtnContact {
    margin-right: 24px;
  }
}

/* line 103, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvBtnContact:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #DD1313;
}

/* line 110, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvBtnWhitePaper {
  color: #FFF;
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid #FFF;
  width: 50%;
  padding: 14px 0 13px;
}

@media (min-width: 768px) {
  /* line 110, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvBtnWhitePaper {
    border: 2px solid #FFF;
    padding: 13px 0 12px;
  }
}

/* line 123, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__kvBtnWhitePaper:hover {
  text-decoration: none;
  color: #DD1313;
  background-color: #FFF;
}

@media (max-width: 767.98px) {
  /* line 130, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvImg {
    position: absolute;
    bottom: 8.1%;
    max-width: 500px;
    padding: 0 22px;
    width: 100%;
    height: 32vh;
    left: 48%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 130, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__kvImg {
    width: 59.2%;
    position: absolute;
    top: clamp(10px, 2.65vw, 30px);
    right: clamp(10px, 1.59vw, 22px);
    display: block;
  }
}

/* line 151, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__aboutWrap {
  padding: 0 22px 90px;
}

@media (min-width: 768px) {
  /* line 151, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__aboutWrap {
    margin-top: clamp(10px, 10.3vw, 155px);
  }
}

@media (min-width: 992px) {
  /* line 151, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__aboutWrap {
    display: flex;
    justify-content: space-between;
    padding-right: clamp(10px, 5.55vw, 80px);
    padding-left: clamp(10px, 5.55vw, 80px);
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 167, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__aboutHead {
    width: 42.4%;
    min-width: 42.4%;
  }
}

/* line 174, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__aboutSub {
  font-size: 22px;
  color: #DD1313;
  margin-bottom: 0;
  line-height: 1.0;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 174, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__aboutSub {
    text-align: left;
    font-size: clamp(10px, 1.57vw, 22px);
  }
}

/* line 188, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__aboutTtl {
  margin-top: 15px;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 188, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__aboutTtl {
    text-align: left;
    font-size: clamp(10px, 3.43vw, 48px);
    margin-top: clamp(10px, 1.4vw, 20px);
  }
}

/* line 203, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__aboutTxt {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 203, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__aboutTxt {
    font-size: clamp(10px, 1.39vw, 18px);
    line-height: 1.7;
    margin-top: clamp(10px, 2.1vw, 30px);
  }
}

/* line 218, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__aboutMovieWrap {
  margin-left: 30px;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 218, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__aboutMovieWrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

/* line 231, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__aboutMovie {
  width: 100%;
  height: auto;
  max-width: 608px;
  aspect-ratio: 16 / 9;
}

/* line 238, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleWrap {
  background-color: #f8f8f8;
  padding: 35px 42px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 244, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleWrap:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50vw - 50%);
    width: 0;
    height: 0;
    border-top: 60px solid #f8f8f8;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }
}

@media (min-width: 768px) {
  /* line 238, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleWrap {
    background-color: transparent;
    background-image: url(https://d6ror40086i9l.cloudfront.net/assets/mufg/lp/bg-trouble-75d1520d90dd68181c318f30cc560aaf46c53b19c2a96a6f9686134cdf5b0fbd.png);
    margin-top: clamp(10px, 6.67vw, 105px);
    padding-top: 50px;
    padding-left: clamp(10px, 8.9vw, 115px);
    padding-right: clamp(10px, 8.9vw, 115px);
    padding-bottom: 81px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 22px;
  }
}

/* line 272, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleTtl {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleTtl {
    font-size: clamp(10px, 2.51vw, 38px);
  }
}

/* line 284, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleList {
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  -moz-column-gap: clamp(10px, 5.47vw, 75px);
       column-gap: clamp(10px, 5.47vw, 75px);
}

@media (min-width: 768px) {
  /* line 284, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleList {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
}

/* line 299, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleList > li:not(:first-child) {
  margin-top: 30px;
}

@media (min-width: 768px) {
  /* line 299, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleList > li:not(:first-child) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 298, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleList > li {
    width: 33.3333%;
  }
}

/* line 313, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleDetail {
  margin-bottom: 0;
}

/* line 317, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleDetail > dt .p-index__troubleDetailImg {
  max-width: 120px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 317, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleDetail > dt .p-index__troubleDetailImg {
    max-width: 170px;
  }
}

/* line 326, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleDetail > dt.p-index__troubleDetailTtl {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 326, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleDetail > dt.p-index__troubleDetailTtl {
    font-size: clamp(10px, 1.59vw, 24px);
    margin-top: clamp(10px, 2.17vw, 31px);
  }
}

/* line 339, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__troubleDetail > dd {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px auto 0;
  max-width: 261px;
}

@media (min-width: 768px) {
  /* line 339, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__troubleDetail > dd {
    font-size: clamp(10px, 0.93vw, 14px);
    margin-top: clamp(10px, 1.25vw, 18px);
    max-width: auto;
  }
}

/* line 353, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionWrap {
  margin-top: 112px;
  padding: 0 17px 140px;
}

@media (min-width: 768px) {
  /* line 353, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionWrap {
    margin-top: clamp(10px, 5.98vw, 90px);
    padding: 0;
  }
}

/* line 363, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionHead {
  text-align: center;
}

/* line 367, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionSub {
  font-size: 22px;
  color: #DD1313;
  margin-bottom: 0;
  line-height: 1.0;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 367, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionSub {
    font-size: clamp(10px, 1.57vw, 22px);
  }
}

/* line 380, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionTtl {
  margin-top: 15px;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 380, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionTtl {
    font-size: clamp(10px, 3.43vw, 48px);
    margin-top: clamp(10px, 1.4vw, 20px);
  }
}

/* line 394, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionList {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 394, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionList {
    padding-top: 0;
    padding-left: clamp(10px, 6.63vw, 100px);
    padding-right: clamp(10px, 6.63vw, 100px);
    padding-bottom: 0;
    margin-top: clamp(10px, 3.3vw, 50px);
  }
}

/* line 409, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionList > li:not(:first-child) {
  margin-top: 45px;
}

@media (min-width: 768px) {
  /* line 409, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionList > li:not(:first-child) {
    margin-top: clamp(10px, 3.98vw, 60px);
  }
}

@media (min-width: 768px) {
  /* line 408, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionList > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: clamp(10px, 5.3vw, 80px);
         column-gap: clamp(10px, 5.3vw, 80px);
  }
}

@media (min-width: 768px) {
  /* line 425, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionList > li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  /* line 428, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionList > li:nth-child(odd) .p-index__solutionDetailImg {
    margin-right: -15px;
  }
  /* line 434, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionList > li:nth-child(even) .p-index__solutionDetailImg {
    margin-left: -15px;
  }
}

/* line 442, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionDetailImg {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 442, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionDetailImg {
    width: 55%;
  }
}

/* line 450, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionDetail {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 10px;
}

@media (min-width: 768px) {
  /* line 450, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionDetail {
    padding: 0;
    margin: 0;
  }
}

/* line 460, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionDetail > dd {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 460, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionDetail > dd {
    font-size: clamp(10px, 1.07vw, 16px);
    line-height: 1.5;
    margin-top: clamp(10px, 1.3vw, 20px);
  }
}

/* line 474, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionNum {
  font-size: 18px;
  color: #DD1313;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Futura";
}

@media (min-width: 768px) {
  /* line 474, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionNum {
    font-size: clamp(10px, 1.47vw, 22px);
    line-height: 1.0;
  }
}

/* line 487, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__solutionDetailTtl {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 14px;
}

@media (min-width: 768px) {
  /* line 487, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__solutionDetailTtl {
    font-size: clamp(10px, 2.51vw, 38px);
    margin-top: clamp(10px, 0.9vw, 15px);
  }
}

@media (max-width: 767.98px) {
  /* line 500, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityWrap {
    background-image: url(https://d6ror40086i9l.cloudfront.net/assets/mufg/lp/bg-security_sp-3877863099feece6e298b2908d3e9da9374519fc3f78e543f078ce4f2f4522ec.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  }
}

@media (min-width: 768px) {
  /* line 500, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityWrap {
    background-image: url(https://d6ror40086i9l.cloudfront.net/assets/mufg/lp/bg-security_pc-d6d98f751f778a5b01e6573ba668fbd6dd634011701b2895429b4aff514eb7a7.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 33.28%;
    height: 0;
    margin-top: clamp(10px, 8.96vw, 145px);
  }
}

/* line 524, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__securityCont {
  padding: 35px 22px 99px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 524, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityCont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    padding-top: clamp(10px, 2.54vw, 40px);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

/* line 541, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__securityImg {
  width: 96px;
}

@media (min-width: 768px) {
  /* line 541, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityImg {
    width: clamp(10px, 9.6vw, 128px);
  }
}

/* line 549, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__securityTtl {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  color: #FFF;
  margin-top: 32px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 549, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityTtl {
    margin-top: clamp(10px, 1.42vw, 20px);
    font-size: clamp(10px, 3.29vw, 128px);
    line-height: 1.4;
    font-weight: 700;
  }
}

/* line 565, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__securityTxt {
  max-width: 331px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #FFF;
  margin: 25px auto 0;
  font-family: "Futura PT";
}

@media (min-width: 768px) {
  /* line 565, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityTxt {
    max-width: none;
    text-align: center;
    font-size: clamp(10px, 1.31vw, 20px);
    line-height: 1.7;
    margin-top: clamp(10px, 0.7vw, 10px);
  }
}

/* line 584, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__securityLink {
  font-size: 18px;
  color: #D91B1B;
  background-color: #FFF;
  line-height: 1.0;
  padding: 20px 0;
  width: 200px;
  display: inline-block;
  border-radius: 12px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  /* line 584, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityLink {
    font-size: clamp(10px, 1.19vw, 18px);
    padding-top: clamp(10px, 1.45vw, 21px);
    padding-bottom: clamp(10px, 1.34vw, 19px);
    margin-top: clamp(10px, 2.94vw, 45px);
  }
  /* line 601, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__securityLink:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #D91B1B;
  }
}

/* line 609, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqWrap {
  padding: 60px 22px 100px;
}

@media (min-width: 768px) {
  /* line 609, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqWrap {
    padding: 0;
    margin-top: clamp(10px, 7.4vw, 120px);
    margin-bottom: clamp(10px, 6.7vw, 100px);
  }
}

/* line 619, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqHead {
  text-align: center;
}

/* line 623, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqSub {
  font-size: 22px;
  color: #DD1313;
  margin-bottom: 0;
  line-height: 1.0;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 623, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqSub {
    font-size: clamp(10px, 1.57vw, 22px);
  }
}

/* line 636, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqTtl {
  margin-top: 15px;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 636, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqTtl {
    font-size: clamp(10px, 3.43vw, 48px);
    margin-top: clamp(10px, 1.4vw, 20px);
  }
}

/* line 650, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqList {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  margin-top: 10px;
}

@media (min-width: 768px) {
  /* line 650, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqList {
    padding-left: clamp(10px, 7.17vw, 110px);
    padding-right: clamp(10px, 7.17vw, 110px);
    margin-top: clamp(10px, 4.56vw, 70px);
  }
  /* line 661, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqList > li:not(:first-child) {
    margin-top: 20px;
  }
}

/* line 667, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 667, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqDetail {
    border: 1px solid #ddd;
    border-radius: 12px;
  }
}

/* line 677, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail[open] > summary {
  font-weight: 600;
}

/* line 681, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail[open] > summary > span:after {
  animation: 0.4s open-anime forwards;
}

/* line 688, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail > summary {
  font-size: 16px;
  line-height: 1.4;
  padding: 18px 0;
  font-weight: 400;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 688, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqDetail > summary {
    padding: 22px 20px 19px;
    cursor: pointer;
    font-size: clamp(10px, 1.48vw, 18px);
    line-height: 1.7;
  }
}

/* line 705, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail > summary::-webkit-details-marker {
  display: none;
}

/* line 709, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail > summary > span {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #DD1313;
  display: block;
  position: relative;
  flex-shrink: 0;
  margin-left: 25px;
}

@media (min-width: 768px) {
  /* line 709, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqDetail > summary > span {
    height: 26px;
    width: 26px;
    margin-left: 0;
  }
}

/* line 725, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail > summary > span:before, .p-index__faqDetail > summary > span:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  width: 10px;
  height: 1px;
  background-color: #DD1313;
}

@media (min-width: 768px) {
  /* line 725, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqDetail > summary > span:before, .p-index__faqDetail > summary > span:after {
    right: 6px;
    top: 11px;
    width: 12px;
  }
}

/* line 742, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetail > summary > span:after {
  transform: rotate(90deg);
  animation: 0.4s close-anime;
}

@keyframes close-anime {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}

@keyframes open-anime {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* line 770, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__faqDetailTxt {
  font-size: 16px;
  padding-right: 47px;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  /* line 770, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__faqDetailTxt {
    padding: 0 20px 19px;
    font-size: clamp(10px, 1.18vw, 16px);
  }
}

/* line 785, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceWrap {
  padding: 100px 22px 0;
  font-family: "HiraginoSans-W3";
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 785, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceWrap {
    padding: 100px 0 0;
    display: flex;
    padding-top: clamp(10px, 6.7vw, 100px);
    margin-left: clamp(10px, 7.17vw, 110px);
    margin-right: clamp(10px, 7.17vw, 110px);
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  /* line 800, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceHead {
    width: 43%;
    margin-right: clamp(10px, 6.19vw, 102px);
  }
}

/* line 807, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceTxt {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 807, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceTxt {
    font-size: clamp(10px, 2.51vw, 38px);
    line-height: 1.4;
    text-align: left;
  }
}

/* line 822, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceCont {
  margin-top: 20px;
  line-height: 1.7;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  /* line 822, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceCont {
    margin-top: 0;
    width: 47%;
    font-size: clamp(10px, 1.39vw, 18px);
  }
}

/* line 834, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceDetail {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 834, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceDetail {
    font-size: clamp(10px, 1.39vw, 18px);
    line-height: 1.7;
  }
}

/* line 845, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceLinkWrap {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 845, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceLinkWrap {
    margin-top: 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* line 858, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceLinkTxt {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

/* line 864, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceLinkTxt:after {
  content: ">";
  color: #939393;
  position: absolute;
  right: -15px;
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  /* line 864, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceLinkTxt:after {
    right: -13%;
    top: -1px;
    transform: none;
  }
}

/* line 879, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceLinkBnr {
  margin: 10px auto 0;
  max-width: 70%;
}

@media (min-width: 768px) {
  /* line 879, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
  .p-index__allianceLinkBnr {
    margin: 0;
    width: 65%;
  }
}

/* line 888, app/assets/stylesheets/application/views/mufg/objects/projects/_index.scss */
.p-index__allianceLinkBnr img {
  width: 100%;
}

/* line 1, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 5, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__kv {
    position: relative;
    height: 100vh;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__kv {
    background-image: url(https://d6ror40086i9l.cloudfront.net/assets/mufg/lp/security/bg-kv_pc-e53ad54978ea44b2c1236f8c809163d046039d65dcfafc50c605b32312c5418b.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 42.57%;
    position: relative;
    height: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 23, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__kvInner {
    background-color: #f9f9f9;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    height: 73.5vh;
  }
}

/* line 31, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__kvHead {
  padding: 52px 37px 0;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__kvHead {
    width: 54%;
    top: clamp(10px, 3.5vw, 58px);
    left: clamp(10px, 5.55vw, 80px);
    position: absolute;
  }
}

/* line 42, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__kvTtl {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__kvTtl {
    font-size: clamp(10px, 3.18vw, 50px);
    font-weight: bold;
    line-height: 1.4;
  }
}

/* line 55, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__kvText {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__kvText {
    font-size: clamp(10px, 1.15vw, 18px);
    margin-top: clamp(10px, 1.27vw, 20px);
    width: 69%;
  }
}

@media (max-width: 767.98px) {
  /* line 71, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__kvImg {
    position: absolute;
    bottom: 17.1%;
    max-width: 437px;
    padding: 0 37px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 83, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoWrap {
  padding: 0 22px;
}

@media (min-width: 768px) {
  /* line 83, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoWrap {
    margin-top: clamp(10px, 2.52vw, 40px);
    padding: 0;
  }
}

/* line 92, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoTtl {
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoTtl {
    font-size: clamp(10px, 3.01vw, 48px);
  }
}

/* line 104, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoList {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 104, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoList {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: clamp(10px, 2.5vw, 40px);
    padding-left: clamp(10px, 5.34vw, 85px);
    padding-right: clamp(10px, 5.34vw, 85px);
  }
}

/* line 118, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoList > li {
  margin-top: 30px;
}

@media (min-width: 768px) {
  /* line 118, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoList > li {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 118, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoList > li {
    max-width: 350px;
  }
}

/* line 131, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoImg {
  max-width: 287px;
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoImg {
    width: 100%;
    max-width: none;
  }
}

/* line 140, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoDetail {
  margin-bottom: 0;
  text-align: center;
}

/* line 144, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoDetail > dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Futura PT";
  text-align: left;
  max-width: 300px;
  margin: 15px auto 0;
}

@media (min-width: 768px) {
  /* line 144, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoDetail > dd {
    font-size: clamp(10px, 0.88vw, 14px);
    line-height: 1.6;
    max-width: 300px;
    margin: 10px auto 0;
  }
}

/* line 162, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
.p-security__howtoDetailTtl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 162, app/assets/stylesheets/application/views/mufg/objects/projects/_security.scss */
  .p-security__howtoDetailTtl {
    font-size: clamp(10px, 1.51vw, 24px);
    margin-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__ttl {
    margin-top: 50px;
  }
}

/* line 16, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__txt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__txt {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 28, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__list {
  margin-top: 25px;
  padding: 0 0 0 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__list {
    margin-top: 40px;
  }
}

/* line 38, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__detail {
  margin-bottom: 0;
  margin-top: 25px;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__detail {
    margin-top: 30px;
  }
}

/* line 46, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__detail > dt {
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__detail > dt {
    font-size: 16px;
  }
}

/* line 55, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__detail > dd {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__detail > dd {
    padding-left: clamp(10px, 2.14vw, 33px);
  }
}

/* line 65, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__detailList {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__detailList > li {
  padding-left: 2em;
  text-indent: -1.5em;
}

/* line 75, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__detailList > li:not(:first-child) {
  margin-top: 5px;
}

/* line 81, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__contact {
  background-color: #f1f1f1;
  padding: 20px 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
}

/* line 89, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__contactList {
  margin-bottom: 0;
}

/* line 93, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__contactTxt {
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 97, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__contactListRow {
    display: flex;
    align-items: start;
  }
}

/* line 103, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__contactListRow:not(:first-child) {
  margin-top: 10px;
}

/* line 108, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__contactListTtl {
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__contactListTtl {
    min-width: 110px;
    margin-right: 30px;
  }
}

/* line 117, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
.p-privacy__contactListTxt {
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 5px;
}

@media (min-width: 768px) {
  /* line 117, app/assets/stylesheets/application/views/mufg/objects/projects/_privacy.scss */
  .p-privacy__contactListTxt {
    flex: 1;
    margin-top: 0;
  }
}

/* line 1, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 21px;
  font-family: "Futura PT";
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
  .p-toc__ttl {
    margin-bottom: 50px;
  }
}

/* line 22, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__txt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__txt.--subList {
  margin-left: 10px;
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
  .p-toc__txt {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 38, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__list {
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
  .p-toc__list {
    margin-top: 30px;
  }
}

/* line 48, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__list > li:not(:first-child) {
  margin-top: 30px;
}

/* line 53, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__detail {
  margin-bottom: 0;
}

/* line 56, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__detail.--inner {
  margin-top: 20px;
}

/* line 59, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__detail.--inner > dt {
  font-weight: 500;
}

/* line 64, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__detail.--inner > dd:first-of-type {
  margin-top: 0;
}

/* line 70, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__detail > dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
  .p-toc__detail > dt {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 80, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__detail > dt:not(:first-child) {
  margin-top: 20px;
}

/* line 85, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__detail > dd {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 92, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__additional {
  margin-top: 50px;
  line-height: 1.5;
  font-size: 16px;
}

/* line 98, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__additionalTtl {
  font-weight: 300;
}

/* line 102, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__additionalList {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

/* line 107, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__additionalList > li {
  font-weight: 500;
}

/* line 110, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__additionalList > li span {
  font-family: "Futura PT";
}

/* line 115, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.p-toc__additionalList > a {
  font-family: "Futura PT";
}

/* line 122, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.table-toc > tbody > tr > th {
  padding: 5px;
  font-weight: 300;
  border: solid 1px black;
}

/* line 128, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.table-toc > tbody > tr > td {
  padding: 5px;
  font-weight: 300;
  border: solid 1px black;
}

/* line 135, app/assets/stylesheets/application/views/mufg/objects/projects/_toc.scss */
.alert-toc {
  padding: 15px 30px;
  font-size: 0.9rem;
}

/* line 1, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
.u-ls-none {
  list-style: none !important;
}

/* line 5, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
.u-mt-20 {
  margin-top: 20px !important;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
  .u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 18, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
  .u-hidden-tb {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 25, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
  .u-hidden-tbpc {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 32, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
  .u-hidden-sptb {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  /* line 39, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
  .u-hidden-sp {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 46, app/assets/stylesheets/application/views/mufg/utilities/_util.scss */
  .u-hidden-lg {
    display: none !important;
  }
}

/* line 3, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index .procedures-container {
  max-width: 1200px;
  margin: 41px auto auto auto;
}

/* line 7, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index .procedures-container h1 {
  margin-top: 20px;
}

/* line 12, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index .back-link {
  font-size: 14px;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index .back-link i {
  font-size: 7px;
  margin-right: 3px;
}

/* line 22, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index .nav-table-container {
  margin-top: 20px;
  min-height: 600px;
}

/* line 27, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index .tab-nav {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 33px;
}

/* line 37, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table th {
  border: none;
  font-weight: 300;
}

/* line 42, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table th:first-child {
  width: 27px;
}

/* line 46, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table th:nth-child(2) {
  width: 27px;
}

/* line 50, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table th:nth-child(3) {
  width: 370px;
}

/* line 54, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table th:nth-child(4) {
  width: 370px;
}

/* line 58, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table th:last-child {
  width: 27px;
}

/* line 62, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row, .company.company_procedures.index table .officer-approval-row {
  border: none;
}

/* line 65, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row:hover, .company.company_procedures.index table .officer-approval-row:hover {
  background-color: #F7F7F7;
}

/* line 69, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row td, .company.company_procedures.index table .officer-approval-row td {
  height: 56px;
  vertical-align: middle;
}

/* line 74, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row td:first-child, .company.company_procedures.index table .officer-approval-row td:first-child {
  border-radius: 27px 0 0 27px;
  border: none;
}

/* line 79, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row td:last-child, .company.company_procedures.index table .officer-approval-row td:last-child {
  border-radius: 0 27px 27px 0;
  border: none;
}

/* line 86, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row:last-child td, .company.company_procedures.index table .officer-approval-row:last-child td {
  border-bottom: 1px solid #DDD;
}

/* line 90, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row:last-child td:first-child, .company.company_procedures.index table .officer-approval-row:last-child td:first-child {
  border: none;
}

/* line 94, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .procedure-row:last-child td:last-child, .company.company_procedures.index table .officer-approval-row:last-child td:last-child {
  border: none;
}

/* line 99, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .not-found {
  color: #BDBDBD;
}

/* line 102, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .not-found td {
  border-bottom-style: none;
}

/* line 105, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .not-found td div {
  margin-top: 205px;
}

/* line 108, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .not-found td div i {
  font-size: 69px;
}

/* line 112, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .not-found td div p {
  margin-top: 23px;
  font-size: 18px;
}

/* line 119, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .not-found td:first-child {
  border: none;
}

/* line 124, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .officer-approval-title {
  padding-left: 41px;
}

/* line 128, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .status-sort-icon {
  height: 100%;
  margin-top: 2px;
}

/* line 132, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .status-sort-icon button {
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* line 139, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .status-sort-icon button i {
  line-height: 0.55;
}

/* line 145, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown {
  display: inline-block;
  display: flex;
  justify-content: flex-end;
}

/* line 150, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .icon-filter {
  font-size: 24px;
  vertical-align: middle;
}

/* line 155, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .date-range-filter-menu {
  width: 570px;
  height: 192px;
}

/* line 160, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .date-range-filter-menu-wrapper {
  padding: 20px;
}

/* line 164, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .date-pickers {
  border-width: 1px;
  justify-content: space-between;
}

/* line 169, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .react-datepicker-wrapper {
  width: 100%;
}

/* line 172, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .react-datepicker-wrapper .startPicker, .company.company_procedures.index table .dropdown .react-datepicker-wrapper .endPicker {
  padding: 0;
  width: 100%;
}

/* line 178, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .date-range-filter-menu-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* line 183, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.index table .dropdown .date-range-filter-menu-footer button {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #00A0E2;
  font-size: 16px;
  width: auto;
}

/* line 198, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.select-capital-increase-methods .select-capital-increase-method-header {
  line-height: 44px;
  margin-bottom: 15px;
  text-align: center;
}

/* line 204, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.select-capital-increase-methods .select-capital-increase-method-desc {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 211, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.select-capital-increase-methods .select-capital-increase-methods {
  display: flex;
  justify-content: center;
}

/* line 214, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.select-capital-increase-methods .select-capital-increase-methods .select-capital-increase-method {
  width: 320px;
  margin: 0 20px 20px 20px;
  border: 1px solid #DDD;
  border-radius: 22px;
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 20px;
}

/* line 223, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.select-capital-increase-methods .select-capital-increase-methods .select-capital-increase-method .check-title {
  margin-top: 1rem;
}

/* line 226, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.select-capital-increase-methods .select-capital-increase-methods .select-capital-increase-method.active, .company.company_procedures.select-capital-increase-methods .select-capital-increase-methods .select-capital-increase-method:hover {
  border: 1px solid #00A0E2;
}

/* line 236, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .container-custom-padding {
  margin-top: 40px;
  padding-left: 7px;
}

/* line 241, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard h1 {
  margin-bottom: 0;
}

/* line 245, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedures-card {
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* line 251, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedures-card-inner {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

/* line 259, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedures-link {
  color: #00A0E2;
  font-family: "HiraginoSans-W5";
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 25px;
  margin-right: 30px;
}

/* line 271, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .no-company-procedures-text {
  margin: 0;
  margin-left: -5px;
}

/* line 276, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-list {
  list-style-type: none;
  padding: 0;
}

/* line 282, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item:nth-child(n+2) {
  margin-top: 40px;
}

/* line 287, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-type {
  font-family: "HiraginoSans-W6";
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

/* line 295, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-date {
  color: #939393;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 305, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-card {
  border-radius: 14px;
  border: 1px solid #dddddd;
  margin-top: 25px;
}

/* line 310, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-card .text-color {
  color: #FFF;
}

/* line 314, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-card a {
  color: inherit;
  text-decoration: none;
}

/* line 320, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-card-inner {
  padding-left: 30px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

/* line 327, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .pointer {
  cursor: pointer;
}

/* line 331, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-title {
  font-family: "HiraginoSans-W6";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

/* line 339, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-status {
  font-family: "HiraginoSans-W3";
  color: #00A0E2;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
}

/* line 348, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .company-procedure-item-link {
  position: absolute;
  right: 13px;
  top: 31px;
}

/* line 354, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-links-container {
  margin-top: 80px;
  padding-bottom: 150px;
}

/* line 359, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-list {
  list-style-type: none;
  display: flex;
  margin-top: 40px;
  margin-left: 200px;
  margin-bottom: 0;
  padding: 0;
}

/* line 368, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-item-card {
  border-radius: 20px;
  border: 1px solid #dddddd;
  width: 240px;
  height: 310px;
  position: relative;
}

/* line 375, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-item-card:nth-child(2) {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 381, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-item-image-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #F2F8FC;
  margin-top: 25px;
  margin-left: 70px;
  margin-bottom: 0;
}

/* line 391, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-item-image {
  margin: 26px;
}

/* line 395, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-item-title {
  font-family: HiraginoSans-W6;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
}

/* line 404, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-item-description {
  font-family: HiraginoSans-W3;
  font-size: 14px;
  color: #939393;
  text-align: center;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 0;
}

/* line 414, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .new-company-procedure-link-item-button {
  position: absolute;
  bottom: 25px;
  left: 81px;
}

/* line 420, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.dashboard .modal {
  font-family: 'Futura PT';
}

/* line 429, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm_stock_type .btn, .company.company_procedures.stock_option.confirm_stock_type .component-v2 .btn-primary-w100-p3, .company.company_procedures.stock_option.confirm_stock_type .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.company_procedures.stock_option.confirm_stock_type .btn-primary-w100-p3, .company.financial_reports.edit .company.company_procedures.stock_option.confirm_stock_type .btn-primary-w100-p3, .company.company_procedures.stock_option.confirm_stock_type .company.kpis .btn-primary-w100-p3, .company.kpis .company.company_procedures.stock_option.confirm_stock_type .btn-primary-w100-p3, .company.company_procedures.capital_increase.confirm_stock_type .btn, .company.company_procedures.capital_increase.confirm_stock_type .component-v2 .btn-primary-w100-p3, .company.company_procedures.capital_increase.confirm_stock_type .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.company_procedures.capital_increase.confirm_stock_type .btn-primary-w100-p3, .company.financial_reports.edit .company.company_procedures.capital_increase.confirm_stock_type .btn-primary-w100-p3, .company.company_procedures.capital_increase.confirm_stock_type .company.kpis .btn-primary-w100-p3, .company.kpis .company.company_procedures.capital_increase.confirm_stock_type .btn-primary-w100-p3, .company.company_procedures.election_of_director.confirm_stock_type .btn, .company.company_procedures.election_of_director.confirm_stock_type .component-v2 .btn-primary-w100-p3, .company.company_procedures.election_of_director.confirm_stock_type .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.company_procedures.election_of_director.confirm_stock_type .btn-primary-w100-p3, .company.financial_reports.edit .company.company_procedures.election_of_director.confirm_stock_type .btn-primary-w100-p3, .company.company_procedures.election_of_director.confirm_stock_type .company.kpis .btn-primary-w100-p3, .company.kpis .company.company_procedures.election_of_director.confirm_stock_type .btn-primary-w100-p3 {
  font-family: "Futura PT";
}

/* line 433, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm_stock_type .gray-message, .company.company_procedures.capital_increase.confirm_stock_type .gray-message, .company.company_procedures.election_of_director.confirm_stock_type .gray-message {
  color: #939393;
}

/* line 439, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_quota_usage.new .quota-options, .company.company_procedures.capital_increase.select_quota_usage.new .quota-options, .company.company_procedures.election_of_director.select_quota_usage.new .quota-options {
  display: flex;
  justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 439, app/assets/stylesheets/application/views/company/company_procedures.scss */
  .company.company_procedures.stock_option.select_quota_usage.new .quota-options, .company.company_procedures.capital_increase.select_quota_usage.new .quota-options, .company.company_procedures.election_of_director.select_quota_usage.new .quota-options {
    display: block;
  }
}

/* line 448, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_quota_usage.new .quota-option, .company.company_procedures.capital_increase.select_quota_usage.new .quota-option, .company.company_procedures.election_of_director.select_quota_usage.new .quota-option {
  width: 295px;
  height: 146px;
  border-radius: 8px;
  border: 1px solid #DDD;
  padding: 20px 75px 15px 75px;
  margin: 20px 15px;
  cursor: pointer;
}

/* line 457, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_quota_usage.new .quota-option .quota-contents, .company.company_procedures.capital_increase.select_quota_usage.new .quota-option .quota-contents, .company.company_procedures.election_of_director.select_quota_usage.new .quota-option .quota-contents {
  width: 150px;
  height: 110px;
}

/* line 462, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_quota_usage.new .quota-option.active, .company.company_procedures.capital_increase.select_quota_usage.new .quota-option.active, .company.company_procedures.election_of_director.select_quota_usage.new .quota-option.active {
  border-color: #00A0E2;
}

@media (max-width: 575.98px) {
  /* line 448, app/assets/stylesheets/application/views/company/company_procedures.scss */
  .company.company_procedures.stock_option.select_quota_usage.new .quota-option, .company.company_procedures.capital_increase.select_quota_usage.new .quota-option, .company.company_procedures.election_of_director.select_quota_usage.new .quota-option {
    margin: 20px auto;
  }
}

/* line 473, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_issuance_type.new .issuance-types, .company.company_procedures.capital_increase.select_issuance_type.new .issuance-types, .company.company_procedures.election_of_director.select_issuance_type.new .issuance-types {
  display: flex;
  justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 473, app/assets/stylesheets/application/views/company/company_procedures.scss */
  .company.company_procedures.stock_option.select_issuance_type.new .issuance-types, .company.company_procedures.capital_increase.select_issuance_type.new .issuance-types, .company.company_procedures.election_of_director.select_issuance_type.new .issuance-types {
    display: block;
  }
}

/* line 482, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_issuance_type.new .issuance-type, .company.company_procedures.capital_increase.select_issuance_type.new .issuance-type, .company.company_procedures.election_of_director.select_issuance_type.new .issuance-type {
  width: 295px;
  height: 146px;
  border-radius: 8px;
  border: 1px solid #DDD;
  padding: 20px 75px 15px 75px;
  margin: 20px 15px;
  cursor: pointer;
}

/* line 491, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_issuance_type.new .issuance-type .issuance-contents, .company.company_procedures.capital_increase.select_issuance_type.new .issuance-type .issuance-contents, .company.company_procedures.election_of_director.select_issuance_type.new .issuance-type .issuance-contents {
  width: 150px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 499, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.select_issuance_type.new .issuance-type.active, .company.company_procedures.capital_increase.select_issuance_type.new .issuance-type.active, .company.company_procedures.election_of_director.select_issuance_type.new .issuance-type.active {
  border-color: #00A0E2;
}

@media (max-width: 575.98px) {
  /* line 482, app/assets/stylesheets/application/views/company/company_procedures.scss */
  .company.company_procedures.stock_option.select_issuance_type.new .issuance-type, .company.company_procedures.capital_increase.select_issuance_type.new .issuance-type, .company.company_procedures.election_of_director.select_issuance_type.new .issuance-type {
    margin: 20px auto;
  }
}

/* line 510, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content, .company.company_procedures.capital_increase.new .main-content, .company.company_procedures.election_of_director.new .main-content {
  overflow-y: scroll;
}

/* line 513, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-header, .company.company_procedures.capital_increase.new .main-content .form-header, .company.company_procedures.election_of_director.new .main-content .form-header {
  padding: 15px 15px 14px 15px;
}

/* line 517, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-header div:first-child, .company.company_procedures.capital_increase.new .main-content .form-header div:first-child, .company.company_procedures.election_of_director.new .main-content .form-header div:first-child {
  margin-top: 0;
}

/* line 520, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-header div:first-child img, .company.company_procedures.capital_increase.new .main-content .form-header div:first-child img, .company.company_procedures.election_of_director.new .main-content .form-header div:first-child img {
  height: 20px;
}

/* line 525, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-header div:nth-child(2), .company.company_procedures.capital_increase.new .main-content .form-header div:nth-child(2), .company.company_procedures.election_of_director.new .main-content .form-header div:nth-child(2) {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 532, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-header div:last-child, .company.company_procedures.capital_increase.new .main-content .form-header div:last-child, .company.company_procedures.election_of_director.new .main-content .form-header div:last-child {
  text-align: right;
}

/* line 539, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content, .company.company_procedures.capital_increase.new .main-content .form-body .form-content, .company.company_procedures.election_of_director.new .main-content .form-body .form-content {
  max-width: 600px;
  margin: 0 auto;
}

/* line 543, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .required-mark, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .required-mark, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .required-mark {
  color: #DD1313;
  margin-left: 8px;
}

/* line 548, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .optional-mark, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .optional-mark, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .optional-mark {
  color: #939393;
  margin-left: 8px;
}

/* line 554, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .issue-guidelines, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .issue-guidelines, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .issue-guidelines {
  background-color: #F7F7F7;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 560, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .issue-guidelines .appraoval-quota, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .issue-guidelines .appraoval-quota, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .issue-guidelines .appraoval-quota {
  padding: 15px;
  background-color: white;
}

/* line 564, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .issue-guidelines .appraoval-quota .officer-approval-name, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .issue-guidelines .appraoval-quota .officer-approval-name, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .issue-guidelines .appraoval-quota .officer-approval-name {
  background-color: #00A0E2;
  color: white;
}

/* line 572, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .issue-guidelines .drop-check-wrap .drop-check, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .issue-guidelines .drop-check-wrap .drop-check, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .issue-guidelines .drop-check-wrap .drop-check {
  background-color: white;
  padding: 9px 20px;
}

/* line 579, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .drop-check, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .drop-check, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .drop-check {
  margin-left: 3px;
  display: flex;
  justify-content: space-between;
}

/* line 584, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .drop-check > span, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .drop-check > span, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .drop-check > span {
  display: flex;
  align-items: center;
}

/* line 588, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .drop-check > span > label, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .drop-check > span > label, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .drop-check > span > label {
  padding-left: 10px;
  margin-bottom: 0;
}

/* line 594, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .drop-check input[type=checkbox], .company.company_procedures.capital_increase.new .main-content .form-body .form-content .drop-check input[type=checkbox], .company.company_procedures.election_of_director.new .main-content .form-body .form-content .drop-check input[type=checkbox] {
  transform: scale(1.4);
}

/* line 601, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .horizontal-radio-with-border .form-group.radio_buttons .form-check, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .horizontal-radio-with-border .form-group.radio_buttons .form-check, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .horizontal-radio-with-border .form-group.radio_buttons .form-check {
  width: 100%;
}

/* line 607, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .hyphen-in-middle:after, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .hyphen-in-middle:after, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .hyphen-in-middle:after {
  color: #939393;
  display: block;
  text-align: center;
  position: absolute;
  content: "—";
  top: 18px;
  left: -6px;
}

/* line 617, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content textarea, .company.company_procedures.capital_increase.new .main-content .form-body .form-content textarea, .company.company_procedures.election_of_director.new .main-content .form-body .form-content textarea {
  height: 120px;
}

/* line 622, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .input-group-append .input-group-text, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .input-group-append .input-group-text, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .input-group-append .input-group-text {
  background: #FFF;
}

/* line 627, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .form-checkbox, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .form-checkbox, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .form-checkbox {
  width: 140px;
}

/* line 632, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content #edit_execution_period,
.company.company_procedures.stock_option.new .main-content .form-body .form-content #edit_execution_condition, .company.company_procedures.capital_increase.new .main-content .form-body .form-content #edit_execution_period,
.company.company_procedures.capital_increase.new .main-content .form-body .form-content #edit_execution_condition, .company.company_procedures.election_of_director.new .main-content .form-body .form-content #edit_execution_period,
.company.company_procedures.election_of_director.new .main-content .form-body .form-content #edit_execution_condition {
  height: 32px;
  padding: 0px 12px 0px 12px;
  border-radius: 32px;
  outline: none;
  background-color: #FFF;
  border-width: 1px;
}

/* line 642, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .form-control:not([disabled]) ~ .input-group-append .input-group-text, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .form-control:not([disabled]) ~ .input-group-append .input-group-text, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .form-control:not([disabled]) ~ .input-group-append .input-group-text {
  background-color: #FFF !important;
}

/* line 647, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .form-control[disabled], .company.company_procedures.capital_increase.new .main-content .form-body .form-content .form-control[disabled], .company.company_procedures.election_of_director.new .main-content .form-body .form-content .form-control[disabled] {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 651, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .form-control[disabled] ~ .input-group-append, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .form-control[disabled] ~ .input-group-append, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .form-control[disabled] ~ .input-group-append {
  background-color: #f4f4f4;
}

/* line 654, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .form-content .form-control[disabled] ~ .input-group-append .input-group-text, .company.company_procedures.capital_increase.new .main-content .form-body .form-content .form-control[disabled] ~ .input-group-append .input-group-text, .company.company_procedures.election_of_director.new .main-content .form-body .form-content .form-control[disabled] ~ .input-group-append .input-group-text {
  background-color: #f4f4f4;
}

/* line 663, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog {
  max-width: 1024px;
}

/* line 667, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body {
  height: 296px;
  width: 984px;
  overflow: auto;
  border-top: 1px solid #DDD;
}

/* line 673, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table, .component-v2 .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.financial_reports.edit .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table, .investor.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table, .company.kpis .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table, .companies.documents.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table, .companies.documents.show .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table, .capital.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table, .component-v2 .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.financial_reports.edit .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table, .investor.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table, .company.kpis .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table, .companies.documents.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table, .companies.documents.show .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table, .capital.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table, .component-v2 .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.financial_reports.edit .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table, .investor.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table, .company.kpis .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table, .companies.documents.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table, .companies.documents.show .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table, .capital.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table {
  min-width: 1100px;
}

/* line 678, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table thead th, .component-v2 .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.financial_reports.edit .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table thead th, .investor.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table thead th, .company.kpis .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table thead th, .companies.documents.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table thead th, .companies.documents.show .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table thead th, .capital.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table thead th, .component-v2 .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.financial_reports.edit .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table thead th, .investor.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table thead th, .company.kpis .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table thead th, .companies.documents.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table thead th, .companies.documents.show .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table thead th, .capital.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table thead th, .component-v2 .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.financial_reports.edit .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table thead th, .investor.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table thead th, .company.kpis .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table thead th, .companies.documents.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table thead th, .companies.documents.show .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table thead th, .capital.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  border-top: none;
}

/* line 687, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr *, .component-v2 .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.financial_reports.edit .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr *, .investor.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr *, .company.kpis .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr *, .companies.documents.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr *, .companies.documents.show .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr *, .capital.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr *, .component-v2 .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.financial_reports.edit .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr *, .investor.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr *, .company.kpis .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr *, .companies.documents.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr *, .companies.documents.show .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr *, .capital.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr *, .component-v2 .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.financial_reports.edit .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr *, .investor.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr *, .company.kpis .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr *, .companies.documents.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr *, .companies.documents.show .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr *, .capital.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr * {
  cursor: pointer;
}

/* line 691, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr:hover, .component-v2 .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.financial_reports.edit .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr:hover, .investor.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr:hover, .company.kpis .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr:hover, .companies.documents.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr:hover, .companies.documents.show .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr:hover, .capital.connections.index .company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr:hover, .component-v2 .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.financial_reports.edit .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr:hover, .investor.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr:hover, .company.kpis .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr:hover, .companies.documents.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr:hover, .companies.documents.show .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr:hover, .capital.connections.index .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr:hover, .component-v2 .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.financial_reports.edit .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr:hover, .investor.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr:hover, .company.kpis .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr:hover, .companies.documents.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr:hover, .companies.documents.show .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr:hover, .capital.connections.index .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 698, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  left: 0;
  height: 70px;
}

/* line 709, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio], .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio], .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio] {
  display: none;
}

/* line 712, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio]:checked + .custom-check:after, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio]:checked + .custom-check:after, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio]:checked + .custom-check:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #00A0E2;
  font-size: 25px;
  font-weight: 600;
}

/* line 721, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .custom-check, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .custom-check, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .custom-check {
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* line 728, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .icon-container, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .icon-container, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .icon-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 736, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .meeting-title .text-overflow, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .meeting-title .text-overflow, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .meeting-title .text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 185px;
}

/* line 743, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .category, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .category, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .category {
  width: 135px;
  word-break: keep-all;
}

/* line 747, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .remaining-quantity, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .remaining-quantity, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .remaining-quantity {
  max-width: 135px;
  min-width: 130px;
}

/* line 751, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .grant-period, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .grant-period, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .grant-period {
  width: 170px;
}

/* line 754, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .strike-price, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .strike-price, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .strike-price {
  min-width: 90px;
}

/* line 757, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .officer-approval-start-at, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .officer-approval-start-at, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .officer-approval-start-at {
  width: 150px;
}

/* line 760, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .granted-quantity, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .granted-quantity, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .granted-quantity {
  min-width: 90px;
}

/* line 766, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .so-approval-quota-modal .modal-dialog #update_approval_quota_button, .company.company_procedures.capital_increase.new .main-content .form-body .so-approval-quota-modal .modal-dialog #update_approval_quota_button, .company.company_procedures.election_of_director.new .main-content .form-body .so-approval-quota-modal .modal-dialog #update_approval_quota_button {
  pointer-events: none;
}

/* line 774, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .confirm-modal .modal-dialog, .company.company_procedures.capital_increase.new .main-content .form-body .confirm-modal .modal-dialog, .company.company_procedures.election_of_director.new .main-content .form-body .confirm-modal .modal-dialog {
  max-width: 450px;
}

/* line 777, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.new .main-content .form-body .confirm-modal .modal-dialog .warning-icon, .company.company_procedures.capital_increase.new .main-content .form-body .confirm-modal .modal-dialog .warning-icon, .company.company_procedures.election_of_director.new .main-content .form-body .confirm-modal .modal-dialog .warning-icon {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 30px;
  width: 35px;
  margin: 0 auto 17px auto;
}

/* line 794, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm h4, .company.company_procedures.capital_increase.confirm h4, .company.company_procedures.election_of_director.confirm h4 {
  font-weight: 600;
  line-height: 32px;
}

/* line 799, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .form-header, .company.company_procedures.capital_increase.confirm .form-header, .company.company_procedures.election_of_director.confirm .form-header {
  border-bottom: 1px solid #DDD;
}

/* line 804, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .officer-approval-contents, .company.company_procedures.capital_increase.confirm .officer-approval-contents, .company.company_procedures.election_of_director.confirm .officer-approval-contents {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 16px;
}

/* line 809, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .officer-approval-contents .officer-approval-start-at, .company.company_procedures.capital_increase.confirm .officer-approval-contents .officer-approval-start-at, .company.company_procedures.election_of_director.confirm .officer-approval-contents .officer-approval-start-at {
  display: block;
  font-size: 14px;
  font-weight: 450;
  line-height: 22.4px;
  color: #939393;
}

/* line 818, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .custom-control-label, .company.company_procedures.capital_increase.confirm .custom-control-label, .company.company_procedures.election_of_director.confirm .custom-control-label {
  line-height: 24px;
  align-items: center;
}

/* line 823, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .condition-block, .company.company_procedures.capital_increase.confirm .condition-block, .company.company_procedures.election_of_director.confirm .condition-block {
  min-height: 100px;
}

/* line 826, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .condition-block .nav-link.active, .company.company_procedures.capital_increase.confirm .condition-block .nav-link.active, .company.company_procedures.election_of_director.confirm .condition-block .nav-link.active {
  border-bottom: 1px solid #343434 !important;
}

/* line 830, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .condition-block .nav-link, .company.company_procedures.capital_increase.confirm .condition-block .nav-link, .company.company_procedures.election_of_director.confirm .condition-block .nav-link {
  font-size: 1rem;
  border: 0;
  color: #343434;
}

/* line 837, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .condition-detail, .company.company_procedures.capital_increase.confirm .condition-detail, .company.company_procedures.election_of_director.confirm .condition-detail {
  border-radius: 14px;
  padding: 15px 30px;
  margin-top: 20px;
  background-color: #F7F7F7;
}

/* line 844, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .condition-detail-blank, .company.company_procedures.capital_increase.confirm .condition-detail-blank, .company.company_procedures.election_of_director.confirm .condition-detail-blank {
  border-radius: 14px;
  padding: 15px 30px;
  margin-top: 20px;
}

/* line 850, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .description, .company.company_procedures.capital_increase.confirm .description, .company.company_procedures.election_of_director.confirm .description {
  padding-bottom: 50px;
}

/* line 853, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .description .description-detail, .company.company_procedures.capital_increase.confirm .description .description-detail, .company.company_procedures.election_of_director.confirm .description .description-detail {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 15px 30px;
}

/* line 860, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .content, .company.company_procedures.capital_increase.confirm .content, .company.company_procedures.election_of_director.confirm .content {
  font-weight: 300;
  line-height: 24px;
}

/* line 864, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .content .caution, .company.company_procedures.capital_increase.confirm .content .caution, .company.company_procedures.election_of_director.confirm .content .caution {
  color: #E6230D;
}

/* line 870, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .flash-message-container .alert, .company.company_procedures.capital_increase.confirm .flash-message-container .alert, .company.company_procedures.election_of_director.confirm .flash-message-container .alert {
  padding: 9px 15px;
}

/* line 873, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.confirm .flash-message-container .alert .message, .company.company_procedures.capital_increase.confirm .flash-message-container .alert .message, .company.company_procedures.election_of_director.confirm .flash-message-container .alert .message {
  font-size: 14px;
  font-weight: 400;
}

/* line 883, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .not-created-icon::before, .company.company_procedures.capital_increase.show .not-created-icon::before, .company.company_procedures.election_of_director.show .not-created-icon::before {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/icons/not_created-18de5f2a86c996d3cc904286a5494b57c800af92d737e1f60ad8ee03a4cb2c42.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  width: 36px;
}

/* line 895, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .not-created-icon .document-name, .company.company_procedures.capital_increase.show .not-created-icon .document-name, .company.company_procedures.election_of_director.show .not-created-icon .document-name {
  color: #BDBDBD;
}

/* line 899, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .not-created-icon .download-button, .company.company_procedures.capital_increase.show .not-created-icon .download-button, .company.company_procedures.election_of_director.show .not-created-icon .download-button {
  opacity: 30%;
}

/* line 905, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .created-icon::before, .company.company_procedures.capital_increase.show .created-icon::before, .company.company_procedures.election_of_director.show .created-icon::before {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/views/icons/created-20a4091ba7e0221af14248ee268bc32dbf9511b85c5628697a7b120b261453b1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  width: 36px;
}

/* line 918, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .download-button, .company.company_procedures.capital_increase.show .download-button, .company.company_procedures.election_of_director.show .download-button {
  color: #00A0E2;
}

/* line 922, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .btn-tertiary, .company.company_procedures.capital_increase.show .btn-tertiary, .company.company_procedures.election_of_director.show .btn-tertiary {
  font-weight: 500;
}

/* line 926, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .text-gray, .company.company_procedures.capital_increase.show .text-gray, .company.company_procedures.election_of_director.show .text-gray {
  color: #939393;
}

/* line 930, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .text-blue, .company.company_procedures.capital_increase.show .text-blue, .company.company_procedures.election_of_director.show .text-blue {
  color: #00A0E2;
}

/* line 934, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .document-name, .company.company_procedures.capital_increase.show .document-name, .company.company_procedures.election_of_director.show .document-name {
  color: #00A0E2;
  font-size: 16px;
}

/* line 939, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .selection, .company.company_procedures.capital_increase.show .selection, .company.company_procedures.election_of_director.show .selection {
  cursor: pointer;
}

/* line 942, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .selection:hover, .company.company_procedures.capital_increase.show .selection:hover, .company.company_procedures.election_of_director.show .selection:hover {
  background-color: #F2F8FC;
}

/* line 947, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .progress, .company.company_procedures.capital_increase.show .progress, .company.company_procedures.election_of_director.show .progress {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 3px;
}

/* line 955, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .progress .bar, .company.company_procedures.capital_increase.show .progress .bar, .company.company_procedures.election_of_director.show .progress .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 24px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

/* line 965, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .progress .bar__fill, .company.company_procedures.capital_increase.show .progress .bar__fill, .company.company_procedures.election_of_director.show .progress .bar__fill {
  display: block;
  background: linear-gradient(to right, #54CEFB, #00A0E2, #0F57CA);
  height: 100%;
  border-radius: 10px;
}

/* line 973, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .progress .point, .company.company_procedures.capital_increase.show .progress .point, .company.company_procedures.election_of_director.show .progress .point {
  position: relative;
  color: #AC9585;
  top: 4px;
}

/* line 978, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .progress .point:before, .company.company_procedures.capital_increase.show .progress .point:before, .company.company_procedures.election_of_director.show .progress .point:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

/* line 990, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .progress .point .bullet, .company.company_procedures.capital_increase.show .progress .point .bullet, .company.company_procedures.election_of_director.show .progress .point .bullet {
  position: relative;
  background: RGB(189, 189, 189);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transition: 0.3s ease;
}

/* line 1001, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .progress .point.point--complete .bullet, .company.company_procedures.stock_option.show .progress .point.point--active .bullet, .company.company_procedures.capital_increase.show .progress .point.point--complete .bullet, .company.company_procedures.capital_increase.show .progress .point.point--active .bullet, .company.company_procedures.election_of_director.show .progress .point.point--complete .bullet, .company.company_procedures.election_of_director.show .progress .point.point--active .bullet {
  background: RGB(255, 255, 255);
}

/* line 1008, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .chain-bar, .company.company_procedures.capital_increase.show .chain-bar, .company.company_procedures.election_of_director.show .chain-bar {
  height: 30px;
  border-left: 5px solid #ebebeb;
}

/* line 1014, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .document-list__title, .company.company_procedures.capital_increase.show .document-list__title, .company.company_procedures.election_of_director.show .document-list__title {
  font-family: 'Hiragino Sans';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

/* line 1021, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .document-list__content, .company.company_procedures.capital_increase.show .document-list__content, .company.company_procedures.election_of_director.show .document-list__content {
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

/* line 1028, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .document-list .nav-link, .company.company_procedures.capital_increase.show .document-list .nav-link, .company.company_procedures.election_of_director.show .document-list .nav-link {
  margin-right: 0;
}

/* line 1031, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .document-list .nav-link:hover, .company.company_procedures.capital_increase.show .document-list .nav-link:hover, .company.company_procedures.election_of_director.show .document-list .nav-link:hover {
  cursor: pointer;
}

/* line 1037, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list, .company.company_procedures.capital_increase.show .task-list, .company.company_procedures.election_of_director.show .task-list {
  flex: 1;
}

/* line 1040, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container, .company.company_procedures.capital_increase.show .task-list .parent-task-container, .company.company_procedures.election_of_director.show .task-list .parent-task-container {
  border-radius: 20px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 1044, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container.all-checked, .company.company_procedures.capital_increase.show .task-list .parent-task-container.all-checked, .company.company_procedures.election_of_director.show .task-list .parent-task-container.all-checked {
  background-color: #F7F7F7;
  color: #939393;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 1050, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .stored-title, .company.company_procedures.capital_increase.show .task-list .parent-task-container .stored-title, .company.company_procedures.election_of_director.show .task-list .parent-task-container .stored-title {
  color: #343434;
}

/* line 1053, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .stored-title:hover, .company.company_procedures.capital_increase.show .task-list .parent-task-container .stored-title:hover, .company.company_procedures.election_of_director.show .task-list .parent-task-container .stored-title:hover {
  color: #343434;
}

/* line 1058, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .parent-task-header, .company.company_procedures.capital_increase.show .task-list .parent-task-container .parent-task-header, .company.company_procedures.election_of_director.show .task-list .parent-task-container .parent-task-header {
  cursor: pointer;
}

/* line 1061, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .parent-task-header__parent-task-title, .company.company_procedures.capital_increase.show .task-list .parent-task-container .parent-task-header__parent-task-title, .company.company_procedures.election_of_director.show .task-list .parent-task-container .parent-task-header__parent-task-title {
  font-family: 'Futura PT';
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
}

/* line 1069, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container__task-description, .company.company_procedures.capital_increase.show .task-list .parent-task-container__task-description, .company.company_procedures.election_of_director.show .task-list .parent-task-container__task-description {
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

/* line 1077, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .selection .task-card:hover, .company.company_procedures.capital_increase.show .task-list .parent-task-container .selection .task-card:hover, .company.company_procedures.election_of_director.show .task-list .parent-task-container .selection .task-card:hover {
  background-color: #F2F8FC;
}

/* line 1082, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .task-card, .company.company_procedures.capital_increase.show .task-list .parent-task-container .task-card, .company.company_procedures.election_of_director.show .task-list .parent-task-container .task-card {
  background-color: #FFF;
  border-radius: 12px;
}

/* line 1086, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .task-card__task-title, .company.company_procedures.capital_increase.show .task-list .parent-task-container .task-card__task-title, .company.company_procedures.election_of_director.show .task-list .parent-task-container .task-card__task-title {
  font-family: 'Futura PT';
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

/* line 1093, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .task-card .circle-check-label, .company.company_procedures.capital_increase.show .task-list .parent-task-container .task-card .circle-check-label, .company.company_procedures.election_of_director.show .task-list .parent-task-container .task-card .circle-check-label {
  cursor: pointer;
}

/* line 1097, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .task-card .task-content, .company.company_procedures.capital_increase.show .task-list .parent-task-container .task-card .task-content, .company.company_procedures.election_of_director.show .task-list .parent-task-container .task-card .task-content {
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

/* line 1103, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .task-card .task-content__sub-task-title, .company.company_procedures.capital_increase.show .task-list .parent-task-container .task-card .task-content__sub-task-title, .company.company_procedures.election_of_director.show .task-list .parent-task-container .task-card .task-content__sub-task-title {
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* line 1110, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .task-card .task-content__division-bar, .company.company_procedures.capital_increase.show .task-list .parent-task-container .task-card .task-content__division-bar, .company.company_procedures.election_of_director.show .task-list .parent-task-container .task-card .task-content__division-bar {
  border-top: 1px solid #ebebeb;
  width: 100%;
}

/* line 1117, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .help-block, .company.company_procedures.capital_increase.show .task-list .parent-task-container .help-block, .company.company_procedures.election_of_director.show .task-list .parent-task-container .help-block {
  background-color: #212B53;
  border-radius: 8px;
  color: white;
  padding: 10px 45px 8px 30px;
}

/* line 1123, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .help-block__title, .company.company_procedures.capital_increase.show .task-list .parent-task-container .help-block__title, .company.company_procedures.election_of_director.show .task-list .parent-task-container .help-block__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}

/* line 1130, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .parent-task-container .help-block__description, .company.company_procedures.capital_increase.show .task-list .parent-task-container .help-block__description, .company.company_procedures.election_of_director.show .task-list .parent-task-container .help-block__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 37px;
}

/* line 1139, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .task-list .skip-title-color, .company.company_procedures.capital_increase.show .task-list .skip-title-color, .company.company_procedures.election_of_director.show .task-list .skip-title-color {
  color: #D8D8D8;
}

/* line 1144, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .complete-modal, .company.company_procedures.capital_increase.show .complete-modal, .company.company_procedures.election_of_director.show .complete-modal {
  max-width: 450px;
}

/* line 1147, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .complete-modal .modal-content, .company.company_procedures.capital_increase.show .complete-modal .modal-content, .company.company_procedures.election_of_director.show .complete-modal .modal-content {
  border-radius: 10px;
  padding: 20px;
}

/* line 1152, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .complete-modal .title, .company.company_procedures.capital_increase.show .complete-modal .title, .company.company_procedures.election_of_director.show .complete-modal .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

/* line 1158, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .complete-modal .close, .company.company_procedures.capital_increase.show .complete-modal .close, .company.company_procedures.election_of_director.show .complete-modal .close {
  padding: 2px 10px 6px;
  color: #343434;
  opacity: 1;
}

/* line 1163, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .complete-modal .close .icon-cancel, .company.company_procedures.capital_increase.show .complete-modal .close .icon-cancel, .company.company_procedures.election_of_director.show .complete-modal .close .icon-cancel {
  font-size: 1.25rem;
}

/* line 1168, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .complete-modal p, .company.company_procedures.capital_increase.show .complete-modal p, .company.company_procedures.election_of_director.show .complete-modal p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
}

/* line 1175, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .link-font, .company.company_procedures.capital_increase.show .link-font, .company.company_procedures.election_of_director.show .link-font {
  color: #00A0E2;
}

/* line 1179, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .pointer, .company.company_procedures.capital_increase.show .pointer, .company.company_procedures.election_of_director.show .pointer {
  cursor: pointer;
}

/* line 1184, app/assets/stylesheets/application/views/company/company_procedures.scss */
.company.company_procedures.stock_option.show .template-document-link:hover, .company.company_procedures.capital_increase.show .template-document-link:hover, .company.company_procedures.election_of_director.show .template-document-link:hover {
  text-decoration: underline;
}

/* line 3, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .main-content {
  padding-top: 40px;
}

/* line 7, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show h1 {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

/* line 15, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #documents-index-link {
  font-size: 14px;
}

/* line 24, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section {
  max-width: 795px;
  width: 100%;
}

/* line 28, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list {
  max-height: 500px;
  padding: 20px 30px;
  margin-bottom: 0;
  border-radius: 15px;
  border: 1px solid #DDD;
  overflow: auto;
  list-style: none;
}

/* line 37, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list li:not(:first-child) {
  margin-top: 20px;
}

/* line 41, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list p {
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .comment-time-container {
  position: relative;
}

/* line 48, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .comment-time-container .commenter-name {
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .comment-time-container .comment-time {
  margin-left: 14px;
  color: #828282;
  font-family: "HiraginoSans-W4";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: left;
}

/* line 61, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .comment-time-container .comment-time:hover + #tooltip-content {
  display: block;
}

/* line 66, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .comment-time-container #tooltip-content {
  position: absolute;
  display: none;
  text-align: center;
  left: 100% !important;
  transform: translateX(-50%) !important;
  z-index: 100;
  background-color: white;
  width: 150px;
  padding: 5px;
  font-size: 11px;
}

/* line 80, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .comment {
  padding: 11px 20px;
  margin-top: 5px;
  border-radius: 30px;
  background-color: #F2F8FC;
}

/* line 87, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .uploaded-comment {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

/* line 94, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-list .no-comment-message {
  padding: 50px 0;
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

/* line 104, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form {
  margin-top: 50px;
}

/* line 107, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form p {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 22px;
}

/* line 115, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form img {
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .comment-container {
  position: relative;
  display: flex;
  max-width: 750px;
  width: 100%;
}

/* line 125, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .comment-container textarea {
  height: 64px;
  border-radius: 8px;
  width: 100%;
  padding: 20px 70px 20px 20px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #DDD;
  resize: none;
}

/* line 136, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .comment-container img {
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* line 146, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .comment-container img:hover {
  background-color: #F2F8FC;
  border-radius: 50%;
}

/* line 153, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .submit-button-container {
  height: 42px;
  width: 42px;
  margin: 0 0 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 161, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .submit-button-container:hover {
  background-color: #F2F8FC;
  border-radius: 50%;
}

/* line 166, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .submit-button-container label {
  margin-bottom: 0;
}

/* line 171, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show .comment-section .comment-form .files-wrapper {
  max-width: 750px;
  margin-right: 49px;
}

/* line 178, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside {
  width: 100%;
  max-width: 375px;
  padding: 25px;
  margin-left: 3%;
  border-radius: 15px;
  border: 1px solid #DDD;
}

/* line 186, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #00A0E2;
  height: 55px;
  max-width: 315px;
  width: 100%;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

/* line 200, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .latest-document-section {
  padding-bottom: 25px;
}

/* line 203, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .latest-document-section dl {
  margin-bottom: 0;
}

/* line 206, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .latest-document-section dl:not(:first-of-type) {
  margin-top: 20px;
}

/* line 210, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .latest-document-section dl dt {
  color: #939393;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0px;
}

/* line 217, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .latest-document-section dl dd {
  margin-bottom: 0;
  font-weight: 500;
}

/* line 224, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .latest-document-section .latest-document-name dd {
  word-break: break-all;
}

/* line 230, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section {
  border: none;
  border-top: 1px solid #DDD;
  padding: 25px 0;
}

/* line 235, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section .reviewer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 240, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section .reviewer-container:not(:first-of-type) {
  margin-top: 10px;
}

/* line 244, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section .reviewer-container .reviewer-name {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  word-break: break-all;
  font-weight: 300;
}

/* line 252, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section .reviewer-container form {
  margin-left: auto;
}

/* line 255, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section .reviewer-container form .under-review-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  min-width: 157px;
  padding: 2px 14px;
  margin-bottom: 0;
  border-radius: 15px;
  border: 1px solid #DDD;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
}

/* line 271, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section .reviewer-container form .dropdown-menu {
  padding: 0;
}

/* line 277, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .reviewers-section .reviewer-container .review-disabled-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 157px;
  padding: 2px 14px;
  margin-bottom: 0;
  border-radius: 15px;
  border: 1px solid #DDD;
  background-color: #F7F7F7;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
}

/* line 296, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section {
  padding-bottom: 25px;
}

/* line 300, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section, .company.documents.review.show aside .reference-files-section {
  border: none;
  border-top: 1px solid #DDD;
  padding-top: 25px;
}

/* line 306, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section .document-history-container.scrollable, .company.documents.review.show aside .document-history-section .reference-files-container.scrollable, .company.documents.review.show aside .reference-files-section .document-history-container.scrollable, .company.documents.review.show aside .reference-files-section .reference-files-container.scrollable {
  overflow-y: scroll;
  max-height: 300px;
}

/* line 311, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section .document-history-container dl, .company.documents.review.show aside .document-history-section .reference-files-container dl, .company.documents.review.show aside .reference-files-section .document-history-container dl, .company.documents.review.show aside .reference-files-section .reference-files-container dl {
  margin-bottom: 0;
}

/* line 314, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section .document-history-container dl:not(:first-of-type), .company.documents.review.show aside .document-history-section .reference-files-container dl:not(:first-of-type), .company.documents.review.show aside .reference-files-section .document-history-container dl:not(:first-of-type), .company.documents.review.show aside .reference-files-section .reference-files-container dl:not(:first-of-type) {
  margin-top: 15px;
}

/* line 318, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section .document-history-container dl dt, .company.documents.review.show aside .document-history-section .reference-files-container dl dt, .company.documents.review.show aside .reference-files-section .document-history-container dl dt, .company.documents.review.show aside .reference-files-section .reference-files-container dl dt {
  margin-bottom: 0;
}

/* line 321, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section .document-history-container dl dt a, .company.documents.review.show aside .document-history-section .reference-files-container dl dt a, .company.documents.review.show aside .reference-files-section .document-history-container dl dt a, .company.documents.review.show aside .reference-files-section .reference-files-container dl dt a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-style: normal;
  font-weight: 500;
}

/* line 331, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section .document-history-container dd, .company.documents.review.show aside .document-history-section .reference-files-container dd, .company.documents.review.show aside .reference-files-section .document-history-container dd, .company.documents.review.show aside .reference-files-section .reference-files-container dd {
  font-size: 13px;
  font-weight: 300;
  color: #DDD;
  margin: 0;
}

/* line 338, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show aside .document-history-section .document-history-container dt, .company.documents.review.show aside .document-history-section .reference-files-container dt, .company.documents.review.show aside .reference-files-section .document-history-container dt, .company.documents.review.show aside .reference-files-section .reference-files-container dt {
  word-break: break-all;
}

/* line 346, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog {
  max-width: 658px;
}

/* line 349, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .btn, .company.documents.review.show #select-modal .modal-dialog .component-v2 .btn-primary-w100-p3, .company.documents.review.show #select-modal .modal-dialog .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.documents.review.show #select-modal .modal-dialog .btn-primary-w100-p3, .company.financial_reports.edit .company.documents.review.show #select-modal .modal-dialog .btn-primary-w100-p3, .company.documents.review.show #select-modal .modal-dialog .company.kpis .btn-primary-w100-p3, .company.kpis .company.documents.review.show #select-modal .modal-dialog .btn-primary-w100-p3 {
  margin: 0;
}

/* line 353, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .modal-body {
  padding: 20px;
}

/* line 356, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .modal-body .custom-control-label {
  padding: 0 10 0 0;
  min-width: 0;
  min-height: 0;
}

/* line 361, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .modal-body .custom-control-label::before, .company.documents.review.show #select-modal .modal-dialog .modal-body .custom-control-label ::after {
  border-radius: 100%;
}

/* line 366, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .modal-body .select-tab {
  border-radius: 12px;
  border: 1px solid #DDD;
  width: 297px;
  height: 121px;
  padding: 20px;
  text-align: center;
}

/* line 374, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .modal-body .select-tab img {
  padding-bottom: 10px;
}

/* line 378, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .modal-body .select-tab span {
  font-size: 16px;
}

/* line 383, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #select-modal .modal-dialog .modal-body .active {
  border: 1px solid #00A0E2;
}

/* line 391, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #form-modal .modal-dialog {
  max-width: 658px;
}

/* line 394, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #form-modal .modal-dialog .btn, .company.documents.review.show #form-modal .modal-dialog .component-v2 .btn-primary-w100-p3, .company.documents.review.show #form-modal .modal-dialog .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.documents.review.show #form-modal .modal-dialog .btn-primary-w100-p3, .company.financial_reports.edit .company.documents.review.show #form-modal .modal-dialog .btn-primary-w100-p3, .company.documents.review.show #form-modal .modal-dialog .company.kpis .btn-primary-w100-p3, .company.kpis .company.documents.review.show #form-modal .modal-dialog .btn-primary-w100-p3 {
  margin: 0;
}

/* line 398, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #form-modal .modal-dialog .form-group {
  margin-bottom: 0;
}

/* line 402, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #form-modal .modal-dialog .custom-control-label {
  padding: 0 10 0 0;
  min-width: 0;
  min-height: 0;
}

/* line 407, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #form-modal .modal-dialog .custom-control-label::before, .company.documents.review.show #form-modal .modal-dialog .custom-control-label ::after {
  border-radius: 100%;
}

/* line 412, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.show #form-modal .modal-dialog textarea {
  resize: none;
}

@media (max-width: 900px) {
  /* line 419, app/assets/stylesheets/application/views/company/documents/review.scss */
  .company.documents.review.show main {
    flex-direction: column;
  }
  /* line 422, app/assets/stylesheets/application/views/company/documents/review.scss */
  .company.documents.review.show main .comment-section {
    margin-bottom: 50px;
  }
  /* line 426, app/assets/stylesheets/application/views/company/documents/review.scss */
  .company.documents.review.show main aside {
    max-width: none;
    margin-left: 0;
  }
}

/* line 436, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-header {
  border-bottom: 1px solid #DDD;
}

/* line 439, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-header .modal-title {
  font-size: 16px;
  font-weight: 600;
}

/* line 445, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body {
  padding: 20px;
  border-bottom: 1px solid #DDD;
}

/* line 449, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-fields-title {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 454, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field {
  display: flex;
  min-height: 54px;
  margin-top: 10px;
}

/* line 459, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field div:nth-of-type(2) {
  margin-left: 10px;
}

/* line 463, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field div:nth-of-type(3) {
  margin-left: 20px;
}

/* line 467, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* line 471, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .form-group {
  margin-bottom: 0;
}

/* line 475, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .invalid-feedback {
  width: 255px;
}

/* line 479, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-field-index {
  width: 28px;
  height: 28px;
  background-color: #00A0E2;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Hiragino Sans';
  line-height: 1.85;
  text-align: center;
  position: relative;
  top: 20%;
}

/* line 494, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-name-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 255px;
}

/* line 501, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-name-input__hide-dropdown {
  background: none;
}

/* line 505, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-name-input:not(.is-added) {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/icon-select-3d3fefc55a065b2dba1243ba0472be7b7f84ab72d277b17b5d49d01fff496ab5.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right .79rem center;
}

/* line 512, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-name-input .reviewer-name {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 518, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-name-input .reviewer-name::-webkit-scrollbar {
  display: none;
}

/* line 524, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-email-input {
  width: 255px;
}

/* line 527, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-email-input .reviewer-email {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 533, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .reviewer-email-input .reviewer-email::-webkit-scrollbar {
  display: none;
}

/* line 539, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .remove-field-button {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 12px;
  position: relative;
}

/* line 548, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .registered-reviewer .form-control {
  padding: 26px 1.4rem 10px;
  background-color: #f4f4f4;
  color: #939393;
}

/* line 553, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .registered-reviewer .form-control:not(.is-added) {
  padding: 26px 2.4rem 10px 1.4rem;
}

/* line 558, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .reviewer-field .registered-reviewer label {
  top: 11px;
  font-size: 0.625rem;
}

/* line 565, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .add-field-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

/* line 570, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .add-field-button {
  padding: 10px 10px 9px;
  font-size: 12px;
  border-radius: 18px;
  font-weight: 600;
  letter-spacing: 0px;
}

/* line 578, app/assets/stylesheets/application/views/company/documents/review.scss */
.company.documents.review.request.new .modal-body .request-comment-input {
  margin-top: 31px;
}

/* line 3, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding {
  padding-top: 3rem;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1340px) {
  /* line 3, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
  .company.other_stakeholders.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 17, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .stakeholder-group-select {
  width: 200px;
}

/* line 20, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .stakeholder-group-select:focus {
  outline: none;
  border: 1px solid #DDD;
}

/* line 27, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .other-stakeholders-search-form #input-search {
  width: 192px;
}

/* line 30, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .other-stakeholders-search-form #input-search:focus {
  outline: none;
  border: 1px solid #DDD;
}

/* line 36, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .other-stakeholders-search-form .input-group-text {
  background-color: #FFF;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 41, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .other-stakeholders-search-form .input-group-text.left {
  border-radius: 27px 0 0 27px;
}

/* line 45, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .other-stakeholders-search-form .input-group-text.right {
  border-radius: 0 27px 27px 0;
}

/* line 50, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .other-stakeholders-search-form .clear-search-form {
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 59, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper .table-fixed {
  table-layout: fixed;
}

/* line 63, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper .table-other-stakeholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 68, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper .group-area {
  row-gap: 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

/* line 72, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper .group-area.flex-wrap-area {
  display: flex;
  flex-wrap: wrap;
}

/* line 77, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper .group-area .group-name {
  text-align: center;
  border: 1px solid #939393;
  max-width: calc(50% - 5px);
  border-radius: 9999px;
  padding: 3px 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 89, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper .not-find {
  padding-top: 120px;
}

/* line 92, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.index .container-custom-padding .table-wrapper .not-find .not-find-message {
  color: #BDBDBD;
  letter-spacing: 0.03rem;
}

/* line 102, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.show .title-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 108, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.show .group-area {
  row-gap: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/* line 112, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.show .group-area .group-name {
  text-align: center;
  border: 1px solid #939393;
  max-width: calc(25% - 5px);
  border-radius: 9999px;
  padding: 8px 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 127, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .form-title, .company.other_stakeholders.edit .form-title {
  font-weight: 600;
  font-size: 24px;
}

/* line 132, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .gray-border-bottom, .company.other_stakeholders.edit .gray-border-bottom {
  border-bottom: 1px solid #DDD;
}

/* line 136, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .memo-height, .company.other_stakeholders.edit .memo-height {
  height: 120px;
}

/* line 140, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .select2-selection.select2-selection--multiple, .company.other_stakeholders.edit .select2-selection.select2-selection--multiple {
  padding: 18px 14px;
  border: 1px solid #DDD;
}

/* line 145, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .select2-search__field, .company.other_stakeholders.edit .select2-search__field {
  margin-top: 0;
  margin-left: 0;
}

/* line 150, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .select2-selection__choice, .company.other_stakeholders.edit .select2-selection__choice {
  border: 1px solid #939393;
  border-radius: 9999px;
  background-color: #FFF;
  padding: 8px 18px 8px 30px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 160, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .select2-selection__choice__remove, .company.other_stakeholders.edit .select2-selection__choice__remove {
  border-right: none;
  padding: 0;
  color: #343434;
  font-weight: normal;
  font-size: 1.5rem;
  left: 10px;
  top: 2px;
}

/* line 169, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders.new .select2-selection__choice__remove:hover, .company.other_stakeholders.edit .select2-selection__choice__remove:hover {
  background-color: transparent;
}

/* line 177, app/assets/stylesheets/application/views/company/other_stakeholders.scss */
.company.other_stakeholders .dropdown-auto-open:hover .dropdown-menu {
  display: block;
}

/* line 3, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index .container-custom-padding {
  padding: 40px 0;
}

/* line 7, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 11, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index .table-wrap {
  overflow-x: scroll;
}

/* line 14, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index .table-wrap .table-stakeholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 19, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index .table, .company.company_procedures.stakeholders.index .table-door, .company.company_procedures.stakeholders.index .component-v2 .square-table, .company.company_procedures.stakeholders.index .company.financial_reports.edit .square-table, .component-v2 .company.company_procedures.stakeholders.index .square-table, .company.financial_reports.edit .company.company_procedures.stakeholders.index .square-table, .company.company_procedures.stakeholders.index .investor.connections.index .companies-table, .investor.connections.index .company.company_procedures.stakeholders.index .companies-table, .company.company_procedures.stakeholders.index .company.kpis .square-table, .company.kpis .company.company_procedures.stakeholders.index .square-table, .company.company_procedures.stakeholders.index .companies.documents.index .documents-table, .companies.documents.index .company.company_procedures.stakeholders.index .documents-table, .company.company_procedures.stakeholders.index .companies.documents.show .documents-table, .companies.documents.show .company.company_procedures.stakeholders.index .documents-table, .company.company_procedures.stakeholders.index .capital.connections.index .companies-table, .capital.connections.index .company.company_procedures.stakeholders.index .companies-table {
  width: 100%;
  white-space: nowrap;
}

/* line 25, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th {
  height: 64px;
  font-weight: 500;
}

/* line 30, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:first-child {
  width: 250px;
}

/* line 34, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(2) {
  width: 240px;
}

/* line 38, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(3) {
  width: 180px;
}

/* line 42, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(4) {
  width: 227px;
}

/* line 46, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(5) {
  width: 227px;
}

/* line 50, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(6) {
  width: 177px;
}

/* line 54, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(7) {
  width: 177px;
}

/* line 58, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(8) {
  width: 96px;
}

/* line 62, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(9) {
  width: 96px;
}

/* line 66, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(10) {
  width: 96px;
}

/* line 70, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(11) {
  width: 110px;
}

/* line 74, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(12) {
  width: 240px;
}

/* line 78, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(13) {
  width: 110px;
}

/* line 82, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(14) {
  width: 152px;
}

/* line 86, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table th:nth-child(15) {
  width: 64px;
}

/* line 90, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table td {
  height: 56px;
}

/* line 94, app/assets/stylesheets/application/views/company/company_procedures/stakeholders.scss */
.company.company_procedures.stakeholders.index table td .dropdown .dropdown-menu {
  top: 22px;
}

/* line 3, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .container-custom-padding {
  padding: 40px 0;
}

/* line 7, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .progress-block {
  border-radius: 15px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  font-size: 20px;
}

/* line 12, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .progress-block .progress-bar {
  width: 100%;
  height: 14px;
  border-radius: 22px;
  background: #e2e6e8;
  margin-top: 25px;
}

/* line 19, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .progress-block .progress-bar .progress-bar-percent {
  height: 14px;
  border-radius: 22px;
  background: linear-gradient(to right, rgba(0, 160, 226, 0.6), #00a0e2);
}

/* line 27, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .cursor-pointer {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .table-wrap {
  overflow-x: scroll;
}

/* line 34, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .table-wrap .table-stakeholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 40, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .table, .company.company_procedures.progress_managements.show .table-door, .company.company_procedures.progress_managements.show .component-v2 .square-table, .company.company_procedures.progress_managements.show .company.financial_reports.edit .square-table, .component-v2 .company.company_procedures.progress_managements.show .square-table, .company.financial_reports.edit .company.company_procedures.progress_managements.show .square-table, .company.company_procedures.progress_managements.show .investor.connections.index .companies-table, .investor.connections.index .company.company_procedures.progress_managements.show .companies-table, .company.company_procedures.progress_managements.show .company.kpis .square-table, .company.kpis .company.company_procedures.progress_managements.show .square-table, .company.company_procedures.progress_managements.show .companies.documents.index .documents-table, .companies.documents.index .company.company_procedures.progress_managements.show .documents-table, .company.company_procedures.progress_managements.show .companies.documents.show .documents-table, .companies.documents.show .company.company_procedures.progress_managements.show .documents-table, .company.company_procedures.progress_managements.show .capital.connections.index .companies-table, .capital.connections.index .company.company_procedures.progress_managements.show .companies-table {
  width: 100%;
  white-space: nowrap;
}

/* line 44, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .table th, .company.company_procedures.progress_managements.show .table-door th, .company.company_procedures.progress_managements.show .component-v2 .square-table th, .company.company_procedures.progress_managements.show .company.financial_reports.edit .square-table th, .component-v2 .company.company_procedures.progress_managements.show .square-table th, .company.financial_reports.edit .company.company_procedures.progress_managements.show .square-table th, .company.company_procedures.progress_managements.show .investor.connections.index .companies-table th, .investor.connections.index .company.company_procedures.progress_managements.show .companies-table th, .company.company_procedures.progress_managements.show .company.kpis .square-table th, .company.kpis .company.company_procedures.progress_managements.show .square-table th, .company.company_procedures.progress_managements.show .companies.documents.index .documents-table th, .companies.documents.index .company.company_procedures.progress_managements.show .documents-table th, .company.company_procedures.progress_managements.show .companies.documents.show .documents-table th, .companies.documents.show .company.company_procedures.progress_managements.show .documents-table th, .company.company_procedures.progress_managements.show .capital.connections.index .companies-table th, .capital.connections.index .company.company_procedures.progress_managements.show .companies-table th {
  height: 64px;
  font-weight: 500;
}

/* line 49, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .table td, .company.company_procedures.progress_managements.show .table-door td, .company.company_procedures.progress_managements.show .component-v2 .square-table td, .company.company_procedures.progress_managements.show .company.financial_reports.edit .square-table td, .component-v2 .company.company_procedures.progress_managements.show .square-table td, .company.financial_reports.edit .company.company_procedures.progress_managements.show .square-table td, .company.company_procedures.progress_managements.show .investor.connections.index .companies-table td, .investor.connections.index .company.company_procedures.progress_managements.show .companies-table td, .company.company_procedures.progress_managements.show .company.kpis .square-table td, .company.kpis .company.company_procedures.progress_managements.show .square-table td, .company.company_procedures.progress_managements.show .companies.documents.index .documents-table td, .companies.documents.index .company.company_procedures.progress_managements.show .documents-table td, .company.company_procedures.progress_managements.show .companies.documents.show .documents-table td, .companies.documents.show .company.company_procedures.progress_managements.show .documents-table td, .company.company_procedures.progress_managements.show .capital.connections.index .companies-table td, .capital.connections.index .company.company_procedures.progress_managements.show .companies-table td {
  height: 56px;
}

/* line 54, app/assets/stylesheets/application/views/company/company_procedures/progress_managements.scss */
.company.company_procedures.progress_managements.show .contracted-label {
  color: #00A0E2;
  background-color: #F2F8FC;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 10px;
}

/* line 2, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups .table-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 6, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups .table-wrapper .table-fixed {
  table-layout: fixed;
}

/* line 10, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups .table-wrapper .table-stakeholder-groups,
.company.stakeholder_groups .table-wrapper .table-group-stakeholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 17, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups .not-find {
  padding-top: 60px;
}

/* line 20, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups .not-find .not-find-message {
  color: #BDBDBD;
  letter-spacing: 0.03rem;
}

/* line 27, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups.index .container-custom-padding {
  padding-top: 3rem;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1340px) {
  /* line 27, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
  .company.stakeholder_groups.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 44, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups.show .title-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 50, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups.show .memo-area {
  padding: 40px 24px;
  border: 1px solid #DDD;
  border-radius: 16px;
}

/* line 59, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups.new .gray-border-bottom, .company.stakeholder_groups.edit .gray-border-bottom {
  border-bottom: 1px solid #DDD;
}

/* line 63, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups.new .memo-height, .company.stakeholder_groups.edit .memo-height {
  height: 120px;
}

/* line 67, app/assets/stylesheets/application/views/company/stakeholder_groups.scss */
.company.stakeholder_groups.new .registration-check-info, .company.stakeholder_groups.edit .registration-check-info {
  align-items: center;
  font-size: 0.75rem;
  border-radius: 8px;
  border: 1px solid #DDD;
}

/* line 3, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .container {
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files h2 {
  line-height: 44px;
}

/* line 11, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .split-form-footer {
  height: 85px;
  padding: 20px;
}

/* line 15, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .split-form-footer .btn, .company.business_reports.files .split-form-footer .component-v2 .btn-primary-w100-p3, .company.business_reports.files .split-form-footer .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.business_reports.files .split-form-footer .btn-primary-w100-p3, .company.financial_reports.edit .company.business_reports.files .split-form-footer .btn-primary-w100-p3, .company.business_reports.files .split-form-footer .company.kpis .btn-primary-w100-p3, .company.kpis .company.business_reports.files .split-form-footer .btn-primary-w100-p3 {
  height: 45px;
  min-width: 110px;
}

/* line 21, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files img {
  vertical-align: baseline;
}

/* line 25, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .drop-zone {
  border: 2px dashed;
  border-radius: 14px;
}

/* line 30, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .file-form {
  height: 400px;
  margin-bottom: 25px;
  padding-top: 127px;
  padding-bottom: 125px;
  border-radius: 14px;
}

/* line 37, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .file-form .btn-sm, .company.business_reports.files .file-form .btn-group-sm > .btn, .company.business_reports.files .file-form .component-v2 .btn-group-sm > .btn-primary-w100-p3, .company.business_reports.files .file-form .company.financial_reports.edit .btn-group-sm > .btn-primary-w100-p3, .component-v2 .company.business_reports.files .file-form .btn-group-sm > .btn-primary-w100-p3, .company.financial_reports.edit .company.business_reports.files .file-form .btn-group-sm > .btn-primary-w100-p3, .company.business_reports.files .file-form .company.kpis .btn-group-sm > .btn-primary-w100-p3, .company.kpis .company.business_reports.files .file-form .btn-group-sm > .btn-primary-w100-p3 {
  width: 135px;
  height: 31px;
  font-size: 12px;
  font-weight: 900;
}

/* line 44, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .file-form .border {
  border-radius: 18px;
}

/* line 48, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .file-form img {
  width: 69px;
  height: 39px;
}

/* line 54, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .file-circle {
  font-size: 10px;
}

/* line 58, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.files .close {
  height: 28px;
  width: 28px;
  margin-right: -4px;
}

/* line 66, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select .report-title,
.company.business_reports.type_select .report-period {
  flex: 1;
  text-align: center;
}

/* line 72, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select .report-title {
  text-align: right;
  padding-right: 1rem;
}

/* line 77, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select .report-period {
  text-align: left;
  padding-left: 1rem;
}

/* line 83, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select #report_reference_modal .modal-dialog {
  max-width: 440px;
}

/* line 86, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select #report_reference_modal .modal-dialog .modal-body {
  font-size: 16px;
}

/* line 89, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select #report_reference_modal .modal-dialog .modal-body .form-check {
  padding: 15px 0;
}

/* line 95, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select #report_reference_modal .btn:disabled, .company.business_reports.type_select #report_reference_modal .component-v2 .btn-primary-w100-p3:disabled, .company.business_reports.type_select #report_reference_modal .company.financial_reports.edit .btn-primary-w100-p3:disabled, .component-v2 .company.business_reports.type_select #report_reference_modal .btn-primary-w100-p3:disabled, .company.financial_reports.edit .company.business_reports.type_select #report_reference_modal .btn-primary-w100-p3:disabled, .company.business_reports.type_select #report_reference_modal .company.kpis .btn-primary-w100-p3:disabled, .company.kpis .company.business_reports.type_select #report_reference_modal .btn-primary-w100-p3:disabled, .company.business_reports.type_select #report_reference_modal .icon-cancel:disabled {
  pointer-events: none;
}

/* line 99, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select #report_reference_modal .form-description {
  font-size: 14px;
  align-items: center;
}

/* line 104, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select #report_reference_modal .btn, .company.business_reports.type_select #report_reference_modal .component-v2 .btn-primary-w100-p3, .company.business_reports.type_select #report_reference_modal .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.business_reports.type_select #report_reference_modal .btn-primary-w100-p3, .company.financial_reports.edit .company.business_reports.type_select #report_reference_modal .btn-primary-w100-p3, .company.business_reports.type_select #report_reference_modal .company.kpis .btn-primary-w100-p3, .company.kpis .company.business_reports.type_select #report_reference_modal .btn-primary-w100-p3 {
  font-size: 14px;
  font-weight: 400;
}

/* line 110, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select #report_reference_modal .input-group-append .input-group-text {
  background: #FFF;
}

/* line 116, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.type_select .instructions-for-writing {
  margin: 0 auto;
}

/* line 123, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .dropdown-auto-open:hover > .dropdown-menu, .company.business_reports.show .dropdown-auto-open:hover > .dropdown-menu {
  display: block;
}

/* line 127, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .remove_fields, .company.business_reports.show .remove_fields {
  color: #939393;
}

/* line 134, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.new .form-check, .company.business_reports.edit .form-check {
  padding: 15px 0;
}

/* line 139, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.new .full-screen-form .form-header, .company.business_reports.edit .full-screen-form .form-header {
  padding: 15px 15px 14px 15px;
  border-bottom: 1px solid #DDD;
}

/* line 145, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.new .form-body, .company.business_reports.edit .form-body {
  padding-top: 2rem;
  padding-bottom: 170px;
  overflow-y: scroll;
  height: 100%;
}

/* line 152, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.new .form-body .wrapper-header .title, .company.business_reports.edit .form-body .wrapper-header .title {
  font-weight: 600;
  line-height: 36px;
}

/* line 157, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.new .form-body .wrapper-header .information-icon, .company.business_reports.edit .form-body .wrapper-header .information-icon {
  position: absolute;
  top: 7px;
}

/* line 163, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.new .form-body .form-description, .company.business_reports.edit .form-body .form-description {
  font-size: 14px;
}

/* line 167, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.new .form-body .remove_fields, .company.business_reports.edit .form-body .remove_fields {
  color: #939393;
}

/* line 174, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.show .container {
  max-width: 100%;
}

/* line 178, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.show .padding-x-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 186, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .c-breadcrumb-link, .company.business_reports.show .c-breadcrumb-link {
  font-size: 0.875rem;
  margin-bottom: 70px;
}

/* line 190, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .c-breadcrumb-link li, .company.business_reports.show .c-breadcrumb-link li {
  list-style: none;
}

/* line 194, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .c-breadcrumb-link a, .company.business_reports.show .c-breadcrumb-link a {
  color: #939393;
}

/* line 196, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .c-breadcrumb-link a:hover, .company.business_reports.show .c-breadcrumb-link a:hover {
  color: #00A0E2;
}

/* line 202, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .c-breadcrumb-link .nav-item:not(:last-child)::after, .company.business_reports.show .c-breadcrumb-link .nav-item:not(:last-child)::after {
  font-family: 'Ionicons';
  content: "\f125";
  font-size: 0.875rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #939393;
}

/* line 213, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .save_and_close-link, .company.business_reports.show .save_and_close-link {
  background: none;
  border: 0;
  font-size: 16px;
  font-family: 'Hiragino Sans';
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
}

/* line 223, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .full-height-row, .company.business_reports.show .full-height-row {
  min-height: 100%;
  position: relative;
}

/* line 229, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .input-group-append .input-group-text, .company.business_reports.show .input-group-append .input-group-text {
  background: #FFF;
}

/* line 234, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .title-bar, .company.business_reports.show .title-bar {
  border-radius: 8px;
  font-size: 0.875rem;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  padding: 13px 16px;
}

/* line 242, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .icon-chevron, .company.business_reports.show .icon-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 247, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .icon-chevron::before, .company.business_reports.show .icon-chevron::before {
  width: 15px;
  font-size: 13px;
}

/* line 253, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .small-heading, .company.business_reports.show .small-heading {
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 258, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog, .company.business_reports.show .modal-dialog {
  max-width: 900px;
  overflow: initial;
}

/* line 262, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content, .company.business_reports.show .modal-dialog .modal-content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

/* line 267, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .form-check, .company.business_reports.show .modal-dialog .modal-content .modal-body .form-check {
  padding: 15px 0;
}

/* line 271, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

/* line 276, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-header, .company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-row, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-header, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-row {
  display: table-row;
}

/* line 280, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-row, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-row {
  border-top: 1px solid #ccc;
  /* 下部の境界線 */
}

/* line 283, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-row .modal-table-cell, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-row .modal-table-cell {
  vertical-align: top;
}

/* line 288, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-body, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-body {
  display: table-row-group;
}

/* line 292, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-header-item, .company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-header-item, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell {
  vertical-align: middle;
  text-align: left;
  display: table-cell;
  padding: 8px;
}

/* line 298, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-header-item .dropdown-menu, .company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell .dropdown-menu, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-header-item .dropdown-menu, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell .dropdown-menu {
  min-width: 190px !important;
}

/* line 302, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-header-item .drop-check, .company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell .drop-check, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-header-item .drop-check, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell .drop-check {
  font-size: 15px;
}

/* line 307, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-delete-cell, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-delete-cell {
  text-align: left;
  display: table-cell;
  padding-top: 20px;
  padding-left: 4px;
}

/* line 313, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-delete-cell.w-45, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-delete-cell.w-45 {
  width: 45px;
}

/* line 318, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-header-item, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-header-item {
  font-weight: bold;
}

/* line 322, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-label-item, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-label-item {
  text-align: left;
  width: 250px;
}

/* line 327, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell-22, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell-22 {
  width: 22%;
}

/* line 330, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell-45, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-table-cell-45 {
  width: 45%;
}

/* line 333, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .modal-body .modal-table .modal-textarea, .company.business_reports.show .modal-dialog .modal-content .modal-body .modal-table .modal-textarea {
  height: 140px;
}

/* line 339, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .remove-button, .company.business_reports.show .modal-dialog .modal-content .remove-button {
  position: relative;
  top: 50%;
  right: -10%;
  display: inline-block;
}

/* line 346, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .data-content, .company.business_reports.show .modal-dialog .modal-content .data-content {
  padding-left: 0;
  padding-top: 16px;
}

/* line 351, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .form-control[readonly], .company.business_reports.show .modal-dialog .modal-content .form-control[readonly] {
  background-color: #FFF;
}

/* line 355, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .modal-dialog .modal-content .dropdown textarea, .company.business_reports.show .modal-dialog .modal-content .dropdown textarea {
  resize: none;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 0.79rem center;
}

/* line 365, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .element-remarks, .company.business_reports.show .element-remarks {
  font-size: 10px;
}

/* line 369, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .section-order-modal-body, .company.business_reports.show .section-order-modal-body {
  padding: 20px;
  font-family: "Hiragino Sans";
  font-size: 16px;
  line-height: 24px;
}

/* line 375, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .section-order-modal-body .title, .company.business_reports.show .section-order-modal-body .title {
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #DDD;
}

/* line 381, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .section-order-modal-body .item-row, .company.business_reports.show .section-order-modal-body .item-row {
  display: flex;
  border-bottom: 1px solid #DDD;
}

/* line 386, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .section-order-modal-body .item-title, .company.business_reports.show .section-order-modal-body .item-title {
  font-weight: 300;
}

/* line 392, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .inactive, .report.company.financial_reports.edit .inactive, .report.company.kpis .inactive, .company.business_reports.show.component-v2 .inactive, .show.company.financial_reports.edit .inactive, .show.company.kpis .inactive {
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}

/* line 399, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .stretched-link.inactive::after, .report.company.financial_reports.edit .stretched-link.inactive::after, .report.company.kpis .stretched-link.inactive::after, .company.business_reports.show.component-v2 .stretched-link.inactive::after, .show.company.financial_reports.edit .stretched-link.inactive::after, .show.company.kpis .stretched-link.inactive::after {
  pointer-events: none;
  cursor: default;
}

/* line 405, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table, .report.company.financial_reports.edit .business-report-table, .report.company.kpis .business-report-table, .company.business_reports.show.component-v2 .business-report-table, .show.company.financial_reports.edit .business-report-table, .show.company.kpis .business-report-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

/* line 410, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .table-header, .report.company.financial_reports.edit .business-report-table .table-header, .report.company.kpis .business-report-table .table-header, .company.business_reports.report.component-v2 .business-report-table .table-row, .report.company.financial_reports.edit .business-report-table .table-row, .report.company.kpis .business-report-table .table-row, .company.business_reports.show.component-v2 .business-report-table .table-header, .show.company.financial_reports.edit .business-report-table .table-header, .show.company.kpis .business-report-table .table-header, .company.business_reports.show.component-v2 .business-report-table .table-row, .show.company.financial_reports.edit .business-report-table .table-row, .show.company.kpis .business-report-table .table-row {
  display: table-row;
}

/* line 414, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .table-body, .report.company.financial_reports.edit .business-report-table .table-body, .report.company.kpis .business-report-table .table-body, .company.business_reports.show.component-v2 .business-report-table .table-body, .show.company.financial_reports.edit .business-report-table .table-body, .show.company.kpis .business-report-table .table-body {
  display: table-row-group;
}

/* line 418, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .header-item, .report.company.financial_reports.edit .business-report-table .header-item, .report.company.kpis .business-report-table .header-item, .company.business_reports.report.component-v2 .business-report-table .table-cell, .report.company.financial_reports.edit .business-report-table .table-cell, .report.company.kpis .business-report-table .table-cell, .company.business_reports.report.component-v2 .business-report-table .row-header-item, .report.company.financial_reports.edit .business-report-table .row-header-item, .report.company.kpis .business-report-table .row-header-item, .company.business_reports.show.component-v2 .business-report-table .header-item, .show.company.financial_reports.edit .business-report-table .header-item, .show.company.kpis .business-report-table .header-item, .company.business_reports.show.component-v2 .business-report-table .table-cell, .show.company.financial_reports.edit .business-report-table .table-cell, .show.company.kpis .business-report-table .table-cell, .company.business_reports.show.component-v2 .business-report-table .row-header-item, .show.company.financial_reports.edit .business-report-table .row-header-item, .show.company.kpis .business-report-table .row-header-item {
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  border-top: 1px solid;
  /* 上部の境界線 */
  border-bottom: 1px solid;
  /* 下部の境界線 */
  border-left: 1px solid;
  /* 左側の境界線 */
  border-right: 1px solid;
  /* 右側の境界線 */
}

/* line 428, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .header-item.strike_condition, .report.company.financial_reports.edit .business-report-table .header-item.strike_condition, .report.company.kpis .business-report-table .header-item.strike_condition, .company.business_reports.report.component-v2 .business-report-table .table-cell.strike_condition, .report.company.financial_reports.edit .business-report-table .table-cell.strike_condition, .report.company.kpis .business-report-table .table-cell.strike_condition, .company.business_reports.report.component-v2 .business-report-table .row-header-item.strike_condition, .report.company.financial_reports.edit .business-report-table .row-header-item.strike_condition, .report.company.kpis .business-report-table .row-header-item.strike_condition, .company.business_reports.show.component-v2 .business-report-table .header-item.strike_condition, .show.company.financial_reports.edit .business-report-table .header-item.strike_condition, .show.company.kpis .business-report-table .header-item.strike_condition, .company.business_reports.show.component-v2 .business-report-table .table-cell.strike_condition, .show.company.financial_reports.edit .business-report-table .table-cell.strike_condition, .show.company.kpis .business-report-table .table-cell.strike_condition, .company.business_reports.show.component-v2 .business-report-table .row-header-item.strike_condition, .show.company.financial_reports.edit .business-report-table .row-header-item.strike_condition, .show.company.kpis .business-report-table .row-header-item.strike_condition {
  min-height: 330px;
}

/* line 431, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .header-item.border-none, .report.company.financial_reports.edit .business-report-table .header-item.border-none, .report.company.kpis .business-report-table .header-item.border-none, .company.business_reports.report.component-v2 .business-report-table .table-cell.border-none, .report.company.financial_reports.edit .business-report-table .table-cell.border-none, .report.company.kpis .business-report-table .table-cell.border-none, .company.business_reports.report.component-v2 .business-report-table .row-header-item.border-none, .report.company.financial_reports.edit .business-report-table .row-header-item.border-none, .report.company.kpis .business-report-table .row-header-item.border-none, .company.business_reports.show.component-v2 .business-report-table .header-item.border-none, .show.company.financial_reports.edit .business-report-table .header-item.border-none, .show.company.kpis .business-report-table .header-item.border-none, .company.business_reports.show.component-v2 .business-report-table .table-cell.border-none, .show.company.financial_reports.edit .business-report-table .table-cell.border-none, .show.company.kpis .business-report-table .table-cell.border-none, .company.business_reports.show.component-v2 .business-report-table .row-header-item.border-none, .show.company.financial_reports.edit .business-report-table .row-header-item.border-none, .show.company.kpis .business-report-table .row-header-item.border-none {
  border: none !important;
}

/* line 436, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .rowspan2, .report.company.financial_reports.edit .business-report-table .rowspan2, .report.company.kpis .business-report-table .rowspan2, .company.business_reports.show.component-v2 .business-report-table .rowspan2, .show.company.financial_reports.edit .business-report-table .rowspan2, .show.company.kpis .business-report-table .rowspan2 {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  /* 2行分の高さを設定 */
}

/* line 442, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .rowspan1, .report.company.financial_reports.edit .business-report-table .rowspan1, .report.company.kpis .business-report-table .rowspan1, .company.business_reports.show.component-v2 .business-report-table .rowspan1, .show.company.financial_reports.edit .business-report-table .rowspan1, .show.company.kpis .business-report-table .rowspan1 {
  height: 40px;
  /* 1行分の高さを設定 */
  padding-top: 12px;
}

/* line 447, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .special-border, .report.company.financial_reports.edit .business-report-table .special-border, .report.company.kpis .business-report-table .special-border, .company.business_reports.show.component-v2 .business-report-table .special-border, .show.company.financial_reports.edit .business-report-table .special-border, .show.company.kpis .business-report-table .special-border {
  position: relative;
}

/* line 451, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .special-border::after, .report.company.financial_reports.edit .business-report-table .special-border::after, .report.company.kpis .business-report-table .special-border::after, .company.business_reports.show.component-v2 .business-report-table .special-border::after, .show.company.financial_reports.edit .business-report-table .special-border::after, .show.company.kpis .business-report-table .special-border::after {
  content: "";
  position: absolute;
  left: -0.5px;
  bottom: 0px;
  height: 50%;
  width: 1px;
  background: #000;
}

/* line 461, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .special-border::before, .report.company.financial_reports.edit .business-report-table .special-border::before, .report.company.kpis .business-report-table .special-border::before, .company.business_reports.show.component-v2 .business-report-table .special-border::before, .show.company.financial_reports.edit .business-report-table .special-border::before, .show.company.kpis .business-report-table .special-border::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #000;
}

/* line 471, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .table-header, .report.company.financial_reports.edit .business-report-table .table-header, .report.company.kpis .business-report-table .table-header, .company.business_reports.show.component-v2 .business-report-table .table-header, .show.company.financial_reports.edit .business-report-table .table-header, .show.company.kpis .business-report-table .table-header {
  display: table-header-group;
}

/* line 475, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .header-row, .report.company.financial_reports.edit .business-report-table .header-row, .report.company.kpis .business-report-table .header-row, .company.business_reports.show.component-v2 .business-report-table .header-row, .show.company.financial_reports.edit .business-report-table .header-row, .show.company.kpis .business-report-table .header-row {
  display: table-row;
}

/* line 479, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .row-header-item, .report.company.financial_reports.edit .business-report-table .row-header-item, .report.company.kpis .business-report-table .row-header-item, .company.business_reports.show.component-v2 .business-report-table .row-header-item, .show.company.financial_reports.edit .business-report-table .row-header-item, .show.company.kpis .business-report-table .row-header-item {
  width: 110px;
}

/* line 483, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .row-border-top, .report.company.financial_reports.edit .business-report-table .row-border-top, .report.company.kpis .business-report-table .row-border-top, .company.business_reports.show.component-v2 .business-report-table .row-border-top, .show.company.financial_reports.edit .business-report-table .row-border-top, .show.company.kpis .business-report-table .row-border-top {
  border-top: 1px solid;
  /* 上部の境界線 */
}

/* line 487, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-label-width-10, .report.company.financial_reports.edit .business-report-table .cell-label-width-10, .report.company.kpis .business-report-table .cell-label-width-10, .company.business_reports.show.component-v2 .business-report-table .cell-label-width-10, .show.company.financial_reports.edit .business-report-table .cell-label-width-10, .show.company.kpis .business-report-table .cell-label-width-10 {
  width: 10%;
}

/* line 490, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-label-width-20, .report.company.financial_reports.edit .business-report-table .cell-label-width-20, .report.company.kpis .business-report-table .cell-label-width-20, .company.business_reports.show.component-v2 .business-report-table .cell-label-width-20, .show.company.financial_reports.edit .business-report-table .cell-label-width-20, .show.company.kpis .business-report-table .cell-label-width-20 {
  width: 20%;
}

/* line 493, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-text-width-20, .report.company.financial_reports.edit .business-report-table .cell-text-width-20, .report.company.kpis .business-report-table .cell-text-width-20, .company.business_reports.show.component-v2 .business-report-table .cell-text-width-20, .show.company.financial_reports.edit .business-report-table .cell-text-width-20, .show.company.kpis .business-report-table .cell-text-width-20 {
  text-align: left;
  padding-left: 10px;
  width: 20%;
}

/* line 498, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-text-width-25, .report.company.financial_reports.edit .business-report-table .cell-text-width-25, .report.company.kpis .business-report-table .cell-text-width-25, .company.business_reports.show.component-v2 .business-report-table .cell-text-width-25, .show.company.financial_reports.edit .business-report-table .cell-text-width-25, .show.company.kpis .business-report-table .cell-text-width-25 {
  text-align: left;
  padding-left: 10px;
  width: 25%;
}

/* line 503, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-text-width-30, .report.company.financial_reports.edit .business-report-table .cell-text-width-30, .report.company.kpis .business-report-table .cell-text-width-30, .company.business_reports.show.component-v2 .business-report-table .cell-text-width-30, .show.company.financial_reports.edit .business-report-table .cell-text-width-30, .show.company.kpis .business-report-table .cell-text-width-30 {
  text-align: left;
  padding-left: 10px;
  width: 30%;
}

/* line 508, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-text-width-40, .report.company.financial_reports.edit .business-report-table .cell-text-width-40, .report.company.kpis .business-report-table .cell-text-width-40, .company.business_reports.show.component-v2 .business-report-table .cell-text-width-40, .show.company.financial_reports.edit .business-report-table .cell-text-width-40, .show.company.kpis .business-report-table .cell-text-width-40 {
  text-align: left;
  padding-left: 10px;
  width: 40%;
}

/* line 513, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-text-width-50, .report.company.financial_reports.edit .business-report-table .cell-text-width-50, .report.company.kpis .business-report-table .cell-text-width-50, .company.business_reports.show.component-v2 .business-report-table .cell-text-width-50, .show.company.financial_reports.edit .business-report-table .cell-text-width-50, .show.company.kpis .business-report-table .cell-text-width-50 {
  text-align: left;
  padding-left: 10px;
  width: 50%;
}

/* line 518, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-text-width-75, .report.company.financial_reports.edit .business-report-table .cell-text-width-75, .report.company.kpis .business-report-table .cell-text-width-75, .company.business_reports.show.component-v2 .business-report-table .cell-text-width-75, .show.company.financial_reports.edit .business-report-table .cell-text-width-75, .show.company.kpis .business-report-table .cell-text-width-75 {
  text-align: left;
  padding-left: 10px;
  width: 75%;
}

/* line 523, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-number-width-10, .report.company.financial_reports.edit .business-report-table .cell-number-width-10, .report.company.kpis .business-report-table .cell-number-width-10, .company.business_reports.show.component-v2 .business-report-table .cell-number-width-10, .show.company.financial_reports.edit .business-report-table .cell-number-width-10, .show.company.kpis .business-report-table .cell-number-width-10 {
  text-align: right;
  padding-right: 10px;
  width: 10%;
}

/* line 528, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-number-width-15, .report.company.financial_reports.edit .business-report-table .cell-number-width-15, .report.company.kpis .business-report-table .cell-number-width-15, .company.business_reports.show.component-v2 .business-report-table .cell-number-width-15, .show.company.financial_reports.edit .business-report-table .cell-number-width-15, .show.company.kpis .business-report-table .cell-number-width-15 {
  text-align: right;
  padding-right: 10px;
  width: 15%;
}

/* line 533, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-number-width-20, .report.company.financial_reports.edit .business-report-table .cell-number-width-20, .report.company.kpis .business-report-table .cell-number-width-20, .company.business_reports.show.component-v2 .business-report-table .cell-number-width-20, .show.company.financial_reports.edit .business-report-table .cell-number-width-20, .show.company.kpis .business-report-table .cell-number-width-20 {
  text-align: right;
  padding-right: 10px;
  width: 20%;
}

/* line 538, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-number-width-25, .report.company.financial_reports.edit .business-report-table .cell-number-width-25, .report.company.kpis .business-report-table .cell-number-width-25, .company.business_reports.show.component-v2 .business-report-table .cell-number-width-25, .show.company.financial_reports.edit .business-report-table .cell-number-width-25, .show.company.kpis .business-report-table .cell-number-width-25 {
  text-align: right;
  padding-right: 10px;
  width: 25%;
}

/* line 543, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-number-width-50, .report.company.financial_reports.edit .business-report-table .cell-number-width-50, .report.company.kpis .business-report-table .cell-number-width-50, .company.business_reports.show.component-v2 .business-report-table .cell-number-width-50, .show.company.financial_reports.edit .business-report-table .cell-number-width-50, .show.company.kpis .business-report-table .cell-number-width-50 {
  text-align: right;
  padding-right: 10px;
  width: 50%;
}

/* line 548, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .cell-date-item, .report.company.financial_reports.edit .business-report-table .cell-date-item, .report.company.kpis .business-report-table .cell-date-item, .company.business_reports.show.component-v2 .business-report-table .cell-date-item, .show.company.financial_reports.edit .business-report-table .cell-date-item, .show.company.kpis .business-report-table .cell-date-item {
  width: 25%;
}

/* line 552, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .border-top-none, .report.company.financial_reports.edit .business-report-table .border-top-none, .report.company.kpis .business-report-table .border-top-none, .company.business_reports.show.component-v2 .business-report-table .border-top-none, .show.company.financial_reports.edit .business-report-table .border-top-none, .show.company.kpis .business-report-table .border-top-none {
  border-top: none;
}

/* line 555, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .border-bottom-none, .report.company.financial_reports.edit .business-report-table .border-bottom-none, .report.company.kpis .business-report-table .border-bottom-none, .company.business_reports.show.component-v2 .business-report-table .border-bottom-none, .show.company.financial_reports.edit .business-report-table .border-bottom-none, .show.company.kpis .business-report-table .border-bottom-none {
  border-bottom: none;
}

/* line 558, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .border-left-none, .report.company.financial_reports.edit .business-report-table .border-left-none, .report.company.kpis .business-report-table .border-left-none, .company.business_reports.show.component-v2 .business-report-table .border-left-none, .show.company.financial_reports.edit .business-report-table .border-left-none, .show.company.kpis .business-report-table .border-left-none {
  border-left: none;
}

/* line 561, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report.component-v2 .business-report-table .border-right-none, .report.company.financial_reports.edit .business-report-table .border-right-none, .report.company.kpis .business-report-table .border-right-none, .company.business_reports.show.component-v2 .business-report-table .border-right-none, .show.company.financial_reports.edit .business-report-table .border-right-none, .show.company.kpis .business-report-table .border-right-none {
  border-right: none;
}

/* line 567, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report .section-form, .company.business_reports.show .section-form {
  border: 1px solid #DDD;
  padding: 5px 5px 5px 15px;
  border-radius: 8px;
  font-size: 16px;
}

/* line 579, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index #report_title_modal .modal-dialog, .company.business_reports.report #report_title_modal .modal-dialog, .company.business_reports.show #report_title_modal .modal-dialog {
  max-width: 440px;
}

/* line 582, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index #report_title_modal .modal-dialog .modal-body, .company.business_reports.report #report_title_modal .modal-dialog .modal-body, .company.business_reports.show #report_title_modal .modal-dialog .modal-body {
  font-size: 16px;
}

/* line 587, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index #report_title_modal .btn:disabled, .company.business_reports.index #report_title_modal .component-v2 .btn-primary-w100-p3:disabled, .company.business_reports.index #report_title_modal .company.financial_reports.edit .btn-primary-w100-p3:disabled, .component-v2 .company.business_reports.index #report_title_modal .btn-primary-w100-p3:disabled, .company.financial_reports.edit .company.business_reports.index #report_title_modal .btn-primary-w100-p3:disabled, .company.business_reports.index #report_title_modal .company.kpis .btn-primary-w100-p3:disabled, .company.kpis .company.business_reports.index #report_title_modal .btn-primary-w100-p3:disabled, .company.business_reports.index #report_title_modal .icon-cancel:disabled, .company.business_reports.report #report_title_modal .btn:disabled, .company.business_reports.report #report_title_modal .component-v2 .btn-primary-w100-p3:disabled, .company.business_reports.report #report_title_modal .company.financial_reports.edit .btn-primary-w100-p3:disabled, .component-v2 .company.business_reports.report #report_title_modal .btn-primary-w100-p3:disabled, .company.financial_reports.edit .company.business_reports.report #report_title_modal .btn-primary-w100-p3:disabled, .company.business_reports.report #report_title_modal .company.kpis .btn-primary-w100-p3:disabled, .company.kpis .company.business_reports.report #report_title_modal .btn-primary-w100-p3:disabled, .company.business_reports.report #report_title_modal .icon-cancel:disabled, .company.business_reports.show #report_title_modal .btn:disabled, .company.business_reports.show #report_title_modal .component-v2 .btn-primary-w100-p3:disabled, .company.business_reports.show #report_title_modal .company.financial_reports.edit .btn-primary-w100-p3:disabled, .component-v2 .company.business_reports.show #report_title_modal .btn-primary-w100-p3:disabled, .company.financial_reports.edit .company.business_reports.show #report_title_modal .btn-primary-w100-p3:disabled, .company.business_reports.show #report_title_modal .company.kpis .btn-primary-w100-p3:disabled, .company.kpis .company.business_reports.show #report_title_modal .btn-primary-w100-p3:disabled, .company.business_reports.show #report_title_modal .icon-cancel:disabled {
  pointer-events: none;
}

/* line 591, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index #report_title_modal .form-description, .company.business_reports.report #report_title_modal .form-description, .company.business_reports.show #report_title_modal .form-description {
  font-size: 14px;
}

/* line 595, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index #report_title_modal .required-label, .company.business_reports.report #report_title_modal .required-label, .company.business_reports.show #report_title_modal .required-label {
  color: #EC0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 8px;
}

/* line 603, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index #report_title_modal .btn, .company.business_reports.index #report_title_modal .component-v2 .btn-primary-w100-p3, .company.business_reports.index #report_title_modal .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.business_reports.index #report_title_modal .btn-primary-w100-p3, .company.financial_reports.edit .company.business_reports.index #report_title_modal .btn-primary-w100-p3, .company.business_reports.index #report_title_modal .company.kpis .btn-primary-w100-p3, .company.kpis .company.business_reports.index #report_title_modal .btn-primary-w100-p3, .company.business_reports.report #report_title_modal .btn, .company.business_reports.report #report_title_modal .component-v2 .btn-primary-w100-p3, .company.business_reports.report #report_title_modal .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.business_reports.report #report_title_modal .btn-primary-w100-p3, .company.financial_reports.edit .company.business_reports.report #report_title_modal .btn-primary-w100-p3, .company.business_reports.report #report_title_modal .company.kpis .btn-primary-w100-p3, .company.kpis .company.business_reports.report #report_title_modal .btn-primary-w100-p3, .company.business_reports.show #report_title_modal .btn, .company.business_reports.show #report_title_modal .component-v2 .btn-primary-w100-p3, .company.business_reports.show #report_title_modal .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.business_reports.show #report_title_modal .btn-primary-w100-p3, .company.financial_reports.edit .company.business_reports.show #report_title_modal .btn-primary-w100-p3, .company.business_reports.show #report_title_modal .company.kpis .btn-primary-w100-p3, .company.kpis .company.business_reports.show #report_title_modal .btn-primary-w100-p3 {
  font-size: 14px;
  font-weight: 400;
}

/* line 609, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index #report_title_modal .input-group-append .input-group-text, .company.business_reports.report #report_title_modal .input-group-append .input-group-text, .company.business_reports.show #report_title_modal .input-group-append .input-group-text {
  background: #FFF;
}

/* line 615, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .modal-stock-option-notice, .company.business_reports.report .modal-stock-option-notice, .company.business_reports.show .modal-stock-option-notice {
  max-width: 440px;
}

/* line 618, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .modal-stock-option-notice .modal-footer, .company.business_reports.report .modal-stock-option-notice .modal-footer, .company.business_reports.show .modal-stock-option-notice .modal-footer {
  justify-content: center;
}

/* line 626, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .modal-dialog, .index.company.financial_reports.edit .modal-dialog, .index.company.kpis .modal-dialog {
  max-width: 440px;
}

/* line 629, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .modal-dialog .modal-body, .index.company.financial_reports.edit .modal-dialog .modal-body, .index.company.kpis .modal-dialog .modal-body {
  font-size: 16px;
}

/* line 632, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .modal-dialog .modal-body .modal-inline-text, .index.company.financial_reports.edit .modal-dialog .modal-body .modal-inline-text, .index.company.kpis .modal-dialog .modal-body .modal-inline-text {
  font-weight: 400;
}

/* line 638, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table, .index.company.financial_reports.edit .business-report-table, .index.company.kpis .business-report-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

/* line 643, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .table-header, .index.company.financial_reports.edit .business-report-table .table-header, .index.company.kpis .business-report-table .table-header, .company.business_reports.index.component-v2 .business-report-table .table-row, .index.company.financial_reports.edit .business-report-table .table-row, .index.company.kpis .business-report-table .table-row {
  display: table-row;
}

/* line 647, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .table-cell, .index.company.financial_reports.edit .business-report-table .table-cell, .index.company.kpis .business-report-table .table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
}

/* line 655, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .table-body, .index.company.financial_reports.edit .business-report-table .table-body, .index.company.kpis .business-report-table .table-body {
  display: table-row-group;
}

/* line 659, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .header-item, .index.company.financial_reports.edit .business-report-table .header-item, .index.company.kpis .business-report-table .header-item, .company.business_reports.index.component-v2 .business-report-table .table-cell, .index.company.financial_reports.edit .business-report-table .table-cell, .index.company.kpis .business-report-table .table-cell, .company.business_reports.index.component-v2 .business-report-table .table-empty-cell, .index.company.financial_reports.edit .business-report-table .table-empty-cell, .index.company.kpis .business-report-table .table-empty-cell {
  vertical-align: middle;
  text-align: left;
  display: table-cell;
  padding: 0.9rem 0.75rem;
}

/* line 666, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .table-cell, .index.company.financial_reports.edit .business-report-table .table-cell, .index.company.kpis .business-report-table .table-cell, .company.business_reports.index.component-v2 .business-report-table .table-delete-cell, .index.company.financial_reports.edit .business-report-table .table-delete-cell, .index.company.kpis .business-report-table .table-delete-cell {
  border-top: 1px solid #ccc;
  /* 上部の境界線 */
}

/* line 670, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .table-delete-cell, .index.company.financial_reports.edit .business-report-table .table-delete-cell, .index.company.kpis .business-report-table .table-delete-cell {
  width: 70px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  padding: 0.9rem 0.75rem;
}

/* line 678, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .max-w-200, .index.company.financial_reports.edit .business-report-table .max-w-200, .index.company.kpis .business-report-table .max-w-200 {
  max-width: 200px;
}

/* line 682, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .max-w-180, .index.company.financial_reports.edit .business-report-table .max-w-180, .index.company.kpis .business-report-table .max-w-180 {
  max-width: 180px;
}

/* line 686, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index.component-v2 .business-report-table .max-w-130, .index.company.financial_reports.edit .business-report-table .max-w-130, .index.company.kpis .business-report-table .max-w-130 {
  max-width: 130px;
}

/* line 692, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports {
  width: 800px;
}

/* line 695, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .top-content {
  display: flex;
  justify-content: space-between;
}

/* line 699, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .top-content .top-text {
  width: 440px;
}

/* line 702, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .top-content .top-text .title {
  font-size: 24px;
  font-weight: 600;
}

/* line 708, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .top-content .top-image {
  width: 325px;
}

/* line 711, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .top-content .top-image img {
  width: 100%;
}

/* line 717, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .bottom-content {
  display: flex;
  justify-content: space-between;
}

/* line 721, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .bottom-content .bottom-item {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

/* line 728, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .bottom-content .bottom-item .item-image {
  height: 60px;
}

/* line 732, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .bottom-content .bottom-item .item-title {
  font-size: 16px;
  font-weight: 600;
}

/* line 737, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.index .about-business-reports .bottom-content .bottom-item .item-description {
  font-size: 14px;
}

/* line 747, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report #report_item_form_modal .modal-dialog {
  max-width: 440px;
}

/* line 750, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report #report_item_form_modal .modal-dialog .modal-body {
  font-size: 16px;
}

/* line 755, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report #report_item_form_modal .btn, .company.business_reports.report #report_item_form_modal .component-v2 .btn-primary-w100-p3, .company.business_reports.report #report_item_form_modal .company.financial_reports.edit .btn-primary-w100-p3, .component-v2 .company.business_reports.report #report_item_form_modal .btn-primary-w100-p3, .company.financial_reports.edit .company.business_reports.report #report_item_form_modal .btn-primary-w100-p3, .company.business_reports.report #report_item_form_modal .company.kpis .btn-primary-w100-p3, .company.kpis .company.business_reports.report #report_item_form_modal .btn-primary-w100-p3 {
  font-size: 14px;
  font-weight: 700;
}

/* line 760, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report [class^="BlackToolTip__DropdownMessage"] {
  left: 250% !important;
}

/* line 762, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report [class^="BlackToolTip__DropdownMessage"]:before {
  left: 42.5% !important;
}

/* line 766, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report [class^="BlackToolTip__Text"] {
  width: 400px;
}

/* line 772, app/assets/stylesheets/application/views/company/business_reports.scss */
.company.business_reports.report_item textarea.form-control {
  height: auto;
}

/* line 3, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.show .container-custom-padding {
  padding-top: 3rem;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1340px) {
  /* line 3, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
  .company.financial_reports.show .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 18, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.show .steps {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 40px;
  margin-bottom: 80px;
}

/* line 24, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.show .steps .step {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 80px;
  width: 420px;
  height: 445px;
  padding: 40px 20px 40px 20px;
  border-radius: 20px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
}

/* line 34, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.show .steps .step .step-title {
  top: -18px;
  width: 90px;
  height: 50px;
  background-color: #00A0E2;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  color: #FFFFFF;
}

/* line 46, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.show .steps .step .link {
  margin: 20px 10px;
}

/* line 52, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports .header-wrapper {
  margin-top: 64px;
  position: relative;
}

/* line 56, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports .header-wrapper .header-buttons {
  position: absolute;
}

/* line 59, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports .header-wrapper .header-buttons .financial-xlsx-download {
  color: #00A0E2;
  font-weight: 600;
  margin-right: 30px;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports .header-wrapper .tab-nav {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports .header-wrapper .tab-nav a {
  font-size: 1.125rem;
}

/* line 76, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports .header-wrapper .tab-nav .nav-item .nav-link {
  padding: 22.5px 0 20px 0;
}

/* line 84, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .unit-of-display {
  font-size: 18px;
}

/* line 87, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .dropdown-toggle {
  border-color: #DDD;
  background-color: #FFF;
  color: #000;
  font-weight: 300;
  text-align: left;
  width: 100px;
  border-radius: 8px;
  height: 55px;
  padding: 0 15px;
  margin: 24px 0;
  font-size: 0.875rem;
}

/* line 101, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .dropdown-toggle::after {
  display: none;
}

/* line 107, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .table td, .company.financial_reports.list-table .table-door td, .company.financial_reports.list-table .component-v2 .square-table td, .company.financial_reports.list-table .company.financial_reports.edit .square-table td, .component-v2 .company.financial_reports.list-table .square-table td, .company.financial_reports.edit .company.financial_reports.list-table .square-table td, .company.financial_reports.list-table .investor.connections.index .companies-table td, .investor.connections.index .company.financial_reports.list-table .companies-table td, .company.financial_reports.list-table .company.kpis .square-table td, .company.kpis .company.financial_reports.list-table .square-table td, .company.financial_reports.list-table .companies.documents.index .documents-table td, .companies.documents.index .company.financial_reports.list-table .documents-table td, .company.financial_reports.list-table .companies.documents.show .documents-table td, .companies.documents.show .company.financial_reports.list-table .documents-table td, .company.financial_reports.list-table .capital.connections.index .companies-table td, .capital.connections.index .company.financial_reports.list-table .companies-table td {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  text-align: right;
}

/* line 113, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .table.table-bordered, .company.financial_reports.list-table .table-bordered.table-door, .company.financial_reports.list-table .component-v2 .table-bordered.square-table, .company.financial_reports.list-table .company.financial_reports.edit .table-bordered.square-table, .component-v2 .company.financial_reports.list-table .table-bordered.square-table, .company.financial_reports.edit .company.financial_reports.list-table .table-bordered.square-table, .company.financial_reports.list-table .investor.connections.index .table-bordered.companies-table, .investor.connections.index .company.financial_reports.list-table .table-bordered.companies-table, .company.financial_reports.list-table .company.kpis .table-bordered.square-table, .company.kpis .company.financial_reports.list-table .table-bordered.square-table, .company.financial_reports.list-table .companies.documents.index .table-bordered.documents-table, .companies.documents.index .company.financial_reports.list-table .table-bordered.documents-table, .company.financial_reports.list-table .companies.documents.show .table-bordered.documents-table, .companies.documents.show .company.financial_reports.list-table .table-bordered.documents-table, .company.financial_reports.list-table .capital.connections.index .table-bordered.companies-table, .capital.connections.index .company.financial_reports.list-table .table-bordered.companies-table {
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-radius: 8px;
}

/* line 121, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .table.table-bordered thead th, .company.financial_reports.list-table .table-bordered.table-door thead th, .company.financial_reports.list-table .component-v2 .table-bordered.square-table thead th, .company.financial_reports.list-table .company.financial_reports.edit .table-bordered.square-table thead th, .component-v2 .company.financial_reports.list-table .table-bordered.square-table thead th, .company.financial_reports.edit .company.financial_reports.list-table .table-bordered.square-table thead th, .company.financial_reports.list-table .investor.connections.index .table-bordered.companies-table thead th, .investor.connections.index .company.financial_reports.list-table .table-bordered.companies-table thead th, .company.financial_reports.list-table .company.kpis .table-bordered.square-table thead th, .company.kpis .company.financial_reports.list-table .table-bordered.square-table thead th, .company.financial_reports.list-table .companies.documents.index .table-bordered.documents-table thead th, .companies.documents.index .company.financial_reports.list-table .table-bordered.documents-table thead th, .company.financial_reports.list-table .companies.documents.show .table-bordered.documents-table thead th, .companies.documents.show .company.financial_reports.list-table .table-bordered.documents-table thead th, .company.financial_reports.list-table .capital.connections.index .table-bordered.companies-table thead th, .capital.connections.index .company.financial_reports.list-table .table-bordered.companies-table thead th {
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

/* line 126, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .table.table-bordered thead th.value-cell, .company.financial_reports.list-table .table-bordered.table-door thead th.value-cell, .company.financial_reports.list-table .component-v2 .table-bordered.square-table thead th.value-cell, .company.financial_reports.list-table .company.financial_reports.edit .table-bordered.square-table thead th.value-cell, .component-v2 .company.financial_reports.list-table .table-bordered.square-table thead th.value-cell, .company.financial_reports.edit .company.financial_reports.list-table .table-bordered.square-table thead th.value-cell, .company.financial_reports.list-table .investor.connections.index .table-bordered.companies-table thead th.value-cell, .investor.connections.index .company.financial_reports.list-table .table-bordered.companies-table thead th.value-cell, .company.financial_reports.list-table .company.kpis .table-bordered.square-table thead th.value-cell, .company.kpis .company.financial_reports.list-table .table-bordered.square-table thead th.value-cell, .company.financial_reports.list-table .companies.documents.index .table-bordered.documents-table thead th.value-cell, .companies.documents.index .company.financial_reports.list-table .table-bordered.documents-table thead th.value-cell, .company.financial_reports.list-table .companies.documents.show .table-bordered.documents-table thead th.value-cell, .companies.documents.show .company.financial_reports.list-table .table-bordered.documents-table thead th.value-cell, .company.financial_reports.list-table .capital.connections.index .table-bordered.companies-table thead th.value-cell, .capital.connections.index .company.financial_reports.list-table .table-bordered.companies-table thead th.value-cell {
  flex-grow: 1;
  min-width: 206px;
}

/* line 130, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .table.table-bordered thead th div, .company.financial_reports.list-table .table-bordered.table-door thead th div, .company.financial_reports.list-table .component-v2 .table-bordered.square-table thead th div, .company.financial_reports.list-table .company.financial_reports.edit .table-bordered.square-table thead th div, .component-v2 .company.financial_reports.list-table .table-bordered.square-table thead th div, .company.financial_reports.edit .company.financial_reports.list-table .table-bordered.square-table thead th div, .company.financial_reports.list-table .investor.connections.index .table-bordered.companies-table thead th div, .investor.connections.index .company.financial_reports.list-table .table-bordered.companies-table thead th div, .company.financial_reports.list-table .company.kpis .table-bordered.square-table thead th div, .company.kpis .company.financial_reports.list-table .table-bordered.square-table thead th div, .company.financial_reports.list-table .companies.documents.index .table-bordered.documents-table thead th div, .companies.documents.index .company.financial_reports.list-table .table-bordered.documents-table thead th div, .company.financial_reports.list-table .companies.documents.show .table-bordered.documents-table thead th div, .companies.documents.show .company.financial_reports.list-table .table-bordered.documents-table thead th div, .company.financial_reports.list-table .capital.connections.index .table-bordered.companies-table thead th div, .capital.connections.index .company.financial_reports.list-table .table-bordered.companies-table thead th div {
  margin: 0 auto;
}

/* line 136, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .table.table-bordered tbody, .company.financial_reports.list-table .table-bordered.table-door tbody, .company.financial_reports.list-table .component-v2 .table-bordered.square-table tbody, .company.financial_reports.list-table .company.financial_reports.edit .table-bordered.square-table tbody, .component-v2 .company.financial_reports.list-table .table-bordered.square-table tbody, .company.financial_reports.edit .company.financial_reports.list-table .table-bordered.square-table tbody, .company.financial_reports.list-table .investor.connections.index .table-bordered.companies-table tbody, .investor.connections.index .company.financial_reports.list-table .table-bordered.companies-table tbody, .company.financial_reports.list-table .company.kpis .table-bordered.square-table tbody, .company.kpis .company.financial_reports.list-table .table-bordered.square-table tbody, .company.financial_reports.list-table .companies.documents.index .table-bordered.documents-table tbody, .companies.documents.index .company.financial_reports.list-table .table-bordered.documents-table tbody, .company.financial_reports.list-table .companies.documents.show .table-bordered.documents-table tbody, .companies.documents.show .company.financial_reports.list-table .table-bordered.documents-table tbody, .company.financial_reports.list-table .capital.connections.index .table-bordered.companies-table tbody, .capital.connections.index .company.financial_reports.list-table .table-bordered.companies-table tbody {
  min-width: 100%;
}

/* line 139, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .table.table-bordered tbody td.value-cell, .company.financial_reports.list-table .table-bordered.table-door tbody td.value-cell, .company.financial_reports.list-table .component-v2 .table-bordered.square-table tbody td.value-cell, .company.financial_reports.list-table .company.financial_reports.edit .table-bordered.square-table tbody td.value-cell, .component-v2 .company.financial_reports.list-table .table-bordered.square-table tbody td.value-cell, .company.financial_reports.edit .company.financial_reports.list-table .table-bordered.square-table tbody td.value-cell, .company.financial_reports.list-table .investor.connections.index .table-bordered.companies-table tbody td.value-cell, .investor.connections.index .company.financial_reports.list-table .table-bordered.companies-table tbody td.value-cell, .company.financial_reports.list-table .company.kpis .table-bordered.square-table tbody td.value-cell, .company.kpis .company.financial_reports.list-table .table-bordered.square-table tbody td.value-cell, .company.financial_reports.list-table .companies.documents.index .table-bordered.documents-table tbody td.value-cell, .companies.documents.index .company.financial_reports.list-table .table-bordered.documents-table tbody td.value-cell, .company.financial_reports.list-table .companies.documents.show .table-bordered.documents-table tbody td.value-cell, .companies.documents.show .company.financial_reports.list-table .table-bordered.documents-table tbody td.value-cell, .company.financial_reports.list-table .capital.connections.index .table-bordered.companies-table tbody td.value-cell, .capital.connections.index .company.financial_reports.list-table .table-bordered.companies-table tbody td.value-cell {
  flex-grow: 1;
  min-width: 206px;
}

/* line 147, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .control {
  display: flex;
  align-items: center;
  position: absolute;
  top: -38px;
  right: 0;
}

/* line 155, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table {
  position: relative;
  display: block;
  overflow: scroll;
  height: calc(60vh);
  border-collapse: collapse;
  font-size: 0;
}

/* line 165, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
}

/* line 170, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 175, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table::-webkit-scrollbar-track {
  background-color: '#ffffff';
  border-radius: 10px;
}

/* line 180, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table thead,
.company.financial_reports.list-table .rendered-table tbody {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

/* line 188, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table thead {
  min-width: 100% !important;
  position: sticky;
  top: 0;
  z-index: 2;
}

/* line 196, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table tbody {
  border-bottom: 1px solid #DDD;
}

/* line 200, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table tr {
  display: flex;
}

/* line 204, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table th,
.company.financial_reports.list-table .rendered-table td {
  display: inline-block;
  width: 206px;
  height: 60px;
  background: #FFF;
  font-size: 1rem;
  border-left: 1px solid #DDD;
  padding: 4px 12px;
}

/* line 214, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table .name-column {
  max-width: 376px !important;
  min-width: 220px !important;
}

/* line 219, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table th {
  border-top: 0;
  border-bottom: 0;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
}

/* line 228, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  width: 300px;
}

/* line 237, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table th:last-child {
  border-right: 1px solid #DDD;
}

/* line 242, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table td.name-cell {
  display: flex;
  text-align: left;
  max-width: 376px !important;
  min-width: 220px !important;
}

/* line 248, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table td.name-cell .collapse-icon-spacer {
  width: 30px;
}

/* line 252, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table td.name-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 300px;
}

/* line 260, app/assets/stylesheets/application/views/company/financial_reports/index.scss */
.company.financial_reports.list-table .rendered-table td.name-cell:last-child {
  border-right: 1px solid #DDD;
}

/* line 3, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit {
  position: relative;
}

/* line 8, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .control {
  display: flex;
  align-items: center;
  position: absolute;
  top: -38px;
  right: 0;
}

/* line 16, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table {
  position: relative;
  display: block;
  overflow: scroll;
  height: calc(75vh);
  border-collapse: collapse;
  font-size: 0;
}

/* line 27, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table thead,
.company.financial_reports.edit.list-table .rendered-table tbody {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

/* line 35, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
  min-width: 100%;
}

/* line 42, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table thead th.value-cell {
  flex-grow: 1;
  min-width: 206px;
  display: flex;
  justify-content: center;
}

/* line 48, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table thead th div {
  text-align: center;
}

/* line 54, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table tbody {
  border-bottom: 1px solid #DDD;
  min-width: 100%;
}

/* line 58, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table tbody td.value-cell {
  flex-grow: 1;
  min-width: 206px;
}

/* line 65, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table tr {
  display: flex;
}

/* line 69, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table th,
.company.financial_reports.edit.list-table .rendered-table td {
  display: inline-block;
  width: 8rem;
  background: #FFF;
  font-size: 1rem;
  border-left: 1px solid #DDD;
}

/* line 78, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table th {
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 3px 2px 0 #DDD;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
}

/* line 85, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  width: 300px;
  box-shadow: 6px 6px 4px -2px #DDD;
  display: flex;
}

/* line 96, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table th:last-child {
  border-right: 1px solid #DDD;
}

/* line 101, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table td.name-cell {
  display: flex;
  text-align: left;
}

/* line 105, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table td.name-cell .collapse-icon-spacer {
  width: 30px;
}

/* line 109, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table td.name-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  box-shadow: 6px 0 3px -2px #DDD;
  width: 300px;
  align-items: center;
}

/* line 119, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit.list-table .rendered-table td.name-cell:last-child {
  border-right: 1px solid #DDD;
}

/* line 128, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit .spreadsheet-form td.first-column, .company.financial_reports.edit .spreadsheet-form th.first-column {
  margin-left: 3px;
}

/* line 132, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit .spreadsheet-form td.first-row, .company.financial_reports.edit .spreadsheet-form th.first-row {
  margin-top: 3px;
}

/* line 136, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit .spreadsheet-form td.invalid, .company.financial_reports.edit .spreadsheet-form th.invalid {
  background-color: #FFF1F5;
}

/* line 140, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit .spreadsheet-form td.focused-range, .company.financial_reports.edit .spreadsheet-form th.focused-range {
  background-color: #E9EFFD;
}

/* line 144, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit .spreadsheet-form td .cell, .company.financial_reports.edit .spreadsheet-form th .cell {
  padding: 9px;
  box-sizing: border-box;
  outline: none;
}

/* line 149, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit .spreadsheet-form td .cell--focused, .company.financial_reports.edit .spreadsheet-form th .cell--focused {
  border: solid 3px #00A0E2;
}

/* line 156, app/assets/stylesheets/application/views/company/financial_reports/edit.scss */
.company.financial_reports.edit .spreadsheet-edit-form {
  width: 8rem;
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 0;
  height: 48px;
}

/* line 3, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes {
  font-family: 'Futura PT', 'Hiragino Sans';
}

/* line 7, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .nodes-setting-header {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin: 40px 0 18px 0;
}

/* line 13, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .nodes-setting-header a.link-to-diff {
  color: #939393;
}

/* line 17, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .nodes-setting-header h1 {
  padding-top: 64px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

/* line 25, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list {
  padding: 0;
  list-style-type: none;
  background-color: white;
}

/* line 30, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li {
  font-size: 16px;
  font-weight: 300;
}

/* line 34, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li ul {
  padding: 0;
}

/* line 38, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li.financial-nodes-list-header {
  display: flex;
  margin: 0 0 15px 15px;
}

/* line 43, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .pl-classification-row, .company.financial_reports.nodes.index ul.financial-nodes-list li .classification-row {
  height: 40px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 8px;
  font-size: 14px;
  color: #939393;
}

/* line 54, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .pl-classification-row i, .company.financial_reports.nodes.index ul.financial-nodes-list li .classification-row i {
  font-size: 8px;
}

/* line 59, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .name-group-row {
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* line 66, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .name-group-row .draggable-container {
  display: flex;
  padding: 5px 0;
}

/* line 70, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .name-group-row .draggable-container .dnd-icon {
  padding: 15px 20px 15px 0;
}

/* line 75, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .name-group-row .name-group {
  height: 48px;
  padding-right: 15px;
  position: absolute;
  top: 5px;
  left: 38px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 87, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .name-group-row i {
  font-size: 8px;
}

/* line 92, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .individual-row {
  position: relative;
}

/* line 95, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .individual-row .draggable-container {
  display: flex;
  height: 68px;
  padding: 7px 0 3px 0;
  margin-left: 10px;
}

/* line 101, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .individual-row .draggable-container .dnd-icon {
  padding: 20px 15px 20px 10px;
}

/* line 106, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .individual-row .node-bar {
  height: 58px;
  padding: 0 10px 0 20px;
  position: absolute;
  top: 7px;
  left: 55px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDD;
  border-radius: 10px;
}

/* line 121, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list li .cost-classification-column {
  width: 38.75%;
  display: flex;
  justify-content: space-between;
}

/* line 129, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list ul.name-group-ul .name-group-wrapper {
  border-bottom: 1px solid #DDD;
}

/* line 132, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list ul.name-group-ul .name-group-wrapper:last-child {
  border: none;
}

/* line 139, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list .operation.dropdown .dropdown-menu {
  margin: 0;
}

/* line 144, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list .operation.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 150, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index ul.financial-nodes-list .dnd-insertion-bar {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #a9ddf0;
}

/* line 158, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content {
  border-radius: 15px;
  font-size: 1rem;
}

/* line 162, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-header {
  border-bottom: 1px solid #DDD;
  padding: 15px;
  text-align: center;
}

/* line 167, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-header .modal-title {
  width: 100%;
}

/* line 171, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-header .close {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 177, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-header .close:focus {
  outline: none;
}

/* line 182, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-body {
  padding: 20px 30px;
}

/* line 185, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-body .name-label {
  margin-bottom: auto;
  margin-right: 50px;
  margin-top: auto;
}

/* line 191, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-body .csv-import-alert {
  max-height: 200px;
  overflow-y: auto;
}

/* line 196, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-body .forms {
  display: flex;
  width: 450px;
  margin: 22.5px auto 0 auto;
  flex-direction: column;
  justify-content: space-between;
}

/* line 203, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-body .forms .form-label {
  font-size: 18px;
  width: 165px;
  height: 54px;
  display: flex;
  align-items: center;
}

/* line 211, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-body .forms .form-group {
  width: 285px;
}

/* line 217, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index .modal-content .modal-footer {
  border-top: 1px solid #DDD;
  justify-content: space-between;
  padding: 15px;
}

/* line 225, app/assets/stylesheets/application/views/company/financial_reports/nodes.scss */
.company.financial_reports.nodes.index #kpi-nodes-import-modal .drop-zone {
  width: 440px;
  height: 200px;
  padding: 50px 0;
}

/* line 4, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .main-content {
  overflow: visible;
}

/* line 8, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .container-custom-padding {
  padding-top: 3rem;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

/* line 12, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .container-custom-padding .alert-dismissible {
  margin-top: -24px;
  margin-bottom: 64px;
}

/* line 17, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .container-custom-padding .p-stock-option__main {
  display: flex;
}

@media (max-width: 1340px) {
  /* line 8, app/assets/stylesheets/application/views/company/stock_options/index.scss */
  .company.stock-options.index .container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/application/views/company/stock_options/index.scss */
  .company.stock-options.index .left-pane {
    width: 250px;
  }
}

/* line 39, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .chart-wrapper {
  justify-content: center;
  display: flex;
}

/* line 49, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(1) .item-term, .company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(2) .item-term, .company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(3) .item-term {
  min-width: 110px;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(1) .item-desc, .company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(2) .item-desc, .company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(3) .item-desc {
  width: calc(100% - 110px);
}

/* line 59, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(4) .item-term {
  min-width: 160px;
}

/* line 63, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .stock-options_list > dl:nth-child(4) .item-desc {
  width: calc(100% - 160px);
}

/* line 70, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .item {
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 2.0;
}

/* line 76, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .item .item-term {
  font-weight: normal;
}

/* line 80, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .item .item-desc {
  margin-bottom: 0;
  text-align: right;
  word-wrap: break-word;
}

/* line 87, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .left-pane .panel-wrapper .description {
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

@media (min-width: 992px) {
  /* line 96, app/assets/stylesheets/application/views/company/stock_options/index.scss */
  .company.stock-options.index .right-pane {
    flex: 1;
    margin-left: 50px;
    width: 20rem;
  }
}

/* line 104, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .dropdown .dropdown-menu {
  transform: translate(-50px, 46px) !important;
}

/* line 109, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper {
  padding: 0 24px;
  height: 355px;
  overflow-y: auto;
  border-radius: 20px;
}

/* line 115, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 119, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options thead {
  position: sticky;
  top: 0;
  left: 0;
}

/* line 124, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options thead tr th {
  padding: 1rem;
}

/* line 131, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td {
  padding: 1rem;
}

/* line 134, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td .overflow-abbr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
}

/* line 141, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:first-child {
  width: 8%;
  border-radius: 10px 0 0 10px;
  max-width: 100px;
}

/* line 147, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(2) {
  width: 25%;
}

/* line 151, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(3) {
  width: 20%;
}

/* line 154, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(3) .circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 3px;
  background-color: #CEF2FF;
}

/* line 163, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-0.circle {
  background-color: #0F57CA;
}

/* line 167, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-1.circle {
  background-color: #00A0E2;
}

/* line 171, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-2.circle {
  background-color: #54CEFB;
}

/* line 175, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-3.circle {
  background-color: #8BDCFA;
}

/* line 181, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(4) {
  width: 15%;
}

/* line 185, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:nth-child(5) {
  width: 20%;
}

/* line 189, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .right-pane .table-wrapper .table-stock-options tbody tr td:last-child {
  width: 2%;
  border-radius: 0 10px 10px 0;
}

/* line 201, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stakeholders .download-btn {
  border-radius: 10px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #00A0E2;
  font-weight: normal;
}

/* line 211, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stakeholders .download-btn > span {
  padding-top: 2px;
}

/* line 215, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stakeholders .download-btn:hover {
  background: #F7F7F7;
  color: #00A0E2;
  transition: none;
  opacity: 1;
}

/* line 224, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stakeholders .search-form .icon {
  font-size: 16px;
}

/* line 228, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stakeholders .search-form .input-group-text, .company.stock-options.index .stakeholders .search-form input {
  background-color: #F5F8FA;
}

/* line 236, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .cursor-pointer {
  cursor: pointer;
}

/* line 240, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .not-find-message {
  color: #BDBDBD;
  letter-spacing: 0.03rem;
}

/* line 245, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .grant-period {
  font-size: 13px;
}

/* line 249, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .card, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.new .connection-card, .company.stockholder_meetings.stockholders.new .company.stock-options.index .stock-option-approval-quotas .connection-card, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_new .connection-card, .company.stockholder_meetings.stockholders.en_new .company.stock-options.index .stock-option-approval-quotas .connection-card, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.confirm .connection-card, .company.stockholder_meetings.stockholders.confirm .company.stock-options.index .stock-option-approval-quotas .connection-card, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_confirm .connection-card, .company.stockholder_meetings.stockholders.en_confirm .company.stock-options.index .stock-option-approval-quotas .connection-card {
  height: 100%;
}

/* line 252, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .card .card-body, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.new .connection-card .card-body, .company.stockholder_meetings.stockholders.new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_new .connection-card .card-body, .company.stockholder_meetings.stockholders.en_new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body, .company.stockholder_meetings.stockholders.en_confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body {
  min-height: 425px;
}

/* line 255, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .card .card-body .card-text, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-text, .company.stockholder_meetings.stockholders.new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-text, .company.stockholder_meetings.stockholders.en_new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-text, .company.stockholder_meetings.stockholders.confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-text, .company.stockholder_meetings.stockholders.en_confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text {
  width: 100%;
  display: inline-block;
}

/* line 259, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .card .card-body .card-text .label, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-text .label, .company.stockholder_meetings.stockholders.new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .label, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-text .label, .company.stockholder_meetings.stockholders.en_new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .label, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-text .label, .company.stockholder_meetings.stockholders.confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .label, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-text .label, .company.stockholder_meetings.stockholders.en_confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .label {
  float: left;
  max-width: 100%;
  display: block;
}

/* line 264, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .card .card-body .card-text .value, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-text .value, .company.stockholder_meetings.stockholders.new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-text .value, .company.stockholder_meetings.stockholders.en_new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-text .value, .company.stockholder_meetings.stockholders.confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-text .value, .company.stockholder_meetings.stockholders.en_confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value {
  float: right;
  max-width: 100%;
}

/* line 268, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stock-option-approval-quotas .card .card-body .card-text .value .so-issuable-quantity, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.new .connection-card .card-body .card-text .value .so-issuable-quantity, .company.stockholder_meetings.stockholders.new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value .so-issuable-quantity, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_new .connection-card .card-body .card-text .value .so-issuable-quantity, .company.stockholder_meetings.stockholders.en_new .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value .so-issuable-quantity, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.confirm .connection-card .card-body .card-text .value .so-issuable-quantity, .company.stockholder_meetings.stockholders.confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value .so-issuable-quantity, .company.stock-options.index .stock-option-approval-quotas .company.stockholder_meetings.stockholders.en_confirm .connection-card .card-body .card-text .value .so-issuable-quantity, .company.stockholder_meetings.stockholders.en_confirm .company.stock-options.index .stock-option-approval-quotas .connection-card .card-body .card-text .value .so-issuable-quantity {
  background-color: #f4f4f4;
}

/* line 278, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .search-icon {
  border-radius: 50%;
  border: 0;
}

/* line 282, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .search-icon .icon--search::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #939393;
}

/* line 291, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .stakeholder_search label {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 297, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .search-btn {
  font-size: 80%;
  border-radius: 1000px;
  border: 1px solid;
  background-color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

/* line 309, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .search-btn span {
  margin-left: 3px;
}

/* line 313, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .search-btn.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

/* line 319, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .search-btn.active {
  background-color: #F7F7F7;
}

/* line 324, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .search-result-number {
  font-weight: bold;
  background-color: #F7F7F7;
  padding: 15px;
}

/* line 330, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper {
  margin-left: -35px;
  margin-right: -35px;
}

/* line 334, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .not-find {
  padding-top: 120px;
}

/* line 337, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .not-find .not-find-message {
  color: #BDBDBD;
  letter-spacing: 0.03rem;
}

/* line 343, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 347, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders thead tr th {
  padding: 1rem;
  word-break: keep-all;
}

/* line 351, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders thead tr th .info-icon {
  margin-top: -3px;
}

/* line 357, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr {
  min-height: 84px;
}

/* line 360, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td {
  padding: 1rem;
}

/* line 363, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td .overflow-abbr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 160px;
}

/* line 369, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td .overflow-abbr .inner-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 376, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:first-child {
  width: 2%;
  background-color: transparent;
}

/* line 381, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(2) {
  width: 7%;
}

/* line 385, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(3) {
  width: 13%;
  border-radius: 10px 0 0 10px;
}

/* line 390, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(4) {
  width: 9%;
}

/* line 394, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(5) {
  width: 11%;
}

/* line 398, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(6) {
  width: 12%;
}

/* line 402, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(7) {
  width: 9%;
}

/* line 405, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(7) .overflow-abbr {
  max-width: 70px;
}

/* line 410, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(8) {
  width: 18%;
}

/* line 414, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(9) {
  width: 15%;
}

/* line 418, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:nth-child(10) {
  width: 6%;
  border-radius: 0 10px 10px 0;
}

/* line 423, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr td:last-child {
  width: 2%;
  background-color: transparent;
}

/* line 429, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stockholding-ratio {
  display: flex;
  align-items: center;
}

/* line 433, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stockholding-ratio .progress {
  width: calc(100% - 25px);
  margin: 0;
}

/* line 438, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stockholding-ratio .percentage {
  min-width: 25px;
  margin-left: 10px;
}

/* line 445, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stakeholder-labels span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 454, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stakeholder-labels span + span {
  margin-left: 7px;
}

/* line 458, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stakeholder-labels .officer-and-employee {
  background-color: #D7E9F8;
}

/* line 462, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stakeholder-labels .outside-highly-talented {
  background-color: #DAF1DC;
}

/* line 466, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stakeholder-labels .auditor {
  background-color: #FEE4CD;
}

/* line 470, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr .stakeholder-labels .retired {
  background-color: #EBEBEB;
}

/* line 479, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:first-child {
  width: 2%;
  background-color: transparent;
}

/* line 484, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(2) {
  width: 10%;
  border-radius: 10px 0 0 10px;
}

/* line 489, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(3) {
  width: 5%;
}

/* line 493, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(4) {
  width: 12%;
}

/* line 497, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(5) {
  width: 9%;
}

/* line 501, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(6) {
  width: 8%;
}

/* line 505, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(7) {
  width: 7%;
}

/* line 509, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(8) {
  width: 8%;
}

/* line 513, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(9) {
  width: 17%;
}

/* line 517, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(10) {
  width: 17%;
}

/* line 521, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:nth-child(11) {
  width: 3%;
  border-radius: 0 10px 10px 0;
}

/* line 526, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .lower-table-wrapper .table-stakeholders tbody tr.narrow-width td:last-child {
  width: 2%;
  background-color: transparent;
}

/* line 537, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog .rate-limit-form {
  width: 55%;
}

/* line 542, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog.rightholder-search-dialog {
  width: 1440px;
  max-width: 60%;
}

/* line 547, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog.rightholder-search-dialog .modal-content .icon--cancel::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 553, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog.rightholder-search-dialog .modal-content .modal-body {
  padding: 0 30px;
  margin-top: 10px;
}

/* line 558, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog.rightholder-search-dialog .modal-content .modal-body .search-item .search-item-label {
  font-size: 17px;
  font-weight: bold;
}

/* line 564, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog.rightholder-search-dialog .modal-content .modal-body .search-item .check-box .check-box-item {
  display: flex;
}

/* line 567, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog.rightholder-search-dialog .modal-content .modal-body .search-item .check-box .check-box-item label {
  justify-content: left;
}

/* line 573, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .modal-dialog.rightholder-search-dialog .modal-content .modal-body .search-item .form-control:not(:date-field) {
  width: 100%;
}

/* line 582, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal {
  max-width: 1000px;
}

/* line 586, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-discription {
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
}

/* line 590, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-discription .text {
  padding-left: 20px;
  font-size: 14px;
}

/* line 596, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper {
  overflow-y: auto;
  max-height: 363px;
}

/* line 600, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body {
  padding: 10px 40px 22px 40px;
}

/* line 603, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 609, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row td:first-child {
  border-radius: 0 !important;
}

/* line 613, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row td:last-child {
  border-radius: 0 !important;
}

/* line 620, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row:hover td:first-child {
  border-radius: 6px 0 0 6px !important;
}

/* line 624, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row:hover td:last-child {
  border-radius: 0 6px 6px 0 !important;
}

/* line 631, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row.selected {
  background-color: #F2F8FC;
  border: 1px solid #00A0E2;
}

/* line 635, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row.selected td {
  border: 1px solid #00A0E2 !important;
  color: #00A0E2;
}

/* line 639, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row.selected td:first-child {
  border-right: none !important;
  border-radius: 6px 0 0 6px !important;
}

/* line 644, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row.selected td:nth-child(2) {
  border-left: none !important;
  border-right: none !important;
}

/* line 649, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row.selected td:nth-child(3) {
  border-left: none !important;
  border-right: none !important;
}

/* line 654, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row.selected td:last-child {
  border-left: none !important;
  border-radius: 0 6px 6px 0 !important;
}

/* line 663, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .modal-content-wrapper .modal-body .stock-options-modal-table .item-row.selected + .item-row td {
  border-top: none !important;
}

/* line 671, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .plus-circle {
  margin: auto 8px 5px auto;
}

/* line 675, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .existing_share_rights_modal .modal-content .registration-stock-option {
  text-align: center;
  border-top: 1px solid #DDD;
  padding: 20px 20px;
}

/* line 684, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .no-stock-option .register-btn {
  padding: 18px 26px;
}

/* line 689, app/assets/stylesheets/application/views/company/stock_options/index.scss */
.company.stock-options.index .no-stock-option .existing-share-rights > p {
  font-size: 14px;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .color-gray {
  color: #939393;
}

/* line 6, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .cursor-pointer {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form a.is-invalid,
.company.stock-options.form button.is-invalid {
  border-color: #DD1313;
  color: #DD1313;
}

/* line 14, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .font-weight-normal {
  font-weight: normal !important;
}

/* line 17, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .font-normal {
  font-weight: normal;
}

/* line 21, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .form-control[disabled] ~ .input-group-append .input-group-text {
  background-color: #f4f4f4 !important;
}

/* line 26, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content {
  overflow-y: scroll;
}

/* line 29, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper {
  min-height: 93.5vh;
}

/* line 32, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .progress {
  height: .5rem;
}

/* line 36, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-header {
  padding: 15px 15px 14px 15px;
}

/* line 40, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-header div:first-child {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-header div:first-child img {
  height: 20px;
}

/* line 48, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-header div:nth-child(2) {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 55, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-header div:last-child {
  text-align: right;
}

/* line 61, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper {
  max-width: 100%;
  display: flex;
}

/* line 65, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 150px;
  width: 600px;
}

/* line 72, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .form-control[readonly] {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 77, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .form-control[readonly] ~ label ~ .input-group-append {
  background-color: #f4f4f4 !important;
}

/* line 80, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .form-control[readonly] ~ label ~ .input-group-append .input-group-text {
  background-color: #f4f4f4 !important;
}

/* line 87, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .required-mark {
  color: #DD1313;
  font-size: 0.9rem;
}

/* line 91, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .optional-mark {
  color: #939393;
}

/* line 95, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .input-group-text {
  background-color: initial;
}

/* line 99, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .form-group {
  margin-bottom: 0;
  width: 100%;
}

/* line 107, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn.btn-outline-primary .check-icon, .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .component-v2 .btn-outline-primary.btn-primary-w100-p3 .check-icon, .component-v2 .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.kpis .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.kpis .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.financial_reports.edit .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.financial_reports.edit .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-outline-primary.btn-primary-w100-p3 .check-icon {
  display: inline;
}

/* line 112, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn .check-icon, .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .component-v2 .btn-primary-w100-p3 .check-icon, .component-v2 .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-primary-w100-p3 .check-icon, .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.kpis .btn-primary-w100-p3 .check-icon, .company.kpis .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-primary-w100-p3 .check-icon, .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.financial_reports.edit .btn-primary-w100-p3 .check-icon, .company.financial_reports.edit .company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-primary-w100-p3 .check-icon {
  display: none;
}

/* line 118, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .issue-guidelines {
  background-color: #f4f4f4;
  border-radius: 15px;
  padding: 15px 30px;
}

/* line 123, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .issue-guidelines .appraoval-quota {
  padding: 15px;
  background-color: white;
}

/* line 127, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .issue-guidelines .appraoval-quota .officer-approval-name {
  background-color: #00A0E2;
  color: white;
  border-radius: 3px;
}

/* line 136, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .issue-guidelines .drop-check-wrap .drop-check {
  background-color: white;
}

/* line 142, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .issue-guidelines .form-control:not([disabled]) ~ .input-group-append .input-group-text {
  background-color: #FFF !important;
}

/* line 148, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-zone-wrapper {
  width: 100%;
  padding: 0 40px;
}

/* line 151, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-zone-wrapper .drop-zone {
  margin-top: 20px;
  border: 2px dashed #d3d3d3;
  border-radius: 20px;
  padding: 100px 0;
}

/* line 158, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-zone-wrapper .delete-attachment {
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check {
  display: flex;
  justify-content: space-between;
}

/* line 167, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check > span {
  display: flex;
  align-items: center;
}

/* line 171, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check > span > label {
  padding-left: 10px;
  margin-bottom: 0;
}

/* line 177, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check input[type=checkbox] {
  transform: scale(1.4);
}

/* line 183, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .manual-director-meeting-fields {
  border-radius: 15px;
  background-color: #F7F7F7;
  padding: 13px 16px;
}

/* line 192, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .condition-details .exercise-period .start_date {
  width: 48%;
}

/* line 196, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .condition-details .exercise-period .hyphen {
  color: #DDD;
  padding-top: 47px !important;
}

/* line 201, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .condition-details .exercise-period .end_date {
  width: 48%;
}

/* line 206, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .condition-details .description-form .text {
  height: 120px;
}

/* line 210, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .condition-details .form-checkbox {
  width: 140px;
}

/* line 216, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
  width: 800px;
}

/* line 223, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .small-heading {
  font-size: 16px;
  font-weight: 600;
}

/* line 229, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .term-and-conditions .condition-block {
  min-height: 100px;
}

/* line 232, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .term-and-conditions .condition-block .nav-link.active {
  border-bottom: 1px solid #343434 !important;
}

/* line 236, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .term-and-conditions .condition-block .nav-link {
  font-size: 1rem;
  border: 0;
  color: #343434;
}

/* line 243, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .term-and-conditions .condition-detail {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 15px 30px;
  margin-top: 20px;
}

/* line 251, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .description {
  padding-bottom: 50px;
}

/* line 254, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .description .description-detail {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 15px 30px;
}

/* line 261, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .item-card {
  border-radius: 10px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 1rem;
}

/* line 268, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .main-content .new-wrapper .form-wrapper .stock-option-confirmation .history-table {
  font-size: 1rem;
  line-height: 1.9;
}

/* line 279, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .file-upload-modal .modal-dialog {
  max-width: 450px;
}

/* line 286, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .history-modal .modal-dialog {
  max-width: 600px;
}

/* line 290, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .history-modal .modal-dialog .form-control:not([disabled]) ~ .input-group-append .input-group-text {
  background-color: #FFF !important;
}

/* line 295, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .history-modal .modal-dialog .input-group-append .input-group-text {
  line-height: 23px;
}

/* line 304, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog {
  max-width: 1024px;
}

/* line 308, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body {
  height: 296px;
  width: 984px;
  overflow: auto;
  border-top: 1px solid #DDD;
}

/* line 314, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table-door, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table, .component-v2 .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table, .investor.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table, .company.kpis .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table, .companies.documents.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table, .companies.documents.show .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table, .capital.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table, .company.financial_reports.edit .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table {
  min-width: 1100px;
}

/* line 319, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table-door thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table thead th, .component-v2 .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table thead th, .investor.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table thead th, .company.kpis .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table thead th, .companies.documents.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table thead th, .companies.documents.show .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table thead th, .capital.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table thead th, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table thead th, .company.financial_reports.edit .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  border-top: none;
}

/* line 328, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr *, .component-v2 .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr *, .investor.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr *, .company.kpis .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr *, .companies.documents.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr *, .companies.documents.show .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr *, .capital.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr *, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr *, .company.financial_reports.edit .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr * {
  cursor: pointer;
}

/* line 332, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .table-door tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .component-v2 .square-table tbody tr:hover, .component-v2 .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .investor.connections.index .companies-table tbody tr:hover, .investor.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.kpis .square-table tbody tr:hover, .company.kpis .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.index .documents-table tbody tr:hover, .companies.documents.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies.documents.show .documents-table tbody tr:hover, .companies.documents.show .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .documents-table tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .capital.connections.index .companies-table tbody tr:hover, .capital.connections.index .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .companies-table tbody tr:hover, .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .company.financial_reports.edit .square-table tbody tr:hover, .company.financial_reports.edit .company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .square-table tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 339, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check {
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  left: 0;
  height: 70px;
}

/* line 347, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio] {
  display: none;
}

/* line 350, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check input[type=radio]:checked + .custom-check:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #00A0E2;
  font-size: 25px;
  font-weight: 600;
}

/* line 359, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .custom-check {
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* line 366, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .check .icon-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 374, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .meeting-title .text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 185px;
}

/* line 381, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .category {
  width: 135px;
  word-break: keep-all;
}

/* line 385, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .remaining-quantity {
  max-width: 135px;
  min-width: 130px;
}

/* line 389, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .grant-period {
  width: 170px;
}

/* line 392, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .strike-price {
  min-width: 90px;
}

/* line 395, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .officer-approval-start-at {
  width: 150px;
}

/* line 398, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .so-approval-quota-modal .modal-dialog .card-body .so-approval-quota .granted-quantity {
  min-width: 90px;
}

/* line 408, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .confirm-modal .modal-dialog {
  max-width: 450px;
}

/* line 411, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .confirm-modal .modal-dialog .warning-icon {
  background-image: url(https://d6ror40086i9l.cloudfront.net/assets/alert-ce8a0c559cf493fed5bf31a9bf6544bd662eee7322b171aea00805e4957e9849.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 30px;
  width: 35px;
  margin: 0 auto 17px auto;
}

/* line 426, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .modal-dialog {
  max-width: 800px;
}

/* line 429, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .modal-content {
  width: 800px;
  min-height: 606px;
}

/* line 435, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .date-period .start_date {
  width: 48%;
}

/* line 438, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .date-period .hyphen {
  color: #DDD;
}

/* line 441, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .date-period .end_date {
  width: 48%;
}

/* line 449, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .search-form .input-group {
  height: 54px;
}

/* line 452, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .search-form .input-group .input-group-prepend {
  width: 38px;
}

/* line 455, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 27px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  background-color: #F7F7F7;
  border: 0;
}

/* line 463, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .search-form .input-group .input-group-prepend .input-group-text .icon-search::before {
  padding: 1px;
  height: 28px;
  width: 28px;
}

/* line 471, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .search-form .input-group .q_resolutions_content_cont {
  width: 720px;
  margin: 0;
}

/* line 475, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .search-form .input-group .q_resolutions_content_cont input {
  background-color: #F7F7F7;
  font-size: 0.875rem;
  font-family: 'futura-pt';
  font-weight: 500;
  height: 54px;
  border: 0;
}

/* line 488, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body {
  height: 296px;
  overflow: auto;
  border-top: 1px solid #DDD;
}

/* line 494, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .table-door thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .component-v2 .square-table thead th, .component-v2 .company.stock-options.form .modal.director-meeting-selections .card-body .square-table thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .investor.connections.index .companies-table thead th, .investor.connections.index .company.stock-options.form .modal.director-meeting-selections .card-body .companies-table thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .company.kpis .square-table thead th, .company.kpis .company.stock-options.form .modal.director-meeting-selections .card-body .square-table thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .companies.documents.index .documents-table thead th, .companies.documents.index .company.stock-options.form .modal.director-meeting-selections .card-body .documents-table thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .companies.documents.show .documents-table thead th, .companies.documents.show .company.stock-options.form .modal.director-meeting-selections .card-body .documents-table thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .capital.connections.index .companies-table thead th, .capital.connections.index .company.stock-options.form .modal.director-meeting-selections .card-body .companies-table thead th, .company.stock-options.form .modal.director-meeting-selections .card-body .company.financial_reports.edit .square-table thead th, .company.financial_reports.edit .company.stock-options.form .modal.director-meeting-selections .card-body .square-table thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  border-top: none;
}

/* line 503, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .table-door tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .component-v2 .square-table tbody tr *, .component-v2 .company.stock-options.form .modal.director-meeting-selections .card-body .square-table tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .investor.connections.index .companies-table tbody tr *, .investor.connections.index .company.stock-options.form .modal.director-meeting-selections .card-body .companies-table tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .company.kpis .square-table tbody tr *, .company.kpis .company.stock-options.form .modal.director-meeting-selections .card-body .square-table tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .companies.documents.index .documents-table tbody tr *, .companies.documents.index .company.stock-options.form .modal.director-meeting-selections .card-body .documents-table tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .companies.documents.show .documents-table tbody tr *, .companies.documents.show .company.stock-options.form .modal.director-meeting-selections .card-body .documents-table tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .capital.connections.index .companies-table tbody tr *, .capital.connections.index .company.stock-options.form .modal.director-meeting-selections .card-body .companies-table tbody tr *, .company.stock-options.form .modal.director-meeting-selections .card-body .company.financial_reports.edit .square-table tbody tr *, .company.financial_reports.edit .company.stock-options.form .modal.director-meeting-selections .card-body .square-table tbody tr * {
  cursor: pointer;
}

/* line 507, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .table-door tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .component-v2 .square-table tbody tr:hover, .component-v2 .company.stock-options.form .modal.director-meeting-selections .card-body .square-table tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .investor.connections.index .companies-table tbody tr:hover, .investor.connections.index .company.stock-options.form .modal.director-meeting-selections .card-body .companies-table tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .company.kpis .square-table tbody tr:hover, .company.kpis .company.stock-options.form .modal.director-meeting-selections .card-body .square-table tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .companies.documents.index .documents-table tbody tr:hover, .companies.documents.index .company.stock-options.form .modal.director-meeting-selections .card-body .documents-table tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .companies.documents.show .documents-table tbody tr:hover, .companies.documents.show .company.stock-options.form .modal.director-meeting-selections .card-body .documents-table tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .capital.connections.index .companies-table tbody tr:hover, .capital.connections.index .company.stock-options.form .modal.director-meeting-selections .card-body .companies-table tbody tr:hover, .company.stock-options.form .modal.director-meeting-selections .card-body .company.financial_reports.edit .square-table tbody tr:hover, .company.financial_reports.edit .company.stock-options.form .modal.director-meeting-selections .card-body .square-table tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 514, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body tr:nth-child(1) .check {
  border-top: none;
}

/* line 520, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body .check {
  display: table-cell;
  vertical-align: center;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 527, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body .check input[type=checkbox] {
  display: none;
}

/* line 530, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body .check input[type=checkbox]:checked + .custom-check:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #00A0E2;
  font-size: 25px;
  font-weight: 600;
}

/* line 539, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body .check .custom-check {
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 545, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body .name {
  max-width: 240px;
}

/* line 548, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body .start_at {
  width: 200px;
}

/* line 553, app/assets/stylesheets/application/views/company/stock_options/issuances/form.scss */
.company.stock-options.form .modal.director-meeting-selections .card-body .table-body .text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/application/views/company/stock_options/common/_sidebar.scss */
.company.stock-options .sidebar {
  z-index: 5;
  width: 250px;
  box-shadow: 4px -2px 4px -2px #DDD;
  height: auto;
  min-height: calc(100vh - 67px);
  border-right: 1px solid #DDD;
  padding: 14px 10px;
}

/* line 11, app/assets/stylesheets/application/views/company/stock_options/common/_sidebar.scss */
.company.stock-options .sidebar .sidebar-content {
  margin-top: 7px;
  padding: 16px 15px 12px;
  line-height: 1;
}

/* line 16, app/assets/stylesheets/application/views/company/stock_options/common/_sidebar.scss */
.company.stock-options .sidebar .sidebar-content > p {
  display: block;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* line 23, app/assets/stylesheets/application/views/company/stock_options/common/_sidebar.scss */
.company.stock-options .sidebar .sidebar-content.is-done {
  position: relative;
}

/* line 26, app/assets/stylesheets/application/views/company/stock_options/common/_sidebar.scss */
.company.stock-options .sidebar .sidebar-content.is-done:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #00A0E2;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

/* line 39, app/assets/stylesheets/application/views/company/stock_options/common/_sidebar.scss */
.company.stock-options .sidebar .sidebar-content:first-child {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/application/views/company/stock_options/common/_sidebar.scss */
.company.stock-options .sidebar .sidebar-content.is-active {
  background-color: #F7F7F7;
  border-radius: 24px;
  font-weight: 600;
}

/* line 2, app/assets/stylesheets/application/views/company/stock_options/common/_footer.scss */
.company.stock-options .footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  border-top: 1px solid #DDD;
  background-color: #FFF;
  padding: 1rem 2rem;
  z-index: 4;
  margin-left: 250px;
}

/* line 2, app/assets/stylesheets/application/views/company/stock_options/common/_form_header.scss */
.company.stock-options .progress {
  height: 0.5rem;
}

/* line 6, app/assets/stylesheets/application/views/company/stock_options/common/_form_header.scss */
.company.stock-options .form-header {
  padding: 15px;
}

/* line 11, app/assets/stylesheets/application/views/company/stock_options/common/_form_header.scss */
.company.stock-options .form-header div:first-child img {
  height: 20px;
}

/* line 16, app/assets/stylesheets/application/views/company/stock_options/common/_form_header.scss */
.company.stock-options .form-header div:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding {
  padding: 38px 0;
}

/* line 7, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .stock-options-inner-header .stock-options-header-title {
  margin: 20px 0;
}

/* line 10, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .stock-options-inner-header .stock-options-header-title h1 {
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .cursor-pointer {
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .small-heading {
  font-size: 18px;
}

/* line 26, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .term_and_conditions .condition-block {
  min-height: 100px;
}

/* line 29, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .term_and_conditions .condition-block .nav-link.active {
  border-bottom: 1px solid #343434 !important;
}

/* line 33, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .term_and_conditions .condition-block .nav-link {
  font-size: 1rem;
  border: 0;
  color: #343434;
}

/* line 41, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .detail {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 15px 30px;
}

/* line 47, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .history-table {
  font-size: 1rem;
  line-height: 1.9;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_options/show.scss */
.company.stock-options.show .container-custom-padding .body .item-card {
  border-radius: 20px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 1rem;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding {
  padding: 38px 0;
}

/* line 7, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-inner-header .stock-options-header-title {
  margin: 20px 0;
}

/* line 10, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-inner-header .stock-options-header-title h1 {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 23, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories thead tr th {
  padding-bottom: 0.5rem;
}

/* line 29, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr {
  pointer-events: none;
}

/* line 33, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td .overflow-abbr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}

/* line 40, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td:first-child {
  width: 7%;
  border-radius: 6px 0 0 6px;
}

/* line 45, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td:nth-child(2) {
  width: 2%;
}

/* line 49, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td:nth-child(3) {
  width: 2%;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td:nth-child(4) {
  width: 5%;
}

/* line 57, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td:nth-child(5) {
  width: 10%;
}

/* line 61, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td:nth-child(6) {
  width: 10%;
}

/* line 65, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td:last-child {
  width: 1%;
  text-align: right;
  border-radius: 0 6px 6px 0;
}

/* line 71, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td .dropdown {
  pointer-events: auto;
}

/* line 74, app/assets/stylesheets/application/views/company/stock_options/histories/index.scss */
.company.stock-options.history .container-custom-padding .stock-options-history-list .table-wrapper .table-histories tbody tr td .dropdown .dropdown-menu {
  top: 22px;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding {
  padding-top: 38px;
  padding-bottom: 350px;
}

/* line 7, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .alert-dismissible {
  margin-top: 2px;
  margin-bottom: 60px;
}

/* line 13, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-options-inner-header .stock-options-header-title {
  margin: 20px 0;
}

/* line 16, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-options-inner-header .stock-options-header-title h1 {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .rightholders-progress-block {
  border-radius: 15px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
}

/* line 30, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .rightholders-progress-block .rate-of-rightholders {
  color: #939393;
}

/* line 34, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .rightholders-progress-block .progress-bar {
  width: 100%;
  height: 14px;
  border-radius: 22px;
  background: #e2e6e8;
  margin-top: 25px;
}

/* line 41, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .rightholders-progress-block .progress-bar .progress-bar-percent {
  height: 14px;
  border-radius: 22px;
  background: linear-gradient(to right, rgba(0, 160, 226, 0.6), #00a0e2);
}

/* line 49, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper {
  padding: 0 10px;
  margin-top: 20px;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 58, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders thead tr th {
  padding-bottom: 1rem;
  word-break: keep-all;
}

/* line 62, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders thead tr th .info-icon {
  margin-top: -2px;
  margin-left: 2px;
}

/* line 69, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody {
  pointer-events: none;
}

/* line 74, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td .overflow-abbr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
}

/* line 80, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td .overflow-abbr .stockholder-name-spacer {
  overflow: inherit;
  text-overflow: inherit;
}

/* line 86, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:first-child {
  width: 7%;
}

/* line 90, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(2) {
  width: 13%;
}

/* line 94, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(3) {
  width: 15%;
}

/* line 98, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(4) {
  width: 9%;
}

/* line 102, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(5) {
  width: 9%;
}

/* line 106, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(6) {
  width: 9%;
}

/* line 110, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(7) {
  width: 9%;
}

/* line 114, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(8) {
  width: 12%;
}

/* line 118, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:nth-child(9) {
  width: 12%;
}

/* line 122, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td:last-child {
  width: 5%;
  text-align: right;
  border-radius: 0 6px 6px 0;
}

/* line 128, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td .dropdown {
  pointer-events: auto;
}

/* line 131, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr td .dropdown .dropdown-menu {
  top: 22px;
}

/* line 138, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr .stakeholder-labels span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 147, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr .stakeholder-labels span + span {
  margin-left: 7px;
}

/* line 151, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr .stakeholder-labels .officer-and-employee {
  background-color: #D7E9F8;
}

/* line 155, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr .stakeholder-labels .outside-highly-talented {
  background-color: #DAF1DC;
}

/* line 159, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr .stakeholder-labels .auditor {
  background-color: #FEE4CD;
}

/* line 163, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr .stakeholder-labels .retired {
  background-color: #EBEBEB;
}

/* line 171, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:first-child {
  width: 12%;
  border-radius: 6px 0 0 6px;
}

/* line 176, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(2) {
  width: 12%;
}

/* line 180, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(3) {
  width: 10%;
}

/* line 184, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(4) {
  width: 11%;
}

/* line 188, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(5) {
  width: 10%;
}

/* line 192, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(6) {
  width: 10%;
}

/* line 196, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(7) {
  width: 10%;
}

/* line 200, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(8) {
  width: 10%;
}

/* line 204, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:nth-child(9) {
  width: 10%;
}

/* line 208, app/assets/stylesheets/application/views/company/stock_options/rightholders/index.scss */
.company.stock-options.rightholders.index .container-custom-padding .stock-option-recipient-list .table-wrapper .table-rightholders tbody tr.narrow-width td:last-child {
  width: 5%;
  text-align: right;
  border-radius: 0 6px 6px 0;
}

/* line 9, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper {
  display: flex;
  max-width: 100%;
  /*================================================
        各ページ共通で使用
      ================================================ */
  /*================================================
      app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
      _confirm.erb(確認画面)
      ================================================ */
}

/* line 16, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container {
  margin: 0 auto;
  padding: 45px 0 120px;
  width: 600px;
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        _registration_method.erb(登録情報の選択)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_basic_information.erb(基本情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_attribute_information.erb(属性情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_grantor_information.erb(付与情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_grantor_information.erb(付与情報の入力)
        ================================================ */
}

/* line 21, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .item .form-check {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .item .item-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 42, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card {
  border: solid 1px #DDD;
  border-radius: 22px;
  height: 147px;
  padding-top: 17px;
  width: 297px;
}

/* line 49, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card > p {
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card:hover {
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card.is_active {
  border: 1px solid #0F90BF;
}

/* line 62, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .rightholder-select {
  width: 610px;
}

/* line 66, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .rightholder-select .item-title p {
  font-weight: 600;
  font-size: 16px;
}

/* line 77, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

/* line 81, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .label-staff-name {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

/* line 87, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper {
  position: relative;
  width: 45%;
  margin: auto;
}

/* line 92, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .basic-info-add-staff {
  font-size: 0.875rem;
  display: block;
  margin: auto;
}

/* line 98, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .label-staff-name {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

/* line 104, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .grouping {
  margin-left: -61%;
  width: 223%;
}

/* line 109, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .remove_fields {
  color: #939393;
}

/* line 113, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper #sub-staff-information-icon {
  position: absolute;
  bottom: 12px;
  right: -50px;
}

/* line 121, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-btn-wrapper {
  position: absolute;
  top: 12px;
  right: 14px;
}

/* line 126, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-btn-wrapper .basic-info-btn {
  padding: 8px 14px;
  font-size: 12px;
}

/* line 137, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .horizontal-radio-with-border .disabled {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 143, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .memo-height {
  height: 130px;
}

/* line 147, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_stock_option_rightholder_form_stakeholder_attributes_retired_on[readonly],
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_procedure_stock_option_stakeholder_form_company_procedure_stakeholder_attributes_retired_on[readonly] {
  background-color: #f4f4f4;
  color: #939393;
  pointer-events: none;
}

/* line 154, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_stock_option_rightholder_form_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append,
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_procedure_stock_option_stakeholder_form_company_procedure_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append {
  background-color: #f4f4f4;
  pointer-events: none;
}

/* line 158, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_stock_option_rightholder_form_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append .input-group-text,
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_procedure_stock_option_stakeholder_form_company_procedure_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append .input-group-text {
  background-color: #f4f4f4;
}

/* line 170, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .stakeholder_join_company_on .input-group {
  width: 49%;
}

/* line 179, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .grantor-check-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 12px;
}

/* line 192, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .confirm-wrapper {
  margin: 0 auto;
  padding: 45px 0 100px;
  width: 800px;
}

/* line 197, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .confirm-wrapper .small-heading {
  font-size: 16px;
  font-weight: 600;
  color: #939393;
}

/* line 203, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/new.scss */
.company.stock-options.rightholders.new .rightholders-wrapper .rightholders-form-wrapper .confirm-wrapper .bg-grey-content {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 25px;
  font-size: 0.9rem;
}

/* line 9, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper {
  display: flex;
  max-width: 100%;
  /*================================================
        各ページ共通で使用
      ================================================ */
  /*================================================
      app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
      _confirm.erb(確認画面)
      ================================================ */
}

/* line 16, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container {
  margin: 0 auto;
  padding: 45px 0 120px;
  width: 650px;
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        _registration_method.erb(登録情報の選択)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_basic_information.erb(基本情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_attribute_information.erb(属性情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_grantor_information.erb(付与情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/rightholders/forms配下の以下のファイルに使用される
        //_grantor_information.erb(付与情報の入力)
        ================================================ */
}

/* line 21, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .item .form-check {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .item .item-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 37, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .item .memo-height {
  height: 130px;
}

/* line 46, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card {
  border: solid 1px #DDD;
  border-radius: 22px;
  height: 147px;
  padding-top: 17px;
  width: 297px;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card > p {
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card:hover {
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .registration-register-card.is_active {
  border: 1px solid #0F90BF;
}

/* line 66, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .rightholder-select {
  width: 610px;
}

/* line 70, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .rightholder-select .item-title p {
  font-weight: 600;
  font-size: 16px;
}

/* line 81, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

/* line 85, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .label-staff-name {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

/* line 91, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper {
  position: relative;
  width: 45%;
  margin: auto;
}

/* line 96, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .basic-info-add-staff {
  font-size: 0.875rem;
  display: block;
  margin: auto;
}

/* line 102, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .label-staff-name {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

/* line 108, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .grouping {
  margin-left: -61%;
  width: 223%;
}

/* line 113, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .remove_fields {
  color: #939393;
}

/* line 117, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper #sub-staff-information-icon {
  position: absolute;
  bottom: 12px;
  right: -50px;
}

/* line 125, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-btn-wrapper {
  position: absolute;
  top: 12px;
  right: 14px;
}

/* line 130, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .basic-info-btn-wrapper .basic-info-btn {
  padding: 8px 14px;
  font-size: 12px;
}

/* line 141, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .horizontal-radio-with-border .disabled {
  background-color: #f4f4f4;
  color: #939393;
}

/* line 147, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_stock_option_rightholder_form_stakeholder_attributes_retired_on[readonly],
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_procedure_stock_option_stakeholder_form_company_procedure_stakeholder_attributes_retired_on[readonly] {
  background-color: #f4f4f4;
  color: #939393;
  pointer-events: none;
}

/* line 154, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_stock_option_rightholder_form_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append,
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_procedure_stock_option_stakeholder_form_company_procedure_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append {
  background-color: #f4f4f4;
  pointer-events: none;
}

/* line 158, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_stock_option_rightholder_form_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append .input-group-text,
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container #company_procedure_stock_option_stakeholder_form_company_procedure_stakeholder_attributes_retired_on[readonly] ~ label ~ .input-group-append .input-group-text {
  background-color: #f4f4f4;
}

/* line 170, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .stakeholder_join_company_on .input-group {
  width: 49%;
}

/* line 179, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .rightholders-container .grantor-check-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 12px;
}

/* line 192, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .confirm-wrapper {
  margin: 0 auto;
  padding: 45px 0 100px;
  width: 800px;
}

/* line 197, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .confirm-wrapper .small-heading {
  font-size: 16px;
  font-weight: 600;
  color: #939393;
}

/* line 203, app/assets/stylesheets/application/views/company/stock_options/rightholders/shares/edit.scss */
.company.stock-options.rightholders.edit .rightholders-wrapper .rightholders-form-wrapper .confirm-wrapper .bg-grey-content {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 25px;
  font-size: 0.9rem;
}

/* line 2, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content {
  height: 100vh;
  overflow-y: scroll;
}

/* line 7, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper {
  display: flex;
  max-width: 100%;
}

/* line 11, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content {
  margin: 0 auto;
  padding: 45px 0 120px;
  width: 600px;
}

/* line 16, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .title-circle-wrapper {
  margin: 5px 8px;
}

/* line 18, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .title-circle-wrapper .title-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* line 32, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .bottom-border {
  border-bottom: solid 2px #DDD;
}

/* line 36, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .download-template-link {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #f3f3f3;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  right: 17px;
}

/* line 46, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .font-lg {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 51, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .font-sm {
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 56, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .drop-zone-wrapper {
  border: 2px dashed #d3d3d3;
  border-radius: 20px;
  padding: 50px 0;
}

/* line 62, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .upload-text {
  font-size: 15px;
}

/* line 66, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .file-container {
  padding: 12px 20px;
}

/* line 70, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content .alert-circle {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* line 76, app/assets/stylesheets/application/views/company/stock_options/rightholders/imports/rightholder_imports.scss */
.company.rightholder_imports .main-content .rightholders-wrapper .rightholders-import-wrapper .csv-form-content li.error-message {
  color: #E6230D;
  font-size: 12px;
}

/* line 9, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper {
  display: flex;
  max-width: 100%;
  /*================================================
        各ページ共通で使用
      ================================================ */
  /*================================================
      app/views/company/stock_options/change_owners/forms配下の以下のファイルに使用される
      _confirm.erb(確認画面)
      ================================================ */
  /*================================================
      app/views/company/stock_options/change_owners/forms配下の以下のファイルに使用される
      _name_change_reason.erb(名義書換理由入力画面)
      ================================================ */
}

/* line 16, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container {
  margin: 0 auto;
  padding: 45px 0 120px;
  width: 650px;
  /*================================================
        app/views/company/stock_options/change_owners/forms配下の以下のファイルに使用される
        _registration_method.erb(登録情報の選択)
        ================================================ */
  /*================================================
        app/views/company/stock_options/change_owners/forms配下の以下のファイルに使用される
        //_basic_information.erb(基本情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/change_owners/forms配下の以下のファイルに使用される
        //_attribute_information.erb(付与情報の入力)
        ================================================ */
  /*================================================
        app/views/company/stock_options/change_owners/forms配下の以下のファイルに使用される
        //_grantor_information.erb(付与情報の入力)
        ================================================ */
}

/* line 21, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .item .form-check {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .item .item-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 37, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .item .memo-height {
  height: 130px;
}

/* line 46, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .registration-register-card {
  border: solid 1px #DDD;
  border-radius: 22px;
  height: 147px;
  padding-top: 17px;
  width: 297px;
  margin: 0 auto;
}

/* line 54, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .registration-register-card > p {
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .registration-register-card:hover {
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .registration-register-card.is_active {
  border: 1px solid #0F90BF;
}

/* line 66, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .registration-register-card .registration-register-logo-ttl {
  padding-top: 14px;
}

/* line 71, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .rightholder-select {
  width: 610px;
}

/* line 75, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .rightholder-select .item-title p {
  font-weight: 600;
  font-size: 16px;
}

/* line 86, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

/* line 90, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper .label-staff-name {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

/* line 96, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper {
  position: relative;
  width: 45%;
  margin: auto;
}

/* line 101, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .basic-info-add-staff {
  font-size: 0.875rem;
  display: block;
  margin: auto;
}

/* line 107, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .label-staff-name {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

/* line 113, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .grouping {
  margin-left: -61%;
  width: 223%;
}

/* line 118, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper .remove_fields {
  color: #939393;
}

/* line 122, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-staffs-wrapper .basic-info-add-staff-wrapper #sub-staff-information-icon {
  position: absolute;
  bottom: 12px;
  right: -50px;
}

/* line 130, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-btn-wrapper {
  position: absolute;
  top: 12px;
  right: 14px;
}

/* line 135, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .basic-info-btn-wrapper .basic-info-btn {
  padding: 8px 14px;
  font-size: 12px;
}

/* line 146, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .stakeholder_join_company_on .input-group {
  width: 49%;
}

/* line 151, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .memo-height {
  height: 125px;
}

/* line 155, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container #company_stock_option_change_owner_form_to_rightholder_attributes_retired_on[readonly] {
  background-color: #f4f4f4;
  color: #939393;
  pointer-events: none;
}

/* line 161, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container #company_stock_option_change_owner_form_to_rightholder_attributes_retired_on[readonly] ~ label ~ .input-group-append {
  background-color: #f4f4f4;
  pointer-events: none;
}

/* line 165, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container #company_stock_option_change_owner_form_to_rightholder_attributes_retired_on[readonly] ~ label ~ .input-group-append .input-group-text {
  background-color: #f4f4f4;
}

/* line 176, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container .grantor-check-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 12px;
}

/* line 189, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .confirm-wrapper {
  margin: 0 auto 100px;
  padding: 50px 0;
  width: 800px;
}

/* line 194, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .confirm-wrapper .small-heading {
  font-size: 16px;
  font-weight: 600;
  color: #939393;
}

/* line 200, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .confirm-wrapper .bg-grey-content {
  background-color: #F7F7F7;
  border-radius: 14px;
  padding: 25px;
  font-size: 0.9rem;
}

/* line 211, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container.name-change {
  width: 716px;
}

/* line 214, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container.name-change .change-owners-items {
  width: 620px;
  margin: 0 auto;
}

/* line 218, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container.name-change .change-owners-items .registration-register-card {
  height: 121px;
}

/* line 222, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container.name-change .change-owners-items .change-owners-reason-container {
  padding-top: 28px;
}

/* line 225, app/assets/stylesheets/application/views/company/stock_options/rightholders/change_owners/new.scss */
.company.stock-options.change-owners.new .change-owners-wrapper .change-owners-form-wrapper .change-owners-container.name-change .change-owners-items .change-owners-reason-container .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 2, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas .cursor-pointer {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas .container-custom-padding {
  padding-top: 3rem;
  padding-bottom: 10rem;
}

/* line 12, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.index .search-result {
  overflow-y: hidden;
  overflow-x: auto;
}

/* line 19, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.index .search-result .table-door thead tr th {
  white-space: nowrap;
}

/* line 22, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.index .search-result .table-door thead tr th:first-child {
  width: 0;
}

/* line 25, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.index .search-result .table-door thead tr th:last-child {
  width: 0;
}

/* line 34, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.index .footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  border-top: 1px solid #DDD;
  background-color: #FFF;
  padding: 1rem 2rem;
  z-index: 4;
}

/* line 49, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .main-content .dropdown .three-dots i {
  font-size: 17px;
}

/* line 55, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper {
  padding: 0 24px;
  height: 355px;
  overflow-y: auto;
  border-radius: 20px;
}

/* line 61, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper table {
  margin: 0;
}

/* line 65, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options {
  font-size: 0.875rem;
  line-height: 1.9;
}

/* line 69, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options thead {
  position: sticky;
  top: 0;
  left: 0;
}

/* line 74, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options thead tr th {
  padding: 1rem;
}

/* line 81, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td {
  padding: 1rem;
}

/* line 84, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td .overflow-abbr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
}

/* line 91, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:first-child {
  width: 8%;
  border-radius: 10px 0 0 10px;
  max-width: 100px;
}

/* line 97, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(2) {
  width: 120px;
  max-width: 120px;
}

/* line 101, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(2) .overflow-abbr {
  max-width: 120px;
}

/* line 106, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(3) {
  width: 40%;
}

/* line 109, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(3) .overflow-abbr {
  text-overflow: unset;
  max-width: 380px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

/* line 116, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(3) .circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 3px;
  background-color: #CEF2FF;
}

/* line 125, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-0.circle {
  background-color: #0F57CA;
}

/* line 129, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-1.circle {
  background-color: #00A0E2;
}

/* line 133, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-2.circle {
  background-color: #54CEFB;
}

/* line 137, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(3) #index-3.circle {
  background-color: #8BDCFA;
}

/* line 143, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(4) {
  width: 25%;
}

/* line 146, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(4) .overflow-abbr {
  text-overflow: unset;
  max-width: 250px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

/* line 155, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:nth-child(5) {
  width: 20%;
}

/* line 159, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:last-child {
  width: 2%;
  border-radius: 0 10px 10px 0;
}

/* line 163, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .list-stock-options .table-wrapper .table-stock-options tbody tr td:last-child .overflow-abbr {
  max-width: 225px;
}

/* line 174, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/index.scss */
.company.stock-option.approval-quotas.show .item-card {
  border-radius: 20px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 1rem;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .cursor-pointer {
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content {
  overflow-y: scroll;
}

/* line 10, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper {
  min-height: 93.5vh;
}

/* line 13, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .progress {
  height: .5rem;
}

/* line 17, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-header {
  padding: 15px 15px 14px 15px;
}

/* line 21, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-header div:first-child {
  margin-top: 0;
}

/* line 24, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-header div:first-child img {
  height: 20px;
}

/* line 29, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-header div:nth-child(2) {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

/* line 36, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-header div:last-child {
  text-align: right;
}

/* line 42, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper {
  max-width: 100%;
  display: flex;
}

/* line 46, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 150px;
  width: 700px;
}

/* line 53, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .required-field {
  color: red;
  font-size: smaller;
  padding-left: 5px;
  font-weight: normal;
}

/* line 60, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .input-group-text {
  background-color: initial;
}

/* line 64, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .form-group {
  margin-bottom: 0;
  width: 100%;
}

/* line 70, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper a.is-invalid, .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper button.is-invalid {
  border-color: red;
  color: red;
}

/* line 79, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-zone-wrapper .drop-zone {
  border: 2px dashed #00A0E2;
  border-radius: 8px;
  width: 100%;
  padding: 2rem 0;
}

/* line 88, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-zone-wrapper .files-wrapper .file-name {
  display: block;
  max-width: 22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 99, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check {
  display: flex;
  justify-content: space-between;
}

/* line 103, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check.field-with-errors input[type="checkbox"] {
  outline: 1px solid #E6230D;
}

/* line 107, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check .form-check-input {
  margin: 0;
}

/* line 110, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check .form-check-label {
  padding-left: 15px;
}

/* line 114, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check > span {
  display: flex;
  align-items: center;
}

/* line 118, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check > span > label {
  padding-left: 10px;
  margin-bottom: 0;
}

/* line 124, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .drop-check input[type=checkbox] {
  transform: scale(1.4);
}

/* line 131, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .date-period .start_date {
  width: 48%;
}

/* line 134, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .date-period .hyphen {
  color: #DDD;
}

/* line 137, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .date-period .end_date {
  width: 48%;
}

/* line 145, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn.btn-outline-primary .check-icon, .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .component-v2 .btn-outline-primary.btn-primary-w100-p3 .check-icon, .component-v2 .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.kpis .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.kpis .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.financial_reports.edit .btn-outline-primary.btn-primary-w100-p3 .check-icon, .company.financial_reports.edit .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-outline-primary.btn-primary-w100-p3 .check-icon {
  display: inline;
}

/* line 150, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn .check-icon, .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .component-v2 .btn-primary-w100-p3 .check-icon, .component-v2 .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-primary-w100-p3 .check-icon, .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.kpis .btn-primary-w100-p3 .check-icon, .company.kpis .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-primary-w100-p3 .check-icon, .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .company.financial_reports.edit .btn-primary-w100-p3 .check-icon, .company.financial_reports.edit .company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .btn-primary-w100-p3 .check-icon {
  display: none;
}

/* line 156, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .sub-staff-information-icon-purchase-price {
  display: inline-block;
  top: -3px;
  position: relative;
}

/* line 162, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .form-content-wrapper .sub-staff-information-icon-strike-price {
  display: inline-block;
  top: -3px;
  position: relative;
}

/* line 170, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .new-wrapper .form-wrapper .confirms .item-card {
  border-radius: 20px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 1rem;
}

/* line 182, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .meeting-minutes.is-invalid {
  background-color: white !important;
}

/* line 185, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .main-content .meeting-minutes.is-invalid .drop-zone {
  color: red;
  border-color: red !important;
  background-color: #fff1f4 !important;
}

/* line 195, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .modal-dialog {
  max-width: 800px;
}

/* line 198, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .modal-content {
  width: 800px;
  min-height: 606px;
}

/* line 204, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .date-period .start_date {
  width: 48%;
}

/* line 207, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .date-period .hyphen {
  color: #DDD;
}

/* line 210, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .date-period .end_date {
  width: 48%;
}

/* line 218, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .search-form .input-group {
  height: 54px;
}

/* line 221, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .search-form .input-group .input-group-prepend {
  width: 38px;
}

/* line 224, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .search-form .input-group .input-group-prepend .input-group-text {
  border-radius: 27px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  background-color: #F7F7F7;
  border: 0;
}

/* line 232, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .search-form .input-group .input-group-prepend .input-group-text .icon-search::before {
  padding: 1px;
  height: 28px;
  width: 28px;
}

/* line 240, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .search-form .input-group .q_resolutions_content_cont {
  width: 720px;
  margin: 0;
}

/* line 244, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .search-form .input-group .q_resolutions_content_cont input {
  background-color: #F7F7F7;
  font-size: 0.875rem;
  font-family: 'futura-pt';
  font-weight: 500;
  height: 54px;
  border: 0;
}

/* line 257, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body {
  height: 296px;
  overflow: auto;
  border-top: 1px solid #DDD;
}

/* line 263, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-door thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .component-v2 .square-table thead th, .component-v2 .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .investor.connections.index .companies-table thead th, .investor.connections.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies-table thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .company.kpis .square-table thead th, .company.kpis .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies.documents.index .documents-table thead th, .companies.documents.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .documents-table thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies.documents.show .documents-table thead th, .companies.documents.show .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .documents-table thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .capital.connections.index .companies-table thead th, .capital.connections.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies-table thead th, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .company.financial_reports.edit .square-table thead th, .company.financial_reports.edit .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  border-top: none;
}

/* line 272, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-door tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .component-v2 .square-table tbody tr *, .component-v2 .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .investor.connections.index .companies-table tbody tr *, .investor.connections.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies-table tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .company.kpis .square-table tbody tr *, .company.kpis .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies.documents.index .documents-table tbody tr *, .companies.documents.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .documents-table tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies.documents.show .documents-table tbody tr *, .companies.documents.show .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .documents-table tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .capital.connections.index .companies-table tbody tr *, .capital.connections.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies-table tbody tr *, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .company.financial_reports.edit .square-table tbody tr *, .company.financial_reports.edit .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table tbody tr * {
  cursor: pointer;
}

/* line 276, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-door tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .component-v2 .square-table tbody tr:hover, .component-v2 .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .investor.connections.index .companies-table tbody tr:hover, .investor.connections.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies-table tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .company.kpis .square-table tbody tr:hover, .company.kpis .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies.documents.index .documents-table tbody tr:hover, .companies.documents.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .documents-table tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies.documents.show .documents-table tbody tr:hover, .companies.documents.show .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .documents-table tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .capital.connections.index .companies-table tbody tr:hover, .capital.connections.index .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .companies-table tbody tr:hover, .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .company.financial_reports.edit .square-table tbody tr:hover, .company.financial_reports.edit .company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .square-table tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 283, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body tr:nth-child(1) .check {
  border-top: none;
}

/* line 289, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body .check {
  display: table-cell;
  vertical-align: center;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 296, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body .check input[type=radio] {
  display: none;
}

/* line 299, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body .check input[type=radio]:checked + .custom-check:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #00A0E2;
  font-size: 25px;
  font-weight: 600;
}

/* line 308, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body .check .custom-check {
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 314, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body .name {
  max-width: 110px;
}

/* line 317, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body .start_at {
  width: 200px;
}

/* line 322, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .modal.officer-approval-selections .card-body .table-body .text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 333, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .term-and-conditions .form-control.select {
  padding: 18px 30px 18px 14px;
}

/* line 336, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .term-and-conditions .form-control.select.is-unselected {
  color: #939393;
}

/* line 341, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .term-and-conditions textarea {
  height: auto;
}

/* line 348, app/assets/stylesheets/application/views/company/stock_options/approval_quotas/form.scss */
.company.stock-options.approval-quotas.form .confirm-company-stock-option-modal .stock-options {
  height: 210px;
  overflow-y: auto;
}

/* line 3, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .main-content {
  padding-bottom: 419px;
}

/* line 7, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .page-title {
  margin-top: 60px;
  font-weight: 600;
  line-height: 1.5;
}

/* line 13, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .stock-option-home-description {
  margin-top: 24px;
  font-size: 18px;
}

/* line 18, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

/* line 25, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: -6px;
}

/* line 32, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 60px;
  width: 6px;
  height: calc(100% - 60px);
  background: #ECECEC;
}

/* line 42, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content {
  z-index: 1;
  padding: 25px 30px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 20px 0px #0000001A;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* line 54, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 59, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-header .flow-content-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

/* line 66, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-header .btn, .company.stock_option_homes.show .flow .flow-content .flow-content-header .component-v2 .btn-primary-w100-p3, .component-v2 .company.stock_option_homes.show .flow .flow-content .flow-content-header .btn-primary-w100-p3, .company.stock_option_homes.show .flow .flow-content .flow-content-header .company.kpis .btn-primary-w100-p3, .company.kpis .company.stock_option_homes.show .flow .flow-content .flow-content-header .btn-primary-w100-p3, .company.stock_option_homes.show .flow .flow-content .flow-content-header .company.financial_reports.edit .btn-primary-w100-p3, .company.financial_reports.edit .company.stock_option_homes.show .flow .flow-content .flow-content-header .btn-primary-w100-p3 {
  font-weight: 600;
  line-height: 1.5;
  padding: 9px 20px;
}

/* line 73, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-bar {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #DDD;
}

/* line 81, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-body {
  display: flex;
}

/* line 84, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-body h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* line 92, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-body p {
  margin: 0;
}

/* line 96, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-body ul {
  padding-inline-start: 25px;
}

/* line 100, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-body .flow-content-detail, .company.stock_option_homes.show .flow .flow-content .flow-content-body .flow-content-document {
  width: 50%;
}

/* line 104, app/assets/stylesheets/application/views/company/stock_option_homes.scss */
.company.stock_option_homes.show .flow .flow-content .flow-content-body .flow-content-document {
  padding-left: 25px;
  border-left: solid 1px #DDD;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #f64747;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64,72,72,0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(60,63,64,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60,63,64,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eee;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.flatpickr-day.today {
  border-color: #f64747;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #4f99ff;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64,72,72,0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #eee;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f1f1f1;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  width: 307.875px;
}
.dayContainer {
  padding: 0;
  border-right: 0;
}
span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}
span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}
span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}
span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}
span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}
span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}
span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}
span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}
.rangeMode .flatpickr-day {
  margin-top: -1px;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none;
}
.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
.hasWeeks .flatpickr-days {
  border-right: 0;
}

	@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
		span.flatpickr-day {
			display: block;
			flex: 1 0 auto;
		}
	}
/**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

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

.select2-results {
  display: block; }

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

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

.select2-results__option--selectable {
  cursor: pointer; }

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

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

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

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

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

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

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

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

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

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

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

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

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

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

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

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

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

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

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

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

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

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