/* ...




*/

.alertify, .alertify-log {
  transition: all 0.15s ease-in-out;
}

.alertify-hidden, .alertify-hide {
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
}


.alertify-button,
.alertify-button:link,
.alertify-button:visited,
.alertify-button:hover,
.alertify-button:active {
  text-decoration: none;
  color: inherit;
}

.alertify-cover {
  position: fixed; z-index: 99999;
  top: 0; right: 0; bottom: 0; left: 0;
}

.alertify {
  position: fixed; z-index: 99999;
  top: 50px; left: 50%;
  width: 550px;
  margin-left: -275px;
}
  .alertify-hidden {
    top: -50px;
    visibility: hidden;
  }

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
  .alertify-log {
    display: block;
    margin-top: 10px;
    position: relative;
  }
  .alertify-log-show {
    right: 0;
  }
  .alertify-dialog {
    padding:15px 15px 5px 15px;
  }
    .alertify-resetFocus {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    .alertify-inner {
      text-align: center;
    }
    .alertify-message {
      text-align: left !important;
    }
    .alertify-text {
      margin-bottom: 15px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 100%;
    }
    .alertify-buttons {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      padding-top: 10px;
    }
      .alertify-button {
        line-height: 1.5;
        font-size: 100%;
        display: inline-block;
        cursor: pointer;
        margin-left: 5px;
      }

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}

:root {
  --alertify-primary-color: #18a8a2;
  --alertify-success-color: #28a745;
  --alertify-error-color: #dc3545;
  --alertify-background-color: #ffffff;
  --alertify-text-color: #333333;
  --alertify-text-light-color: #ffffff;
  --alertify-border-color: #e0e0e0;
}

.alertify,
.alertify-log {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.alertify {
  background: var(--alertify-background-color);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--alertify-border-color);
  padding: 24px;
}

.alertify-text {
  border: none;
  padding: 0;
  margin-bottom: 20px;
  color: var(--alertify-text-color);
  font-size: 16px;
  line-height: 1.5;
}

.alertify-button {
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  text-shadow: none;
  box-shadow: none;
  background-image: none;
}

.alertify-button:hover,
.alertify-button:focus {
  outline: none;

  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.alertify-button:focus {
    box-shadow: 0 0 0 3px rgba(24, 168, 162, 0.4);
}

.alertify-button:active {
  transform: translateY(0);
  filter: brightness(0.95);
}

.alertify-button-cancel {
  background-color: var(--alertify-background-color);
  border: 1px solid var(--alertify-border-color);
  color: var(--alertify-text-color);
}
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #f7f7f7;
  border-color: #c0c0c0;
}


.alertify-button-ok {
  background-color: var(--alertify-primary-color);
  color: var(--alertify-text-light-color);
}
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  filter: brightness(1.1);
  background-color: var(--alertify-primary-color);
}

.alertify-log {
  padding: 16px;
  border-radius: 8px;
  color: var(--alertify-text-light-color);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  background: rgba(40, 40, 40, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-shadow: none;
}

.alertify-log-default {
    background: rgba(24, 168, 162, 0.9);
}

.alertify-log-error {
  background: rgba(220, 53, 69, 0.9);
}

.alertify-log-success {
  background: rgba(40, 167, 69, 0.9);
}
.amount_alert_message, .invalid_amount_alert_message {
  display: none;
  font-weight: bold;
}

.amout_requested {
  font-size: 18px;
}

.available_amount {
  font-size: 18px;
  float: right;
}

.document_type_cnpj {
  display: none;
}
.total_pending {
  float: right;
}

.new_request {
  float: right;
  margin-top: -60px;
}

td.currency, th.currency {
  text-align: right;
}

td,tr {
  padding: 10px;
  text-align: left;
}
#email-used {
  color: red;
  font-weight: bold;
}

.change-message-dynamic-field {
  color: red;
  font-weight: bold;
}
.url-prefix, #church-url-sufix {
  font-size: 18px;
}

.field_with_errors {
  display: inline;
}

#url-availability {
  float: right;
  font-size: 14px;
}

.url-unavailable {
  color: red;
}

.url-available {
  color: green;
}
.zebra tr:nth-child(odd) {
  background-color: #F5F5F5;
}

.fundo_branco .padding {
  padding-bottom: 30px;
}

table {
  margin: 5px 0;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.full_width_panel {
  width: 925px;
}
/* line 1, app/assets/stylesheets/general/data-tables.css.scss */
.dataTables_paginate {
  width: 44px;
  float: right;
  text-indent: 10000px;
}

/* line 7, app/assets/stylesheets/general/data-tables.css.scss */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left;
}

/* line 14, app/assets/stylesheets/general/data-tables.css.scss */
.paginate_disabled_previous {
  background-image: url(/static/2026-06-25/data_tables/back_disabled-9a99cf63294ba2ec185c30cde64a3fc0624b056a62d27d2783cade51c17cd77c.jpg);
}

/* line 18, app/assets/stylesheets/general/data-tables.css.scss */
.paginate_enabled_previous {
  background-image: url(/static/2026-06-25/data_tables/back_enabled-ce45cd2e0f4ed94856fefd1589f973bd3715ca0f6c1cb77acc30aaea3e4603cd.jpg);
}

/* line 22, app/assets/stylesheets/general/data-tables.css.scss */
.paginate_disabled_next {
  background-image: url(/static/2026-06-25/data_tables/forward_disabled-ab86001b022ef5f6c07a219eeb314c96ad7ef5ad90eca1e332c0275c18aeffb4.jpg);
}

/* line 26, app/assets/stylesheets/general/data-tables.css.scss */
.paginate_enabled_next {
  background-image: url(/static/2026-06-25/data_tables/forward_enabled-019ad0adfec5e9417d46d3766e876e43ab388fd1c9a1780fba3881ed203fe617.jpg);
}

/* line 30, app/assets/stylesheets/general/data-tables.css.scss */
.sorting_asc {
  background: url(/static/2026-06-25/data_tables/sort_asc-6579e55a80884941ecb809a591d4df9e6adaf695d0de2a089401361a71d7bf44.png) no-repeat center right;
}

/* line 34, app/assets/stylesheets/general/data-tables.css.scss */
.sorting_desc {
  background: url(/static/2026-06-25/data_tables/sort_desc-8c857b4daa3a1ee9332b2536ee05c5de9e41b187d41965fe50af7d759f6d4e51.png) no-repeat center right;
}

/* line 38, app/assets/stylesheets/general/data-tables.css.scss */
.dataTables_info {
  float: left;
}
.church-url-prefix, #url-suffix {
  font-size: 18px;
}

.field_with_errors {
  display: inline;
}

#url-availability {
  float: right;
  font-size: 14px;
}

.url-unavailable {
  color: red;
}

.url-available {
  color: green;
}
#enrollment-selector-container {
  text-align: center;
  padding: 10px;
}

#container-enrollment-last-one-month, #container-enrollment-last-two-months {
  display: none;
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/********************************************************************

Project: Formee - http://www.formeeee.org
Launched:
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br

********************************************************************
Structure
********************************************************************/

/* Little CSS Reset to preserv form structure */

/* fix  ff bugs */

.formee:after, .formee div:after, .formee ol:after, .formee ul:after, .formee li:after, .formee dl:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

/* Form Structure */

.formee {margin:0;padding:0;}
.formee fieldset {
	border: 1px solid #d4d4d4;
	position: relative;
	height:100%;
	padding: 10px;
	margin: 0 0 4em;
}
.formee h3 {
	margin:2em 1% .8%;
	padding: 0.5% 0.5% 0.8%;
}

/* Field Grid */
.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-12-12 {
	display:inline-block;
	position:relative;
	float:left;
	margin-left:1%;
	margin-right:1%;
	padding: 0.8% 0.5% 1%;
	height:100%;
/*ie7*/
*margin-left:.8%;
*margin-right:.8%;
*padding: 0.8% 0.25% 1%;
}

/* 12-column Grid (thanks for Fluid 960 Grid System) */
.grid-1-12 {width: 5.333%;}
.grid-2-12 {width: 13.666%;}
.grid-3-12 {width: 22%;}
.grid-4-12 {width: 30.333%;}
.grid-5-12 {width: 38.666%;}
.grid-6-12 {width: 47%;}
.grid-7-12 {width: 55.333%;}
.grid-8-12 {width: 63.666%;}
.grid-9-12 {width: 72%;}
.grid-10-12 {width: 80.333%;}
.grid-11-12 {width: 88.666%;}
.grid-12-12 {width: 97%;}


/* first item */ .formee .alpha {margin-left:0;}
/* last item */ .formee .omega {margin-right:0;}
/* clear */ .formee .clear {clear:both;}
/* input without label */ .formee-no-lbl {position:relative;padding-bottom:0;}
/* input without label */ .formee-no-lbl input,  .formee-no-lbl label,  .formee-no-lbl span,  .formee-no-lbl ul,  .formee-no-lbl p {position:absolute;bottom:0;}

/* multiple containers inside field-grid */
.formee .left {
	clear:none;
	float:left !important;
	margin-right:0.3em !important;
}
.formee .right {
	clear:none;
	float:right !important;
	margin-left:0.3em !important;
}


/* form elements  */
.formee-lbl, .formee label {
	display: block;
	height: auto;
	margin: 0.2em 0 0.5em;
}
.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee input[type="email"], .formee textarea, .formee select{
	vertical-align: middle;
	line-height: 1.1em;
	width: 100%;
	padding:10px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
/*ie7*/
*width: 99%;
}
.formee textarea {height: 10em;}
.formee select {padding:9px;height:2.7em;}
.formee-list .formee-lbl, .formee-list label {
	display: inline;
	height: auto;
	margin: 0.5em 0 0.8em 2px;
}
.formee-req {
	position: relative;
	top:3px;
}

