/*

 */
@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Light-8b69398b8470e8469fe592e2a83239b39a5625c2c0c2cb5ae79a128ea30bdf73.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Medium-1eccd398edb64b2e1bec5f19bf737292cce6d74e6da0b4cb47641e0335cc4f79.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Regular-c466f962863bc1abe64ab0f7f3d791657e3de187d662c3ebfea996d76d1627eb.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Bold-3a49166e7106088aa0d6f4ed382767800e485a15d2500bb2df46c73c15eff5d7.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-ExtraBold-e01671b11e3a7c29bdfa56fd0b25f3c60f1bbd8c89d438c00c591fad7c3981c7.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Light-e0432ff2ffd497b71f9b1810b3e821ac4615afecc5e08a0927666460a75c0264.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Medium-8ab19fc0e97a923dd7b91741506a88950b6b500ab5f5b33c24c4d42341430d23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Regular-9b76698dfa57be3d259d4091ad4ff1f5edf765c40eb639bd53f1723732bac25d.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Bold-32c47742454fe109b43056fdf95c4ff2dcfe837865959706e7f547507445649c.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-ExtraBold-7ea74c87d2d15ba2d36552a6d60c2a2056bddbd9c68ffc7b6c59c0e91f4a70f2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Regular-cd90a08d2b977c3a7a2d5004a3e7a5bfa1173d3e0ba804062a8cfc95f3feee4e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Medium-d3812a386f15510241fb844ec095cb1dbb89599dad49a378ff23a53da9fd3138.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_DemiBold-b08d194229f9c31afad2e576767d84c9ccbc3d6b54c58f48fd80d0c6e5e5bbd2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Bold-1d456082c8d4fa12a73ebccde884f6bca8eb90353ebcf1fbabbb009ab155f625.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Black-e22ef08dd73a05bb1272bdd69dee24cc900f7becc1668dfb80a9f840fdf5421e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/_base.scss */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Golos Text";
  position: relative;
}

/* line 11, app/assets/stylesheets/_base.scss */
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/assets/dashboard-invert-84f920f13e07662fb34388bed9c741792502e5c290d1bfe11a7d5fb7434d638e.png);
  background-size: 100%;
}

/* line 23, app/assets/stylesheets/_base.scss */
h1 {
  color: #E01D18;
  font-family: FunnelSans;
}

/* line 28, app/assets/stylesheets/_base.scss */
.content {
  padding: 2rem;
}

/* line 32, app/assets/stylesheets/_base.scss */
.button {
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/_base.scss */
.underline {
  text-decoration: underline;
}

/* line 40, app/assets/stylesheets/_base.scss */
.center {
  text-align: center !important;
}

/* line 44, app/assets/stylesheets/_base.scss */
.left {
  text-align: left;
}

/* line 48, app/assets/stylesheets/_base.scss */
.right {
  text-align: right;
}

/* line 52, app/assets/stylesheets/_base.scss */
.lefted {
  margin-left: auto;
}

/* line 56, app/assets/stylesheets/_base.scss */
.righted {
  margin-right: auto;
}

/* line 60, app/assets/stylesheets/_base.scss */
.centered {
  margin: 0 auto;
}

/* line 64, app/assets/stylesheets/_base.scss */
.hidden {
  display: none !important;
}

/* line 68, app/assets/stylesheets/_base.scss */
.collapsed {
  display: none;
}

/* line 72, app/assets/stylesheets/_base.scss */
.justify-center {
  justify-content: center;
}

/* line 76, app/assets/stylesheets/_base.scss */
.wrap {
  flex-wrap: wrap;
}

/* line 80, app/assets/stylesheets/_base.scss */
.wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* line 84, app/assets/stylesheets/_base.scss */
.p-2 {
  padding: 1rem;
}

/* line 88, app/assets/stylesheets/_base.scss */
.p-4 {
  padding: 2rem;
}

/* line 92, app/assets/stylesheets/_base.scss */
.m-2 {
  margin: 1rem;
}

/* line 96, app/assets/stylesheets/_base.scss */
.is-invalid {
  color: red;
}

/* line 100, app/assets/stylesheets/_base.scss */
.m-4 {
  margin: 2rem;
}

/* line 104, app/assets/stylesheets/_base.scss */
.mt-1 {
  margin-top: 1rem;
}

/* line 108, app/assets/stylesheets/_base.scss */
.mt-2 {
  margin-top: 2rem;
}

/* line 112, app/assets/stylesheets/_base.scss */
.mb-1 {
  margin-bottom: 1rem;
}

/* line 116, app/assets/stylesheets/_base.scss */
.mb-2 {
  margin-bottom: 2rem;
}

/* line 120, app/assets/stylesheets/_base.scss */
.min-750 {
  min-width: 750px;
}

/* line 124, app/assets/stylesheets/_base.scss */
.min-700 {
  min-width: 700px;
}

/* line 128, app/assets/stylesheets/_base.scss */
.min-500 {
  min-width: 500px;
}

/* line 132, app/assets/stylesheets/_base.scss */
.min-250 {
  min-width: 250px;
}

/* line 136, app/assets/stylesheets/_base.scss */
.full-width {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 141, app/assets/stylesheets/_base.scss */
.half-width {
  width: 48%;
}

/* line 145, app/assets/stylesheets/_base.scss */
.quarter-width {
  width: 24%;
}

/* line 149, app/assets/stylesheets/_base.scss */
.three-quarter-width {
  width: 72%;
}

/* line 153, app/assets/stylesheets/_base.scss */
.third-width {
  width: 30%;
}

/* line 157, app/assets/stylesheets/_base.scss */
.two-third-width {
  width: 65%;
}

/* line 161, app/assets/stylesheets/_base.scss */
.two-fifth-width {
  width: 40%;
}

/* line 165, app/assets/stylesheets/_base.scss */
.min-width {
  width: min-content;
  min-width: 10rem;
}

/* line 170, app/assets/stylesheets/_base.scss */
.tall {
  height: 9rem;
}

/* line 174, app/assets/stylesheets/_base.scss */
.top {
  vertical-align: top;
}

/* line 178, app/assets/stylesheets/_base.scss */
.border-top {
  border-top: 2px solid black;
}

/* line 182, app/assets/stylesheets/_base.scss */
.bold {
  font-weight: 600;
}

/* line 186, app/assets/stylesheets/_base.scss */
.red-back {
  color: #E01D18;
}

/* line 190, app/assets/stylesheets/_base.scss */
.logo-image {
  max-width: 200px;
}

/* line 194, app/assets/stylesheets/_base.scss */
.money-input,
.percent-input {
  display: flex;
}

/* line 198, app/assets/stylesheets/_base.scss */
.money-input input,
.percent-input input {
  text-align: right;
}

/* line 203, app/assets/stylesheets/_base.scss */
.bordered {
  border: 1px solid #212322;
}

/* line 207, app/assets/stylesheets/_base.scss */
input[type='submit'],
span.button, a.button {
  border: 1px solid #E01D18;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  background: #E01D18;
  font-family: FunnelSans;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  margin: 0 auto;
}

/* line 222, app/assets/stylesheets/_base.scss */
input[type='submit']:hover,
span.button:hover, a.button:hover {
  border: 1px solid #EFDF00;
  background: #EFDF00;
  color: #212322;
}

/* line 229, app/assets/stylesheets/_base.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 236, app/assets/stylesheets/_base.scss */
input[type=number] {
  appearance: text;
  -moz-appearance: textfield;
}

/* line 241, app/assets/stylesheets/_base.scss */
.chevron {
  font-size: 1.25rem;
  color: #9fa4a2;
  display: inline-block;
  margin: 0 0.5rem;
  font-weight: 300;
  cursor: pointer;
}

/* line 249, app/assets/stylesheets/_base.scss */
.chevron.closed {
  transform: rotate(90deg);
}

/* line 255, app/assets/stylesheets/_base.scss */
#error_explanation ul {
  list-style-type: none;
}

/* line 258, app/assets/stylesheets/_base.scss */
#error_explanation ul li {
  color: red;
}