.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
	padding:20px 20px 15px 38px;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	margin: 0 1.5% 0.8em;
	clear:both;
  z-index: 1000;
}
.formee-msg-info li, .formee-msg-warning li, .formee-msg-error li, .formee-msg-success li {
	list-style: none;
	padding:0;
	margin-bottom: .4%;
	font-size:1.4em;
	line-height:1.1em;
	vertical-align: top;
}


/* form button  */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  padding:8px 15px 9px;
  cursor: pointer;
  text-align: center;
  display:inline-block;
  border:1px solid #D4D4D4;
}

/* lista de chk e rdo */
.formee-list {
	height: 100%;
	list-style: none;
	padding:0;
	margin:0;
}
.formee-list li, .formee-list li {
	margin: 0.5em 0.6em 0.8em;
	float:left;
	display: inline-block;
	list-style:none;
}
.formee-list input {margin-right: 0.2em}

/* input size */
.formee-small {
	width: 30% !important;
	float:left;
	margin-right: 10px;
	display:inline;
/*ie7*/
*width: 25% !important;
}

.formee-more-small {
	width: 18% !important;
	float:left;
	margin-right: 10px;
	display:inline;
/*ie7*/
*width: 25% !important;
}


.formee-medium {
	width: 50% !important;
	float:left;
	margin-right: 10px;
	display:inline;
/*ie7*/
*width: 45% !important;
}
/********************************************************************

Project: Formee - http://www.formeeee.org
Last Updated:
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br

********************************************************************
Style
********************************************************************/
/* line 15, app/assets/stylesheets/general/formee-style.css.scss */
.formee fieldset {
  background: #fff;
  /*corner*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* hover effect */
/* line 25, app/assets/stylesheets/general/formee-style.css.scss */
.field-button:hover {
  background: transparent;
}

/* Form legend and titles */
/* line 30, app/assets/stylesheets/general/formee-style.css.scss */
.formee {
  font: normal 10px/1.1em Arial,Sans-Serif;
}

/* line 31, app/assets/stylesheets/general/formee-style.css.scss */
.formee legend, .formee h3 {
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: -.035em;
  color: #2b2b2b;
  font-weight: normal;
}

/* form elements  */
/* line 40, app/assets/stylesheets/general/formee-style.css.scss */
.formee-lbl, .formee label {
  color: #2b2b2b;
  font-size: 1.4em;
  line-height: 1.3em;
  vertical-align: middle;
}

/* line 46, app/assets/stylesheets/general/formee-style.css.scss */
.formee-req {
  font-weight: bold;
  font-style: normal;
  color: #d10000;
  font-size: 1.2em;
  line-height: .85em;
}

/* line 53, app/assets/stylesheets/general/formee-style.css.scss */
.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee input[type="email"], .formee textarea, .formee select {
  border-color: #c6c6c6 #dadada #eaeaea;
  background: #fafafa;
  color: #999;
  font-size: 1.4em;
  font-family: inherit;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 64, app/assets/stylesheets/general/formee-style.css.scss */
.formee select {
  border-color: #c6c6c6 #dadada #eaeaea;
  background: #fafafa;
  color: #999;
}

/* line 69, app/assets/stylesheets/general/formee-style.css.scss */
.formee .formee-txt:hover, .formee input[type="text"]:hover, .formee input[type="password"]:hover, .formee input[type="file"]:hover, .formee textarea:hover, .formee select:hover {
  color: #666;
  background: #fff none;
  border-color: #c6c6c6;
}

/* line 74, app/assets/stylesheets/general/formee-style.css.scss */
form .formee-txt:focus, .formee input[type="text"]:focus, .formee input[type="password"]:focus, .formee input[type="file"]:focus, .formee textarea:focus, .formee select:focus {
  color: #333;
  background: #fff none;
  border-color: #659ec9 #70aedd #a8cfec;
  outline: 0;
}

/* form msg status  */
/* line 83, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
  color: #2b2b2b;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 90, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-info h3, .formee-msg-warning h3, .formee-msg-error h3, .formee-msg-success h3 {
  font-size: 2em;
  line-height: 1.1em;
  letter-spacing: -.02em;
  padding: 0;
  margin: 0 0 .3em 0;
}

/* line 97, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-info {
  background: #d1ecf7 url(/static/2026-06-25/form-ic-info-4a3a3c2b3c1e793ab790d551a750b3cbf43070379633d7a76959b97a45819fca.png) no-repeat 12px 23px;
  border-color: #bcdfef;
}

/* line 101, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-warning {
  background: #fff6bf url(/static/2026-06-25/form-ic-warning-d3b9ad3b02f48e4c89b74f8e105c8a83a0e5878f34ea98da6d579cc4a9466657.png) no-repeat 12px 23px;
  border-color: #fceb77;
}

/* line 105, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-error {
  background: #fad0d0 url(/static/2026-06-25/form-ic-error-320fcf28e10af160c30bbe8ae2e8ff06c82d58d803e07f9b19cb2764b2f4a427.png) no-repeat 12px 23px;
  border-color: #f6abab;
}

/* line 109, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-success {
  background: #e5f8ce url(/static/2026-06-25/form-ic-success-122d98b52b7402cdf0885d0fb188438c0b5aa3f315b47e0baf7e88575b85e5aa.png) no-repeat 12px 23px;
  border-color: #d0f1a6;
}

/* line 114, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-success strong, .formee-msg-success a {
  color: #62b548;
}

/* line 115, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-info strong, .formee-msg-info a {
  color: #11689e;
}

/* line 116, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-warning strong, .formee-msg-warning a {
  color: #957210;
}

/* line 117, app/assets/stylesheets/general/formee-style.css.scss */
.formee-msg-error strong, .formee-msg-error a {
  color: #b01717;
}

/* form validation */
/* line 120, app/assets/stylesheets/general/formee-style.css.scss */
.formee-error {
  border-color: #FAD0D0 !important;
  color: #b01717 !important;
  /* shadow */
  -moz-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
}

/* form buttons */
/* line 130, app/assets/stylesheets/general/formee-style.css.scss */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: -.015em;
  color: #fff;
  border-color: #3a77a4;
  background: #5393c2;
  /* gradient */
  background: -moz-linear-gradient(top, #5393c2 40%, #3a77a4);
  background: -webkit-linear-gradient(top, #5393c2 40%, #3a77a4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5393c2', endColorstr='#3a77a4');
  /* corner */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
}

/* line 152, app/assets/stylesheets/general/formee-style.css.scss */
.formee-button:hover, .formee input[type="submit"]:hover, .formee input[type="button"]:hover, .formee input[type="reset"]:hover {
  background: #70aedd;
  /* gradient */
  background: -moz-linear-gradient(top, #70aedd 40%, #69a4d0);
  background: -webkit-linear-gradient(top, #70aedd 40%, #69a4d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70aedd', endColorstr='#69a4d0');
  /* shadow */
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/static/2026-06-25/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/static/2026-06-25/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/static/2026-06-25/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/static/2026-06-25/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/static/2026-06-25/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/static/2026-06-25/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 125, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* CSS Document */
/* line 7, app/assets/stylesheets/general/general.css.scss */
iframe {
  border: 0;
}

/* line 9, app/assets/stylesheets/general/general.css.scss */
body {
  margin: 0px;
  font-family: 'Nunito', sans-serif;
  background: url(/static/2026-06-25/bg_normal-a82e13aefc341b1a4df79869d87b36f932641a52edb223a67b2649d6fcf57af1.jpg) repeat;
  color: #444;
}

/* line 16, app/assets/stylesheets/general/general.css.scss */
.grid-hidden {
  display: none;
}

/* line 19, app/assets/stylesheets/general/general.css.scss */
.margin {
  width: 940px;
  margin: 0 auto;
}

/* line 20, app/assets/stylesheets/general/general.css.scss */
.clear {
  clear: both;
}

/* line 21, app/assets/stylesheets/general/general.css.scss */
#spacer {
  height: 80px;
}

/* line 22, app/assets/stylesheets/general/general.css.scss */
.number {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: normal;
}

/* line 23, app/assets/stylesheets/general/general.css.scss */
a {
  color: #4c9395;
}

/* line 24, app/assets/stylesheets/general/general.css.scss */
a:hover {
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/general/general.css.scss */
h1 {
  font-size: 25px;
  color: #0d756f;
  margin: 0 0 15px 0;
  padding: 0;
}

/* line 28, app/assets/stylesheets/general/general.css.scss */
h2 {
  font-size: 30px;
  color: #2a1225;
  margin: 0 0 15px 0;
  padding: 0;
}

/* line 29, app/assets/stylesheets/general/general.css.scss */
h3 {
  margin: 0 0 15px 0;
  padding: 0;
}

/* line 30, app/assets/stylesheets/general/general.css.scss */
h4 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #f75538;
  font-size: 15px;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/general/general.css.scss */
h5 {
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: normal;
}

/* line 32, app/assets/stylesheets/general/general.css.scss */
p {
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0 20px 0;
  padding: 0;
}

/* line 34, app/assets/stylesheets/general/general.css.scss */
h4.dashboard-title {
  margin: 0;
  color: #0D756F;
}

/* line 39, app/assets/stylesheets/general/general.css.scss */
.center_form_into_margin {
  position: relative;
  left: 150px;
  /*z-index:-1;*/
}

/* line 41, app/assets/stylesheets/general/general.css.scss */
.coluna_principal {
  width: 620px;
  float: left;
  margin-bottom: 40px;
}

/* line 47, app/assets/stylesheets/general/general.css.scss */
.coluna_principal_dashboard {
  width: 620px;
  float: left;
}

/* line 52, app/assets/stylesheets/general/general.css.scss */
.coluna_2 {
  width: 300px;
  float: left;
  margin: 5px 0 0 20px;
  margin-bottom: 20px;
}

/* line 54, app/assets/stylesheets/general/general.css.scss */
#barra_fixa {
  top: 0;
  min-height: 50px;
  position: fixed;
  background: #2a1225;
  width: 100%;
  box-shadow: 0 0 5px #545454;
  z-index: 200000;
}

/* line 56, app/assets/stylesheets/general/general.css.scss */
#barra_fixa .linkheader {
  float: right;
  display: block;
  margin: 8px 10px;
  font-size: 14px;
}

/* line 57, app/assets/stylesheets/general/general.css.scss */
#barra_fixa .link {
  padding: 0 10px 0 0;
  border-right: dotted 1px #7d6479;
  margin: 15px 10px 15px 0;
  color: #7d6479 !important;
}

/* line 61, app/assets/stylesheets/general/general.css.scss */
.fundo_branco {
  background: #fff;
  box-shadow: 0 0 3px #545454;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 20px 0;
}

/* line 70, app/assets/stylesheets/general/general.css.scss */
.fundo_branco .padding {
  padding: 20px;
}

/* line 71, app/assets/stylesheets/general/general.css.scss */
.fundo_branco .padding_cinza {
  padding: 13px;
  background: #f1f1f1;
  height: 44px;
}

/* line 77, app/assets/stylesheets/general/general.css.scss */
.fundo_branco .payment-method-list {
  padding: 13px;
  background: #f1f1f1;
}

/* line 82, app/assets/stylesheets/general/general.css.scss */
.padding div .wym_box .wym_box_0 .wym_skin_default {
  height: 200px;
}

/* line 86, app/assets/stylesheets/general/general.css.scss */
.line_paginas_edit {
  -moz-border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 0 1px 0 0 #FFFFFF inset;
  border: 1px solid #D1D1D1;
  height: 720px;
}

/* line 93, app/assets/stylesheets/general/general.css.scss */
.line_paginas_edit .area_imagem_upload {
  background: none repeat scroll 0 0 #F1F1F1;
  height: 240px;
  width: 619px;
  border-right: 1px solid #D1D1D1;
}

/* line 100, app/assets/stylesheets/general/general.css.scss */
.area_imagem_upload {
  padding-top: 50px;
}

/* line 102, app/assets/stylesheets/general/general.css.scss */
.area_imagem_upload input[type="file"] {
  position: relative;
  top: 10%;
  left: 25%;
}

/* line 108, app/assets/stylesheets/general/general.css.scss */
.area_imagem_upload h3 {
  text-align: center;
  font-size: 1.0em;
  margin-bottom: 40px;
  color: #000;
}

/* line 116, app/assets/stylesheets/general/general.css.scss */
.area_imagem_upload {
  background: #fff;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

/* line 123, app/assets/stylesheets/general/general.css.scss */
.area_imagem_upload #label_iamgem_upload {
  text-align: center;
  font-size: 1.0em;
  font-family: inherit;
  height: auto;
  color: #000;
}

/* line 131, app/assets/stylesheets/general/general.css.scss */
.imagem-principal-hotsite {
  width: 619px;
}

/* line 135, app/assets/stylesheets/general/general.css.scss */
.hotsite-image-enrollments {
  width: 300px;
  height: 110px;
}

/* line 140, app/assets/stylesheets/general/general.css.scss */
.header-event-enrollments {
  height: 115px;
}

/* line 144, app/assets/stylesheets/general/general.css.scss */
#opcionalidade_cabecalho {
  border-color: #c6c6c6 #dadada #eaeaea;
  /*  background: #fafafa; */
  color: #333;
  font-size: 1.0em;
  font-family: inherit;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

/* line 157, app/assets/stylesheets/general/general.css.scss */
body #sem-opacity {
  color: #000;
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  opacity: 100;
  z-indez: 100;
}

/* line 167, app/assets/stylesheets/general/general.css.scss */
.left {
  float: left;
}

/* line 171, app/assets/stylesheets/general/general.css.scss */
.right {
  float: right;
}

/* line 175, app/assets/stylesheets/general/general.css.scss */
#footer {
  border-top: 3px solid #2a1225;
  padding: 20px 0;
  margin: 60px 0;
  color: #2a1225;
  font-size: 12px;
}

/* line 176, app/assets/stylesheets/general/general.css.scss */
#footer a {
  color: #2a1225;
}

/* line 176, app/assets/stylesheets/general/general.css.scss */
#footer a:hover {
  text-decoration: none;
}

/* line 177, app/assets/stylesheets/general/general.css.scss */
#footer .link {
  float: right;
  display: block;
  margin: 5px 10px;
}

/* line 178, app/assets/stylesheets/general/general.css.scss */
.tarifas-popup {
  display: none;
  padding: 25px;
  background: #fff;
  border: 1px solid red;
  width: auto;
}

/* line 179, app/assets/stylesheets/general/general.css.scss */
#footer span {
  margin: 20px 0 0 0;
  display: block;
  color: #585858;
}

/* line 180, app/assets/stylesheets/general/general.css.scss */
#footer img {
  max-width: 170px;
}

/* line 182, app/assets/stylesheets/general/general.css.scss */
#languages {
  float: right;
  margin-left: 20px;
}

/* line 186, app/assets/stylesheets/general/general.css.scss */
#languages select#language-selector {
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  outline: 0px;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  color: #2a1225;
  margin-top: 5px;
}

/* line 199, app/assets/stylesheets/general/general.css.scss */
#tarifas {
  color: #2a1225;
  text-decoration: underline;
  font-size: 12px;
  position: relative;
  top: -1.5px;
}

/* line 200, app/assets/stylesheets/general/general.css.scss */
.opendiv {
  display: block;
  height: 25px;
  background: #e1e1e1 url(/static/2026-06-25/sprite_cma_closeopen-df170b4a7a6bb591820605ebfa8038c65cdb3852485729bba140b6cbf7e8129a.png) no-repeat center -1px;
}

/* line 201, app/assets/stylesheets/general/general.css.scss */
.opendiv:hover {
  background: #e5e5e5 url(/static/2026-06-25/sprite_cma_closeopen-df170b4a7a6bb591820605ebfa8038c65cdb3852485729bba140b6cbf7e8129a.png) no-repeat center 0px;
}

/* line 203, app/assets/stylesheets/general/general.css.scss */
.closediv {
  display: block;
  height: 25px;
  background: #e1e1e1 url(/static/2026-06-25/sprite_cma_closeopen-df170b4a7a6bb591820605ebfa8038c65cdb3852485729bba140b6cbf7e8129a.png) no-repeat center -25px;
}

/* line 204, app/assets/stylesheets/general/general.css.scss */
.closediv:hover {
  background: #e5e5e5 url(/static/2026-06-25/sprite_cma_closeopen-df170b4a7a6bb591820605ebfa8038c65cdb3852485729bba140b6cbf7e8129a.png) no-repeat center -26px;
}

/* line 206, app/assets/stylesheets/general/general.css.scss */
.padding table {
  margin: 10px 0;
}

/* line 207, app/assets/stylesheets/general/general.css.scss */
.padding th {
  padding: 3px;
  border-bottom: 2px solid #b1b1b1;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}

/* line 208, app/assets/stylesheets/general/general.css.scss */
.padding td {
  padding: 10px 3px;
  border-bottom: dotted 1px #ccc;
  font-size: 13px;
}

/* line 210, app/assets/stylesheets/general/general.css.scss */
.padding .td_cinza {
  background: #f5f5f5;
}

/* line 212, app/assets/stylesheets/general/general.css.scss */
.event-title {
  font-size: 30px;
}

/* Dashboard page */
/* line 218, app/assets/stylesheets/general/general.css.scss */
.dashboard-evento-letra {
  width: 150px;
  display: block;
  font-size: 25px;
  line-height: 24px;
  color: #888;
}

/* line 228, app/assets/stylesheets/general/general.css.scss */
.dashboard-enrollments-quantities, .left_dashboard_status, .right_dashboard_status {
  margin: 5px;
  width: 250px;
  display: inline;
}

/* line 234, app/assets/stylesheets/general/general.css.scss */
.dashboard-enrollments-quantities-container {
  margin-top: 12px;
  text-align: center;
}

/* line 239, app/assets/stylesheets/general/general.css.scss */
.right-dashboard-container {
  width: 310px;
}

/* line 243, app/assets/stylesheets/general/general.css.scss */
.number2, .number2-b {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: normal;
  color: #0d756f;
  margin-left: 10px;
}

/* line 251, app/assets/stylesheets/general/general.css.scss */
.number4, .number4-b {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  color: #0d756f;
  margin-left: 10px;
}

/* line 260, app/assets/stylesheets/general/general.css.scss */
.number2_financial_account {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  color: #0d756f;
}

/* line 265, app/assets/stylesheets/general/general.css.scss */
.number2-b, .number4-b {
  color: #F75538;
}

/* line 268, app/assets/stylesheets/general/general.css.scss */
.number3 {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  color: #0d756f;
  margin-right: 20px;
  color: #F75538;
}

/* line 278, app/assets/stylesheets/general/general.css.scss */
.padding2 {
  padding: 20px 0 20px 0;
}

/*  Eventos */
/* line 286, app/assets/stylesheets/general/general.css.scss */
.inscricoes-fechadas-letra {
  font-style: italic;
}

/* line 290, app/assets/stylesheets/general/general.css.scss */
.laranja {
  color: #CC6600;
}

/* line 293, app/assets/stylesheets/general/general.css.scss */
#bg-seta-dashboard-eventos {
  background: #f1f1f1 url(/static/2026-06-25/seta-f2ab725bc367ca5d708c51cfdf76eb8c96d3e7c8758941bc669796e10f77beca.gif) no-repeat 220px center;
}

/* line 297, app/assets/stylesheets/general/general.css.scss */
.titulo-bold-eventos-index {
  font-size: 25px;
  color: #333;
}