/* line 264, app/assets/stylesheets/_base.scss */
.info {
  height: 1rem;
  font-size: 1rem;
  color: #9fa4a2;
  font-weight: 300;
  float: right;
  cursor: pointer;
}

/* line 274, app/assets/stylesheets/_base.scss */
.info:before {
  content: url(/info.png);
  height: 1rem;
  vertical-align: middle;
  display: inline-block;
}

/* line 282, app/assets/stylesheets/_base.scss */
.title {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #E01D18;
}

/* line 291, app/assets/stylesheets/_base.scss */
.admin_table {
  max-width: 80%;
  min-width: 20%;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  border: 1px solid #E01D18;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 301, app/assets/stylesheets/_base.scss */
.admin_table th,
.admin_table td {
  padding: 0.25rem;
}

/* line 306, app/assets/stylesheets/_base.scss */
.admin_table.bordered th, .admin_table.bordered td {
  border-top: 1px solid #212322;
}

/* line 311, app/assets/stylesheets/_base.scss */
.admin_table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* line 315, app/assets/stylesheets/_base.scss */
.admin_table tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

/* line 319, app/assets/stylesheets/_base.scss */
.admin_table tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* line 323, app/assets/stylesheets/_base.scss */
.admin_table tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

/* line 327, app/assets/stylesheets/_base.scss */
.admin_table tr:last-child th:first-child {
  border-bottom-left-radius: 15px;
}

/* line 331, app/assets/stylesheets/_base.scss */
.admin_table tr:last-child th:last-child {
  border-bottom-right-radius: 15px;
}

/* line 335, app/assets/stylesheets/_base.scss */
.admin_table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* line 339, app/assets/stylesheets/_base.scss */
.admin_table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* line 343, app/assets/stylesheets/_base.scss */
.admin_table .border-top {
  border-top: 2px solid #212322 !important;
}

/* line 347, app/assets/stylesheets/_base.scss */
.admin_table .border-bottom {
  border-bottom: 2px solid #212322 !important;
}

/* line 352, app/assets/stylesheets/_base.scss */
.admin_show {
  max-width: 80%;
  min-width: 20%;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  border: 1px solid #E01D18;
  padding: 1rem;
}

/* line 361, app/assets/stylesheets/_base.scss */
.admin_show .show_table {
  max-width: 80%;
  min-width: 20%;
  margin: 0 auto;
}

/* line 366, app/assets/stylesheets/_base.scss */
.admin_show .show_table th,
.admin_show .show_table td {
  padding: 0.25rem;
}

/* line 373, app/assets/stylesheets/_base.scss */
.admin_form {
  width: 80%;
  min-width: 600px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: white;
  border-radius: 15px;
  padding: 2rem;
  border: 1px solid #E01D18;
}

/* line 385, app/assets/stylesheets/_base.scss */
.admin_form .field {
  margin-bottom: 0.75rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

/* line 392, app/assets/stylesheets/_base.scss */
.admin_form .field label {
  margin-right: 1rem;
}

/* line 396, app/assets/stylesheets/_base.scss */
.admin_form .field input {
  flex-grow: 1;
}

/* line 400, app/assets/stylesheets/_base.scss */
.admin_form .field select,
.admin_form .field input[type=checkbox] {
  flex-grow: unset;
}

/* line 406, app/assets/stylesheets/_base.scss */
.admin_form .small-field {
  width: auto;
  margin: 0 auto 0.75rem;
  justify-content: center;
}

/* line 411, app/assets/stylesheets/_base.scss */
.admin_form .small-field input {
  width: auto;
  flex-grow: 0;
}

/* line 418, app/assets/stylesheets/_base.scss */
#address_form {
  width: 100%;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

/* line 427, app/assets/stylesheets/_base.scss */
#address_form .field {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 433, app/assets/stylesheets/_base.scss */
#address_form .field label {
  margin-right: 1rem;
}

/* line 437, app/assets/stylesheets/_base.scss */
#address_form .field input {
  flex-grow: 1;
}

/* line 442, app/assets/stylesheets/_base.scss */
#address_form .field-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

/* line 448, app/assets/stylesheets/_base.scss */
#address_form .field-group .field {
  width: auto;
}

/* line 455, app/assets/stylesheets/_base.scss */
table.bid_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 0.25rem;
  margin: 1rem auto;
  background: white;
  border-radius: 15px;
  border: 1px solid #212322;
}

/* line 465, app/assets/stylesheets/_base.scss */
table.bid_table.bordered {
  border-spacing: 0;
}

/* line 468, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr th:first-child,
table.bid_table.bordered tr td:first-child {
  border-left: 2px solid #212322;
}

/* line 473, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr th:last-child,
table.bid_table.bordered tr td:last-child {
  border-right: 2px solid #212322;
}

/* line 478, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr:first-child th:first-child,
table.bid_table.bordered tr:first-child td:first-child {
  border-top-left-radius: 15px;
  border-left: 2px solid #212322;
}

/* line 484, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr:first-child th,
table.bid_table.bordered tr:first-child td {
  border-top: 2px solid #212322;
}

/* line 489, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr:first-child th:last-child,
table.bid_table.bordered tr:first-child td:last-child {
  border-top-right-radius: 15px;
  border-right: 2px solid #212322;
}

/* line 495, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr:last-child td:first-child,
table.bid_table.bordered tr:last-child th:first-child {
  border-bottom-left-radius: 15px;
  border-left: 2px solid #212322;
}

/* line 501, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr:last-child td:last-child,
table.bid_table.bordered tr:last-child th:last-child {
  border-bottom-right-radius: 15px;
  border-right: 2px solid #212322;
}

/* line 507, app/assets/stylesheets/_base.scss */
table.bid_table.bordered tr:last-child td,
table.bid_table.bordered tr:last-child th {
  border-bottom: 2px solid #212322;
}