/* line 301, app/assets/stylesheets/general/general.css.scss */
.titulo-bold-eventos-index a {
  text-decoration: none;
  color: #333;
}

/* line 306, app/assets/stylesheets/general/general.css.scss */
.btn-expand-superior-open, .btn-expand-superior-close {
  height: 25px;
  width: 27px;
  float: left;
  margin: 0 0 0 205px;
  display: block;
}

/* line 314, app/assets/stylesheets/general/general.css.scss */
.btn-expand-superior-open {
  background: url(/static/2026-06-25/sprite_cma-f2c5a136cfd808e3ab18da1e91cf4565ce84df2b42e4325e337ab3e11590b4ec.png) no-repeat 0px 0px;
}

/* line 317, app/assets/stylesheets/general/general.css.scss */
.btn-expand-superior-close {
  background: url(/static/2026-06-25/sprite_cma-f2c5a136cfd808e3ab18da1e91cf4565ce84df2b42e4325e337ab3e11590b4ec.png) no-repeat 0px -25px;
}

/* line 321, app/assets/stylesheets/general/general.css.scss */
.btn-expand-inferior-open {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 5px;
}

/* line 328, app/assets/stylesheets/general/general.css.scss */
.btn-expand-inferior-open, btn-expand-inferior-close {
  margin: 0 auto;
  width: 282px;
  height: 30px;
  display: block;
}

/* line 335, app/assets/stylesheets/general/general.css.scss */
.div-btn-inferior-close-tabs {
  height: 25px;
  background: #4C9395;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 346, app/assets/stylesheets/general/general.css.scss */
.btn-expand-minus {
  display: none;
}

/* line 350, app/assets/stylesheets/general/general.css.scss */
.encolhimento {
  display: none;
}

/* Hot sites */
/* line 357, app/assets/stylesheets/general/general.css.scss */
.file_field_position {
  margin: 0 auto;
}

/* botões ------------------------------------------------------------------------------*/
/* line 363, app/assets/stylesheets/general/general.css.scss */
.botao_verde_coluna {
  -moz-box-shadow: inset 0px 1px 0px 0px #aaccca;
  -webkit-box-shadow: inset 0px 1px 0px 0px #aaccca;
  box-shadow: inset 0px 1px 0px 0px #aaccca;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #319992), color-stop(1, #0c6964));
  background: -moz-linear-gradient(center top, #319992 5%, #0c6964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#319992', endColorstr='#0c6964');
  background-color: #319992;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #08423e;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #0b2927;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

/* line 384, app/assets/stylesheets/general/general.css.scss */
.botao_verde_coluna[disabled] {
  cursor: not-allowed;
  opacity: .65;
  pointer-events: none;
}

/* line 390, app/assets/stylesheets/general/general.css.scss */
.botao_verde_coluna:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c6964), color-stop(1, #319992));
  background: -moz-linear-gradient(center top, #0c6964 5%, #319992 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c6964', endColorstr='#319992');
  background-color: #0c6964;
}

/* line 395, app/assets/stylesheets/general/general.css.scss */
.botao_verde_coluna:active {
  position: relative;
  top: 1px;
}

/* line 401, app/assets/stylesheets/general/general.css.scss */
.botao_verde_header {
  -moz-box-shadow: inset 0px 1px 0px 0px #aaccca;
  -webkit-box-shadow: inset 0px 1px 0px 0px #aaccca;
  box-shadow: inset 0px 1px 0px 0px #aaccca;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #319992), color-stop(1, #0c6964));
  background: -moz-linear-gradient(center top, #319992 5%, #0c6964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#319992', endColorstr='#0c6964');
  background-color: #319992;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #08423e;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 12px;
  text-shadow: 1px 1px 0px #0b2927;
  margin: 0 0 10px 0;
  text-decoration: none;
}

/* line 420, app/assets/stylesheets/general/general.css.scss */
.botao_verde_header:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c6964), color-stop(1, #319992));
  background: -moz-linear-gradient(center top, #0c6964 5%, #319992 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c6964', endColorstr='#319992');
  background-color: #0c6964;
}

/* line 425, app/assets/stylesheets/general/general.css.scss */
.botao_verde_header:active {
  position: relative;
  top: 1px;
}

/* line 431, app/assets/stylesheets/general/general.css.scss */
.botao_branco_coluna {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e1e1e1));
  background: -moz-linear-gradient(center top, #f1f1f1 5%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1');
  background-color: #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  display: block;
  color: #0c6964;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

/* line 451, app/assets/stylesheets/general/general.css.scss */
.botao_branco_coluna[disabled] {
  cursor: not-allowed;
  opacity: .65;
  pointer-events: none;
}

/* line 456, app/assets/stylesheets/general/general.css.scss */
.botao_branco_coluna:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #f1f1f1));
  background: -moz-linear-gradient(center top, #e1e1e1 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#f1f1f1');
  background-color: #e1e1e1;
}

/* line 461, app/assets/stylesheets/general/general.css.scss */
.botao_branco_coluna:active {
  position: relative;
  top: 1px;
}

/* line 466, app/assets/stylesheets/general/general.css.scss */
.botao_branco_edit {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e1e1e1));
  background: -moz-linear-gradient(center top, #f1f1f1 5%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1');
  background-color: #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  display: block;
  color: #0c6964;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

/* line 486, app/assets/stylesheets/general/general.css.scss */
.botao_branco_edit .name {
  color: #0c6964;
  float: left;
  width: 220px;
  display: block;
  padding: 5px 0 0 0;
  text-decoration: none;
}

/* line 487, app/assets/stylesheets/general/general.css.scss */
.botao_branco_edit .name:hover {
  color: #2a1225;
}

/* line 489, app/assets/stylesheets/general/general.css.scss */
.botao_branco_edit .close {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e1e1e1));
  background: -moz-linear-gradient(center top, #f1f1f1 5%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1');
  background-color: #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  display: block;
  padding: 5px;
  float: right;
}

/* line 505, app/assets/stylesheets/general/general.css.scss */
.botao_branco_edit .close:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #f1f1f1));
  background: -moz-linear-gradient(center top, #e1e1e1 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#f1f1f1');
  background-color: #e1e1e1;
}

/* line 510, app/assets/stylesheets/general/general.css.scss */
.botao_branco_edit_current {
  background: 0px 0px no-repeat;
  display: block;
  color: #b1b1b1;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 15px 9px 25px;
  text-decoration: none;
  margin: 0 0 10px -10px;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  border: none;
}

/* line 526, app/assets/stylesheets/general/general.css.scss */
.botao_branco_edit_current .name {
  color: #b1b1b1 !important;
}

/* line 528, app/assets/stylesheets/general/general.css.scss */
.botao_branco_coluna_CURRENT {
  background: 0px 0px no-repeat;
  display: block;
  color: #b1b1b1;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0 12px 25px;
  text-decoration: none;
  margin: 0 0 10px -10px;
  text-transform: uppercase;
}

/* line 539, app/assets/stylesheets/general/general.css.scss */
.botao_branco_coluna:active {
  background: 0px 0px no-repeat;
  display: block;
  color: #b1b1b1;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0 12px 25px;
  text-decoration: none;
  margin: 0 0 10px -10px;
  text-transform: uppercase;
}

/* line 549, app/assets/stylesheets/general/general.css.scss */
.novo_botao {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background-color: transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0c6964;
  display: block;
  color: #0c6964;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

/* line 567, app/assets/stylesheets/general/general.css.scss */
.novo_botao:hover {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e1e1e1));
  background: -moz-linear-gradient(center top, #f1f1f1 5%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1');
  background-color: #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  display: block;
  color: #0c6964;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

/* line 587, app/assets/stylesheets/general/general.css.scss */
.novo_botao:active {
  position: relative;
  top: 1px;
}

/* line 592, app/assets/stylesheets/general/general.css.scss */
.content_button {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e1e1e1));
  background: -moz-linear-gradient(center top, #f1f1f1 5%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1');
  background-color: #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  color: #0c6964;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
}

/* line 611, app/assets/stylesheets/general/general.css.scss */
.content_button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #f1f1f1));
  background: -moz-linear-gradient(center top, #e1e1e1 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#f1f1f1');
  background-color: #e1e1e1;
}

/* line 616, app/assets/stylesheets/general/general.css.scss */
.content_button:active {
  position: relative;
  top: 1px;
}

/* line 621, app/assets/stylesheets/general/general.css.scss */
.content_button_vermelho {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e1e1e1));
  background: -moz-linear-gradient(center top, #f1f1f1 5%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1');
  background-color: #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  color: #c75a5a;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
}

/* line 640, app/assets/stylesheets/general/general.css.scss */
.content_button_vermelho:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #f1f1f1));
  background: -moz-linear-gradient(center top, #e1e1e1 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#f1f1f1');
  background-color: #e1e1e1;
}

/* line 645, app/assets/stylesheets/general/general.css.scss */
.content_button_vermelho:active {
  position: relative;
  top: 1px;
}

/* line 651, app/assets/stylesheets/general/general.css.scss */
.inscreva_se {
  -moz-box-shadow: inset 0px 1px 0px 0px #cf9395;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cf9395;
  box-shadow: inset 0px 1px 0px 0px #cf9395;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e52a34), color-stop(1, #cc1d23));
  background: -moz-linear-gradient(center top, #e52a34 5%, #cc1d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52a34', endColorstr='#cc1d23');
  background-color: #e52a34;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #9e1419;
  display: block;
  color: #ebc2c4;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px -1px 0px #591d1f;
}

/* line 672, app/assets/stylesheets/general/general.css.scss */
.inscreva_se:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc1d23), color-stop(1, #e52a34));
  background: -moz-linear-gradient(center top, #cc1d23 5%, #e52a34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1d23', endColorstr='#e52a34');
  background-color: #cc1d23;
}

/* line 677, app/assets/stylesheets/general/general.css.scss */
.inscreva_se:active {
  position: relative;
  top: 1px;
}

/* line 682, app/assets/stylesheets/general/general.css.scss */
.inscreva_se_edit {
  background-color: transparent;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e52a34;
  display: block;
  color: #cccccc;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 1px 0px #7a7a7a;
}

/* line 698, app/assets/stylesheets/general/general.css.scss */
.btn-upload {
  width: 200px;
  float: right;
}

/* line 704, app/assets/stylesheets/general/general.css.scss */
.back_button {
  margin-top: 10px;
}

/* line 708, app/assets/stylesheets/general/general.css.scss */
.date_event {
  float: right;
}

/* css for timepicker */
/* line 713, app/assets/stylesheets/general/general.css.scss */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

/* line 714, app/assets/stylesheets/general/general.css.scss */
.ui-timepicker-div dl {
  text-align: left;
}

/* line 715, app/assets/stylesheets/general/general.css.scss */
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}

/* line 716, app/assets/stylesheets/general/general.css.scss */
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}

/* line 717, app/assets/stylesheets/general/general.css.scss */
.ui-timepicker-div td {
  font-size: 90%;
}

/* line 718, app/assets/stylesheets/general/general.css.scss */
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 720, app/assets/stylesheets/general/general.css.scss */
.payment-method {
  background-color: #DFDDDD;
  padding: 6px;
  margin: 10px;
  border-radius: 5px;
}

/* line 727, app/assets/stylesheets/general/general.css.scss */
#campo_url_public {
  width: 250px;
}