/* line 512, app/assets/stylesheets/_base.scss */
table.bid_table.bordered a,
table.bid_table.bordered span.button {
  border: 1px solid #E01D18;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  background: #E01D18;
  font-family: FunnelSans;
  text-align: center;
  font-size: 0.9rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

/* line 528, app/assets/stylesheets/_base.scss */
table.bid_table.bordered a:hover,
table.bid_table.bordered span.button {
  border: 1px solid #EFDF00;
  background: #EFDF00;
  color: #212322;
}

/* line 535, app/assets/stylesheets/_base.scss */
table.bid_table.bordered th {
  border-top: 1px solid #212322;
  font-weight: 500;
  padding: 5px;
}

/* line 541, app/assets/stylesheets/_base.scss */
table.bid_table.bordered th.title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #E01D18;
}

/* line 548, app/assets/stylesheets/_base.scss */
table.bid_table.bordered th.title.big {
  font-size: 1.25rem;
}

/* line 553, app/assets/stylesheets/_base.scss */
table.bid_table.bordered td {
  padding-left: 1rem;
  border-top: 1px solid #212322;
}

/* line 560, app/assets/stylesheets/_base.scss */
table.bid_table th {
  font-weight: 500;
  text-align: right;
  padding-right: 1rem;
}

/* line 566, app/assets/stylesheets/_base.scss */
table.bid_table td {
  text-align: left;
  padding-left: 1rem;
}

/* line 571, app/assets/stylesheets/_base.scss */
table.bid_table th,
table.bid_table td {
  vertical-align: top;
}

/* line 576, app/assets/stylesheets/_base.scss */
table.bid_table .thin-col {
  width: 5rem;
}

/* line 580, app/assets/stylesheets/_base.scss */
table.bid_table .med-col {
  width: 9rem;
}

/* line 586, app/assets/stylesheets/_base.scss */
table.bid_table .bid_item th {
  text-align: center;
}

/* line 591, app/assets/stylesheets/_base.scss */
table.bid_table input,
table.bid_table select {
  border: 0;
  width: 95%;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  text-align: left;
  background: white;
}

/* line 602, app/assets/stylesheets/_base.scss */
table.bid_table .money-input,
table.bid_table .percent-input {
  display: flex;
}

/* line 606, app/assets/stylesheets/_base.scss */
table.bid_table .money-input input,
table.bid_table .percent-input input {
  text-align: right;
}

/* line 611, app/assets/stylesheets/_base.scss */
table.bid_table .button {
  border: 1px solid black;
  border-radius: 15px;
  text-align: center;
  width: fit-content;
  padding: 0.25rem;
}

/* line 621, app/assets/stylesheets/_base.scss */
table.bid_item_table {
  width: 90%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem auto;
  background: white;
  border-radius: 15px;
}

/* line 630, app/assets/stylesheets/_base.scss */
table.bid_item_table tr th:first-child,
table.bid_item_table tr td:first-child {
  border-left: 2px solid #212322;
}

/* line 635, app/assets/stylesheets/_base.scss */
table.bid_item_table tr th:last-child,
table.bid_item_table tr td:last-child {
  border-right: 2px solid #212322;
}

/* line 640, app/assets/stylesheets/_base.scss */
table.bid_item_table tr:first-child th:first-child,
table.bid_item_table tr:first-child td:first-child {
  border-top-left-radius: 15px;
  border-left: 2px solid #212322;
}

/* line 646, app/assets/stylesheets/_base.scss */
table.bid_item_table tr:first-child th,
table.bid_item_table tr:first-child td {
  border-top: 2px solid #212322;
}

/* line 651, app/assets/stylesheets/_base.scss */
table.bid_item_table tr:first-child th:last-child,
table.bid_item_table tr:first-child td:last-child {
  border-top-right-radius: 15px;
  border-right: 2px solid #212322;
}

/* line 657, app/assets/stylesheets/_base.scss */
table.bid_item_table tr:last-child td:first-child,
table.bid_item_table tr:last-child th:first-child {
  border-bottom-left-radius: 15px;
  border-left: 2px solid #212322;
}

/* line 663, app/assets/stylesheets/_base.scss */
table.bid_item_table tr:last-child td:last-child,
table.bid_item_table tr:last-child th:last-child {
  border-bottom-right-radius: 15px;
  border-right: 2px solid #212322;
}

/* line 669, app/assets/stylesheets/_base.scss */
table.bid_item_table tr:last-child td,
table.bid_item_table tr:last-child th {
  border-bottom: 2px solid #212322;
}

/* line 674, app/assets/stylesheets/_base.scss */
table.bid_item_table th {
  text-align: right;
  border-bottom: 1px solid #212322;
  font-weight: 500;
  padding: 5px;
}

/* line 681, app/assets/stylesheets/_base.scss */
table.bid_item_table th.title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #E01D18;
}

/* line 688, app/assets/stylesheets/_base.scss */
table.bid_item_table th.title.big {
  font-size: 1.25rem;
}

/* line 693, app/assets/stylesheets/_base.scss */
table.bid_item_table td,
table.bid_item_table th {
  padding-left: 1rem;
  border-top: 1px solid #212322;
}

/* line 699, app/assets/stylesheets/_base.scss */
table.bid_item_table .thin-col {
  width: 5rem;
}

/* line 703, app/assets/stylesheets/_base.scss */
table.bid_item_table .med-col {
  width: 9rem;
}

/* line 707, app/assets/stylesheets/_base.scss */
table.bid_item_table td.no-border {
  border: none !important;
}

/* line 715, app/assets/stylesheets/_base.scss */
table.bid_item_table th,
table.bid_item_table td {
  vertical-align: top;
}

/* line 720, app/assets/stylesheets/_base.scss */
table.bid_item_table select.readonly {
  pointer-events: none;
}

/* line 725, app/assets/stylesheets/_base.scss */
table.bid_item_table .bid_item th {
  text-align: center;
}

/* line 730, app/assets/stylesheets/_base.scss */
table.bid_item_table input,
table.bid_item_table select {
  border: 0;
  width: 95%;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  text-align: left;
  background: white;
}

/* line 741, app/assets/stylesheets/_base.scss */
table.bid_item_table input[type="checkbox"] {
  width: fit-content !important;
}

/* line 745, app/assets/stylesheets/_base.scss */
table.bid_item_table .money-input,
table.bid_item_table .percent-input {
  display: flex;
}

/* line 749, app/assets/stylesheets/_base.scss */
table.bid_item_table .money-input input,
table.bid_item_table .percent-input input {
  text-align: right;
}

/* line 754, app/assets/stylesheets/_base.scss */
table.bid_item_table .button {
  border: 1px solid black;
  border-radius: 15px;
  text-align: center;
  width: fit-content;
  padding: 0.25rem;
}

/* line 764, app/assets/stylesheets/_base.scss */
table.bid_item_table .border-top th,
table.bid_item_table .border-top td {
  border-top: 1px solid black;
}

/* line 770, app/assets/stylesheets/_base.scss */
table.bid_item_table.bordered {
  border: 1px solid black;
}

/* line 773, app/assets/stylesheets/_base.scss */
table.bid_item_table.bordered th,
table.bid_item_table.bordered td {
  border: none;
}

/* line 779, app/assets/stylesheets/_base.scss */
table.bid_item_table .real-input {
  background: yellow;
}