/* line 731, app/assets/stylesheets/general/general.css.scss */
.fieldset-radio-selector {
  padding: 10px;
}

/* line 734, app/assets/stylesheets/general/general.css.scss */
.fieldset-radio-selector input {
  font-size: 18px;
}

/* line 738, app/assets/stylesheets/general/general.css.scss */
.fieldset-radio-selector label {
  display: inline;
}

/* line 743, app/assets/stylesheets/general/general.css.scss */
.payment-button {
  width: 30%;
}

/* line 747, app/assets/stylesheets/general/general.css.scss */
.header_separator {
  clear: both;
  margin-top: 72px;
}

/* line 752, app/assets/stylesheets/general/general.css.scss */
.right {
  text-align: right;
}

/* line 756, app/assets/stylesheets/general/general.css.scss */
span.error {
  background-color: #fad0d0;
  border-color: #f6abab;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: -7px;
  padding: 11px 2px 4px 3px;
}

/* line 770, app/assets/stylesheets/general/general.css.scss */
.check_boxes span.error {
  border-width: 2px 2px 2px 2px;
  margin-top: 0;
  padding: 6px 6px 5px 5px;
}

/* line 778, app/assets/stylesheets/general/general.css.scss */
.simple_form .alert-error {
  font-size: 1.5em;
  background: #fad0d0;
  padding: 10px;
  border: 2px solid #f6abab;
}

/* line 785, app/assets/stylesheets/general/general.css.scss */
.simple_form .alert-warning {
  font-size: 1.5em;
  line-height: 1.2em;
  background: #fff6bf;
  padding: 10px;
  border: 2px solid #fceb77;
}

/* line 794, app/assets/stylesheets/general/general.css.scss */
.simple_form .field_with_errors label {
  color: #B10D0D;
  font-weight: bold;
}

/* line 799, app/assets/stylesheets/general/general.css.scss */
.simple_form .field_with_errors label.checkbox {
  border-color: #f6abab;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  padding: 5px 0 5px 0;
}

/* line 807, app/assets/stylesheets/general/general.css.scss */
.simple_form .field_with_errors input, .simple_form .field_with_errors select {
  border-color: #f6abab;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}

/* line 812, app/assets/stylesheets/general/general.css.scss */
.simple_form .field_with_errors input:hover, .simple_form .field_with_errors select:hover {
  border-color: #f6abab;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}

/* line 821, app/assets/stylesheets/general/general.css.scss */
#feedback-edit-participant {
  color: red;
  padding-left: 10px;
}

/* line 826, app/assets/stylesheets/general/general.css.scss */
.new_feature::before {
  content: '(';
}

/* line 830, app/assets/stylesheets/general/general.css.scss */
.new_feature {
  color: red;
}

/* line 834, app/assets/stylesheets/general/general.css.scss */
.new_feature::after {
  content: ')';
}

/* line 838, app/assets/stylesheets/general/general.css.scss */
.beta {
  color: red !important;
}

/* line 842, app/assets/stylesheets/general/general.css.scss */
.beta::after {
  content: ' (BETA)';
}

/* line 846, app/assets/stylesheets/general/general.css.scss */
.message-warning {
  color: red;
  font-size: 14px;
  line-height: 110%;
  padding: 5px;
}

/* line 853, app/assets/stylesheets/general/general.css.scss */
.separator {
  margin-top: 20px;
}

/* line 857, app/assets/stylesheets/general/general.css.scss */
.first-time-box-buttom {
  margin-top: 35px;
  height: 100px;
  text-align: center;
}

/* line 863, app/assets/stylesheets/general/general.css.scss */
.terms-input {
  font-weight: bold;
  padding: 5px;
}

/* line 868, app/assets/stylesheets/general/general.css.scss */
textarea.big-text {
  width: 100%;
  height: 200px;
}
/*  Popup */
/* line 5, app/assets/stylesheets/general/home.css.scss */
#chamou {
  display: none;
  width: 500px;
  background: url(/static/2026-06-25/bg_normal-a82e13aefc341b1a4df79869d87b36f932641a52edb223a67b2649d6fcf57af1.jpg) repeat;
  color: #333;
  padding: 0px;
  border: 5px solid black;
}

/* line 14, app/assets/stylesheets/general/home.css.scss */
#chamou #topo {
  height: 70px;
  display: block;
  background: url("https://assets.e-inscricao.com/images/pattern_home.jpg") repeat-x;
}

/* line 20, app/assets/stylesheets/general/home.css.scss */
#chamou #topo #logo-topo {
  width: 250px;
  height: 90px;
  display: block;
  background: url("https://assets.e-inscricao.com/images/logo_home.png") repeat-x;
}

/* line 22, app/assets/stylesheets/general/home.css.scss */
#chamou #conteudo {
  height: 90px;
  display: block;
  color: #333;
  padding: 10px;
}

/* line 28, app/assets/stylesheets/general/home.css.scss */
.openfoo {
  display: block;
}

/* CSS Document */
/* line 34, app/assets/stylesheets/general/home.css.scss */
#barra_tophome {
  height: 455px;
  width: 100%;
  background: url("https://assets.e-inscricao.com/images/pattern_home.jpg") repeat-x;
}

/* line 35, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .margin {
  position: relative;
  height: 455px;
}

/* line 36, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .linkheader {
  display: block;
  margin: 8px 10px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 50px;
  text-align: center;
}

/* line 37, app/assets/stylesheets/general/home.css.scss */
#barra_tophome #logo {
  position: absolute;
  top: 20px;
  left: 0px;
}

/* line 38, app/assets/stylesheets/general/home.css.scss */
#barra_tophome #buttn2 {
  position: absolute;
  top: 20px;
  right: 80px;
}

/* line 39, app/assets/stylesheets/general/home.css.scss */
#barra_tophome #imagem_site {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

/* line 40, app/assets/stylesheets/general/home.css.scss */
#barra_tophome #shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 4;
}

/* line 42, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .text {
  position: absolute;
  top: 180px;
  right: 0px;
  width: 450px;
}

/* line 43, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .text h1 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
}

/* line 44, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .text h3 {
  color: #d4bdcf;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}

/* line 46, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .linkheader2 {
  display: block;
  font-size: 14px;
  width: 250px;
  text-align: center;
  font-size: 20px;
}

/* line 49, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .ilustra {
  position: absolute;
  bottom: -253px;
  left: 10px;
  z-index: 6;
}

/* line 51, app/assets/stylesheets/general/home.css.scss */
#spacer2 {
  height: 280px;
}

/* line 54, app/assets/stylesheets/general/home.css.scss */
.fundo_carrossel {
  background: url(/static/2026-06-25/fundo_02-714322468ff3e4e43de0b114c682ae6b2b83b072170c0aa8d6efc14344809314.png) no-repeat center bottom;
  padding: 20px 100px;
  position: relative;
  z-index: 5;
  margin-top: -6px;
}

/* line 56, app/assets/stylesheets/general/home.css.scss */
.arrow_link {
  display: block;
  width: 62px;
  height: 62px;
  background: url(/static/2026-06-25/arrow_home-890aced1d19d4b434715d968971cdd69cf3a05a9a240176417c0b0dd636cb3d8.png) top left;
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 2;
}

/* line 57, app/assets/stylesheets/general/home.css.scss */
.arrow_link:hover {
  background: url(/static/2026-06-25/arrow_home-890aced1d19d4b434715d968971cdd69cf3a05a9a240176417c0b0dd636cb3d8.png) bottom left;
}

/* line 60, app/assets/stylesheets/general/home.css.scss */
.arrow_link2 {
  display: block;
  width: 62px;
  height: 62px;
  background: url(/static/2026-06-25/arrow_home-890aced1d19d4b434715d968971cdd69cf3a05a9a240176417c0b0dd636cb3d8.png) top right;
  position: absolute;
  top: 60px;
  right: 30px;
  z-index: 2;
}

/* line 61, app/assets/stylesheets/general/home.css.scss */
.arrow_link2:hover {
  background: url(/static/2026-06-25/arrow_home-890aced1d19d4b434715d968971cdd69cf3a05a9a240176417c0b0dd636cb3d8.png) bottom right;
}

/* line 64, app/assets/stylesheets/general/home.css.scss */
.parte1 {
  float: left;
  font-size: 12px;
  display: block;
  width: 220px;
  text-align: right;
  margin-right: 20px;
}

/* line 65, app/assets/stylesheets/general/home.css.scss */
.parte1 span.person-name {
  font-size: 18px;
  line-height: 24px;
}

/* line 66, app/assets/stylesheets/general/home.css.scss */
.parte1 span.person-position {
  font-size: 10px;
  line-height: 24px;
}

/* line 67, app/assets/stylesheets/general/home.css.scss */
.parte2 {
  float: left;
  display: block;
  width: 650px;
  font-size: 18px;
  color: #ee3825;
  line-height: 25px;
}

/* line 69, app/assets/stylesheets/general/home.css.scss */
#depoimentos h3 {
  margin: 50px 0 0 240px;
}

/* line 71, app/assets/stylesheets/general/home.css.scss */
.list_carousel {
  width: 730px;
}

/* line 74, app/assets/stylesheets/general/home.css.scss */
.list_carousel .a_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

/* line 80, app/assets/stylesheets/general/home.css.scss */
.list_carousel .a_li {
  width: 730px;
  display: block;
  float: left;
}

/* line 86, app/assets/stylesheets/general/home.css.scss */
.list_carousel .a_li .a_img {
  float: left;
  margin-right: 20px;
}

/* line 87, app/assets/stylesheets/general/home.css.scss */
.list_carousel .a_li h3 {
  float: left;
  display: block;
  width: 480px;
  font-size: 18px;
  color: #0d716b;
  line-height: 20px;
}

/* line 88, app/assets/stylesheets/general/home.css.scss */
.list_carousel .a_li ul {
  display: block;
  list-style: disc;
  float: left;
  width: 450px;
  color: #666;
  font-size: 14px;
}

/* line 89, app/assets/stylesheets/general/home.css.scss */
.list_carousel .a_li li {
  line-height: 16px;
}

/* line 92, app/assets/stylesheets/general/home.css.scss */
.pager {
  float: left;
  width: 140px;
  margin: 0 0 0 310px;
  padding: 10px 0 0 0;
  /*border-top: dotted 1px #ccc; */
}

/* line 99, app/assets/stylesheets/general/home.css.scss */
.pager a {
  font-size: 1px !important;
  margin: 0 5px;
  text-align: center;
  display: block;
  width: 10px;
  height: 10px;
  background: #0d716b;
  text-decoration: none;
  font-size: 12px;
  float: left;
  color: #0d716b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 115, app/assets/stylesheets/general/home.css.scss */
.pager a.selected {
  text-decoration: none;
  background: #ccc;
  color: #ccc;
}

/* line 123, app/assets/stylesheets/general/home.css.scss */
#depoimentos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 940px;
}

/* line 124, app/assets/stylesheets/general/home.css.scss */
#depoimentos li {
  float: left;
}

/* line 128, app/assets/stylesheets/general/home.css.scss */
.pager3 {
  float: left;
  width: 140px;
  margin: 0 0 0 450px;
  padding: 10px 0 0 0;
  /*border-top: dotted 1px #ccc; */
}

/* line 135, app/assets/stylesheets/general/home.css.scss */
.pager3 a {
  font-size: 1px !important;
  margin: 0 5px;
  text-align: center;
  display: block;
  width: 10px;
  height: 10px;
  background: #0d716b;
  text-decoration: none;
  font-size: 12px;
  float: left;
  color: #0d716b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 151, app/assets/stylesheets/general/home.css.scss */
.pager3 a.selected {
  text-decoration: none;
  background: #ccc;
  color: #ccc;
}

/* line 159, app/assets/stylesheets/general/home.css.scss */
.debit {
  color: red;
}

/* line 164, app/assets/stylesheets/general/home.css.scss */
#barra_tophome .fb-like-home {
  margin-right: 200px;
  margin-top: 15px;
}
.search_for {
  display: none;
}
.enrollment-show label {
  font-weight: bold;
}

.boleto-installmens-status, .payment-info-data, .group-info-data {
  font-size: 14px;
  padding: 10px;
}

.boleto-instalment-expired-msg {
  color: red;
}

#payment-info, #group-info {
  margin-bottom: 20px;
}
.document-popup {
  display:none;
  padding:25px;
  background:#fff;
  border: 1px solid rgb(47, 0, 255);
  width: auto;
}
/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 14, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 15, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 16, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 17, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 18, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 19, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-helper-clearfix {
  zoom: 1;
}