/* line 783, app/assets/stylesheets/_base.scss */
table.bid_item_table input[type='submit'],
table.bid_item_table span.button {
  border: 1px solid #E01D18;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  background: #E01D18;
  font-family: FunnelSans;
  text-align: center;
  font-size: 0.9rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

/* line 799, app/assets/stylesheets/_base.scss */
table.bid_item_table input[type='submit']:hover,
table.bid_item_table span.button {
  border: 1px solid #EFDF00;
  background: #EFDF00;
  color: #212322;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Light-8b69398b8470e8469fe592e2a83239b39a5625c2c0c2cb5ae79a128ea30bdf73.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Medium-1eccd398edb64b2e1bec5f19bf737292cce6d74e6da0b4cb47641e0335cc4f79.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Regular-c466f962863bc1abe64ab0f7f3d791657e3de187d662c3ebfea996d76d1627eb.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Bold-3a49166e7106088aa0d6f4ed382767800e485a15d2500bb2df46c73c15eff5d7.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-ExtraBold-e01671b11e3a7c29bdfa56fd0b25f3c60f1bbd8c89d438c00c591fad7c3981c7.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Light-e0432ff2ffd497b71f9b1810b3e821ac4615afecc5e08a0927666460a75c0264.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Medium-8ab19fc0e97a923dd7b91741506a88950b6b500ab5f5b33c24c4d42341430d23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Regular-9b76698dfa57be3d259d4091ad4ff1f5edf765c40eb639bd53f1723732bac25d.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Bold-32c47742454fe109b43056fdf95c4ff2dcfe837865959706e7f547507445649c.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-ExtraBold-7ea74c87d2d15ba2d36552a6d60c2a2056bddbd9c68ffc7b6c59c0e91f4a70f2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Regular-cd90a08d2b977c3a7a2d5004a3e7a5bfa1173d3e0ba804062a8cfc95f3feee4e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Medium-d3812a386f15510241fb844ec095cb1dbb89599dad49a378ff23a53da9fd3138.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_DemiBold-b08d194229f9c31afad2e576767d84c9ccbc3d6b54c58f48fd80d0c6e5e5bbd2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Bold-1d456082c8d4fa12a73ebccde884f6bca8eb90353ebcf1fbabbb009ab155f625.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Black-e22ef08dd73a05bb1272bdd69dee24cc900f7becc1668dfb80a9f840fdf5421e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/_header.scss */
.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #212322;
  padding-bottom: 1.5rem;
}

/* line 11, app/assets/stylesheets/_header.scss */
.header .top-nav {
  display: flex;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/_header.scss */
.header .top-nav .header-logo {
  display: flex;
  justify-content: space-around;
}

/* line 20, app/assets/stylesheets/_header.scss */
.header .top-nav .header-logo .logo {
  height: 4.5rem;
  margin: 0.25rem 1rem;
}

/* line 25, app/assets/stylesheets/_header.scss */
.header .top-nav .header-logo .title {
  font-family: FunnelSans;
  width: max-content;
  text-align: left;
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  border: none;
  background: #212322;
  color: white;
}

/* line 38, app/assets/stylesheets/_header.scss */
.header .top-nav .header-logo .title option:not(:checked) {
  font-size: 1rem;
}

/* line 44, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items {
  display: flex;
  justify-content: flex-end;
}

/* line 48, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items > * {
  margin-left: 1rem;
}

/* line 52, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items select {
  border: 1px solid white;
  color: white;
  border-radius: 15px 15px;
  background: #212322;
  padding: 0.5rem;
  height: fit-content;
  margin: auto;
}

/* line 62, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items a {
  border: 1px solid white;
  color: white;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 15px;
  background: #212322;
  height: fit-content;
  margin: auto 1rem;
}

/* line 73, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items .dropdown {
  display: flex;
  color: white;
  margin: auto 1rem;
  padding: 0.5rem;
  border: 1px solid #E01D18;
  border-radius: 15px;
  background: #E01D18;
}

/* line 82, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items .dropdown .dropdown-items {
  background: #212322;
  color: white;
  position: absolute;
  display: none;
  border: none;
  margin: 2rem auto;
  min-width: 200px;
  transform: translateX(-30%);
}

/* line 92, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items .dropdown .dropdown-items.show {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 98, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items .dropdown .dropdown-items a {
  margin: 0.5rem auto;
  border: none;
}

/* line 104, app/assets/stylesheets/_header.scss */
.header .top-nav .nav-items .dropdown.drop2 {
  transform: translateX(-25%);
}

/* line 114, app/assets/stylesheets/_header.scss */
.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 3rem;
}

/* line 121, app/assets/stylesheets/_header.scss */
.buttons a,
.buttons button,
.buttons input[type=submit],
.buttons span {
  border: 1px solid #E01D18;
  color: white;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 15px;
  background: #E01D18;
  font-size: 1rem;
  font-family: FunnelSans;
}

/* line 135, app/assets/stylesheets/_header.scss */
.buttons select {
  border: 1px solid white;
  color: white;
  border-radius: 15px 15px;
  background: #E01D18;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: FunnelSans;
}

/* line 145, app/assets/stylesheets/_header.scss */
.buttons select.current {
  background: white;
  color: #E01D18;
  border: 1px solid #E01D18;
}

/* line 151, app/assets/stylesheets/_header.scss */
.buttons li {
  color: white;
  border: 1px solid white;
  padding: 0.5rem;
  border-radius: 15px;
  background: #E01D18;
}

/* line 158, app/assets/stylesheets/_header.scss */
.buttons li a {
  padding: 0;
  border: none;
  background: none;
}

/* line 165, app/assets/stylesheets/_header.scss */
.buttons a:hover,
.buttons button:hover,
.buttons input[type=submit]:hover,
.buttons span:hover {
  border: 1px solid #EFDF00;
  background: #EFDF00;
  color: #212322;
}

/* line 176, app/assets/stylesheets/_header.scss */
.header-nav {
  display: flex;
  justify-content: space-around;
  flex-grow: 1;
  font-size: 1.125rem;
}

/* line 182, app/assets/stylesheets/_header.scss */
.header-nav a,
.header-nav span {
  color: white;
  text-decoration: none;
  border-bottom: 3px solid #212322;
}

/* line 188, app/assets/stylesheets/_header.scss */
.header-nav a:hover,
.header-nav span:hover {
  border-bottom: 3px solid #E01D18;
}

/* line 192, app/assets/stylesheets/_header.scss */
.header-nav a.active, .header-nav a.active:hover,
.header-nav span.active,
.header-nav span.active:hover {
  border-bottom: 3px solid #EFDF00;
}

/* line 202, app/assets/stylesheets/_header.scss */
.header-nav .dropdown .dropdown-items {
  background: #212322;
  position: absolute;
  display: none;
  margin: 1rem auto;
  min-width: 200px;
  transform: translateX(-30%);
}

/* line 210, app/assets/stylesheets/_header.scss */
.header-nav .dropdown .dropdown-items.show {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 216, app/assets/stylesheets/_header.scss */
.header-nav .dropdown .dropdown-items a {
  margin: 0.5rem auto;
}

/* line 221, app/assets/stylesheets/_header.scss */
.header-nav .dropdown .drop2 {
  transform: translateX(-25%);
}

/* This is the notice alert style */
@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Light-8b69398b8470e8469fe592e2a83239b39a5625c2c0c2cb5ae79a128ea30bdf73.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Medium-1eccd398edb64b2e1bec5f19bf737292cce6d74e6da0b4cb47641e0335cc4f79.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Regular-c466f962863bc1abe64ab0f7f3d791657e3de187d662c3ebfea996d76d1627eb.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Bold-3a49166e7106088aa0d6f4ed382767800e485a15d2500bb2df46c73c15eff5d7.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-ExtraBold-e01671b11e3a7c29bdfa56fd0b25f3c60f1bbd8c89d438c00c591fad7c3981c7.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Light-e0432ff2ffd497b71f9b1810b3e821ac4615afecc5e08a0927666460a75c0264.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Medium-8ab19fc0e97a923dd7b91741506a88950b6b500ab5f5b33c24c4d42341430d23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Regular-9b76698dfa57be3d259d4091ad4ff1f5edf765c40eb639bd53f1723732bac25d.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Bold-32c47742454fe109b43056fdf95c4ff2dcfe837865959706e7f547507445649c.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-ExtraBold-7ea74c87d2d15ba2d36552a6d60c2a2056bddbd9c68ffc7b6c59c0e91f4a70f2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Regular-cd90a08d2b977c3a7a2d5004a3e7a5bfa1173d3e0ba804062a8cfc95f3feee4e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Medium-d3812a386f15510241fb844ec095cb1dbb89599dad49a378ff23a53da9fd3138.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_DemiBold-b08d194229f9c31afad2e576767d84c9ccbc3d6b54c58f48fd80d0c6e5e5bbd2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Bold-1d456082c8d4fa12a73ebccde884f6bca8eb90353ebcf1fbabbb009ab155f625.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Black-e22ef08dd73a05bb1272bdd69dee24cc900f7becc1668dfb80a9f840fdf5421e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/_flash.scss */
.notice {
  width: 50%;
  position: fixed;
  top: 9rem;
  left: 25%;
  z-index: 1000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  animation: slideIn 8s forwards;
}

/* line 13, app/assets/stylesheets/_flash.scss */
.notice .content {
  background: #EFDF00;
  color: black;
  padding: 10px 20px;
  border-radius: 15px;
  width: fit-content;
  margin: 0 auto;
}

/* line 23, app/assets/stylesheets/_flash.scss */
.alert {
  width: 50%;
  position: fixed;
  top: 9rem;
  left: 25%;
  z-index: 1000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  animation: slideIn2 8s forwards;
}

/* line 32, app/assets/stylesheets/_flash.scss */
.alert .content {
  background: #E01D18;
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  width: fit-content;
  margin: 0 auto;
}

@keyframes slideIn {
  0% {
    top: -30px;
    opacity: 0;
  }
  30% {
    top: 9rem;
    opacity: 1;
  }
  80% {
    top: 9rem;
    opacity: 1;
  }
  100% {
    top: 8rem;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slideIn2 {
  0% {
    top: -30px;
    opacity: 0;
  }
  20% {
    top: 9rem;
    opacity: 1;
  }
  80% {
    top: 9rem;
    opacity: 1;
  }
  100% {
    top: 8rem;
    opacity: 0;
    visibility: hidden;
  }
}

/* line 1, app/assets/stylesheets/_flex.scss */
.flex-row {
  display: flex;
  flex-direction: row;
}

/* line 6, app/assets/stylesheets/_flex.scss */
.flex-column {
  display: flex;
  flex-direction: column;
}

/* line 11, app/assets/stylesheets/_flex.scss */
.justify-start {
  justify-content: flex-start;
}

/* line 15, app/assets/stylesheets/_flex.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 19, app/assets/stylesheets/_flex.scss */
.justify-around {
  justify-content: space-around;
}

/* line 23, app/assets/stylesheets/_flex.scss */
.justify-between {
  justify-content: space-between;
}

/* line 27, app/assets/stylesheets/_flex.scss */
.flex-grid {
  display: grid;
}

/* line 31, app/assets/stylesheets/_flex.scss */
.b-inline {
  display: inline-block;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Light-8b69398b8470e8469fe592e2a83239b39a5625c2c0c2cb5ae79a128ea30bdf73.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Medium-1eccd398edb64b2e1bec5f19bf737292cce6d74e6da0b4cb47641e0335cc4f79.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Regular-c466f962863bc1abe64ab0f7f3d791657e3de187d662c3ebfea996d76d1627eb.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Bold-3a49166e7106088aa0d6f4ed382767800e485a15d2500bb2df46c73c15eff5d7.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-ExtraBold-e01671b11e3a7c29bdfa56fd0b25f3c60f1bbd8c89d438c00c591fad7c3981c7.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Light-e0432ff2ffd497b71f9b1810b3e821ac4615afecc5e08a0927666460a75c0264.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Medium-8ab19fc0e97a923dd7b91741506a88950b6b500ab5f5b33c24c4d42341430d23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Regular-9b76698dfa57be3d259d4091ad4ff1f5edf765c40eb639bd53f1723732bac25d.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Bold-32c47742454fe109b43056fdf95c4ff2dcfe837865959706e7f547507445649c.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-ExtraBold-7ea74c87d2d15ba2d36552a6d60c2a2056bddbd9c68ffc7b6c59c0e91f4a70f2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Regular-cd90a08d2b977c3a7a2d5004a3e7a5bfa1173d3e0ba804062a8cfc95f3feee4e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Medium-d3812a386f15510241fb844ec095cb1dbb89599dad49a378ff23a53da9fd3138.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_DemiBold-b08d194229f9c31afad2e576767d84c9ccbc3d6b54c58f48fd80d0c6e5e5bbd2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Bold-1d456082c8d4fa12a73ebccde884f6bca8eb90353ebcf1fbabbb009ab155f625.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Black-e22ef08dd73a05bb1272bdd69dee24cc900f7becc1668dfb80a9f840fdf5421e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/_revenue.scss */
.revenue-block {
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/_revenue.scss */
.revenue-block input[type='submit'],
.revenue-block span.button {
  border: 1px solid #E01D18;
  padding: 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  background: #E01D18;
  font-family: FunnelSans;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/_revenue.scss */
.revenue-block input[type='submit']:hover,
.revenue-block span.button {
  border: 1px solid #EFDF00;
  background: #EFDF00;
  color: #212322;
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/_revenue.scss */
.revenue-block .title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #E01D18;
}

/* line 38, app/assets/stylesheets/_revenue.scss */
.revenue-block table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1rem;
  background: white;
  table-layout: fixed;
  border: solid 1px #212322;
}

/* line 48, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* line 52, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

/* line 56, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* line 60, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

/* line 64, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* line 68, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:last-child th:first-child {
  border-bottom-left-radius: 15px;
}

/* line 72, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* line 76, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr:last-child th:last-child {
  border-bottom-right-radius: 15px;
}

/* line 82, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr.disabled td,
.revenue-block table tr.disabled th {
  background: gray;
}

/* line 86, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr.disabled td input,
.revenue-block table tr.disabled th input {
  background: gray;
}

/* line 92, app/assets/stylesheets/_revenue.scss */
.revenue-block table th {
  border: 1px solid #212322;
  text-align: center;
  font-weight: 500;
  padding: 5px;
}

/* line 99, app/assets/stylesheets/_revenue.scss */
.revenue-block table td {
  border-top: 1px solid #212322;
  text-align: center;
  padding: 5px;
}

/* line 105, app/assets/stylesheets/_revenue.scss */
.revenue-block table .thin-col {
  width: 5rem;
}

/* line 109, app/assets/stylesheets/_revenue.scss */
.revenue-block table input[type=text], .revenue-block table input[type=number] {
  border: 0;
  width: 95%;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
}

/* line 118, app/assets/stylesheets/_revenue.scss */
.revenue-block table select {
  border: 0;
  width: 95%;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
  background: white;
  font-weight: bold;
  color: black;
}

/* line 130, app/assets/stylesheets/_revenue.scss */
.revenue-block table .money-input,
.revenue-block table .percent-input {
  display: flex;
}

/* line 136, app/assets/stylesheets/_revenue.scss */
.revenue-block table tr.border-top td, .revenue-block table tr.border-top th {
  border-top: 2px solid #212322 !important;
}

/* line 144, app/assets/stylesheets/_revenue.scss */
.real-input {
  background: yellow;
}

/* line 147, app/assets/stylesheets/_revenue.scss */
.real-input input {
  background: yellow;
}

/* line 150, app/assets/stylesheets/_revenue.scss */
.real-input input:focus-visible {
  outline: 2px solid #212322;
}

/* line 156, app/assets/stylesheets/_revenue.scss */
table.annual_revenue {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1rem;
  background: white;
  table-layout: fixed;
}

/* line 165, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tbody:first-of-type tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* line 169, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tbody:first-of-type tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

/* line 173, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tbody:first-of-type tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* line 177, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tbody:first-of-type tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

/* line 181, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tbody:last-of-type tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* line 185, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tbody:last-of-type tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* line 189, app/assets/stylesheets/_revenue.scss */
table.annual_revenue .thin-col {
  width: 5rem;
}

/* line 193, app/assets/stylesheets/_revenue.scss */
table.annual_revenue .border-col {
  border-right: 1px solid black;
}

/* line 197, app/assets/stylesheets/_revenue.scss */
table.annual_revenue td.no-border {
  border: none !important;
}

/* line 201, app/assets/stylesheets/_revenue.scss */
table.annual_revenue td.bold {
  font-weight: 600;
  font-size: 1rem;
}

/* line 206, app/assets/stylesheets/_revenue.scss */
table.annual_revenue .button {
  font-size: 1.15rem;
  border: 2px solid #E01D18;
  padding: 0 5px;
  border-radius: 5px;
}

/* line 213, app/assets/stylesheets/_revenue.scss */
table.annual_revenue .title {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  color: #E01D18;
  text-align: left;
}

/* line 221, app/assets/stylesheets/_revenue.scss */
table.annual_revenue .chevron {
  font-size: 1.25rem;
  color: #9fa4a2;
  display: inline-block;
  margin: 0 0.5rem;
  font-weight: 300;
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/_revenue.scss */
table.annual_revenue .chevron.closed {
  transform: rotate(90deg);
}

/* line 234, app/assets/stylesheets/_revenue.scss */
table.annual_revenue th {
  border: 1px solid #212322;
  text-align: center;
  font-weight: 500;
  padding: 5px;
}

/* line 241, app/assets/stylesheets/_revenue.scss */
table.annual_revenue td {
  border: 1px solid #212322;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 0.85rem;
}

/* line 249, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tr.disabled td {
  background: #d3d6d5;
}

/* line 252, app/assets/stylesheets/_revenue.scss */
table.annual_revenue tr.disabled td input[type=text] {
  background: #d3d6d5;
}

/* line 257, app/assets/stylesheets/_revenue.scss */
table.annual_revenue td.no-border {
  border: none;
}

/* line 261, app/assets/stylesheets/_revenue.scss */
table.annual_revenue td.money-input {
  text-align: right;
}

/* line 265, app/assets/stylesheets/_revenue.scss */
table.annual_revenue .money-input,
table.annual_revenue .percent-input {
  display: flex;
}

/* line 270, app/assets/stylesheets/_revenue.scss */
table.annual_revenue input {
  border: 0;
  width: 95%;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  text-align: right;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Light-8b69398b8470e8469fe592e2a83239b39a5625c2c0c2cb5ae79a128ea30bdf73.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Medium-1eccd398edb64b2e1bec5f19bf737292cce6d74e6da0b4cb47641e0335cc4f79.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Regular-c466f962863bc1abe64ab0f7f3d791657e3de187d662c3ebfea996d76d1627eb.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Bold-3a49166e7106088aa0d6f4ed382767800e485a15d2500bb2df46c73c15eff5d7.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-ExtraBold-e01671b11e3a7c29bdfa56fd0b25f3c60f1bbd8c89d438c00c591fad7c3981c7.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Light-e0432ff2ffd497b71f9b1810b3e821ac4615afecc5e08a0927666460a75c0264.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Medium-8ab19fc0e97a923dd7b91741506a88950b6b500ab5f5b33c24c4d42341430d23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Regular-9b76698dfa57be3d259d4091ad4ff1f5edf765c40eb639bd53f1723732bac25d.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Bold-32c47742454fe109b43056fdf95c4ff2dcfe837865959706e7f547507445649c.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-ExtraBold-7ea74c87d2d15ba2d36552a6d60c2a2056bddbd9c68ffc7b6c59c0e91f4a70f2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Regular-cd90a08d2b977c3a7a2d5004a3e7a5bfa1173d3e0ba804062a8cfc95f3feee4e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Medium-d3812a386f15510241fb844ec095cb1dbb89599dad49a378ff23a53da9fd3138.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_DemiBold-b08d194229f9c31afad2e576767d84c9ccbc3d6b54c58f48fd80d0c6e5e5bbd2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Bold-1d456082c8d4fa12a73ebccde884f6bca8eb90353ebcf1fbabbb009ab155f625.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Black-e22ef08dd73a05bb1272bdd69dee24cc900f7becc1668dfb80a9f840fdf5421e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/_resources.scss */
.resource-block .title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #E01D18;
}

/* line 12, app/assets/stylesheets/_resources.scss */
.resource-block input[type='submit'],
.resource-block span.button {
  border: 1px solid #E01D18;
  padding: 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  background: #E01D18;
  font-family: FunnelSans;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/_resources.scss */
.resource-block input[type='submit']:hover,
.resource-block span.button {
  border: 1px solid #EFDF00;
  background: #EFDF00;
  color: #212322;
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/_resources.scss */
.resource-block table.resource {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  margin-bottom: 1rem;
  background: white;
  table-layout: fixed;
}

/* line 42, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* line 46, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

/* line 50, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* line 54, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

/* line 58, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:last-child th:first-child {
  border-bottom-left-radius: 15px;
}

/* line 62, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:last-child th:last-child {
  border-bottom-right-radius: 15px;
}

/* line 66, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* line 70, app/assets/stylesheets/_resources.scss */
.resource-block table.resource tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* line 74, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .thin-col {
  width: 5rem;
}

/* line 78, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .med-col {
  width: 9rem;
}

/* line 82, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .smed-col {
  width: 6rem;
}

/* line 86, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .wide-col {
  width: 15rem;
}

/* line 90, app/assets/stylesheets/_resources.scss */
.resource-block table.resource th {
  border: 1px solid #212322;
  text-align: center;
  font-weight: 500;
  padding: 5px;
}

/* line 97, app/assets/stylesheets/_resources.scss */
.resource-block table.resource td {
  border: 1px solid #212322;
  text-align: right;
  padding: 5px;
}

/* line 103, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .border-top {
  border-top: 2px solid #212322;
}

/* line 107, app/assets/stylesheets/_resources.scss */
.resource-block table.resource input[type=text],
.resource-block table.resource input[type=date],
.resource-block table.resource input[type=number] {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  margin-left: 3px;
  padding-right: 5px;
}

/* line 117, app/assets/stylesheets/_resources.scss */
.resource-block table.resource select {
  border: 0;
  background: white;
}

/* line 122, app/assets/stylesheets/_resources.scss */
.resource-block table.resource input[type=date] {
  text-align: center;
}

/* line 126, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .money-input {
  display: flex;
}

/* line 129, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .money-input input[type=text] {
  width: 95%;
}

/* line 134, app/assets/stylesheets/_resources.scss */
.resource-block table.resource .add-button {
  font-size: 1.15rem;
  border: 2px solid #E01D18;
  padding: 0 5px;
  border-radius: 5px;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Light-8b69398b8470e8469fe592e2a83239b39a5625c2c0c2cb5ae79a128ea30bdf73.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Medium-1eccd398edb64b2e1bec5f19bf737292cce6d74e6da0b4cb47641e0335cc4f79.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Regular-c466f962863bc1abe64ab0f7f3d791657e3de187d662c3ebfea996d76d1627eb.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Bold-3a49166e7106088aa0d6f4ed382767800e485a15d2500bb2df46c73c15eff5d7.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-ExtraBold-e01671b11e3a7c29bdfa56fd0b25f3c60f1bbd8c89d438c00c591fad7c3981c7.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Light-e0432ff2ffd497b71f9b1810b3e821ac4615afecc5e08a0927666460a75c0264.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Medium-8ab19fc0e97a923dd7b91741506a88950b6b500ab5f5b33c24c4d42341430d23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Regular-9b76698dfa57be3d259d4091ad4ff1f5edf765c40eb639bd53f1723732bac25d.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Bold-32c47742454fe109b43056fdf95c4ff2dcfe837865959706e7f547507445649c.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-ExtraBold-7ea74c87d2d15ba2d36552a6d60c2a2056bddbd9c68ffc7b6c59c0e91f4a70f2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Regular-cd90a08d2b977c3a7a2d5004a3e7a5bfa1173d3e0ba804062a8cfc95f3feee4e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Medium-d3812a386f15510241fb844ec095cb1dbb89599dad49a378ff23a53da9fd3138.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_DemiBold-b08d194229f9c31afad2e576767d84c9ccbc3d6b54c58f48fd80d0c6e5e5bbd2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Bold-1d456082c8d4fa12a73ebccde884f6bca8eb90353ebcf1fbabbb009ab155f625.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Black-e22ef08dd73a05bb1272bdd69dee24cc900f7becc1668dfb80a9f840fdf5421e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/_modal.scss */
#modal-wrapper {
  z-index: 999;
}

/* line 6, app/assets/stylesheets/_modal.scss */
#modal-wrapper.hidden {
  z-index: -1;
  display: none;
}

/* line 12, app/assets/stylesheets/_modal.scss */
#modal-backdrop {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 25, app/assets/stylesheets/_modal.scss */
#modal {
  width: fit-content;
  min-width: 400px;
  background: white;
  color: black;
  position: fixed;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1005;
  padding-bottom: 2rem;
  border: 2px solid #E01D18;
  border-radius: 15px;
}

/* line 40, app/assets/stylesheets/_modal.scss */
#modal .modal-top {
  padding: 1rem 2rem;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-around;
}

/* line 47, app/assets/stylesheets/_modal.scss */
#modal .modal-bottom {
  margin-top: 1rem;
}

/* line 52, app/assets/stylesheets/_modal.scss */
#modal-body {
  padding: 1rem;
  max-height: 80vh;
  overflow-y: auto;
  display: inline-block;
}

/* line 59, app/assets/stylesheets/_modal.scss */
#modal-body input[type='submit'],
#modal-body span.button,
#modal-body a.button {
  border: 1px solid #E01D18;
  padding: 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  background: #E01D18;
  font-family: FunnelSans;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  width: fit-content;
  margin: 1rem;
}

/* line 76, app/assets/stylesheets/_modal.scss */
#modal-body .export-image {
  width: 80%;
  margin: 0 auto;
}

/* line 81, app/assets/stylesheets/_modal.scss */
#modal-body .bordered {
  border: 1px solid #212322;
}

/* line 85, app/assets/stylesheets/_modal.scss */
#modal-body textarea {
  height: 7rem;
}