/* line 20, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 25, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 32, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 39, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
/* line 57, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 58, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 59, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 60, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/static/2026-06-25/images/ui-bg_flat_75_ffffff_40x100-2201c811f63446f6c85c7ff127aa7bad15c8a72b9351d6ccdc7464d8b8746f17.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 61, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 62, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/static/2026-06-25/images/ui-bg_highlight-soft_75_cccccc_1x100-54270656df079c4da5182629a080fc633b6f84b87985eb016d25a560e2c38d4a.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 67, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/static/2026-06-25/images/ui-bg_glass_75_e6e6e6_1x400-ddf5dd4e0ef2b185e8bb0af7b6e90ebe74a84384cb4700658e76e754c8bfe550.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 68, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/static/2026-06-25/images/ui-bg_glass_75_dadada_1x400-c108f5cbf2dd9ec07a26530695ddd95e1664597ce6c056ae44c162cc2e28cec4.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 70, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/static/2026-06-25/images/ui-bg_glass_65_ffffff_1x400-b9f8016be968e2e11bacb884e0ed6ad81e4c1a148bff141a3a7fa1c8ec437a0b.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 72, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
/* line 77, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/static/2026-06-25/images/ui-bg_glass_55_fbf9ee_1x400-8c43f282201713d481d49615d640cec8447a27496968e81252935b13776d5aae.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 78, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 79, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/static/2026-06-25/images/ui-bg_glass_95_fef1ec_1x400-99efc1f8c7bfce0cac1fee1a509669a1ede609563190eb2dab9f90e155c52fcd.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 80, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 81, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 82, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 83, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 84, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 90, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/static/2026-06-25/images/ui-icons_222222_256x240-b9957dd22618e93686f2bd080faf6506729738061d73d904a08f4688aced5a4d.png);
}

/* line 91, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-content .ui-icon {
  background-image: url(/static/2026-06-25/images/ui-icons_222222_256x240-b9957dd22618e93686f2bd080faf6506729738061d73d904a08f4688aced5a4d.png);
}

/* line 92, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/static/2026-06-25/images/ui-icons_222222_256x240-b9957dd22618e93686f2bd080faf6506729738061d73d904a08f4688aced5a4d.png);
}

/* line 93, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/static/2026-06-25/images/ui-icons_888888_256x240-826f11337f5228394a34b079d699a522d55ada4b0549dcd27c3a99a737f1af5b.png);
}

/* line 94, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/static/2026-06-25/images/ui-icons_454545_256x240-53d96af397fc5dca750923a502af6f6e10fff796504c21830b9b084e094fad20.png);
}

/* line 95, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/static/2026-06-25/images/ui-icons_454545_256x240-53d96af397fc5dca750923a502af6f6e10fff796504c21830b9b084e094fad20.png);
}

/* line 96, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/static/2026-06-25/images/ui-icons_2e83ff_256x240-73b1fdaeb371c4fac66eb1a7aaf3767876e0fb7549419f878678a5f2a1a8198d.png);
}

/* line 97, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/static/2026-06-25/images/ui-icons_cd0a0a_256x240-5ff3d288ee9c1b6401bf0729ebb8eb0b76bcbcb976fb7adf3c82f416cb764910.png);
}

/* positioning */
/* line 100, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 101, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 102, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 103, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 104, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 105, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 106, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 107, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 108, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 109, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 110, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 111, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 112, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 113, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 114, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 115, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 116, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 117, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 118, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 119, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 120, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 121, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 122, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 123, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 124, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 125, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 126, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 127, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 128, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 129, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 130, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 131, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 132, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 133, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 134, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 135, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 136, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 137, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 138, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 139, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 140, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 141, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 142, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 143, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 144, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 145, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 146, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 147, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 148, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 149, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 150, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 151, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 152, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 153, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 154, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 155, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 156, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 157, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 158, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 159, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 160, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 161, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 162, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 163, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 164, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 165, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 166, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 167, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 168, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 169, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 170, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 171, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 172, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 173, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 174, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 175, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 176, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 177, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 178, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 179, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 180, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 181, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 182, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 183, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 184, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 185, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 186, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 187, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 188, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 189, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 190, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 191, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 192, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 193, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 194, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 195, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 196, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 197, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 198, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 199, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 200, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 201, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 202, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 203, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 204, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 205, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 206, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 207, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 208, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 209, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 210, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 211, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 212, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 213, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 214, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 215, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 216, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 217, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 218, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 219, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 220, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 221, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 222, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 223, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 224, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 225, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 226, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 227, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 228, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 229, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 230, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 231, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 232, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 233, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 234, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 235, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 237, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 238, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 239, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 240, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 241, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 242, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 243, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 244, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 245, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 246, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 247, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 248, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 249, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 250, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 251, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 252, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 253, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 254, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 255, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 256, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 257, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 258, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 259, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 260, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 261, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 262, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 263, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 264, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 265, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 266, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 267, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 268, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 269, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 270, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 271, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 272, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 273, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 274, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 281, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 282, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 283, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 284, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 287, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/static/2026-06-25/images/ui-bg_flat_0_aaaaaa_40x100-04f44074b14aa817192c46b14d93b93484a9aadb623b11f96b078b7be7db0824.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

/* line 288, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/static/2026-06-25/images/ui-bg_flat_0_aaaaaa_40x100-04f44074b14aa817192c46b14d93b93484a9aadb623b11f96b078b7be7db0824.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*!
 * jQuery UI Resizable 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
/* line 297, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable {
  position: relative;
}

/* line 298, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 299, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 300, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 301, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 302, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 303, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 304, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 305, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 306, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 307, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*!
 * jQuery UI Selectable 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
/* line 316, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Accordion 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
/* line 327, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion {
  width: 100%;
}

/* line 328, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

/* line 329, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

/* line 330, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

/* line 331, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

/* line 332, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

/* line 333, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 334, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

/* line 335, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*!
 * jQuery UI Autocomplete 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
/* line 345, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
/* line 348, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 359, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

/* line 366, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 369, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 377, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 384, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*!
 * jQuery UI Button 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 398, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
/* line 399, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
/* line 400, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
/* line 401, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 402, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
/* line 405, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* line 406, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 407, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 408, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 409, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 410, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 412, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
/* line 415, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 416, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 417, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 418, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 419, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
/* line 422, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 423, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* line 426, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 436, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 437, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 438, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* line 439, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 440, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 441, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 442, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 443, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 444, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 445, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 446, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 447, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Slider 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 457, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 458, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 459, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 461, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 462, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 463, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 464, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 465, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 467, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 468, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 469, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 470, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 471, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Tabs 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
/* line 480, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* line 481, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 482, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

/* line 483, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 484, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 485, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 486, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 487, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 488, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*!
 * jQuery UI Datepicker 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 498, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 499, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 500, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 501, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 502, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 503, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 504, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 505, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 506, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 507, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 508, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 509, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 510, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 512, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 513, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 514, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 515, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 516, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 517, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 518, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 521, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 522, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 523, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 524, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 525, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 526, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 527, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 528, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 529, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 530, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
/* line 533, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 534, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 535, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 536, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 537, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 538, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 539, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 540, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 541, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 542, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 543, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 546, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/*!
 * jQuery UI Progressbar 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 563, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 564, app/assets/stylesheets/general/jquery.ui.custom.css.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/* line 1, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.itens-title {
  padding: 1px;
}

/* line 5, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.ui-dialog p, .ui-dialog span, .ui-dialog div {
  font-size: 77%;
}

/* line 9, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.ui-icon-alert {
  float: left;
  margin: 0 7px 20px 0;
}

/* line 14, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
table {
  width: 100%;
}

/* line 18, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.event-dynamic-fields-container h2 {
  padding-top: 20px;
  padding-left: 20px;
}

/* line 23, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-error {
  padding: 5px 20px 15px 10px;
  border: 1px solid #ccc;
  display: block;
  height: auto;
  margin: 0 1.5% 0.8em;
  clear: both;
  z-index: 1000;
}

/* line 33, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-error li {
  list-style: none;
  padding: 0;
  margin-bottom: .4%;
  font-size: 75%;
  line-height: 1.1em;
  vertical-align: top;
}

/* line 42, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-error strong, .msg-error a {
  color: #b01717;
}

/* line 46, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-error {
  background: #fad0d0 url(/static/2026-06-25/form-ic-error-320fcf28e10af160c30bbe8ae2e8ff06c82d58d803e07f9b19cb2764b2f4a427.png) no-repeat 12px 23px;
  border-color: #f6abab;
}

/* line 51, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-error-top, .msg-success-top, .msg-warning-top {
  position: fixed;
  top: 60px;
  width: auto;
  max-width: 610px;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 9999;
}

/* line 61, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-error-top {
  background-color: #fad0d0;
  border-color: #f6abab;
}

/* line 66, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-success-top {
  background-color: #DDF7BE;
  border-color: #6CAA1C;
}

/* line 71, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-warning-top {
  background-color: #FCFFDB;
  border-color: #DAD44D;
}

/* line 76, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-success-top li, .msg-warning-top li {
  list-style: none;
}

/* line 80, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.msg-error-top ul, .msg-success-top ul, .msg-warning-top ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* line 86, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.coluna_2 > .fundo_branco {
  margin: 0;
  overflow: hidden;
  padding-bottom: 20px;
}

/* line 92, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#dynamic-field-buttons .botao_verde_coluna {
  width: 100%;
}

/* line 96, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.scroll_container {
  overflow: hidden;
}

/* line 100, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.last-edit-row {
  background-color: #FCFFDB;
}

/* line 104, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#in-use-warning {
  font-size: 11px;
}

/* line 108, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
ul#previous-itens {
  font-size: 12px;
}

/* line 112, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#manage-fields-container .error {
  border-color: #C24D4D;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
}

/* line 119, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#manage-fields-container .error-attr {
  margin-top: 4px;
  font-size: 12px;
  color: #C24D4D;
}

/* line 125, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#manage-fields-container .error-title {
  background: #fad0d0;
  border-color: #f6abab;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 135, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.coluna_principal > .inactive-fields {
  margin-bottom: 20px;
}

/* line 139, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#dynamic-fields-subtitle {
  color: #0d756f;
  font-size: 14px;
  margin-top: 0;
}

/* line 145, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#dynamic-fields, #inactive-fields, #fixed-fields, #dynamic-itens {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 151, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.table-dynamic-field {
  display: table;
}

/* line 155, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.header-dynamic-field {
  display: table-header-group;
  font-weight: bold;
}

/* line 160, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.row-dynamic-field {
  display: table-row;
}

/* line 164, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.rowGroup-dynamic-field {
  display: table-row-group;
}

/* line 168, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.cell-dynamic-field {
  display: table-cell;
  padding-top: 10px;
  font-size: 14px;
  padding-right: 20px;
  border-bottom: dotted 1px #ccc;
}

/* line 176, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.drag-and-drop-indicator {
  display: block;
  background: url(/static/2026-06-25/drag_and_drop_indicator-83d090f730a49d35533b797b317a372bed8d729188135b76e422fb10a953b792.jpg);
  height: 28px;
  width: 6px;
}

/* line 183, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
.cell-header-dynamic-field {
  border-bottom: solid 2px #ccc;
}

/* line 188, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#document-type-box .document-type-box-opened {
  background-color: #e7e7e7;
}

/* line 192, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#document-type-box #setup-document-box {
  display: none;
}

/* line 196, app/assets/stylesheets/general/manage_dynamic_fields.css.scss */
#document-type-box .document-item {
  margin: 10px;
}
.image-preview {
  padding: 10px;
  width: 50px;
  height: 50px;
}
.rates-table {
  color: #666262;
}

.rates-table span {
  font-size: 13px;
}

.rates-table span.amount {
  float: right;
  color: #0D716B;
  font-weight: bold;
}

.rates-table ul.rates {
  list-style: none;
  width: 90%;
}

.rates-table li {
  border-bottom: 1px solid;
  margin-bottom: 1px;
}

.rates-table li.title {
  border-bottom: 2px solid;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.rates-table h3 {
  margin-left: 40px;
  line-height: 10px;
  color: #0D716B;
}
/* line 2, app/assets/stylesheets/general/react-form.css.scss */
.field-container span.error {
  background-color: #fad0d0;
  border-color: #f6abab;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: -7px;
  padding: 11px 2px 4px 3px;
}

/* line 15, app/assets/stylesheets/general/react-form.css.scss */
.field-container span.success {
  background-color: #E5FAD0;
  border-color: #D1F6AB;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: -7px;
  padding: 11px 2px 4px 3px;
}

/* line 28, app/assets/stylesheets/general/react-form.css.scss */
.field-container span.processing {
  background-color: #D0FAFA;
  border-color: #ABF6F6;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: -7px;
  padding: 11px 2px 4px 3px;
}

/* line 42, app/assets/stylesheets/general/react-form.css.scss */
.field-container .error label {
  color: #B10D0D;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/general/react-form.css.scss */
.field-container .error input, .field-container .error select {
  border-color: #f6abab;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}

/* line 52, app/assets/stylesheets/general/react-form.css.scss */
.field-container .error input:hover, .field-container .error select:hover {
  border-color: #f6abab;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}

/* line 61, app/assets/stylesheets/general/react-form.css.scss */
.field-container .success label {
  color: #5FB10D;
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/general/react-form.css.scss */
.field-container .success input, .field-container .success select {
  border-color: #D1F6AB;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}

/* line 71, app/assets/stylesheets/general/react-form.css.scss */
.field-container .success input:hover, .field-container .success select:hover {
  border-color: #D1F6AB;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}

/* line 80, app/assets/stylesheets/general/react-form.css.scss */
.field-container .processing label {
  color: #0DB1B1;
  font-weight: bold;
}

/* line 85, app/assets/stylesheets/general/react-form.css.scss */
.field-container .processing input, .field-container .processing select {
  border-color: #ABF6F6;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}

/* line 90, app/assets/stylesheets/general/react-form.css.scss */
.field-container .processing input:hover, .field-container .processing select:hover {
  border-color: #ABF6F6;
  border-width: 2px 2px 0 2px;
  border-radius: 3px 3px 0 0;
}
.warning-sign-up-message {
  font-size: 14px;
  color: #AD2D2D;
  padding: 5px;
  float: left;
  line-height: 15px;
  text-align: center;
}
/* line 2, app/assets/stylesheets/general/views/churches_show_view.css.scss */
.churches-show-view .event-button {
  font-size: 16px;
}

/* line 6, app/assets/stylesheets/general/views/churches_show_view.css.scss */
.churches-show-view .padding {
  height: 160px;
}

/* line 10, app/assets/stylesheets/general/views/churches_show_view.css.scss */
.churches-show-view .logo-container {
  line-height: 140px;
}

/* line 14, app/assets/stylesheets/general/views/churches_show_view.css.scss */
.churches-show-view .logo {
  vertical-align: middle;
  max-height: 140px;
}
/* line 2, app/assets/stylesheets/general/views/contact_organization_view.css.scss */
.contact-organization-view h3, .contact-organization-view h5 {
  text-align: center;
}

/* line 6, app/assets/stylesheets/general/views/contact_organization_view.css.scss */
.contact-organization-view .logo {
  padding-left: 80px;
}
/* line 1, app/assets/stylesheets/general/views/form_dynamic_file.css.scss */
div.dynamic-field-current-file {
  margin-top: 3px;
  font-weight: bold;
}
/* line 2, app/assets/stylesheets/general/views/group_discount_edit_view.css.scss */
#group-discount-edit-view .value-input {
  padding-top: 20px;
}

/* line 6, app/assets/stylesheets/general/views/group_discount_edit_view.css.scss */
#group-discount-edit-view .fieldset-radio-selector {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/general/views/group_discount_edit_view.css.scss */
#group-discount-edit-view .fieldset-radio-selector label {
  padding-right: 10px;
}
div.amount-resume-container {
  font-size: 16px;
  line-height: 1.2em;
}

div.amount-resume-column-one {
  display: inline-block;
  width: 145px;
  text-align: right;
}

div.amount-resume-column-two {
  display: inline-block;
  font-weight: bold;
  width: 120px;
  text-align: right;
}

div.submit-button-container {
  text-align: right;
}
div#enrollment-form-container div.enrollment-without-login-info {
  font-size: 1.5em;
  line-height: 1.2em;
  background: #d1ecf7;
  padding: 10px;
  border: 2px solid #bcdfef;
}
/* line 2, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .payment-method-box {
  width: 25%;
  float: left;
}

/* line 7, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .payment-method {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  text-shadow: none;
  font: sans-serif;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 19, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .payment-method-position {
  height: 100px;
}

/* line 23, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .payment-method-position-donation {
  height: 50px;
}

/* line 27, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .payment-method-description-commom {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 34, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .payment-method-description {
  top: 35%;
}

/* line 38, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .payment-method-description-donation {
  top: 50%;
}

/* line 42, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .multi-line-label {
  padding-top: 25px;
}

/* line 46, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .single-line-label {
  padding-top: 40px;
}

/* line 50, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list .instalments-number {
  text-align: center;
  font-size: 13px;
  color: #888;
}

/* line 56, app/assets/stylesheets/general/views/public_payment_form.scss */
.payment-methods-list hr {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #CCC;
  border: 1px solid;
}

/* line 64, app/assets/stylesheets/general/views/public_payment_form.scss */
.separator-donation {
  padding-top: 30px;
}

/* line 68, app/assets/stylesheets/general/views/public_payment_form.scss */
label.chain_select_level_one, label.chain_select_level_two, label.chain_select_level_three {
  padding-top: 10px;
}

/* line 72, app/assets/stylesheets/general/views/public_payment_form.scss */
label.required {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/general/views/public_payment_form.scss */
.select2-choice {
  font-size: 15px;
}

/* line 80, app/assets/stylesheets/general/views/public_payment_form.scss */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

/* line 93, app/assets/stylesheets/general/views/public_payment_form.scss */
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

/* line 101, app/assets/stylesheets/general/views/public_payment_form.scss */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* line 110, app/assets/stylesheets/general/views/public_payment_form.scss */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

@media screen and (max-height: 450px) {
  /* line 115, app/assets/stylesheets/general/views/public_payment_form.scss */
  .overlay {
    overflow-y: auto;
  }
  /* line 116, app/assets/stylesheets/general/views/public_payment_form.scss */
  .overlay a {
    font-size: 20px;
  }
}
/* line 2, app/assets/stylesheets/general/views/shared/_address_form.scss */
.select2-container {
  padding-top: 2px;
}

/* line 5, app/assets/stylesheets/general/views/shared/_address_form.scss */
.select2-container .select2-choice {
  font-size: 1.4em;
  padding: 5.2px;
}

/* line 9, app/assets/stylesheets/general/views/shared/_address_form.scss */
.select2-container .select2-choice div b {
  background-position: 0 5px;
}

/* line 15, app/assets/stylesheets/general/views/shared/_address_form.scss */
small.notice {
  display: block;
  padding: 6px 4px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 31, app/assets/stylesheets/general/views/shared/_address_form.scss */
small.notice-error {
  background: #f17b7b;
}

/* line 35, app/assets/stylesheets/general/views/shared/_address_form.scss */
small.notice-success {
  background: #98d300;
}

/* line 39, app/assets/stylesheets/general/views/shared/_address_form.scss */
small.notice-info {
  background: #66aecd;
}

/* line 43, app/assets/stylesheets/general/views/shared/_address_form.scss */
.hide {
  display: none;
}
/* line 2, app/assets/stylesheets/general/views/shared/enrollment_form_.css.scss */
.enrollment-form-view h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 8, app/assets/stylesheets/general/views/shared/enrollment_form_.css.scss */
.enrollment-form-view table {
  margin-top: 0;
  margin-left: 30px;
}

/* line 13, app/assets/stylesheets/general/views/shared/enrollment_form_.css.scss */
.enrollment-form-view span a, .enrollment-form-view span a:active {
  display: inline;
  padding: 10px 15px;
  margin: 0 0 10px 0;
  top: 0;
}

/* line 20, app/assets/stylesheets/general/views/shared/enrollment_form_.css.scss */
.enrollment-form-view .actions {
  padding: 1em 0;
}
/* line 1, app/assets/stylesheets/general/views/shared/sites/index.scss */
div.hot-site-content-container {
  color: black;
}

/* line 4, app/assets/stylesheets/general/views/shared/sites/index.scss */
div.hot-site-content-container h1, div.hot-site-content-container h2, div.hot-site-content-container h3, div.hot-site-content-container h4, div.hot-site-content-container h5, div.hot-site-content-container h6, div.hot-site-content-container p {
  color: black;
}

/* line 8, app/assets/stylesheets/general/views/shared/sites/index.scss */
div.hot-site-content-container iframe.note-video-clip {
  width: 100%;
}
/* line 2, app/assets/stylesheets/general/views/site_payment_info_index_view.css.scss */
.site-payment-info-index-view .group-discount {
  padding-top: 40px;
}
.wizard_small {
  width: 620px;
}

.wizard_big {
  width: 940px;
}

.wizard_small, .wizard_big {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0px solid #CCC;
  overflow: visible;
  float: left;
}

.wizard_small ul.steps, .wizard_big ul.steps {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 10px 0;
  clear: both;
  border: 0px solid #CCCCCC;
  background: transparent;
}

.wizard_small ul.steps li, .wizard_big ul.steps li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0px solid #E0E0E0;
  float: left;
}

.wizard_small ul.steps li div.selected, .wizard_big ul.steps li div.selected {
  color: #F8F8F8;
  background: #0d756f;
}

.wizard_small ul.steps li div.disabled, .wizard_big ul.steps li div.disabled {
  color: #CCCCCC;
  background: #F8F8F8;
}

.wizard_small ul.steps li div {
  width: 146px;
}

.wizard_big ul.steps li div {
  width: 226px;
}

.wizard_small ul.steps li div, .wizard_big ul.steps li div {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 3px;
  height: 60px;
  text-decoration: none;
  outline-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99;
  box-shadow: 0 0 3px #545454;
}

.wizard_small ul.steps li div .stepNumber, .wizard_big ul.steps li div .stepNumber {
  position: relative;
  float: left;
  width: 30px;
  text-align: center;
  padding: 5px;
  padding-top: 0;
  font-weight: bold;
  font-size: 45px;
}

.wizard_small ul.steps li div .stepDesc, .wizard_big ul.steps li div .stepDesc {
  text-align: left;
  font-size: 15px;
  float: left;
  width: 103px;
  padding-top: 10px;
}
/* line 1, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 24, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 31, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 37, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 39, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

/* line 44, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 47, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 58, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-results {
  display: block;
}

/* line 61, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 66, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 70, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 73, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 76, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 86, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 89, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 93, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 95, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 98, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 115, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 125, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 129, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 132, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 136, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 138, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 144, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 155, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 157, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 160, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 163, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 165, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 168, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 173, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 179, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 183, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 189, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 198, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 204, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 206, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 208, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 211, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 214, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 217, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 220, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 222, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 225, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 228, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 230, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

/* line 234, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 237, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 239, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 241, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 243, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 245, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 247, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 250, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 253, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 256, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 259, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 262, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 265, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 270, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

/* line 280, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 282, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 285, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 290, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 292, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

/* line 308, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 319, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 321, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 329, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 331, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 334, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 337, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

/* line 346, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

/* line 355, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 361, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 363, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 367, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 369, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 378, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 384, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 386, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 388, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 391, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 394, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 396, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 400, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 404, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 407, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

/* line 409, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 412, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 414, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 416, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 419, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 421, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 423, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 426, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 430, vendor/rails-assets-select2-4.0.0/app/assets/stylesheets/select2/select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 3, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 58, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 69, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 88, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 91, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 94, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 98, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 101, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 114, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 117, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 121, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 125, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 129, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 132, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 135, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 139, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 143, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 147, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 151, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 155, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 163, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 171, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 179, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 183, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 188, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 193, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 200, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 203, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 208, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 212, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 216, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 220, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 227, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 230, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 234, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 242, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 249, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 261, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 265, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 268, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 280, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 292, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 297, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 307, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 315, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 322, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 325, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 328, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-sm, .select2-container--bootstrap.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}

/* line 335, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-sm .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 343, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 346, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
}

/* line 349, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 355, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 361, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 364, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 372, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 375, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 381, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg .select2-selection--multiple, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
}

/* line 384, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 391, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 397, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 400, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 405, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 409, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 414, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 418, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 429, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 433, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 439, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 442, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 446, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 449, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 453, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 457, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 475, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 479, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 485, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 488, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 492, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 496, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 502, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 505, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 509, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 513, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 519, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 522, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 544, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 554, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 559, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 571, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 589, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 597, app/assets/stylesheets/vendor/select2/select2-bootstrap.scss */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