/* line 89, app/assets/stylesheets/_modal.scss */
#modal-body table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 750px;
}

/* line 94, app/assets/stylesheets/_modal.scss */
#modal-body table .med-col {
  width: 25%;
}

/* line 97, app/assets/stylesheets/_modal.scss */
#modal-body table input[type=text], #modal-body table input[type=number] {
  width: 100%;
}

/* line 103, app/assets/stylesheets/_modal.scss */
#modal-body input[type=submit]:disabled {
  background: #9fa4a2;
  border-color: white;
  cursor: default;
}

/* line 109, app/assets/stylesheets/_modal.scss */
#modal-body span.cancel-button,
#modal-body a.cancel-button {
  margin: 1rem;
  color: #E01D18;
  background: white;
  border: 1px solid #E01D18;
  padding: 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
}

/* line 122, app/assets/stylesheets/_modal.scss */
#modal-title {
  font-weight: 600;
  font-size: 1.5rem;
  display: inline-block;
}

/* line 128, app/assets/stylesheets/_modal.scss */
#modal-close {
  display: inline;
  cursor: pointer;
  font-size: 2rem;
  position: fixed;
  right: 0;
  margin-right: 1em;
}

/* line 137, app/assets/stylesheets/_modal.scss */
.modal-form {
  min-width: 600px;
}

/* line 140, app/assets/stylesheets/_modal.scss */
.modal-form .flex-row {
  margin-top: 0.5rem;
}

/* line 144, app/assets/stylesheets/_modal.scss */
.modal-form label {
  width: 20%;
}

/* line 148, app/assets/stylesheets/_modal.scss */
.modal-form input {
  flex-grow: 1;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Light-8b69398b8470e8469fe592e2a83239b39a5625c2c0c2cb5ae79a128ea30bdf73.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Medium-1eccd398edb64b2e1bec5f19bf737292cce6d74e6da0b4cb47641e0335cc4f79.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Regular-c466f962863bc1abe64ab0f7f3d791657e3de187d662c3ebfea996d76d1627eb.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-Bold-3a49166e7106088aa0d6f4ed382767800e485a15d2500bb2df46c73c15eff5d7.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url(/assets/FunnelDisplay-ExtraBold-e01671b11e3a7c29bdfa56fd0b25f3c60f1bbd8c89d438c00c591fad7c3981c7.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Light-e0432ff2ffd497b71f9b1810b3e821ac4615afecc5e08a0927666460a75c0264.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Medium-8ab19fc0e97a923dd7b91741506a88950b6b500ab5f5b33c24c4d42341430d23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Regular-9b76698dfa57be3d259d4091ad4ff1f5edf765c40eb639bd53f1723732bac25d.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-Bold-32c47742454fe109b43056fdf95c4ff2dcfe837865959706e7f547507445649c.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url(/assets/FunnelSans-ExtraBold-7ea74c87d2d15ba2d36552a6d60c2a2056bddbd9c68ffc7b6c59c0e91f4a70f2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Regular-cd90a08d2b977c3a7a2d5004a3e7a5bfa1173d3e0ba804062a8cfc95f3feee4e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Medium-d3812a386f15510241fb844ec095cb1dbb89599dad49a378ff23a53da9fd3138.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_DemiBold-b08d194229f9c31afad2e576767d84c9ccbc3d6b54c58f48fd80d0c6e5e5bbd2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Bold-1d456082c8d4fa12a73ebccde884f6bca8eb90353ebcf1fbabbb009ab155f625.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url(/assets/Golos-Text_Black-e22ef08dd73a05bb1272bdd69dee24cc900f7becc1668dfb80a9f840fdf5421e.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* line 2, app/assets/stylesheets/_select.scss */
:root {
  --ss-primary-color: #EFDF00;
  --ss-bg-color: #E01D18;
  --ss-font-color: white;
  --ss-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: white;
  --ss-highlight-color: #fffb8c;
  --ss-focus-color: black;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 40px;
  --ss-content-height: 300px;
  --ss-search-height: 40px;
  --ss-option-height: auto;
  --ss-spacing-l: 9px;
  --ss-spacing-m: 7px;
  --ss-spacing-s: 5px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 15px;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

/* line 48, app/assets/stylesheets/_select.scss */
.ss-hide {
  display: none !important;
}

/* line 52, app/assets/stylesheets/_select.scss */
.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
  font-family: FunnelSans;
}

/* line 72, app/assets/stylesheets/_select.scss */
.ss-main:focus {
  box-shadow: 0 0 5px var(--ss-focus-color);
}

/* line 76, app/assets/stylesheets/_select.scss */
.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

/* line 81, app/assets/stylesheets/_select.scss */
.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

/* line 85, app/assets/stylesheets/_select.scss */
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

/* line 89, app/assets/stylesheets/_select.scss */
.ss-main.ss-dir-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 94, app/assets/stylesheets/_select.scss */
.ss-main.ss-dir-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 99, app/assets/stylesheets/_select.scss */
.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

/* line 109, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-placeholder {
  display: block;
  width: 100%;
  min-width: 0;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  color: var(--ss-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 122, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

/* line 135, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-single {
  display: block;
  margin: auto 0px auto var(--ss-spacing-s);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  max-width: calc(100% - 20px);
}

/* line 146, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

/* line 160, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

/* line 166, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-value .ss-value-text {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1;
  color: var(--ss-bg-color);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 178, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

/* line 189, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

/* line 194, app/assets/stylesheets/_select.scss */
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 202, app/assets/stylesheets/_select.scss */
.ss-main .ss-deselect {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

/* line 212, app/assets/stylesheets/_select.scss */
.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

/* line 217, app/assets/stylesheets/_select.scss */
.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 225, app/assets/stylesheets/_select.scss */
.ss-main .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

/* line 235, app/assets/stylesheets/_select.scss */
.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

/* line 245, app/assets/stylesheets/_select.scss */
.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  overflow: hidden;
  z-index: 10000;
}

/* line 262, app/assets/stylesheets/_select.scss */
.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

/* line 267, app/assets/stylesheets/_select.scss */
.ss-content.ss-fixed {
  position: fixed;
}

/* line 271, app/assets/stylesheets/_select.scss */
.ss-content.ss-dir-above {
  transform-origin: center bottom;
  flex-direction: column-reverse;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

/* line 278, app/assets/stylesheets/_select.scss */
.ss-content.ss-dir-below {
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

/* line 284, app/assets/stylesheets/_select.scss */
.ss-content.ss-open {
  opacity: 1;
  transform: scaleY(1);
}

/* line 289, app/assets/stylesheets/_select.scss */
.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--ss-border-color);
}

/* line 296, app/assets/stylesheets/_select.scss */
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: var(--ss-search-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: none;
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}

/* line 313, app/assets/stylesheets/_select.scss */
.ss-content .ss-search input::placeholder {
  color: var(--ss-placeholder-color);
  vertical-align: middle;
}

/* line 318, app/assets/stylesheets/_select.scss */
.ss-content .ss-search input:focus {
  box-shadow: none;
}

/* line 322, app/assets/stylesheets/_select.scss */
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

/* line 334, app/assets/stylesheets/_select.scss */
.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

/* line 344, app/assets/stylesheets/_select.scss */
.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 352, app/assets/stylesheets/_select.scss */
.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 359, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

/* line 364, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

/* line 369, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-option {
  transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
}

/* line 373, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup.ss-open .ss-option {
  max-height: 100px;
  opacity: 1;
  overflow: visible;
}

/* line 379, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

/* line 389, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

/* line 397, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

/* line 403, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

/* line 407, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

/* line 416, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

/* line 423, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: .5;
}

/* line 427, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

/* line 431, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

/* line 441, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

/* line 447, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 454, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

/* line 458, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

/* line 462, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

/* line 469, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

/* line 475, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

/* line 485, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3);
}

/* line 489, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-option {
  display: flex;
  align-items: center;
  min-height: var(--ss-option-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  white-space: normal;
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
}

/* line 500, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  color: var(--ss-focus-color);
  background-color: var(--ss-primary-color);
  border-left: 5px solid var(--ss-primary-color);
  transition: border-left var(--ss-animation-timing) ease;
}

/* line 507, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option.ss-selected:not(.ss-disabled) {
  color: var(--ss-focus-color);
  background-color: var(--ss-primary-color);
}

/* line 513, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

/* line 518, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

/* line 522, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: var(--ss-highlight-color);
}

/* line 527, app/assets/stylesheets/_select.scss */
.ss-content .ss-list .ss-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

/*# sourceMappingURL=slimselect.css.map */
