@charset "UTF-8";
/* Melodia - deployed via CI pipeline
 *
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *








 */
/* line 1, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

/* line 12, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #555;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* line 20, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .section {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* line 28, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-selector {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

/* line 34, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-btn {
  padding: 8px 16px;
  border-radius: 20px;
  background: #f0f0f0;
  color: #666;
  font-weight: 500;
  transition: all 0.2s;
  border: 1px solid transparent;
}

/* line 43, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-btn:hover {
  background: #e0e0e0;
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-btn.active {
  background: #e36149;
  color: white;
  box-shadow: 0 2px 4px rgba(227, 97, 73, 0.3);
}

/* line 55, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* line 61, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #eee;
}

/* line 68, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card.highlight {
  background: #fff;
  border-color: #e36149;
  box-shadow: 0 2px 8px rgba(227, 97, 73, 0.1);
}

/* line 74, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card .stat-value {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

/* line 81, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card .stat-label {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 89, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

/* line 94, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table th,
.admin-dashboard .admin-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

/* line 101, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #555;
  font-size: 13px;
}

/* line 108, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table tr:hover td {
  background: #f9f9f9;
}

/* line 112, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table .rank {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #777;
}

/* line 124, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table .rank.rank-top {
  background: #ffd700;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 132, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .chart-container {
  height: 300px;
  width: 100%;
}

/* line 137, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .btn-link {
  color: #e36149;
  font-weight: 500;
}

/* line 141, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .btn-link:hover {
  text-decoration: underline;
}

/* line 25, app/assets/stylesheets/application.scss */
html {
  font-size: 15px !important;
}

/* Global font size improvements */
/* line 30, app/assets/stylesheets/application.scss */
body {
  font-size: 15px !important;
}

/* Copyright and small text - minimum readable size */
/* line 62, app/assets/stylesheets/application.scss */
.copyright-text,
.year-written,
small,
.small-text {
  font-size: 13px !important;
}

/* Fix .875rem to be 1rem minimum */
/* line 71, app/assets/stylesheets/application.scss */
*[style*="font-size: .875rem"], *[style*="font-size: 0.875rem"] {
  font-size: 1rem !important;
}

/* View Transitions for React GatheringManager */
/* line 78, app/assets/stylesheets/application.scss */
.view-transition-container {
  view-transition-name: main-content;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 83, app/assets/stylesheets/application.scss */
  ::view-transition-old(main-content),
::view-transition-new(main-content) {
    animation-duration: 0.3s;
  }
}

/* line 89, app/assets/stylesheets/application.scss */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 98, app/assets/stylesheets/application.scss */
.alignright {
  text-align: right;
}

/* line 102, app/assets/stylesheets/application.scss */
.link:hover:after {
  border-top: 0 solid #e36149 !important;
}

/* line 106, app/assets/stylesheets/application.scss */
.cc-window.cc-invisible {
  pointer-events: none;
}

/* line 110, app/assets/stylesheets/application.scss */
.group-item {
  width: 235px;
  min-height: 160px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 7px -3px #aaa, inset 0 1px 1px white;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-table;
  position: relative;
  transition: 0.2s all;
  margin-right: 10px;
  vertical-align: top;
  overflow: hidden;
}

/* line 127, app/assets/stylesheets/application.scss */
.group-item .title {
  padding: 0;
  margin: 0;
  font-size: 30px;
  /*    position: absolute;*/
  top: 12px;
  line-height: 0.8em;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -1px;
  padding: 10px;
  background: #f8f7ef;
  padding-top: 15px;
}

/* line 142, app/assets/stylesheets/application.scss */
.group-item .city {
  position: Absolute;
  bottom: 6px;
  right: 12px;
  color: gray;
}

/* line 149, app/assets/stylesheets/application.scss */
.group-item.add-btn {
  background-color: transparent;
  box-shadow: 0 0 0;
  border: 0;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/application.scss */
*.group-item.add-btn a {
  color: #369ce9;
}

/* line 159, app/assets/stylesheets/application.scss */
a.new-group-btn,
a.new-group-btn:visited,
a.new-group-btn:hover {
  font-size: 200px;
  color: #aaa;
  position: absolute;
  left: 10px;
  top: 52px;
  border: 0 solid white !important;
  border-radius: initial !important;
  background: initial !important;
}

/* line 172, app/assets/stylesheets/application.scss */
.group-content-wrapper {
  margin-top: 40px;
  vertical-align: top;
}

/* line 176, app/assets/stylesheets/application.scss */
.group-content-left-side,
.group-content-right-side {
  display: inline-block;
  vertical-align: top;
}

/* line 181, app/assets/stylesheets/application.scss */
.group-content-left-side {
  width: 530px;
}

/* line 184, app/assets/stylesheets/application.scss */
.group-content-right-side {
  width: 330px;
  margin-left: 36px;
}

/* line 189, app/assets/stylesheets/application.scss */
#group-location-map-canvas {
  width: 332px;
  height: 150px;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 196, app/assets/stylesheets/application.scss */
.gathering-info {
  display: inline-block;
  width: 100%;
  margin-right: -6px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
  font-size: 13px;
}

@media screen and (max-width: 500px) {
  /* line 196, app/assets/stylesheets/application.scss */
  .gathering-info {
    line-height: 30px;
    display: flex;
    gap: 5px;
    font-size: 17px;
  }
}

/* line 214, app/assets/stylesheets/application.scss */
.group-next-gathering {
  margin-top: 20px;
  position: relative;
}

/* line 218, app/assets/stylesheets/application.scss */
.gathering.next-gathering:before {
  content: "›";
  margin-right: 0;
  margin-left: 4px;
  color: #ff3c3c;
  font-weight: bold;
  top: -3px;
  position: relative;
  padding-right: 7px;
}

/* line 229, app/assets/stylesheets/application.scss */
.next-gathering .gathering-info {
  width: 94%;
}

/* line 233, app/assets/stylesheets/application.scss */
.gatherings-list {
  width: 310px;
  margin-top: 30px;
}

/* line 237, app/assets/stylesheets/application.scss */
.gatherings-list > ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

/* line 244, app/assets/stylesheets/application.scss */
#addGatheringWrapper {
  display: none;
}

/* line 248, app/assets/stylesheets/application.scss */
.group-gathering-title {
  position: absolute;
  top: 8px;
  right: 0;
  width: 340px;
  text-align: right;
}

/* line 256, app/assets/stylesheets/application.scss */
.gathering-title h1,
.gathering-title input {
  font-weight: normal;
  margin-left: 6px;
  border-bottom: 1px solid #e2edf3;
  padding-bottom: 10px;
  display: block;
}

/* line 264, app/assets/stylesheets/application.scss */
.gathering-title input,
#contact_us_contact_name,
#contact_us_contact_email {
  width: 400px;
  font-size: 25px;
  border: 0;
  border-bottom: 1px dashed #888;
  padding-bottom: 0;
  margin-bottom: 10px;
}

/* line 275, app/assets/stylesheets/application.scss */
.group-gathering-timer {
  background-color: #269ce9;
  border-color: #269ce9;
  color: white;
  padding: 8px;
  border-radius: 7px;
  margin-right: -8px;
  margin-left: 20px;
}

/* line 286, app/assets/stylesheets/application.scss */
.gathering-list > ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}

/* line 291, app/assets/stylesheets/application.scss */
.gathering-list > ul > li {
  margin-left: -4px;
  margin-right: -4px;
  padding: 7px;
  white-space: nowrap;
}

/* line 297, app/assets/stylesheets/application.scss */
.gathering-list > ul > li:not(.showDetails):hover {
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
}

/* line 303, app/assets/stylesheets/application.scss */
.gathering-list > ul > li .gathering-date {
  color: gray;
  letter-spacing: -1px;
  padding-right: 10px;
}

/* line 312, app/assets/stylesheets/application.scss */
.add-gathering {
  float: right;
  margin-top: -2px !important;
  margin-right: -6px !important;
}

/* line 317, app/assets/stylesheets/application.scss */
.manage-groups {
  float: right;
  margin-top: -4px !important;
  margin-right: 5px !important;
}

/* line 322, app/assets/stylesheets/application.scss */
.manage-filters {
  float: right;
  margin-top: -4px !important;
  margin-right: 5px !important;
}

/* line 328, app/assets/stylesheets/application.scss */
#addGatheringDate {
  width: 97px;
  color: gray;
  border: 0 solid black;
  border-bottom: 1px dashed black;
  padding: 3px;
  text-align: center;
}

/* line 336, app/assets/stylesheets/application.scss */
#addGatheringTitle {
  width: 162px;
  border: 0 solid black;
  border-bottom: 1px dashed black;
  padding: 3px;
}

/* line 342, app/assets/stylesheets/application.scss */
.addGatheringElmTitle {
  width: 270px;
  border: 0 solid black;
  border-bottom: 1px dashed black;
  padding: 3px;
}

/* line 349, app/assets/stylesheets/application.scss */
.doesnt-exist {
  background-color: rgba(200, 100, 100, 0.3);
}

/* line 353, app/assets/stylesheets/application.scss */
.gathering {
  transition: margin 0.1s linear;
  margin-left: 15px;
  margin-right: -4px;
  padding: 7px;
  white-space: nowrap;
}

/* line 360, app/assets/stylesheets/application.scss */
.gathering.showDetails {
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  margin-right: -21px;
  background-color: #ddd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  z-index: 1000;
}

/* line 371, app/assets/stylesheets/application.scss */
.gathering.showDetails:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #ddd;
  position: absolute;
  right: -15px;
  top: -1px;
}

@media screen and (min-width: 500px) {
  /* line 383, app/assets/stylesheets/application.scss */
  .gatherings-list .gathering-elements {
    background-color: #fefefe;
    padding: 10px 20px;
    position: fixed;
    margin-left: 331px;
    z-index: 100;
    width: 708px;
    border-radius: 5px;
    display: none;
    top: 80px;
    bottom: 30px;
    box-shadow: 0 3px 10px -4px grey;
    overflow: auto;
    transition: top 0.2s ease-out;
    margin-top: 10px;
    width: calc(100% - 384px);
    max-width: 675px;
  }
}

/* line 404, app/assets/stylesheets/application.scss */
.gathering-elements:not(.edit-gathering) {
  background-color: #fefefe;
  z-index: 100;
  border-radius: 5px;
  overflow: auto;
  transition: top 0.2s ease-out;
  padding-bottom: 30px;
}

@media screen and (min-width: 500px) {
  /* line 404, app/assets/stylesheets/application.scss */
  .gathering-elements:not(.edit-gathering) {
    box-shadow: 0 3px 10px -4px grey;
    margin-top: 10px;
  }
}

/* line 418, app/assets/stylesheets/application.scss */
.gathering-elements {
  background-color: #fefefe;
  padding: 10px 20px;
  z-index: 100;
  border-radius: 5px;
  display: none;
  bottom: 30px;
  box-shadow: 0 3px 10px -4px grey;
  overflow: auto;
  transition: top 0.2s ease-out;
  margin-top: 10px;
}

/* line 431, app/assets/stylesheets/application.scss */
.gathering-elements.edit-gathering {
  position: relative;
  margin: 0 0;
  width: 100%;
  top: 10px;
  height: 100%;
  max-width: initial;
}

/* line 439, app/assets/stylesheets/application.scss */
.gathering-elements.edit-gathering .gathering-edit-actions {
  display: flex;
  gap: 10px;
  border-top: 1px solid lightgray;
  padding: 20px;
  background: #eee;
  margin: -10px -20px;
}

@media screen and (max-width: 500px) {
  /* line 439, app/assets/stylesheets/application.scss */
  .gathering-elements.edit-gathering .gathering-edit-actions {
    margin-bottom: -40px;
  }
}

/* line 453, app/assets/stylesheets/application.scss */
.gathering-elements li.gathering-buttons {
  position: absolute;
  right: 21px;
  list-style-type: none;
  top: 92px;
  text-align: right;
}

/* line 461, app/assets/stylesheets/application.scss */
.gathering-elements.ui-sortable
li:not(.addGatheringElmWrapper):not(.gathering-buttons):hover {
  cursor: pointer;
}

/* line 466, app/assets/stylesheets/application.scss */
.gathering-show-action-buttons {
  display: inline-block;
  flex: 0 1 50%;
  text-align: right;
  margin-right: -4px;
  margin-top: -5px;
}

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

@media screen and (max-width: 500px) {
  /* line 474, app/assets/stylesheets/application.scss */
  .align-right {
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 20px;
  }
}

/* line 484, app/assets/stylesheets/application.scss */
.gathering-elements li.addGatheringElmWrapper {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

/* line 490, app/assets/stylesheets/application.scss */
.gathering-element {
  padding: 5px;
}

/* line 493, app/assets/stylesheets/application.scss */
.gathering-element .elm-title {
  min-width: 300px;
  display: inline-flex;
}

/* line 498, app/assets/stylesheets/application.scss */
.gathering-element .key-text {
  padding: 5px;
}

/* line 503, app/assets/stylesheets/application.scss */
.button {
  text-transform: capitalize;
}

/* line 507, app/assets/stylesheets/application.scss */
.button.del-gathering,
.button.del-gathering-item {
  display: none;
  position: absolute;
  right: 30px;
}

/* line 513, app/assets/stylesheets/application.scss */
.button.del-gathering:active,
.button.del-gathering-item:active {
  position: absolute;
  top: initial;
}

/* line 519, app/assets/stylesheets/application.scss */
.gathering:hover .del-gathering,
.gathering-element:hover .del-gathering-item {
  display: inline !important;
  margin-left: 5px;
}

/* line 524, app/assets/stylesheets/application.scss */
.gathering-elements li:nth-child(odd) {
  background: #f9f9f9;
}

@media screen and (max-width: 500px) {
  /* line 524, app/assets/stylesheets/application.scss */
  .gathering-elements li:nth-child(odd) {
    margin-left: -10px !important;
    padding-left: 15px;
    margin-right: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 535, app/assets/stylesheets/application.scss */
.addGatheringElmWrapper {
  background: initial !important;
}

/* line 538, app/assets/stylesheets/application.scss */
.addGatheringElmWrapper .add-new-element {
  margin: 20px 0;
  margin-bottom: 40px;
  border: 1px solid lightgray;
  display: inline-block;
  padding: 10px 20px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 5px;
  background: #eee;
}

/* line 552, app/assets/stylesheets/application.scss */
.group-content-wrapper h2 {
  background: rgba(0, 0, 0, 0.04);
  font-size: 14px;
  color: gray;
  padding: 7px 10px;
  margin: 0 -10px;
  margin-bottom: 10px;
  border-radius: 7px;
  letter-spacing: 0;
  font-weight: normal;
  cursor: default;
}

/* line 565, app/assets/stylesheets/application.scss */
.group-address,
.right-side-text-h3 {
  color: rgba(60, 130, 150, 0.3);
  font-size: 13px;
  top: 20px;
}

/* line 571, app/assets/stylesheets/application.scss */
.button.group-address-mobile {
  display: none;
  margin-top: -5px !important;
  margin-right: 2px !important;
}

/* line 577, app/assets/stylesheets/application.scss */
.group-info {
  position: absolute;
  right: 7px;
  top: 5px;
}

/* line 583, app/assets/stylesheets/application.scss */
.edit {
  display: block;
  position: relative;
  margin-right: 0;
  height: 120px;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 140%;
}

/* line 596, app/assets/stylesheets/application.scss */
.edit:focus {
  outline: 0;
}

/* line 601, app/assets/stylesheets/application.scss */
#lyrics_songs {
  display: none;
}

/* line 605, app/assets/stylesheets/application.scss */
#lyrics_wrapper {
  min-height: 110px;
  padding: 0;
}

/* line 610, app/assets/stylesheets/application.scss */
.results-meta {
  margin-left: 20px;
  color: gray;
  cursor: default;
  font-size: 12px;
}

/* line 617, app/assets/stylesheets/application.scss */
.niciunRezultat {
  padding-top: 2px;
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

/* line 624, app/assets/stylesheets/application.scss */
.niciunRezultat input[type="button"] {
  vertical-align: middle;
  margin-top: -4px;
}

/* css for timepicker */
/* line 630, app/assets/stylesheets/application.scss */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

/* line 633, app/assets/stylesheets/application.scss */
.ui-timepicker-div dl {
  text-align: left;
}

/* line 636, app/assets/stylesheets/application.scss */
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

/* line 641, app/assets/stylesheets/application.scss */
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

/* line 644, app/assets/stylesheets/application.scss */
.ui-timepicker-div td {
  font-size: 90%;
}

/* line 647, app/assets/stylesheets/application.scss */
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 654, app/assets/stylesheets/application.scss */
.ui-timepicker-rtl {
  direction: rtl;
}

/* line 657, app/assets/stylesheets/application.scss */
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

/* line 661, app/assets/stylesheets/application.scss */
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

/* line 665, app/assets/stylesheets/application.scss */
.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

/* line 669, app/assets/stylesheets/application.scss */
#piesa {
  display: inline-block;
  vertical-align: top;
}

/* line 674, app/assets/stylesheets/application.scss */
.mobile-menu-close {
  display: none;
}

/* line 678, app/assets/stylesheets/application.scss */
.large-field-with-dashed-border {
  font-size: 30px;
  border: 0;
  border-bottom: 1px dashed black;
  width: 400px;
}

/* line 684, app/assets/stylesheets/application.scss */
.small-field-with-dashed-border {
  font-size: 15px;
  border: 0;
  border-bottom: 1px dashed black;
  width: 190px;
  margin-right: 13px;
}

/* line 692, app/assets/stylesheets/application.scss */
#map_canvas {
  height: 400px;
}

/* line 696, app/assets/stylesheets/application.scss */
.account-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 701, app/assets/stylesheets/application.scss */
.account-content.entry {
  width: 636px;
  padding-top: 0;
  padding-left: 13px;
  padding-right: 13px;
  margin-left: -5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

/* line 711, app/assets/stylesheets/application.scss */
.account-content.entry:before,
.account-content.entry:after {
  display: none;
}

/* line 716, app/assets/stylesheets/application.scss */
.account-right-side {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  width: 188px;
}

/* line 722, app/assets/stylesheets/application.scss */
.account-right-side .title {
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
}

/* line 728, app/assets/stylesheets/application.scss */
.group-activity-item {
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 732, app/assets/stylesheets/application.scss */
.group-activity-item:first-child {
  margin-top: -19px;
}

/* line 736, app/assets/stylesheets/application.scss */
.group-activity-item .date,
.group-activity-item .group,
.group-activity-item .gath-name {
  color: gray;
  padding: 4px 5px;
  border-radius: 5px;
  margin-right: 7px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px white;
  letter-spacing: -0.01em;
}

/* line 747, app/assets/stylesheets/application.scss */
.group-activity-item .date {
  background: #eee;
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  display: block;
  margin-left: -13px;
  padding-left: 15px;
  margin-right: -13px;
  margin-bottom: -17px;
  margin-top: 20px;
}

/* line 759, app/assets/stylesheets/application.scss */
.group-activity-item .group {
  margin-left: 10px;
}

/* line 763, app/assets/stylesheets/application.scss */
.green {
  color: #0c0;
}

/* line 767, app/assets/stylesheets/application.scss */
#sunt_parte {
  font-size: 13px;
  display: inline-block;
  margin-left: 16px;
}

/* line 773, app/assets/stylesheets/application.scss */
#sunt_parte .leftmargin {
  margin-left: 15px;
  font-size: 12px;
  color: #888;
}

/* line 779, app/assets/stylesheets/application.scss */
.group-notice {
  text-align: center;
  color: #888;
  font-size: 12px;
}

/* line 785, app/assets/stylesheets/application.scss */
#fii_parte {
  display: inline-block;
  font-size: 13px;
  text-decoration: underline;
  color: #2993d8;
}

/* line 792, app/assets/stylesheets/application.scss */
.button.member-groups {
  margin-right: 5px;
}

/* line 796, app/assets/stylesheets/application.scss */
.song-version {
  width: 199px;
}

/* line 800, app/assets/stylesheets/application.scss */
.button.other-version {
  margin-bottom: 10px;
}

/* line 804, app/assets/stylesheets/application.scss */
.groups {
  color: gray;
  font-size: 13px;
  border-radius: 4px;
  padding: 4px 6px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px white;
  letter-spacing: -0.01em;
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  margin-left: 5px;
}

/* line 817, app/assets/stylesheets/application.scss */
.song-map {
  text-align: right;
  box-shadow: inset 0 10px 5px -11px lightgrey;
  letter-spacing: 0.1em;
  background: #f8f8f8;
  margin: 50px -50px -20px -50px;
  padding: 15px 50px 45px 50px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 800px) {
  /* line 817, app/assets/stylesheets/application.scss */
  .song-map {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  /* line 832, app/assets/stylesheets/application.scss */
  .song-map .copyright-text {
    margin-top: 20px;
    text-align: left;
  }
}

/* line 838, app/assets/stylesheets/application.scss */
.song-map .song-structure {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
}

@media screen and (max-width: 800px) {
  /* line 838, app/assets/stylesheets/application.scss */
  .song-map .song-structure {
    margin-bottom: 10px;
  }
}

/* line 850, app/assets/stylesheets/application.scss */
.song-map .whiteborder {
  background: white;
  margin: 0 -50px;
  height: 5px;
  z-index: 0;
  margin-top: -6px;
  box-shadow: 0 2px 3px -1px #ddd;
  margin-bottom: 15px;
}

/* line 860, app/assets/stylesheets/application.scss */
.map-element {
  color: #999;
  font-size: 14px;
  padding: 0 10px;
}

/* line 865, app/assets/stylesheets/application.scss */
.map-element:first-child {
  padding-left: 0;
}

/* line 869, app/assets/stylesheets/application.scss */
.map-element:last-child {
  padding-right: 0;
}

/* line 873, app/assets/stylesheets/application.scss */
.map-element:not(:last-child) {
  padding-right: 6px;
  margin-bottom: 14px;
}

/* line 878, app/assets/stylesheets/application.scss */
.map-element span {
  font-size: 80%;
  opacity: 0.5;
  letter-spacing: 0.01em;
  margin-left: -2px;
}

/* line 886, app/assets/stylesheets/application.scss */
.copyright-text {
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
  font-weight: lighter;
  text-overflow: ellipsis;
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
}

/* line 899, app/assets/stylesheets/application.scss */
.user.group:before {
  content: " ";
  position: absolute;
  left: -2px;
  width: 2px;
  border-bottom: 5px solid #ddd;
  border-right: 5px solid white;
  margin-top: 7px;
}

/* line 909, app/assets/stylesheets/application.scss */
.user.group:after {
  content: " ";
  position: absolute;
  left: -2px;
  width: 2px;
  height: 0;
  border-top: 5px solid #ddd;
  border-right: 5px solid white;
  margin-top: 11px;
}

/* line 920, app/assets/stylesheets/application.scss */
.log-entry-age:before {
  content: "— ";
}

/* line 923, app/assets/stylesheets/application.scss */
.log-entry-age {
  color: #999;
  font-size: 11px;
}

/* line 928, app/assets/stylesheets/application.scss */
.group-activity-item a {
  text-decoration: underline;
  font-size: 11px;
}

/* line 933, app/assets/stylesheets/application.scss */
.group-activity-item .desc {
  font-size: 11px;
  margin-left: 3px;
  max-width: 220px;
  display: inline-block;
  line-height: 100%;
  vertical-align: top;
  padding-top: 8px;
}

/* line 943, app/assets/stylesheets/application.scss */
.group-activity-item .user {
  margin-left: 10px;
  width: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
}

/* line 953, app/assets/stylesheets/application.scss */
.group-activity-item:nth-child(even) {
  background: #f9f9f9;
}

/* line 957, app/assets/stylesheets/application.scss */
a.gath_title {
  color: #3f9be4 !important;
}

@media screen and (min-width: 581px) {
  /* line 962, app/assets/stylesheets/application.scss */
  #header_menu ul:not(.dropdown-menu):not(#main-menu) {
    display: block !important;
  }
  /* line 966, app/assets/stylesheets/application.scss */
  #content,
#wrapper {
    flex-grow: 1;
  }
}

/* line 972, app/assets/stylesheets/application.scss */
.fa {
  margin-right: 7px;
  margin-left: -5px;
}

/* line 977, app/assets/stylesheets/application.scss */
.fa.no-margin {
  margin: 0 !important;
  padding: 0;
}

/* line 982, app/assets/stylesheets/application.scss */
.header-promo {
  top: -150px;
  transition: 0.3s all;
  position: absolute;
  left: 200px;
  width: 270px;
  /* overflow: hidden; */
  height: 50px;
  background-color: #54535c;
  color: white;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
  z-index: 999;
}

/* line 998, app/assets/stylesheets/application.scss */
.header-promo:hover {
  background-color: rgba(84, 83, 92, 0.78);
}

/* line 1002, app/assets/stylesheets/application.scss */
.header-promo .promo-image {
  height: 100%;
  border-right: 1px solid white;
  max-width: 90vw;
}

/* line 1008, app/assets/stylesheets/application.scss */
.header-promo .promo-text {
  position: absolute;
  top: 15px;
  left: 91px;
}

/* line 1014, app/assets/stylesheets/application.scss */
.label.square-label {
  padding: 1px 3px;
  margin-top: 0;
  font-size: 11px;
  line-height: 1.5em;
  vertical-align: middle;
}

/* line 1021, app/assets/stylesheets/application.scss */
.label.square-label.gray {
  background: #ccc;
  color: #000;
}

/* line 1026, app/assets/stylesheets/application.scss */
.big-button {
  height: 160px;
  width: 120px;
  border-radius: 5px;
  background: white;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  line-height: 150%;
}

/* line 1039, app/assets/stylesheets/application.scss */
.big-button:hover {
  background-color: #eee;
}

/* line 1044, app/assets/stylesheets/application.scss */
.no-style {
  background-color: initial !important;
  color: black !important;
  text-decoration: underline !important;
  border: 0 !important;
}

/* line 1050, app/assets/stylesheets/application.scss */
.no-style:active {
  box-shadow: 0 !important;
}

/* line 1055, app/assets/stylesheets/application.scss */
.expand {
  flex-grow: 1;
}

/* line 1060, app/assets/stylesheets/application.scss */
.edit-gathering .gathering-title {
  background: #eee;
  margin: -10px -20px;
  margin-bottom: 20px;
  padding: 20px 20px;
}

/* line 1066, app/assets/stylesheets/application.scss */
.edit-gathering .gathering-title input:not(.datepicker-input) {
  font-size: 25px;
  border: 0;
  border-bottom: 1px dashed #888;
  padding-bottom: 0;
  border-top-left-radius: 5px;
  width: 100%;
  border-top-right-radius: 5px;
  margin: 0;
  margin-bottom: 10px;
}

/* line 1078, app/assets/stylesheets/application.scss */
.edit-gathering .gathering-title select {
  padding: 3px 7px;
  border-radius: 5px;
  border: 0;
}

/* line 1084, app/assets/stylesheets/application.scss */
.edit-gathering .gathering-title span {
  display: inline-block;
  margin-right: 30px;
  margin-top: 7px;
  margin-bottom: 3px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.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;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.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;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


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

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

/* line 24, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-xs {
  font-size: .75em;
}

/* line 27, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sm {
  font-size: .875em;
}

/* line 30, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-6x {
  font-size: 6em;
}

/* line 48, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-7x {
  font-size: 7em;
}

/* line 51, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-8x {
  font-size: 8em;
}

/* line 54, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-9x {
  font-size: 9em;
}

/* line 57, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-10x {
  font-size: 10em;
}

/* line 60, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

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

/* line 68, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ul > li {
  position: relative;
}

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

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

/* line 83, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pull-left {
  float: left;
}

/* line 86, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pull-right {
  float: right;
}

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

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

/* line 103, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 107, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

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

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

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

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

/* line 157, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

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

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

/* line 181, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 195, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 198, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 201, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 204, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 207, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 210, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 213, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 216, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 219, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 222, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 225, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 228, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 231, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 234, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 237, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 240, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 243, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 246, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 249, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 252, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 255, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 258, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

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

/* line 264, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 267, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 270, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 273, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

/* line 288, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 291, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 294, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 297, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 300, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 303, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 306, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 309, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 312, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 315, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 318, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 321, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 324, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 327, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 330, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 333, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

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

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

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

/* line 360, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 363, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 366, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 369, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 372, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

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

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

/* line 381, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-artstation:before {
  content: "\f77a";
}

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

/* line 387, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 390, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 393, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 396, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 399, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 402, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 405, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 408, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 411, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 414, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 417, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 420, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-award:before {
  content: "\f559";
}

/* line 423, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 426, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 429, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 432, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 435, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 438, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 441, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 444, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 447, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 450, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

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

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

/* line 459, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 462, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 465, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 468, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 471, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 474, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 477, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 480, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 483, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 486, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 489, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 492, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

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

/* line 498, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 501, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 504, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 507, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 510, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 513, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 516, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 519, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 522, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 525, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 528, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 531, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 534, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 537, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 540, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 543, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 546, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 549, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 552, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 555, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 558, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 561, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 564, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 567, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 570, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 573, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 576, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 579, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 582, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 585, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 588, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 591, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 594, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 597, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 600, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 603, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 606, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 609, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 612, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 615, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 618, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 621, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 624, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 627, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 630, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-box:before {
  content: "\f466";
}

/* line 633, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 636, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 639, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 642, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 645, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 648, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 651, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 654, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 657, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 660, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 663, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 666, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 669, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 672, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 675, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 678, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 681, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 684, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 687, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 690, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 693, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 696, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-business-time:before {
  content: "\f64a";
}

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

/* line 702, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 705, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 708, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 711, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 714, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 717, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 720, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 723, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 726, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 729, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 732, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 735, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 738, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-campground:before {
  content: "\f6bb";
}

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

/* line 744, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 747, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 750, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 753, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 756, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 759, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 762, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 765, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 768, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 771, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 774, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 777, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-caret-right:before {
  content: "\f0da";
}

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

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

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

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

/* line 792, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 795, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-carrot:before {
  content: "\f787";
}

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

/* line 801, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 804, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 807, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cat:before {
  content: "\f6be";
}

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

/* line 813, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

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

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

/* line 822, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 825, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 828, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 831, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 834, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 837, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 840, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 843, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 846, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 849, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 852, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 855, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 858, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 861, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 864, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 867, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 870, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 873, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 876, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 879, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 882, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 885, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 888, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 891, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 894, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 897, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 900, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 903, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 906, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 909, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

/* line 924, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 927, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 930, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 933, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 936, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 939, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 942, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 945, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 948, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 951, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 954, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 957, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 960, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 963, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 966, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 969, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 972, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 975, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 978, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloud:before {
  content: "\f0c2";
}

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

/* line 984, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 987, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

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

/* line 993, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

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

/* line 999, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

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

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

/* line 1008, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 1011, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1014, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1017, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1020, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1023, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1026, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1029, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1032, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1035, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1038, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 1041, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 1044, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 1047, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1050, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 1053, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1056, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1059, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1062, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1065, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1068, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 1071, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1074, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1077, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1080, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 1083, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-compress-alt:before {
  content: "\f422";
}

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

/* line 1089, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1092, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1095, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1098, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1101, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 1104, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1107, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1110, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1113, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1116, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1119, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1122, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1164, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1167, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1170, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1173, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1176, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 1179, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1182, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 1185, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 1188, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1191, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1194, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1197, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1200, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1203, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1206, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1209, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

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

/* line 1215, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 1218, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1221, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1224, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1227, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 1230, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1233, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 1236, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1239, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1242, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1245, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1248, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1251, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1254, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 1257, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1260, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1263, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 1266, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1269, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1272, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1275, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1278, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1281, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1284, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1287, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1290, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1293, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1296, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1299, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1302, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 1305, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 1308, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 1311, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 1314, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 1317, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 1320, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 1323, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 1326, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 1329, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 1332, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 1335, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 1338, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 1341, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 1344, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 1347, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 1350, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 1353, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-download:before {
  content: "\f019";
}

/* line 1356, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 1359, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 1362, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 1365, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 1368, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1371, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 1374, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1377, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 1380, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 1383, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1386, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1389, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 1392, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 1395, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 1398, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 1401, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 1404, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 1407, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 1410, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 1413, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 1416, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 1419, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 1422, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 1425, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 1428, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1431, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1434, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 1437, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 1440, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1443, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1446, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

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

/* line 1452, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1455, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1458, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 1461, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1464, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1467, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1470, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 1473, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1476, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1479, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 1482, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1485, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1488, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1491, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1494, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 1497, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-expand-alt:before {
  content: "\f424";
}

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

/* line 1503, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

/* line 1512, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 1515, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1518, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1521, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1524, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1527, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1530, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1533, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fan:before {
  content: "\f863";
}

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

/* line 1539, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1542, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1545, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 1548, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1551, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 1554, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 1557, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 1560, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 1563, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1566, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1569, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 1572, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1575, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1578, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1581, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1584, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1587, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 1590, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 1593, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 1596, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1599, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 1602, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1605, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 1608, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-invoice:before {
  content: "\f570";
}

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

/* line 1614, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-medical:before {
  content: "\f477";
}

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

/* line 1620, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1623, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1626, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 1629, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 1632, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 1635, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1638, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1641, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 1644, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 1647, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-film:before {
  content: "\f008";
}

/* line 1650, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1653, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 1656, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 1659, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 1662, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1665, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1668, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 1671, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1674, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-first-order:before {
  content: "\f2b0";
}

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

/* line 1680, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1683, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 1686, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 1689, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 1692, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1695, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 1698, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1701, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1704, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1707, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 1710, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 1713, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 1716, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 1719, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1722, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 1725, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-font:before {
  content: "\f031";
}

/* line 1728, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

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

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

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

/* line 1740, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1743, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1746, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1749, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

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

/* line 1755, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1758, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 1761, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-foursquare:before {
  content: "\f180";
}

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

/* line 1767, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1770, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 1773, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 1776, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 1779, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1782, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 1785, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1788, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1791, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1794, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1797, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 1800, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1803, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1806, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1809, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1812, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1815, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1818, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 1821, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 1824, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 1827, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1830, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 1833, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1836, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 1839, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1842, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 1845, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1848, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1851, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 1854, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 1857, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-glass-martini:before {
  content: "\f000";
}

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

/* line 1863, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1866, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 1869, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1872, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1875, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1878, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 1881, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 1884, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 1887, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 1890, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1893, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1896, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1899, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1902, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1905, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1908, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 1911, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1914, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

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

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

/* line 1923, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1926, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 1929, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1932, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1935, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1938, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-greater-than:before {
  content: "\f531";
}

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

/* line 1944, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 1947, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 1950, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 1953, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-beam:before {
  content: "\f582";
}

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

/* line 1959, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 1962, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-squint:before {
  content: "\f585";
}

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

/* line 1968, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 1971, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 1974, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

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

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

/* line 1983, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 1986, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 1989, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

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

/* line 1995, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 1998, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 2001, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 2004, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 2007, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 2010, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 2013, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 2016, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

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

/* line 2022, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2025, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2028, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2031, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2034, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

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

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

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

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

/* line 2049, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

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

/* line 2055, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2058, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

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

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

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

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

/* line 2073, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2076, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2079, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2082, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 2085, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2088, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2091, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 2094, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 2097, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-handshake:before {
  content: "\f2b5";
}

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

/* line 2103, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 2106, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 2109, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 2112, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2115, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

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

/* line 2121, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 2124, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hdd:before {
  content: "\f0a0";
}

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

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

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

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

/* line 2139, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 2142, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 2145, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 2148, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 2151, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 2154, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 2157, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2160, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 2163, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 2166, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 2169, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 2172, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hips:before {
  content: "\f452";
}

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

/* line 2178, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 2181, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 2184, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 2187, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 2190, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-home:before {
  content: "\f015";
}

/* line 2193, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 2196, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 2199, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 2202, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 2205, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 2208, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 2211, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 2214, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 2217, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 2220, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 2223, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 2226, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 2229, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2232, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2235, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2238, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2241, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 2244, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 2247, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2250, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 2253, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 2256, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 2259, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2262, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 2265, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 2268, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 2271, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2274, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-id-card:before {
  content: "\f2c2";
}

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

/* line 2280, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 2283, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 2286, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 2289, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-images:before {
  content: "\f302";
}

/* line 2292, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2295, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 2298, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 2301, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2304, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 2307, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-info:before {
  content: "\f129";
}

/* line 2310, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 2313, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 2316, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 2319, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 2322, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 2325, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 2328, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2331, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 2334, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2337, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 2340, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 2343, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 2346, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 2349, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 2352, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 2355, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 2358, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 2361, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 2364, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 2367, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 2370, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 2373, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 2376, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 2379, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 2382, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 2385, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 2388, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 2391, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-key:before {
  content: "\f084";
}

/* line 2394, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 2397, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 2400, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 2403, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 2406, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 2409, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2412, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 2415, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

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

/* line 2421, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 2424, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 2427, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 2430, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 2433, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 2436, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 2439, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 2442, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 2445, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 2448, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2451, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2454, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 2457, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 2460, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 2463, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 2466, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 2469, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 2472, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2475, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 2478, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 2481, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 2484, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 2487, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 2490, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 2493, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 2496, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 2499, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 2502, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 2505, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 2508, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 2511, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2514, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 2517, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 2520, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 2523, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 2526, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 2529, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 2532, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 2535, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 2538, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 2541, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2544, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2547, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2550, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2553, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2556, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 2559, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 2562, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 2565, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 2568, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 2571, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 2574, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 2577, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 2580, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 2583, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-male:before {
  content: "\f183";
}

/* line 2586, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 2589, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2592, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 2595, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2598, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 2601, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2604, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2607, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2610, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 2613, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 2616, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 2619, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2622, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2625, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2628, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2631, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 2634, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 2637, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 2640, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 2643, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 2646, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 2649, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 2652, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 2655, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 2658, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 2661, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2664, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 2667, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 2670, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 2673, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2676, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 2679, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 2682, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 2685, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 2688, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 2691, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 2694, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2697, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 2700, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 2703, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2706, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 2709, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 2712, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 2715, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 2718, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 2721, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 2724, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 2727, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 2730, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2733, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 2736, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 2739, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 2742, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 2745, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2748, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 2751, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 2754, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2757, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 2760, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2763, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 2766, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 2769, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 2772, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 2775, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2778, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 2781, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2784, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 2787, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 2790, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2793, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 2796, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-music:before {
  content: "\f001";
}

/* line 2799, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 2802, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 2805, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 2808, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2811, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 2814, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 2817, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-node:before {
  content: "\f419";
}

/* line 2820, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 2823, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 2826, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 2829, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 2832, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 2835, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 2838, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 2841, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2844, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 2847, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2850, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2853, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 2856, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 2859, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-om:before {
  content: "\f679";
}

/* line 2862, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2865, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 2868, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 2871, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2874, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 2877, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 2880, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 2883, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 2886, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 2889, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 2892, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 2895, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2898, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 2901, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 2904, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 2907, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 2910, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2913, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 2916, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 2919, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2922, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 2925, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 2928, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 2931, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 2934, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 2937, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 2940, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2943, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 2946, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2949, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 2952, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 2955, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 2958, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 2961, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 2964, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 2967, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 2970, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2973, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 2976, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 2979, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 2982, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 2985, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 2988, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2991, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 2994, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 2997, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 3000, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 3003, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 3006, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 3009, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 3012, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 3015, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 3018, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 3021, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 3024, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 3027, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 3030, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-php:before {
  content: "\f457";
}

/* line 3033, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 3036, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 3039, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 3042, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 3045, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 3048, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 3051, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 3054, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 3057, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 3060, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 3063, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 3066, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 3069, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 3072, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 3075, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 3078, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 3081, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 3084, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 3087, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 3090, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 3093, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 3096, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 3099, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 3102, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 3105, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 3108, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 3111, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 3114, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 3117, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 3120, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 3123, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 3126, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 3129, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 3132, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 3135, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 3138, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 3141, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3144, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 3147, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 3150, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 3153, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 3156, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 3159, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 3162, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 3165, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 3168, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 3171, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 3174, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 3177, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-question:before {
  content: "\f128";
}

/* line 3180, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 3183, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 3186, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 3189, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 3192, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 3195, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 3198, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 3201, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 3204, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 3207, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 3210, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 3213, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-random:before {
  content: "\f074";
}

/* line 3216, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3219, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3222, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 3225, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 3228, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 3231, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 3234, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 3237, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 3240, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 3243, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 3246, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 3249, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 3252, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 3255, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 3258, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 3261, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 3264, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 3267, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 3270, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 3273, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 3276, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 3279, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 3282, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 3285, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 3288, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 3291, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 3294, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 3297, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 3300, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 3303, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 3306, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-road:before {
  content: "\f018";
}

/* line 3309, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 3312, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 3315, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 3318, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 3321, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 3324, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 3327, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 3330, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 3333, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 3336, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 3339, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 3342, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 3345, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 3348, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 3351, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 3354, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 3357, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 3360, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 3363, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 3366, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 3369, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 3372, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 3375, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 3378, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 3381, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-school:before {
  content: "\f549";
}

/* line 3384, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 3387, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 3390, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 3393, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 3396, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-search:before {
  content: "\f002";
}

/* line 3399, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 3402, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 3405, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 3408, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 3411, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 3414, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 3417, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 3420, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 3423, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-server:before {
  content: "\f233";
}

/* line 3426, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 3429, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 3432, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-share:before {
  content: "\f064";
}

/* line 3435, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 3438, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 3441, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 3444, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 3447, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 3450, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 3453, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 3456, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 3459, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 3462, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 3465, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 3468, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 3471, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 3474, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 3477, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 3480, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 3483, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 3486, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 3489, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3492, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 3495, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3498, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 3501, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 3504, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 3507, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 3510, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 3513, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 3516, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 3519, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 3522, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 3525, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 3528, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 3531, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3534, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 3537, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 3540, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 3543, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 3546, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 3549, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 3552, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 3555, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 3558, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 3561, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 3564, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 3567, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 3570, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 3573, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 3576, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 3579, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 3582, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 3585, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 3588, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3591, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 3594, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 3597, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 3600, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 3603, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 3606, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 3609, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 3612, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 3615, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 3618, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3621, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3624, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3627, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3630, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 3633, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3636, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 3639, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3642, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 3645, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 3648, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3651, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 3654, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3657, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 3660, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 3663, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 3666, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 3669, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 3672, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 3675, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 3678, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 3681, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 3684, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 3687, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 3690, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 3693, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 3696, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 3699, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 3702, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 3705, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 3708, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 3711, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 3714, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 3717, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 3720, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-star:before {
  content: "\f005";
}

/* line 3723, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 3726, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 3729, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 3732, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 3735, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 3738, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 3741, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 3744, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 3747, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 3750, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 3753, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 3756, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 3759, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 3762, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 3765, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 3768, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 3771, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 3774, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 3777, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 3780, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 3783, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 3786, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 3789, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 3792, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 3795, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 3798, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 3801, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 3804, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 3807, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 3810, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 3813, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 3816, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3819, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 3822, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 3825, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 3828, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3831, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 3834, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3837, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 3840, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 3843, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 3846, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 3849, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 3852, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 3855, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 3858, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 3861, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 3864, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 3867, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 3870, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 3873, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 3876, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 3879, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 3882, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 3885, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 3888, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 3891, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3894, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 3897, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 3900, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 3903, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 3906, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 3909, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 3912, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 3915, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 3918, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 3921, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 3924, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 3927, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 3930, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3933, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 3936, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 3939, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 3942, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 3945, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 3948, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 3951, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 3954, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 3957, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 3960, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 3963, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 3966, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 3969, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3972, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 3975, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 3978, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3981, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3984, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 3987, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 3990, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 3993, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 3996, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 3999, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 4002, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 4005, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4008, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4011, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 4014, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 4017, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4020, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4023, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 4026, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 4029, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 4032, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 4035, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 4038, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 4041, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 4044, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 4047, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 4050, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 4053, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4056, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 4059, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 4062, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4065, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 4068, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4071, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4074, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4077, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 4080, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 4083, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 4086, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4089, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4092, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4095, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4098, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4101, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 4104, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 4107, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 4110, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 4113, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 4116, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4119, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4122, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4125, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 4128, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4131, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4134, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4137, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 4140, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 4143, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 4146, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 4149, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 4152, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4155, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 4158, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 4161, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4164, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 4167, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 4170, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 4173, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 4176, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4179, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 4182, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 4185, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4188, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4191, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 4194, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 4197, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4200, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 4203, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4206, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4209, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 4212, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4215, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 4218, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 4221, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4224, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 4227, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 4230, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 4233, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 4236, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 4239, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 4242, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 4245, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4248, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 4251, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 4254, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 4257, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4260, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4263, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 4266, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 4269, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 4272, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 4275, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4278, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 4281, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 4284, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 4287, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 4290, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 4293, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4296, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 4299, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 4302, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 4305, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4308, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4311, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4314, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 4317, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 4320, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4323, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4326, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4329, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 4332, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 4335, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 4338, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 4341, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 4344, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 4347, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 4350, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4353, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 4356, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4359, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 4362, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 4365, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 4368, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4371, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 4374, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 4377, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 4380, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4383, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 4386, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4389, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4392, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 4395, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 4398, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 4401, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 4404, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 4407, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 4410, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 4413, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-water:before {
  content: "\f773";
}

/* line 4416, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 4419, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 4422, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 4425, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4428, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 4431, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 4434, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 4437, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4440, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 4443, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4446, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 4449, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4452, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4455, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 4458, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 4461, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4464, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4467, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4470, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4473, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 4476, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 4479, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4482, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 4485, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4488, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 4491, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4494, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 4497, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4500, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 4503, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4506, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4509, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4512, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 4515, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4518, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 4521, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 4524, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4527, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4530, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 4533, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4536, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 4539, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 4542, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 4545, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 4548, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4551, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 4554, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 4557, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4560, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4563, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 4566, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4569, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4579, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-1a82018929c15b4894b89f4bbf84121544edc83af8147d6efb8a8c6f2aa6b823.eot);
  src: url(/assets/fa-brands-400-1a82018929c15b4894b89f4bbf84121544edc83af8147d6efb8a8c6f2aa6b823.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400-014d5f88eca2bf532a2eaecd1b929d2ebb7b89b6b224955a88a887a6e6ec96d6.woff2) format("woff2"), url(/assets/fa-brands-400-9a1256ce2928ad3e6ee76e94a64742672a84bc3cbfaa2ab6afc0c327ee8c285d.woff) format("woff"), url(/assets/fa-brands-400-556e869d78177965bfb888853c07aeb38cf02a430bfda3428ec3bbb8943e4f49.ttf) format("truetype"), url(/assets/fa-brands-400-0aeca8e7194fa042398331d80758769942ffdc0710f010f03f6475ec359a274f.svg#fontawesome) format("svg");
}

/* line 4594, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-0a1b872e027192533a34e39d889720ea61cb36f05c8929a0c7332d147f8c3cca.eot);
  src: url(/assets/fa-regular-400-0a1b872e027192533a34e39d889720ea61cb36f05c8929a0c7332d147f8c3cca.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400-f7d5b48f588ee15e226c466c10f22b54a58d717af356b5f4229781c212236af0.woff2) format("woff2"), url(/assets/fa-regular-400-f44e8e9220c7f587a05a64f29bff31290df9356c0c3bcd6bece0ec63f1b9e153.woff) format("woff"), url(/assets/fa-regular-400-08bfbf74e005cfd1422c16c1942a0dd615f63259b73ae75838d2468eb2b04f29.ttf) format("truetype"), url(/assets/fa-regular-400-729fae3990adc2b348f573868ad52833b1e6799631dd8c084cdcd4de8b0afd00.svg#fontawesome) format("svg");
}

/* line 4605, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-e14d824c38f00ec9bda7fc7457017ed56813867df014f23f10756158f0258226.eot);
  src: url(/assets/fa-solid-900-e14d824c38f00ec9bda7fc7457017ed56813867df014f23f10756158f0258226.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900-9ab6141e87e2863956b80535bb912cedd28e8dcd33115a9467ce76139edb89a3.woff2) format("woff2"), url(/assets/fa-solid-900-21acdbd12344e63d2c385c18601b52e4d0ae10c883edd9286ebe0115e32cf8e0.woff) format("woff"), url(/assets/fa-solid-900-e6364bd3454f3d0627d6db78864bfb606240fe7a35a473940b97efc31047bd8b.ttf) format("truetype"), url(/assets/fa-solid-900-302c3b7bd708847017b0e496a8c0ae191e8377713358879d4f166e63c2f2ce29.svg#fontawesome) format("svg");
}

/* line 4616, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/all.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 3, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text {
  padding-left: 5px;
}

/* line 7, ../usr/local/bundle/gems/font_awesome5_rails-1.4.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text-r {
  padding-right: 5px;
}
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/../fonts/glyphicons-halflings-regular.eot);src:url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  cursor: pointer;
}

.tt-suggestion.tt-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
/*

*/
/* line 1, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

/* line 6, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-window.cc-invisible {
  opacity: 0;
}

/* line 10, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

/* line 14, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

/* line 18, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

/* line 22, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

/* line 28, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

/* line 34, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

/* line 39, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

/* line 54, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-window.cc-static {
  position: static;
}

/* line 58, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 65, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 72, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-revoke {
  padding: .5em;
}

/* line 76, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-header {
  font-size: 18px;
  font-weight: 700;
}

/* line 81, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

/* line 88, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

/* line 94, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-link:hover {
  opacity: 1;
}

/* line 98, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-link:active,
.cc-link:visited {
  color: initial;
}

/* line 103, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

/* line 114, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

/* line 118, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

/* line 123, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* line 129, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

/* line 139, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

/* line 144, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

/* line 151, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

/* line 158, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

/* line 163, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/* line 168, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-top {
  top: 1em;
}

/* line 172, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-left {
  left: 1em;
}

/* line 176, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-right {
  right: 1em;
}

/* line 180, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-bottom {
  bottom: 1em;
}

/* line 184, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

/* line 188, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

/* line 193, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

/* line 198, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

/* line 203, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

/* line 209, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 215, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

/* line 220, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

/* line 229, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

/* line 234, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  /* line 239, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-revoke,
.cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  /* line 246, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  /* line 253, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window.cc-top {
    top: 0;
  }
  /* line 256, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window.cc-bottom {
    bottom: 0;
  }
  /* line 259, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window.cc-banner,
.cc-window.cc-left,
.cc-window.cc-right {
    left: 0;
    right: 0;
  }
  /* line 265, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 269, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  /* line 273, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window.cc-floating {
    max-width: none;
  }
  /* line 276, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  /* line 279, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

/* line 285, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

/* line 290, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

/* line 297, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

/* line 301, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

/* line 305, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/* line 309, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-theme-edgeless.cc-window {
  padding: 0;
}

/* line 313, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

/* line 317, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

/* line 323, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

/* line 327, ../usr/local/bundle/gems/cookieconsent-0.1.0/vendor/assets/stylesheets/cookieconsent.scss */
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
@charset "UTF-8";
@media print {
  @page {
    margin: 0.7cm;
    overflow: hidden !important;
  }
  /* line 4, app/assets/stylesheets/print.css.scss */
  html a[href]:after {
    content: none !important;
  }
  /* line 7, app/assets/stylesheets/print.css.scss */
  html img[src]:after {
    content: none !important;
  }
  /* line 11, app/assets/stylesheets/print.css.scss */
  html body {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
  /* line 18, app/assets/stylesheets/print.css.scss */
  html .gathering-inline-data {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding: 10px !important;
    background: #f5f5f5 !important;
    border-radius: 4px !important;
    font-size: 12px !important;
  }
  /* line 30, app/assets/stylesheets/print.css.scss */
  html .gathering-inline-data a {
    margin-left: 0 !important;
  }
  /* line 34, app/assets/stylesheets/print.css.scss */
  html .gathering-inline-data a.no-styling {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }
  /* line 40, app/assets/stylesheets/print.css.scss */
  html .gathering-inline-data .button {
    font-size: 12px !important;
    padding: 4px 8px !important;
    white-space: nowrap !important;
  }
  /* line 47, app/assets/stylesheets/print.css.scss */
  html .header-bg-image,
html #header,
html .view-type,
html .song-details,
html hr,
html .other-songs,
html #footer {
    display: none !important;
  }
  /* line 57, app/assets/stylesheets/print.css.scss */
  html #wrapper {
    padding: 0 !important;
    margin: initial !important;
    width: calc(100%) !important;
  }
  /* line 63, app/assets/stylesheets/print.css.scss */
  html .key-transpose-selector {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/print.css.scss */
  html .entry {
    padding: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    width: initial !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: calc(30.2cm) !important;
    page-break-after: always !important;
    break-after: page !important;
    position: relative !important;
  }
  /* line 80, app/assets/stylesheets/print.css.scss */
  html .entry .fullscreen-icon {
    display: none !important;
  }
  /* line 84, app/assets/stylesheets/print.css.scss */
  html .entry:before, html .entry:after {
    content: initial !important;
  }
  /* line 89, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title {
    min-height: initial !important;
    padding-top: 20px !important;
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 98, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title .title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  /* line 105, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title .title > span {
    background: transparent !important;
    color: inherit !important;
    font-size: inherit !important;
    min-width: initial !important;
    height: initial !important;
    display: inline !important;
  }
  /* line 114, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title .title .key-wrapper {
    display: inline-block !important;
    margin-left: 10px !important;
  }
  /* line 118, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title .title .key-wrapper .key {
    background: #f0f0f0 !important;
    color: #333 !important;
    font-size: 16px !important;
    min-width: 28px !important;
    height: 28px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2px 6px !important;
  }
  /* line 134, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title .key-control {
    display: none !important;
  }
  /* line 138, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title .tempo-display {
    font-size: 11px !important;
    margin-left: 10px !important;
  }
  /* line 143, app/assets/stylesheets/print.css.scss */
  html .entry .entry-title .tempo-text {
    font-size: 11px !important;
    font-weight: normal !important;
  }
  /* line 149, app/assets/stylesheets/print.css.scss */
  html .entry .entry-content {
    flex-grow: 0;
    padding-bottom: 60px !important;
  }
  /* line 155, app/assets/stylesheets/print.css.scss */
  html .entry.show-chords div.lyrics-container
> *:not(.with-chords):not(.chord):not(.modulation) {
    display: none !important;
  }
  /* line 166, app/assets/stylesheets/print.css.scss */
  html .entry.hide-chords div.lyrics-container > .chord {
    display: none !important;
  }
  /* line 172, app/assets/stylesheets/print.css.scss */
  html .entry.hide-chords div.lyrics-container > *.with-chords {
    display: block !important;
    font-size: inherit;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    margin-top: 20px !important;
  }
  /* line 180, app/assets/stylesheets/print.css.scss */
  html .entry.hide-chords div.lyrics-container > *.with-chords .chord {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  /* line 186, app/assets/stylesheets/print.css.scss */
  html .entry.hide-chords div.lyrics-container > *.with-chords:before {
    top: -5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    opacity: 1 !important;
  }
  /* line 194, app/assets/stylesheets/print.css.scss */
  html .entry.hide-chords div.lyrics-container > *.with-chords.collapsed {
    display: none !important;
  }
  /* line 198, app/assets/stylesheets/print.css.scss */
  html .entry.hide-chords div.lyrics-container > *.with-chords:first-child {
    margin-top: 0 !important;
  }
  /* line 203, app/assets/stylesheets/print.css.scss */
  html .entry div.lyrics-container > *.with-chords {
    margin: 0 !important;
    margin-top: 40px !important;
    line-height: 230% !important;
    font-size: inherit;
    position: relative !important;
    padding-top: 20px !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  /* line 214, app/assets/stylesheets/print.css.scss */
  html .entry div.lyrics-container > *.with-chords:before {
    position: absolute !important;
    top: -10px !important;
    left: 0 !important;
    font-size: 10px !important;
    color: #666 !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    opacity: 0.7;
    line-height: 11px;
    width: 80px;
  }
  /* line 233, app/assets/stylesheets/print.css.scss */
  html .entry .with-chords.verse:before {
    content: "[Strofa " attr(data-part-order) "]" !important;
  }
  /* line 238, app/assets/stylesheets/print.css.scss */
  html .entry .with-chords.chorus:before {
    content: "[Refren]" !important;
  }
  /* line 242, app/assets/stylesheets/print.css.scss */
  html .entry .with-chords.bridge:before {
    content: "[Bridge]" !important;
  }
  /* line 246, app/assets/stylesheets/print.css.scss */
  html .entry .with-chords.prechorus:before {
    content: "[Pre-Chorus]" !important;
  }
  /* line 250, app/assets/stylesheets/print.css.scss */
  html .entry .with-chords.outro:before {
    content: "[Outro]" !important;
  }
  /* line 255, app/assets/stylesheets/print.css.scss */
  html .entry .verse.collapsed,
html .entry .chorus.collapsed,
html .entry .bridge.collapsed,
html .entry .prechorus.collapsed,
html .entry .outro.collapsed {
    display: none !important;
  }
  /* line 264, app/assets/stylesheets/print.css.scss */
  html .entry.show-chords .chord {
    display: inline !important;
  }
  /* line 268, app/assets/stylesheets/print.css.scss */
  html .entry .chord {
    font-family: "Courier New", Courier, monospace !important;
    letter-spacing: normal !important;
    background: transparent !important;
    border: none !important;
    color: black !important;
    margin-left: 0 !important;
    padding: 0 !important;
    padding-bottom: 3px !important;
    font-weight: bold !important;
  }
  /* line 280, app/assets/stylesheets/print.css.scss */
  html .entry .with-chords .chord:not(.chord2):not(.no-styling) {
    margin-top: -3px;
  }
  /* line 284, app/assets/stylesheets/print.css.scss */
  html .entry .song-map {
    position: absolute !important;
    bottom: 15px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 294, app/assets/stylesheets/print.css.scss */
  html .entry .song-map .song-structure {
    position: absolute;
    top: auto;
    bottom: calc(30.2cm - 30px);
    right: 0;
  }
  /* line 301, app/assets/stylesheets/print.css.scss */
  html .entry .song-map .copyright-text {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important;
  }
  /* line 312, app/assets/stylesheets/print.css.scss */
  html .entry .song-map .copyright-text:before {
    content: "Pagină generată cu";
    font-weight: normal !important;
    font-size: 12px !important;
    margin-bottom: 3px;
    letter-spacing: normal;
  }
  /* line 320, app/assets/stylesheets/print.css.scss */
  html .entry .song-map .copyright-text:after {
    content: "Melodia.ro";
    font-weight: bold !important;
    font-size: 12px !important;
    text-decoration: underline;
    letter-spacing: normal;
    position: absolute;
    top: 0;
    left: 117px;
  }
  /* line 331, app/assets/stylesheets/print.css.scss */
  html .entry .song-map .copyright-text .year-written {
    margin: 0;
    font-size: 12px !important;
    margin-top: 3px;
  }
}

/* line 4, app/assets/stylesheets/print.css.scss */
html.print-view a[href]:after,
.print-preview-wrapper a[href]:after {
  content: none !important;
}

/* line 7, app/assets/stylesheets/print.css.scss */
html.print-view img[src]:after,
.print-preview-wrapper img[src]:after {
  content: none !important;
}

/* line 11, app/assets/stylesheets/print.css.scss */
html.print-view body,
.print-preview-wrapper body {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* line 18, app/assets/stylesheets/print.css.scss */
html.print-view .gathering-inline-data,
.print-preview-wrapper .gathering-inline-data {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  padding: 10px !important;
  background: #f5f5f5 !important;
  border-radius: 4px !important;
  font-size: 12px !important;
}

/* line 30, app/assets/stylesheets/print.css.scss */
html.print-view .gathering-inline-data a,
.print-preview-wrapper .gathering-inline-data a {
  margin-left: 0 !important;
}

/* line 34, app/assets/stylesheets/print.css.scss */
html.print-view .gathering-inline-data a.no-styling,
.print-preview-wrapper .gathering-inline-data a.no-styling {
  color: #333 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

/* line 40, app/assets/stylesheets/print.css.scss */
html.print-view .gathering-inline-data .button,
.print-preview-wrapper .gathering-inline-data .button {
  font-size: 12px !important;
  padding: 4px 8px !important;
  white-space: nowrap !important;
}

/* line 47, app/assets/stylesheets/print.css.scss */
html.print-view .header-bg-image,
html.print-view #header,
html.print-view .view-type,
html.print-view .song-details,
html.print-view hr,
html.print-view .other-songs,
html.print-view #footer,
.print-preview-wrapper .header-bg-image,
.print-preview-wrapper #header,
.print-preview-wrapper .view-type,
.print-preview-wrapper .song-details,
.print-preview-wrapper hr,
.print-preview-wrapper .other-songs,
.print-preview-wrapper #footer {
  display: none !important;
}

/* line 57, app/assets/stylesheets/print.css.scss */
html.print-view #wrapper,
.print-preview-wrapper #wrapper {
  padding: 0 !important;
  margin: initial !important;
  width: calc(100%) !important;
}

/* line 63, app/assets/stylesheets/print.css.scss */
html.print-view .key-transpose-selector,
.print-preview-wrapper .key-transpose-selector {
  display: none !important;
}

/* line 67, app/assets/stylesheets/print.css.scss */
html.print-view .entry,
.print-preview-wrapper .entry {
  padding: 0 !important;
  overflow: visible !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  width: initial !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(30.2cm) !important;
  page-break-after: always !important;
  break-after: page !important;
  position: relative !important;
}

/* line 80, app/assets/stylesheets/print.css.scss */
html.print-view .entry .fullscreen-icon,
.print-preview-wrapper .entry .fullscreen-icon {
  display: none !important;
}

/* line 84, app/assets/stylesheets/print.css.scss */
html.print-view .entry:before, html.print-view .entry:after,
.print-preview-wrapper .entry:before,
.print-preview-wrapper .entry:after {
  content: initial !important;
}

/* line 89, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title,
.print-preview-wrapper .entry .entry-title {
  min-height: initial !important;
  padding-top: 20px !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 98, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title .title,
.print-preview-wrapper .entry .entry-title .title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}

/* line 105, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title .title > span,
.print-preview-wrapper .entry .entry-title .title > span {
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  min-width: initial !important;
  height: initial !important;
  display: inline !important;
}

/* line 114, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title .title .key-wrapper,
.print-preview-wrapper .entry .entry-title .title .key-wrapper {
  display: inline-block !important;
  margin-left: 10px !important;
}

/* line 118, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title .title .key-wrapper .key,
.print-preview-wrapper .entry .entry-title .title .key-wrapper .key {
  background: #f0f0f0 !important;
  color: #333 !important;
  font-size: 16px !important;
  min-width: 28px !important;
  height: 28px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 2px 6px !important;
}

/* line 134, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title .key-control,
.print-preview-wrapper .entry .entry-title .key-control {
  display: none !important;
}

/* line 138, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title .tempo-display,
.print-preview-wrapper .entry .entry-title .tempo-display {
  font-size: 11px !important;
  margin-left: 10px !important;
}

/* line 143, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-title .tempo-text,
.print-preview-wrapper .entry .entry-title .tempo-text {
  font-size: 11px !important;
  font-weight: normal !important;
}

/* line 149, app/assets/stylesheets/print.css.scss */
html.print-view .entry .entry-content,
.print-preview-wrapper .entry .entry-content {
  flex-grow: 0;
  padding-bottom: 60px !important;
}

/* line 155, app/assets/stylesheets/print.css.scss */
html.print-view .entry.show-chords div.lyrics-container
> *:not(.with-chords):not(.chord):not(.modulation),
.print-preview-wrapper .entry.show-chords div.lyrics-container
> *:not(.with-chords):not(.chord):not(.modulation) {
  display: none !important;
}

/* line 166, app/assets/stylesheets/print.css.scss */
html.print-view .entry.hide-chords div.lyrics-container > .chord,
.print-preview-wrapper .entry.hide-chords div.lyrics-container > .chord {
  display: none !important;
}

/* line 172, app/assets/stylesheets/print.css.scss */
html.print-view .entry.hide-chords div.lyrics-container > *.with-chords,
.print-preview-wrapper .entry.hide-chords div.lyrics-container > *.with-chords {
  display: block !important;
  font-size: inherit;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  margin-top: 20px !important;
}

/* line 180, app/assets/stylesheets/print.css.scss */
html.print-view .entry.hide-chords div.lyrics-container > *.with-chords .chord,
.print-preview-wrapper .entry.hide-chords div.lyrics-container > *.with-chords .chord {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* line 186, app/assets/stylesheets/print.css.scss */
html.print-view .entry.hide-chords div.lyrics-container > *.with-chords:before,
.print-preview-wrapper .entry.hide-chords div.lyrics-container > *.with-chords:before {
  top: -5px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  opacity: 1 !important;
}

/* line 194, app/assets/stylesheets/print.css.scss */
html.print-view .entry.hide-chords div.lyrics-container > *.with-chords.collapsed,
.print-preview-wrapper .entry.hide-chords div.lyrics-container > *.with-chords.collapsed {
  display: none !important;
}

/* line 198, app/assets/stylesheets/print.css.scss */
html.print-view .entry.hide-chords div.lyrics-container > *.with-chords:first-child,
.print-preview-wrapper .entry.hide-chords div.lyrics-container > *.with-chords:first-child {
  margin-top: 0 !important;
}

/* line 203, app/assets/stylesheets/print.css.scss */
html.print-view .entry div.lyrics-container > *.with-chords,
.print-preview-wrapper .entry div.lyrics-container > *.with-chords {
  margin: 0 !important;
  margin-top: 40px !important;
  line-height: 230% !important;
  font-size: inherit;
  position: relative !important;
  padding-top: 20px !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
}

/* line 214, app/assets/stylesheets/print.css.scss */
html.print-view .entry div.lyrics-container > *.with-chords:before,
.print-preview-wrapper .entry div.lyrics-container > *.with-chords:before {
  position: absolute !important;
  top: -10px !important;
  left: 0 !important;
  font-size: 10px !important;
  color: #666 !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  opacity: 0.7;
  line-height: 11px;
  width: 80px;
}

/* line 233, app/assets/stylesheets/print.css.scss */
html.print-view .entry .with-chords.verse:before,
.print-preview-wrapper .entry .with-chords.verse:before {
  content: "[Strofa " attr(data-part-order) "]" !important;
}

/* line 238, app/assets/stylesheets/print.css.scss */
html.print-view .entry .with-chords.chorus:before,
.print-preview-wrapper .entry .with-chords.chorus:before {
  content: "[Refren]" !important;
}

/* line 242, app/assets/stylesheets/print.css.scss */
html.print-view .entry .with-chords.bridge:before,
.print-preview-wrapper .entry .with-chords.bridge:before {
  content: "[Bridge]" !important;
}

/* line 246, app/assets/stylesheets/print.css.scss */
html.print-view .entry .with-chords.prechorus:before,
.print-preview-wrapper .entry .with-chords.prechorus:before {
  content: "[Pre-Chorus]" !important;
}

/* line 250, app/assets/stylesheets/print.css.scss */
html.print-view .entry .with-chords.outro:before,
.print-preview-wrapper .entry .with-chords.outro:before {
  content: "[Outro]" !important;
}

/* line 255, app/assets/stylesheets/print.css.scss */
html.print-view .entry .verse.collapsed,
html.print-view .entry .chorus.collapsed,
html.print-view .entry .bridge.collapsed,
html.print-view .entry .prechorus.collapsed,
html.print-view .entry .outro.collapsed,
.print-preview-wrapper .entry .verse.collapsed,
.print-preview-wrapper .entry .chorus.collapsed,
.print-preview-wrapper .entry .bridge.collapsed,
.print-preview-wrapper .entry .prechorus.collapsed,
.print-preview-wrapper .entry .outro.collapsed {
  display: none !important;
}

/* line 264, app/assets/stylesheets/print.css.scss */
html.print-view .entry.show-chords .chord,
.print-preview-wrapper .entry.show-chords .chord {
  display: inline !important;
}

/* line 268, app/assets/stylesheets/print.css.scss */
html.print-view .entry .chord,
.print-preview-wrapper .entry .chord {
  font-family: "Courier New", Courier, monospace !important;
  letter-spacing: normal !important;
  background: transparent !important;
  border: none !important;
  color: black !important;
  margin-left: 0 !important;
  padding: 0 !important;
  padding-bottom: 3px !important;
  font-weight: bold !important;
}

/* line 280, app/assets/stylesheets/print.css.scss */
html.print-view .entry .with-chords .chord:not(.chord2):not(.no-styling),
.print-preview-wrapper .entry .with-chords .chord:not(.chord2):not(.no-styling) {
  margin-top: -3px;
}

/* line 284, app/assets/stylesheets/print.css.scss */
html.print-view .entry .song-map,
.print-preview-wrapper .entry .song-map {
  position: absolute !important;
  bottom: 15px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* line 294, app/assets/stylesheets/print.css.scss */
html.print-view .entry .song-map .song-structure,
.print-preview-wrapper .entry .song-map .song-structure {
  position: absolute;
  top: auto;
  bottom: calc(30.2cm - 30px);
  right: 0;
}

/* line 301, app/assets/stylesheets/print.css.scss */
html.print-view .entry .song-map .copyright-text,
.print-preview-wrapper .entry .song-map .copyright-text {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #666 !important;
}

/* line 312, app/assets/stylesheets/print.css.scss */
html.print-view .entry .song-map .copyright-text:before,
.print-preview-wrapper .entry .song-map .copyright-text:before {
  content: "Pagină generată cu";
  font-weight: normal !important;
  font-size: 12px !important;
  margin-bottom: 3px;
  letter-spacing: normal;
}

/* line 320, app/assets/stylesheets/print.css.scss */
html.print-view .entry .song-map .copyright-text:after,
.print-preview-wrapper .entry .song-map .copyright-text:after {
  content: "Melodia.ro";
  font-weight: bold !important;
  font-size: 12px !important;
  text-decoration: underline;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 117px;
}

/* line 331, app/assets/stylesheets/print.css.scss */
html.print-view .entry .song-map .copyright-text .year-written,
.print-preview-wrapper .entry .song-map .copyright-text .year-written {
  margin: 0;
  font-size: 12px !important;
  margin-top: 3px;
}

/* line 358, app/assets/stylesheets/print.css.scss */
html.print-view .entry,
.print-preview-wrapper .entry {
  border-bottom: 3px dashed #ccc !important;
  margin-bottom: 50px !important;
  padding-bottom: 20px !important;
}

/* line 366, app/assets/stylesheets/print.css.scss */
.paper.print-preview-wrapper {
  overflow: hidden !important;
  position: relative !important;
}

@media print {
  /* line 373, app/assets/stylesheets/print.css.scss */
  .entry {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* line 1, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

/* line 12, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #555;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* line 20, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .section {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* line 28, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-selector {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

/* line 34, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-btn {
  padding: 8px 16px;
  border-radius: 20px;
  background: #f0f0f0;
  color: #666;
  font-weight: 500;
  transition: all 0.2s;
  border: 1px solid transparent;
}

/* line 43, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-btn:hover {
  background: #e0e0e0;
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .period-btn.active {
  background: #e36149;
  color: white;
  box-shadow: 0 2px 4px rgba(227, 97, 73, 0.3);
}

/* line 55, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* line 61, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #eee;
}

/* line 68, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card.highlight {
  background: #fff;
  border-color: #e36149;
  box-shadow: 0 2px 8px rgba(227, 97, 73, 0.1);
}

/* line 74, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card .stat-value {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

/* line 81, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .stat-card .stat-label {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 89, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

/* line 94, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table th,
.admin-dashboard .admin-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

/* line 101, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #555;
  font-size: 13px;
}

/* line 108, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table tr:hover td {
  background: #f9f9f9;
}

/* line 112, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table .rank {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #777;
}

/* line 124, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .admin-table .rank.rank-top {
  background: #ffd700;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 132, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .chart-container {
  height: 300px;
  width: 100%;
}

/* line 137, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .btn-link {
  color: #e36149;
  font-weight: 500;
}

/* line 141, app/assets/stylesheets/admin_dashboard.scss */
.admin-dashboard .btn-link:hover {
  text-decoration: underline;
}
/* line 7, app/assets/stylesheets/frontpages.css.scss */
body.colorful-bg {
  background: linear-gradient(-25deg, rgba(116, 194, 220, 0.211765), rgba(227, 222, 243, 0.28), rgba(243, 245, 248, 0.9)) fixed;
}

/* line 17, app/assets/stylesheets/frontpages.css.scss */
.styled-hr {
  border-bottom: 1px solid #a5a5a5;
  margin: 10px 20px 20px 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 0;
  opacity: 0.2;
}

/* line 33, app/assets/stylesheets/frontpages.css.scss */
.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5px;
  padding: 0px 10px;
  margin-bottom: -30px;
  position: relative;
}

/* line 42, app/assets/stylesheets/frontpages.css.scss */
.categories > a {
  flex: 1;
  flex-basis: 150px;
  height: 120px;
  background: white;
  margin: 18px 10px;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/frontpages.css.scss */
.categories > a .category-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #888;
  font-size: 15px;
  cursor: pointer;
}

/* line 68, app/assets/stylesheets/frontpages.css.scss */
.categories > a .category-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in;
  z-index: 10;
  opacity: 0.6;
  background: radial-gradient(white -1px, 0px, rgba(0, 0, 0, 0.854902));
  background-size: 4px 4px;
  filter: blur(1px);
}

/* line 84, app/assets/stylesheets/frontpages.css.scss */
.categories > a .category-card .category-title {
  color: white;
  z-index: 10;
  background: black;
  position: relative;
  padding: 5px 10px 8px 10px;
  border-radius: 10px;
  font-size: 22px;
  display: flex;
  align-items: center;
  opacity: 0.9;
  transition: padding 0.1s ease-in, opacity 0.1s ease-in, transform 0.1s ease-in;
  white-space: nowrap;
  line-height: 130%;
  font-weight: 300;
  box-shadow: 0 0 100px 10px white;
}

/* line 103, app/assets/stylesheets/frontpages.css.scss */
.categories > a .category-card:hover .category-title {
  padding: 100px;
  opacity: 1;
  transform: scale(1.05);
}

/* line 109, app/assets/stylesheets/frontpages.css.scss */
.categories > a .category-card .song-demo-image {
  vertical-align: middle;
  position: absolute;
  min-width: 110%;
  min-height: 110%;
  top: -10%;
  left: 0;
  filter: blur(3px);
}

@media screen and (max-width: 800px) {
  /* line 122, app/assets/stylesheets/frontpages.css.scss */
  .title-action {
    display: block;
    padding-left: 15px;
  }
}

/* line 129, app/assets/stylesheets/frontpages.css.scss */
.songs-frontpage {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  /* line 138, app/assets/stylesheets/frontpages.css.scss */
  .songs-frontpage > * {
    flex: 1 1 calc(33.3333333333% - 10px);
  }
}

@media screen and (max-width: 800px) {
  /* line 146, app/assets/stylesheets/frontpages.css.scss */
  .songs-frontpage > * {
    flex: 1 1 calc(50% - 10px);
  }
}

@media screen and (max-width: 500px) {
  /* line 154, app/assets/stylesheets/frontpages.css.scss */
  .songs-frontpage > * {
    flex: 1 1 calc(100% - 10px);
  }
}

/* line 160, app/assets/stylesheets/frontpages.css.scss */
.song-tags {
  list-style-type: none;
  color: white;
  display: flex;
  padding: 0;
  margin: 0;
  z-index: 11;
  transition: opacity 0.1s;
}

/* line 169, app/assets/stylesheets/frontpages.css.scss */
.song-tags li {
  border-radius: 4px;
  padding: 4px 6px;
  background: gray;
}

/* line 174, app/assets/stylesheets/frontpages.css.scss */
.song-tags li:not(:last-child) {
  margin-right: 5px;
}

/* line 178, app/assets/stylesheets/frontpages.css.scss */
.song-tags li.christmas {
  background: #ca5353e0;
}

/* line 182, app/assets/stylesheets/frontpages.css.scss */
.song-tags li.easter {
  background: #56c556eb;
}

/* line 186, app/assets/stylesheets/frontpages.css.scss */
.song-tags li.kids {
  background: #1080abd4;
}

/* line 192, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 12px -3px lightgrey;
  display: flex;
  justify-content: center;
}

/* line 202, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper > .song-tags {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 208, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in;
  z-index: 10;
  opacity: 0.3;
  background: radial-gradient(white -1px, 0px, #000000da);
  background-size: 4px 4px;
}

/* line 223, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-image {
  transition: transform 0.2s ease-in;
  padding-bottom: 60px;
  min-width: 100%;
  min-height: 100%;
}

/* line 231, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper:hover > .song-tags {
  opacity: 0;
}

/* line 234, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper:hover .song-demo-image {
  transform: scale(1.1);
}

/* line 239, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay {
  position: absolute;
  color: #666;
  cursor: pointer;
  background: white;
  bottom: 0px;
  padding: 13px;
  left: 0;
  right: 0;
  height: 70px;
  overflow: hidden;
  z-index: 15;
  transition: height 0.2s ease-in;
}

/* line 253, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .song-demo-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 265, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .song-demo-title .title {
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
}

/* line 271, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .song-demo-title .key {
  text-transform: initial;
  color: white;
  font-size: 15px;
  padding: 2px 8px 3px 8px;
  margin-bottom: -2px;
  margin-top: -2px;
  margin-left: 5px;
}

/* line 282, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .author-metadata {
  display: flex;
  margin-bottom: 14px;
  gap: 8px;
}

/* line 287, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .author-metadata .song-year {
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Menlo", Courier, monospace;
  margin-top: 1px;
}

/* line 295, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .author-metadata .song-authors {
  height: 18px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}

/* line 306, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .song-tags {
  padding-bottom: 10px;
}

/* line 310, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper .song-demo-img-overlay .fp-lyrics {
  height: 122px;
  overflow: hidden;
}

/* line 317, app/assets/stylesheets/frontpages.css.scss */
.song-demo-wrapper:hover .song-demo-img-overlay {
  height: 210px;
}

/* line 323, app/assets/stylesheets/frontpages.css.scss */
.red-promo {
  border-radius: 6px;
  padding: 10px 0px;
  margin: 10px 10px 10px 0px;
  text-align: center;
  color: white;
  opacity: 0.8;
  transition: all 0.3s;
  background: #446b9e;
  cursor: pointer;
}

/* line 335, app/assets/stylesheets/frontpages.css.scss */
.app-logo {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid white;
}

/* line 344, app/assets/stylesheets/frontpages.css.scss */
.hoverme:hover .red-promo {
  opacity: 1;
  background: #d80401;
}

/* line 349, app/assets/stylesheets/frontpages.css.scss */
.hoverme:hover .app-logo {
  cursor: pointer;
  box-shadow: 0px 0px 10px gray;
}

/* line 355, app/assets/stylesheets/frontpages.css.scss */
.did-you-know {
  max-width: 1050px;
  padding: 0 14px;
  display: block;
  margin: 0 auto;
  font-weight: 300;
}

/* line 363, app/assets/stylesheets/frontpages.css.scss */
.frontpage-announcement-label {
  font-weight: bold;
  background: white;
  border-radius: 3px;
  padding: 3px;
  margin-right: 5px;
}

/* line 371, app/assets/stylesheets/frontpages.css.scss */
.promo-concert {
  background: rgba(100, 100, 100, 0.1);
  margin-bottom: 20px;
}

/* line 375, app/assets/stylesheets/frontpages.css.scss */
.promo-concert .promo-image {
  max-height: 150px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* line 382, app/assets/stylesheets/frontpages.css.scss */
.promo-concert .promo-action-buttons-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
}

/* line 387, app/assets/stylesheets/frontpages.css.scss */
.promo-concert .promo-action-buttons-wrapper .promo-action-btn {
  display: inline-block;
  text-transform: initial;
  font-size: 20px;
  width: 160px;
  margin-top: 23px;
}

/* line 397, app/assets/stylesheets/frontpages.css.scss */
.concert-promo-link {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  background: #e36149;
  padding: 10px;
  color: white !important;
  font-size: 15px;
}

/* line 408, app/assets/stylesheets/frontpages.css.scss */
.concert-promo-fp-wrapper {
  background: #303030;
}

/* line 412, app/assets/stylesheets/frontpages.css.scss */
.concert-promo-fp {
  display: flex;
  align-items: center;
  justify-content: right;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 30px;
  background: url(/assets/promo_fp_heritage_christmas-7d412b542b9a3b2ecd569e1129e9cdc52a9185a837b634697422219254d8bbef.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 424, app/assets/stylesheets/frontpages.css.scss */
.concert-promo-fp .text {
  color: white;
  font-size: 40px;
  line-height: initial;
  flex-grow: 1;
  margin-right: 30px;
}

/* line 431, app/assets/stylesheets/frontpages.css.scss */
.concert-promo-fp .text span {
  background: rgba(30, 30, 30, 0.7);
  cursor: pointer;
}

/* line 438, app/assets/stylesheets/frontpages.css.scss */
.frontpage-subtitle {
  color: #444;
  border: none;
  outline: none;
  background: white;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 3px;
  padding-bottom: 6px;
  position: relative;
  margin-left: 21px;
  padding-left: 16px;
  padding-right: 6px;
  margin-right: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-flex;
  padding-top: 8px;
  height: 39px;
  line-height: 80%;
}

@media screen and (max-width: 800px) {
  /* line 438, app/assets/stylesheets/frontpages.css.scss */
  .frontpage-subtitle {
    margin-left: 13px;
  }
}

/* line 463, app/assets/stylesheets/frontpages.css.scss */
.frontpage-subtitle:before {
  content: "";
  border: 2px solid #444;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}

/* line 473, app/assets/stylesheets/frontpages.css.scss */
.frontpage-subtitle:not(:first-child) {
  margin-top: 30px;
}

/* line 477, app/assets/stylesheets/frontpages.css.scss */
.frontpage-subtitle:hover, .frontpage-subtitle:active, .frontpage-subtitle:visited, .frontpage-subtitle:focus {
  text-decoration: none;
  outline: none;
}

/* line 485, app/assets/stylesheets/frontpages.css.scss */
.frontpage-subtitle .subtitle-text {
  margin-right: 5px;
}

/* line 488, app/assets/stylesheets/frontpages.css.scss */
.frontpage-subtitle .subtitle-subtext {
  font-size: 16px;
  opacity: 0.5;
  margin-top: 10px;
  display: inline-block;
}

/* line 496, app/assets/stylesheets/frontpages.css.scss */
.song-count {
  background: #eee;
  font-size: 20px;
  font-family: Menlo, MONOSPACE;
  padding: 3px 4px 2px 4px;
  border-radius: 4px;
  margin-left: 7px;
  font-weight: 900;
}

/* line 507, app/assets/stylesheets/frontpages.css.scss */
.categories .song-count {
  background: #eee;
  padding: 1px 3px;
  font-weight: 100;
  font-size: 17px;
  height: initial;
  margin-top: 0px;
  margin-bottom: -4px;
  line-height: 130%;
  color: black;
  min-width: 23px;
}
@charset "UTF-8";
/* line 5, app/assets/stylesheets/gathering_items.css.scss */
li.gathering.private:before {
  content: "•";
  top: 0px;
  bottom: 0px;
  color: #337ab1;
  display: inline-block;
  float: left;
  margin-top: 1px;
  font-size: 18px;
  margin-left: -25px;
}

/* line 16, app/assets/stylesheets/gathering_items.css.scss */
li.gathering.private:not(.created-by-me):before {
  margin-left: -18px !important;
}

/* line 19, app/assets/stylesheets/gathering_items.css.scss */
li.gathering.created-by-me:after {
  content: "•";
  top: 7px;
  bottom: 0px;
  color: #3ebb16;
  display: inline-block;
  margin-top: 1px;
  margin-left: -18px;
  font-size: 18px;
  position: absolute;
}

/* line 31, app/assets/stylesheets/gathering_items.css.scss */
li.gathering.private {
  color: #337ab1;
}

/* line 35, app/assets/stylesheets/gathering_items.css.scss */
.gathering-metadata {
  margin-top: -23px;
  padding: 8px;
  padding-top: 19px;
  margin-bottom: 10px;
  font-size: 11px;
}

/* line 42, app/assets/stylesheets/gathering_items.css.scss */
.gathering-metadata .belongs-to-group {
  padding-right: 6px;
  position: relative;
}

/* line 46, app/assets/stylesheets/gathering_items.css.scss */
.gathering-metadata .private {
  padding-left: 17px;
  padding-right: 10px;
  color: #337ab1;
  position: relative;
}

/* line 52, app/assets/stylesheets/gathering_items.css.scss */
.gathering-metadata .private:before {
  content: "•";
  color: #337ab1;
  padding-right: 8px;
  font-size: 19px;
  top: -1px;
  position: absolute;
  left: 0px;
}

/* line 61, app/assets/stylesheets/gathering_items.css.scss */
.gathering-metadata .created-by-me {
  color: #3ebb16;
  padding-right: 6px;
  padding-left: 10px;
  position: relative;
  line-height: 12px;
}

/* line 69, app/assets/stylesheets/gathering_items.css.scss */
.gathering-metadata .created-by-someone-else {
  opacity: 0.3;
}

/* line 72, app/assets/stylesheets/gathering_items.css.scss */
.gathering-metadata .created-by-me:before {
  content: "•";
  padding-right: 8px;
  font-size: 19px;
  top: -1px;
  position: absolute;
  left: 0px;
}

/* line 80, app/assets/stylesheets/gathering_items.css.scss */
.blank {
  opacity: 0.2;
  font-weight: 100;
}
/* line 7, app/assets/stylesheets/gatherings.css.scss */
.gathering-elements {
  display: none;
  align-items: center;
}

/* line 13, app/assets/stylesheets/gatherings.css.scss */
li.gathering.showDetails + .gathering-elements {
  display: block;
}

/* line 17, app/assets/stylesheets/gatherings.css.scss */
.gathering-structure-input {
  word-spacing: 3px;
  border: 1px solid lightgray;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 1.2rem;
}

/* line 25, app/assets/stylesheets/gatherings.css.scss */
.gathering-tempo-input {
  font-size: 1.2rem;
  border: 1px solid lightgray;
  padding: 6px 10px;
  border-radius: 4px;
}

/* line 32, app/assets/stylesheets/gatherings.css.scss */
.key-selector-container select.key {
  font-size: 1.2rem;
  padding: 6px 10px;
}

/* Style the drag handle for better usability on mobile */
/* line 38, app/assets/stylesheets/gatherings.css.scss */
.drag-handle {
  cursor: grab;
  padding: 5px;
  font-size: 1.5em;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

/* line 48, app/assets/stylesheets/gatherings.css.scss */
.drag-handle:active {
  cursor: grabbing;
}

@media screen and (max-width: 500px) {
  /* line 53, app/assets/stylesheets/gatherings.css.scss */
  .drag-handle.ui-sortable-handle {
    position: absolute;
    right: 3px;
  }
}
/* Top inline header (title + filters) */
.gatherings-topbar {
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 8px 12px; /* tighter */
  margin: 8px 0 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  position: sticky; /* Sticky header */
  top: 10px; /* Stick to top with some spacing */
  z-index: 1100; /* above .gathering-elements (z-index:100) */
  overflow: visible; /* let dropdowns escape */
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.topbar-center {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-title {
  margin: 0;
  color: #495057;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2; /* keep compact */
}

.topbar-spacer {
  margin-left: auto; /* keeps space on the right for future actions if needed */
}

/* Keep legacy main-page-title for backward compatibility */
.main-page-title {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #dee2e6;
}

.main-page-title h2 {
  margin: 0;
  color: #495057;
  font-size: 28px;
  font-weight: 600;
}

/* Sidebar Controls */
.sidebar-controls {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

.sidebar-controls .group-selector-form,
.sidebar-controls .search-form {
  margin-bottom: 15px;
}

.sidebar-controls .group-selector-form:last-of-type,
.sidebar-controls .search-form:last-of-type {
  margin-bottom: 0;
}

.sidebar-controls .add-gathering {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  display: block;
  padding: 12px;
}

/* Adjust search input width for sidebar */
.sidebar-controls .search-input {
  width: 100%;
  box-sizing: border-box;
}

.sidebar-controls .search-input-group {
  width: 100%;
}

.sidebar-controls .group-selector {
  width: 100%;
  box-sizing: border-box;
}

#gathering_group_id {
  height: 38px !important;
}

/* Legacy Page Header Layout (kept for compatibility) */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #dee2e6;
}

.header-left h3 {
  margin: 0;
  color: #495057;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Group Selector */
.group-selector-form {
  margin: 0;
}

.group-selector {
  padding: 8px 12px;
  padding-right: 30px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-size: 14px;
  min-width: 150px;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out;
  height: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.group-selector:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Form styling for inline layout */
.group-filter-form {
  margin: 0;
}

.gatherings-search-form {
  margin: 0;
}

/* Search Form */
.search-form {
  margin: 0;
}

.search-input-group {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  height: 36px;
  background-color: white;
}

.search-input {
  flex: 1;
  padding: 6px 8px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  background-color: transparent;
  transition: outline 0.15s ease-in-out;
  height: 32px;
  box-sizing: border-box;
  min-width: 0;
}

.search-input:focus {
  outline: none;
  box-shadow: none;
}

.search-button {
  padding: 6px 8px;
  background-color: #007bff;
  border: none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.search-button:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.search-button i {
  font-size: 14px;
}

/* Add Gathering Button */
.add-gathering {
  white-space: nowrap;
}

/* Autocomplete suggestions */
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Smart search pills styling */
.pill-strip {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}

.pill-gray {
  background-color: #e9ecef;
  color: #495057;
}

.pill-blue {
  background-color: #007bff;
  color: white;
}

.pill-close {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  margin-left: 2px;
  font-size: 14px;
  line-height: 1;
}

.suggestion-item {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f1f3f4;
  transition: background-color 0.15s ease-in-out;
}

.suggestion-item:hover,
.suggestion-item.active {
  background-color: #f8f9fa;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-icon {
  font-size: 14px;
  width: 16px;
  text-align: center;
}

.suggestion-text {
  flex: 1;
  font-size: 14px;
  color: #495057;
}

.suggestion-type {
  font-size: 11px;
  color: #6c757d;
  background-color: #e9ecef;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Active Filters Section */
.active-filters {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.hashtag-filter-form {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}

.hashtag-selector {
  padding: 6px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  font-size: 13px;
  min-width: 120px;
}

.filters-form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-label {
  font-weight: 600;
  color: #495057;
  margin: 0;
  white-space: nowrap;
}

.filter-select {
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  font-size: 14px;
  min-width: 150px;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.filter-select:hover {
  border-color: #adb5bd;
}

/* Responsive design */
.gatherings-topbar .group-selector-form,
.gatherings-topbar .search-form {
  margin: 0 !important; /* override any global margins */
  padding: 0;
  display: flex;
  align-items: center;
  position: relative; /* anchor absolute hints inside */
  height: 34px; /* lock height */
}

.gatherings-topbar .group-selector {
  margin: 0;
}

.gatherings-topbar .search-input {
  height: 34px;
  font-size: 14px !important;
  line-height: 16px;
}

.gatherings-topbar .search-button {
  height: 34px;
  line-height: 1;
  padding-right: 3px;
  padding-left: 14px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.gatherings-topbar .search-input-group {
  height: 34px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

@media (max-width: 500px) {
  .gatherings-topbar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    position: relative;
    top: auto;
  }
  .topbar-left {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .topbar-title {
    font-size: 18px;
  }
  .topbar-center {
    flex-direction: column;
    gap: 8px;
  }
  .topbar-right {
    justify-content: stretch;
  }
  .topbar-right a.button {
    flex: 1;
    text-align: center;
  }
  .group-selector {
    width: 100%;
  }
  .filters-form {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .filter-group {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }

  .filter-select {
    min-width: auto;
    width: 100%;
  }
}

/* Button styling for reset link */
.filters-section .button.color.small.gray {
  padding: 6px 12px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #6c757d;
  color: white;
  border: 1px solid #6c757d;
  transition: background-color 0.15s ease-in-out;
}

.filters-section .button.color.small.gray:hover {
  background-color: #5a6268;
  border-color: #545b62;
  text-decoration: none;
}

/* Gathering Form Hashtags Input */
.hashtags-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px !important;
  margin-bottom: 10px;
  background-color: white;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: transparent;
  font-style: initial !important;
}

.hashtags-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.hashtags-input::placeholder {
  color: #6c757da8;
  opacity: 1;
}

/* Gathering title section styling */
.gathering-title {
  margin-bottom: 20px;
}

/* Gathering hashtags styling */
.gathering-hashtags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gathering-hashtags .hashtag {
  display: inline-block;
  padding: 2px 8px;
  background-color: #e9ecef;
  color: #495057;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}

.gathering-hashtags .hashtag:hover {
  background-color: #dee2e6;
  text-decoration: none;
}

.gathering-title input[type="text"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.gathering-title .hashtags-input {
  font-style: italic;
  color: #495057;
}

/* Search Hints */
.search-hints {
  position: absolute;
  top: 100%;
  left: 0;
  right: 40px; /* Account for search button width */
  background: white;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1200; /* above topbar */
  max-height: 200px;
  overflow-y: auto;
  min-width: 300px;
}

.search-hint {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f8f9fa;
  font-size: 14px;
  color: #6c757d;
  transition: background-color 0.15s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-hint:hover {
  background-color: #f8f9fa;
  color: #495057;
}

.search-hint:last-child {
  border-bottom: none;
}

.hint-text {
  font-weight: 600;
  color: #007bff;
}

.hint-desc {
  font-size: 12px;
  color: #6c757d;
  font-style: italic;
}

/* Key selector wrapper styling */
.key-selector-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-left: 8px;
}

/* "Adaugă gama" link styling */
.add-key-link {
  color: #6c757d;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.add-key-link:hover {
  color: #007bff;
  text-decoration: underline;
}

/* Key selector container */
.key-selector-container {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Remove key (X) link styling */
.remove-key-link {
  color: #dc3545;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
  display: inline-block;
  line-height: 1;
}

.remove-key-link:hover {
  background-color: #dc3545;
  color: white;
}

/* Autocomplete Suggestions */
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 40px; /* Account for search button width */
  background: white;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1200; /* above topbar */
  max-height: 300px;
  overflow-y: auto;
}

.autocomplete-suggestion {
  padding: 10px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f8f9fa;
  font-size: 14px;
  color: #495057;
  transition: background-color 0.15s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.active {
  background-color: #e3f2fd;
  color: #1976d2;
}

.autocomplete-suggestion:last-child {
  border-bottom: none;
}

.suggestion-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.suggestion-text {
  flex: 1;
  font-weight: 500;
}

.suggestion-type {
  font-size: 11px;
  color: #6c757d;
  text-transform: uppercase;
  background: #f8f9fa;
  padding: 2px 6px;
  border-radius: 10px;
  flex-shrink: 0;
}

/* Utility pills */
.pill {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}

.pill-gray {
  background: #f1f3f5;
  color: #495057;
  border: 1px solid #dee2e6;
}

.pill-blue {
  background: #e7f1ff;
  color: #0b5ed7;
  border: 1px solid #c7ddff;
}

.pill-token {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pill-token .pill-close {
  background: transparent;
  border: none;
  color: #6b7280;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0 2px;
}

.pill-group.pill-static {
  cursor: pointer;
}

/* Smart input container with inline pill strip */
.smart-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  background: #fff;
  max-height: 32px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.smart-input .pill-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.smart-input input[type="text"],
.smart-input input[type="search"],
.smart-input input#smart-search-input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  flex: 1 1 160px;
  min-width: 120px;
  padding: 6px 8px;
  border: 1px solid #dcdfe6;
}

/* Loading indicator for search */
.search-loading {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 14px;
  display: none;
}

.search-loading.active {
  display: block;
}

/* Hashtag Display in Gatherings List */
.gathering-hashtags {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.hashtag {
  display: inline-block;
  background-color: #e3f2fd;
  color: #1976d2;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #bbdefb;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}

.hashtag:hover {
  background-color: #bbdefb;
  cursor: pointer;
}

/* Different colors for hashtags */
.hashtag:nth-child(2n) {
  background-color: #f3e5f5;
  color: #7b1fa2;
  border-color: #e1bee7;
}

.hashtag:nth-child(2n):hover {
  background-color: #e1bee7;
}

.hashtag:nth-child(3n) {
  background-color: #e8f5e8;
  color: #388e3c;
  border-color: #c8e6c9;
}

.hashtag:nth-child(3n):hover {
  background-color: #c8e6c9;
}

/* Datetime inputs styling */
.datetime-inputs {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.datetime-inputs span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.date-input-wrapper {
  position: relative;
  display: inline-block;
}

.datepicker-input {
  width: 130px !important;
  padding: 6px 8px !important;
  padding-right: 30px;
  border: 1px solid #dcdfe6 !important;
  border-radius: 4px;
  font-size: 16px !important;
  line-height: 1.5;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.datepicker-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  font-size: 14px;
}

.datepicker-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.hour-select,
.minute-select {
  width: 40px !important;
  padding: 6px 8px !important;
  padding-right: 30px;
  border: 1px solid #dcdfe6 !important;
  border-radius: 4px;
  font-size: 16px !important;
  line-height: 1.5;
  background-color: #fff;
  cursor: pointer;
}

.hour-select:focus,
.minute-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Datepicker calendar styling */
.ui-datepicker {
  font-size: 14px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ui-datepicker .ui-datepicker-header {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px 4px 0 0;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker th {
  background: #f8f9fa;
  padding: 8px;
  font-weight: 600;
  border: 1px solid #dee2e6;
}

.ui-datepicker td {
  padding: 0;
  border: 1px solid #dee2e6;
}

.ui-datepicker td a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #495057;
  text-align: center;
}

.ui-datepicker td a:hover {
  background: #e9ecef;
}

.ui-datepicker td.ui-datepicker-today a {
  background: #007bff;
  color: white;
}

.ui-datepicker td.ui-datepicker-current-day a {
  background: #28a745;
  color: white;
}
@charset "UTF-8";
/* line 5, app/assets/stylesheets/groups.css.scss */
.i-am-a-leader {
  color: #e36149;
  font-size: 13px;
  font-weight: initial;
  padding-left: 13px;
  position: relative;
  margin-left: -11px;
  top: -4px;
  line-height: 0px;
  display: inline-block;
  width: calc(100% + 21px);
}

/* line 17, app/assets/stylesheets/groups.css.scss */
.i-am-a-member {
  color: #2f97db;
  font-size: 13px;
  font-weight: initial;
  padding-left: 13px;
  position: relative;
  margin-left: -11px;
  top: -4px;
  line-height: 0px;
}

/* line 27, app/assets/stylesheets/groups.css.scss */
.i-am-a-leader:before,
.i-am-a-member:before {
  content: "•";
  font-size: 50px;
  position: absolute;
  top: 12px;
  text-shadow: 1px -1px 1px #bbb;
  left: -8px;
  right: -15px;
  color: rgba(224, 224, 224, 0.76);
}

/* line 38, app/assets/stylesheets/groups.css.scss */
.i-am-a-leader:after,
.i-am-a-member:after {
  content: "•";
  font-size: 50px;
  position: absolute;
  top: 12px;
  text-shadow: -1px -1px 1px #bbb;
  right: -8px;
  color: rgba(224, 224, 224, 0.76);
}

/* line 49, app/assets/stylesheets/groups.css.scss */
.group-members-wrapper {
  position: relative;
}

/* line 52, app/assets/stylesheets/groups.css.scss */
.group-member {
  line-height: 19px;
  position: relative;
  padding-bottom: 4px;
}

/* line 57, app/assets/stylesheets/groups.css.scss */
.group-member:before {
  content: "•";
  padding-right: 5px;
  font-size: 24px;
  top: 5px;
  position: relative;
}

/* line 65, app/assets/stylesheets/groups.css.scss */
.group-member.is-leader {
  padding-top: 3px;
}

/* line 69, app/assets/stylesheets/groups.css.scss */
.group-member.is-leader:before {
  content: "*";
  color: #e36149;
  font-size: 27px;
  margin-left: -3px;
  left: 0px;
  top: 9px;
  position: absolute;
}

/* line 79, app/assets/stylesheets/groups.css.scss */
.card-separator {
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px solid lightgray;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-top: 0px;
}

/* line 89, app/assets/stylesheets/groups.css.scss */
.edit-members {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(238, 238, 238, 0.8);
  border-bottom-left-radius: 5px;
  padding: 5px 7px 4px 8px;
  border-left: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  transition: all 0.1s;
}

/* line 101, app/assets/stylesheets/groups.css.scss */
.edit-group-user,
.edit-group-admin,
.edit-group-editor {
  color: #adadad;
}

/* line 107, app/assets/stylesheets/groups.css.scss */
.edit-group-user,
.edit-group-editor,
.edit-group-admin,
.editor-role,
.leader-role {
  display: none;
}

/* line 115, app/assets/stylesheets/groups.css.scss */
.edit-mode .edit-members,
.edit-mode .edit-group-user,
.edit-mode .edit-group-editor,
.edit-mode .edit-group-admin,
.edit-mode .editor-role,
.edit-mode .leader-role {
  display: block;
}

/* line 124, app/assets/stylesheets/groups.css.scss */
.edit-members:hover {
  background: #e36149;
  color: white;
}

/* line 129, app/assets/stylesheets/groups.css.scss */
.gravatar {
  height: 12px;
  width: 12px;
  top: 2px;
  position: relative;
}

/* line 136, app/assets/stylesheets/groups.css.scss */
.edit-group-user {
  width: 130px;
  display: inline-block;
  margin-left: 16px;
  display: none;
  height: 22px;
}

/* line 144, app/assets/stylesheets/groups.css.scss */
.edit-group-editor {
  position: absolute;
  right: 4px;
  width: 40px;
  top: 0px;
}

/* line 151, app/assets/stylesheets/groups.css.scss */
.edit-group-admin {
  position: absolute;
  right: 59px;
  top: 0px;
}

/* line 157, app/assets/stylesheets/groups.css.scss */
.editor-role {
  position: absolute;
  right: 68px;
  top: 4px;
}

/* line 163, app/assets/stylesheets/groups.css.scss */
.leader-role {
  position: absolute;
  top: 4px;
  right: 16px;
}

/* line 169, app/assets/stylesheets/groups.css.scss */
.edit-mode .group-member {
  border-top: 1px solid lightgray;
}

/* line 173, app/assets/stylesheets/groups.css.scss */
.show-add-member-btn.button,
.add-member-wrapper {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 179, app/assets/stylesheets/groups.css.scss */
.add-member-btn {
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

/* line 185, app/assets/stylesheets/groups.css.scss */
.add-member-btn i {
  padding-right: 4px;
}

/* line 189, app/assets/stylesheets/groups.css.scss */
.add-member-wrapper {
  display: none;
}

/* line 193, app/assets/stylesheets/groups.css.scss */
.revoke-group-membership-btn.button {
  display: none;
}

/* line 196, app/assets/stylesheets/groups.css.scss */
.group-item.edit-mode .group-member:hover .revoke-group-membership-btn {
  display: initial;
}
/* Enhanced Groups Styling */

/* Group Index Page */
.group-item {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.group-stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 15px;
}

.stat-item {
  margin-right: 20px;
  font-size: 14px;
  color: #666;
}

.stat-item i {
  color: #3498db;
  margin-right: 5px;
}

.group-actions {
  margin-top: 15px;
}

.group-actions .button {
  margin-right: 10px;
}

/* Group Details Page */
.group-details-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.group-actions-bar {
  margin: 15px 0;
}

.group-stats-summary {
  display: flex;
  justify-content: space-around;
  margin: 25px 0;
  text-align: center;
}

.stat-box {
  padding: 15px;
  border-radius: 5px;
  background: #f8f9fa;
  width: 120px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.stat-box i {
  color: #3498db;
  margin-bottom: 10px;
}

.stat-count {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
}

.stat-label {
  font-size: 14px;
  color: #666;
}

/* Gatherings Grid */
.gatherings-container {
  margin-top: 20px;
}

.gathering-add-form {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.form-row {
  margin-bottom: 10px;
}

.form-buttons {
  margin-top: 15px;
}

.gatherings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.gathering-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.gathering-card.next-gathering {
  border: 2px solid #27ae60;
  background: #f0fff4;
}

.gathering-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.gathering-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.gathering-date {
  color: #666;
  font-size: 14px;
}

.gathering-stats {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.gathering-actions {
  margin-top: 15px;
  text-align: right;
}

/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-width: 700px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.modal-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.modal-header h2 {
  margin-top: 0;
  margin-right: 30px;
}

.close {
  color: #aaa;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.modal-date {
  color: #666;
  margin-top: 5px;
}

.gathering-items-list {
  list-style: none;
  padding: 0;
}

.gathering-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.gathering-item:last-child {
  border-bottom: none;
}

.gathering-item i {
  margin-right: 10px;
  color: #3498db;
}

.gathering-item.song-item a {
  color: #3498db;
  text-decoration: none;
  font-weight: bold;
}

.modal-actions {
  margin-top: 20px;
  text-align: center;
}

/* No Gatherings Message */
.no-gatherings-message {
  text-align: center;
  padding: 30px;
  color: #666;
  background: #f8f9fa;
  border-radius: 5px;
}

/* Group Management Page */
.members-management-container {
  margin-top: 20px;
}

.current-members {
  margin-bottom: 30px;
}

.members-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.members-table th, 
.members-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.members-table th {
  background: #f5f5f5;
}

.admin-badge {
  background: #f39c12;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
}

.member-badge {
  background: #3498db;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
}

.add-members {
  margin-top: 30px;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}

.add-members-form {
  margin-top: 15px;
}

.member-actions {
  margin-top: 15px;
}

/* Songs Page */
.songs-list-container {
  margin-top: 20px;
}

.songs-filter {
  margin-bottom: 20px;
}

.songs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.song-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.song-info {
  flex: 1;
}

.song-title {
  margin: 0 0 8px 0;
  font-size: 16px;
}

.song-meta {
  color: #666;
  font-size: 13px;
}

.song-meta span {
  margin-right: 15px;
}

.song-actions {
  margin-left: 15px;
}

.no-songs-message {
  text-align: center;
  padding: 30px;
  color: #666;
  background: #f8f9fa;
  border-radius: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gatherings-grid {
    grid-template-columns: 1fr;
  }
  
  .group-stats-summary {
    flex-direction: column;
    align-items: center;
  }
  
  .stat-box {
    margin-bottom: 15px;
    width: 80%;
  }
  
  .modal-content {
    width: 90%;
    margin: 20% auto;
  }
  
  .songs-grid {
    grid-template-columns: 1fr;
  }
}
/* Updated Groups Styling */

/* Card View Styling */
.songs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.song-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.12);
  transition: all 0.2s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.song-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

.song-card-header {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  background-color: #f7f9fc;
}

.song-title {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.song-title a {
  color: #2980b9;
  text-decoration: none;
}

.song-title a:hover {
  text-decoration: underline;
  color: #3498db;
}

.song-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

.song-author {
  font-style: italic;
}

.song-year {
  font-weight: 500;
  background-color: #eef2f7;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
}

.song-card-body {
  padding: 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.song-stat {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}

.stat-label {
  font-weight: bold;
  color: #444;
}

.stat-value {
  color: #2980b9;
  font-weight: 500;
}

/* Style for play counts to make them more prominent */
.song-stat .stat-value:contains("times") {
  color: #3498db;
  font-weight: 600;
  font-size: 15px;
}

/* Style for the 'times' text */
.times-text {
  color: #5dade2;
  font-size: 14px;
}

.song-card-footer {
  background-color: #f8f9fa;
  padding: 12px 20px;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #eee;
  margin-top: auto;
}

/* Month View Styling */
.month-view-container {
  margin: 20px 0;
  width: 100%;
  display: block;
}

.month-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.month-nav-btn {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.month-nav-btn:hover {
  background-color: #e0e0e0;
}

.month-picker {
  display: flex;
  gap: 10px;
}

.month-picker select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.month-calendar {
  width: 100%;
  overflow-x: auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
}

.month-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.month-header th {
  background-color: #f5f5f5;
  padding: 12px 8px;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 2px solid #ddd;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.month-header th:first-child,
.month-header th:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #f5f5f5;
}

.month-header th:nth-child(2) {
  left: 100px;
}

.month-row td {
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: center;
  vertical-align: top;
  min-width: 85px;
}

.am-pm-cell,
.responsabil-cell {
  position: sticky;
  left: 0;
  background-color: #f9f9f9;
  z-index: 1;
  white-space: nowrap;
}

.responsabil-cell {
  left: 100px;
  z-index: 1;
}

.am-pm-cell {
  width: 100px;
  text-align: left !important;
  font-weight: bold;
  color: #555;
}

.date-column {
  font-size: 12px;
}

.song-cell {
  vertical-align: top;
  text-align: left;
  position: relative;
  height: 80px;
  padding: 0;
}

.song-entry {
  background-color: #e8f4f9;
  border-left: 3px solid #3498db;
  margin: 2px;
  padding: 4px 6px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
}

.song-entry:hover {
  background-color: #d5ebf5;
  cursor: pointer;
}

.view-gathering-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #3498db;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.view-gathering-btn:hover {
  opacity: 1;
}

.song-entry {
  position: relative;
  padding: 8px 25px 8px 8px;
  border-radius: 4px;
  background-color: #e3f2fd;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.month-abbr {
  font-size: 0.8em;
  color: #555;
}

.month-row:nth-child(odd) .song-cell {
  background-color: #fafafa;
}

/* View Switching */
.view-container {
  display: none;
}

.view-container.active {
  display: block;
}

/* Group Header and Stats Bar */
.group-details-header {
  margin-bottom: 20px;
}

.group-details-header h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.group-info {
  margin: 10px 0;
}

.member-status-badge {
  background-color: #e8f5e9;
  color: #2e7d32;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
}

.member-status-badge i {
  margin-right: 5px;
}

.group-actions-bar {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Improved Stats Bar */
.group-stats-bar {
  display: flex;
  background-color: #f5f8fa;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 25px;
  justify-content: space-around;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.stat-number {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.stat-value {
  font-size: 24px;
  font-weight: bold;
  color: #3498db;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #666;
}

.stat-label i {
  margin-right: 5px;
  color: #3498db;
}

/* Side-by-side Layout */
.group-content-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.group-content-left-side {
  flex: 1;
  min-width: 0; /* Prevent flex item from expanding beyond container */
}

.group-content-right-side {
  width: 380px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  height: fit-content;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Fixed Panel Styling */
#fixed-details-panel {
  position: fixed;
  padding: 0;
  overflow: hidden;
  top: 400px;
  left: 400px;
  bottom: 300px;
  right: 10px;
}

.panel-header {
  background-color: #3498db;
  color: white;
  padding: 12px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.panel-header h3 {
  margin: 0;
  font-size: 16px;
}

.panel-content {
  padding: 15px;
}

.gathering-panel-header {
  margin-bottom: 15px;
}

#panel-gathering-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.panel-date {
  color: #666;
  font-size: 14px;
}

.gathering-panel-body h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #555;
}

.gathering-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gathering-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.gathering-item:last-child {
  border-bottom: none;
}

.gathering-item i {
  margin-right: 8px;
  color: #3498db;
}

.gathering-item.song-item a {
  color: #3498db;
  text-decoration: none;
  font-weight: bold;
}

.gathering-item.song-item a:hover {
  text-decoration: underline;
}

.no-items, .loading-item, .error {
  padding: 15px 0;
  color: #666;
  text-align: center;
}

.loading-item i {
  margin-right: 5px;
  color: #3498db;
}

.no-gathering-selected {
  text-align: center;
  padding: 30px 15px;
  color: #666;
}

.panel-actions {
  margin-top: 20px;
  text-align: center;
}

/* View Containers */
.view-container {
  margin-top: 20px;
}

/* Force display styles for view containers */
#card-view.active-view,
#table-view.active-view,
#month-view.active-view {
  display: block !important;
}

/* Ensure containers have appropriate height */
.songs-card-container,
.songs-table-container,
.month-view-container {
  min-height: 50vh;
}

.gatherings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.gathering-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.gathering-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.gathering-card.active-gathering {
  border: 2px solid #3498db;
  background-color: #ebf5fb;
}

.gathering-card.next-gathering {
  border: 2px solid #27ae60;
  background: #e8f5e9;
}

.gathering-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.gathering-date {
  color: #666;
  font-size: 14px;
}

.gathering-stats {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .group-content-wrapper {
    flex-direction: column;
  }

  .group-content-right-side {
    width: 100%;
    margin-top: 30px;
    position: static;
  }

  .group-stats-bar {
    flex-direction: row;
    justify-content: space-between;
  }

  .gatherings-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

@media (max-width: 576px) {
  .group-stats-bar {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 10px;
  }

  .stat-number {
    width: 100%;
    padding: 5px 0;
  }

  .gatherings-grid {
    grid-template-columns: 1fr;
  }
}
@charset "UTF-8";
/* Media Queries */
@media screen and (max-width: 385px) {
  /* line 6, app/assets/stylesheets/mobile.scss */
  .search-form #searchInput {
    width: 100%;
  }
  /* line 10, app/assets/stylesheets/mobile.scss */
  .search-form a {
    border-radius: 7px !important;
    margin-top: 10px;
  }
}

@media screen and (min-width: 385px) {
  /* line 17, app/assets/stylesheets/mobile.scss */
  .search-form #searchInput,
.search-form input,
.twitter-typeahead {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    z-index: 1000;
  }
  /* line 24, app/assets/stylesheets/mobile.scss */
  .search-form #searchInput .tt-hint,
.search-form input .tt-hint,
.twitter-typeahead .tt-hint {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    z-index: 1000;
    overflow: hidden;
  }
}

/* Additional mobile-specific fullscreen button styles */
@media screen and (max-width: 1024px) {
  /* line 35, app/assets/stylesheets/mobile.scss */
  .fullscreen-icon {
    position: absolute !important;
    top: 17px !important;
    right: 8px !important;
    width: 32px !important;
    height: 28px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  /* line 51, app/assets/stylesheets/mobile.scss */
  .fullscreen-icon i {
    margin: 0 !important;
  }
  /* line 56, app/assets/stylesheets/mobile.scss */
  .view-type {
    right: 48px !important;
  }
}

/* Mobile styles for devices up to 768px */
@media screen and (max-width: 500px) {
  /* === MOB-03: Overflow prevention — max-width on wide elements, NO overflow:hidden on body === */
  /* line 64, app/assets/stylesheets/mobile.scss */
  img, video, iframe, table, pre, code {
    max-width: 100%;
  }
  /* === MOB-01: Font floor — no text smaller than 14px body / 12px small === */
  /* line 69, app/assets/stylesheets/mobile.scss */
  body {
    font-size: 14px;
  }
  /* line 73, app/assets/stylesheets/mobile.scss */
  small, .small, caption, .label {
    font-size: 12px;
  }
  /* === MOB-02: Touch targets — 44px minimum for interactive elements === */
  /* line 78, app/assets/stylesheets/mobile.scss */
  a, button, input[type="submit"], input[type="button"], select, .button, .btn {
    min-height: 44px;
    min-width: 44px;
  }
  /* line 83, app/assets/stylesheets/mobile.scss */
  input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="number"], textarea, select {
    min-height: 44px;
    font-size: 16px;
    /* prevents iOS zoom */
  }
  /* Exceptions: inline links inside text and list items should NOT get forced dimensions */
  /* line 89, app/assets/stylesheets/mobile.scss */
  p a, li a, .entry-content a, td a, .author a, span a {
    min-height: auto;
    min-width: auto;
  }
  /* Exclude minimap and structure items (already well-sized) */
  /* line 95, app/assets/stylesheets/mobile.scss */
  .minimap-item, .structure-item {
    min-height: auto;
    min-width: auto;
  }
  /* Exclude mobile menu panel links (already styled with 48px min-height) */
  /* line 101, app/assets/stylesheets/mobile.scss */
  .mobile-menu-panel a {
    min-height: 48px;
  }
  /* Exclude gathering element links (small inline links) */
  /* line 106, app/assets/stylesheets/mobile.scss */
  .gathering-element a {
    min-height: auto;
    min-width: auto;
  }
  /* Exclude label badges from touch target sizing */
  /* line 112, app/assets/stylesheets/mobile.scss */
  .label.square-label {
    min-height: auto;
    min-width: auto;
  }
  /* line 117, app/assets/stylesheets/mobile.scss */
  * {
    transition: initial !important;
  }
  /* line 121, app/assets/stylesheets/mobile.scss */
  body {
    margin: 0;
  }
  /* line 125, app/assets/stylesheets/mobile.scss */
  h3 {
    margin: 0 !important;
    margin-top: 20px !important;
    line-height: 130%;
  }
  /* line 131, app/assets/stylesheets/mobile.scss */
  #content {
    flex-grow: 1;
    position: relative;
    z-index: 1;
  }
  /* line 136, app/assets/stylesheets/mobile.scss */
  #content h3 {
    flex-direction: column-reverse;
    align-items: baseline;
    gap: 20px;
  }
  /* line 142, app/assets/stylesheets/mobile.scss */
  #content #react-dashboard h3 {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  /* line 149, app/assets/stylesheets/mobile.scss */
  #wrapper {
    position: relative;
    z-index: 1;
  }
  /* line 154, app/assets/stylesheets/mobile.scss */
  .mobile-search-icon {
    display: none !important;
  }
  /* line 158, app/assets/stylesheets/mobile.scss */
  #header_menu {
    display: flex;
    justify-content: flex-end;
  }
  /* line 165, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header:before {
    height: 100vh;
    background: white;
    z-index: 9999;
  }
  /* line 171, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header .logo-link,
body.mobile-search-view div#header .mobile-search-icon,
body.mobile-search-view div#header #header_menu {
    display: none;
  }
  /* line 177, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header .hide-mobile-search {
    display: block;
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 10002;
  }
  /* line 185, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header .search-form {
    display: block;
    margin-left: 0;
    position: relative;
    z-index: 10000 !important;
    max-width: 20px;
  }
  /* line 192, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header .search-form.search-backdrop:before {
    display: none !important;
  }
  /* line 196, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header .search-form .search-form-expandable {
    z-index: 10000 !important;
    position: relative;
    padding: 0 16px;
  }
  /* line 202, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header .search-form .twitter-typeahead {
    flex-grow: 1;
    z-index: 10000 !important;
  }
  /* line 207, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view div#header .search-form .tt-dropdown-menu {
    width: calc(100vw - 32px) !important;
    min-width: initial !important;
    margin-left: 0;
    left: 0 !important;
    z-index: 10001 !important;
  }
  /* line 217, app/assets/stylesheets/mobile.scss */
  body.mobile-search-view #wrapper,
body.mobile-search-view #footer {
    display: none !important;
  }
  /* line 223, app/assets/stylesheets/mobile.scss */
  div#header,
div#header.front-page,
div#header:not(.translucent) {
    z-index: 10000;
    margin-bottom: 0;
    padding: 10px 13px 10px 16px;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  /* line 233, app/assets/stylesheets/mobile.scss */
  div#header .logo-link,
div#header.front-page .logo-link,
div#header:not(.translucent) .logo-link {
    z-index: 1000;
    position: relative;
  }
  /* line 238, app/assets/stylesheets/mobile.scss */
  div#header #logo,
div#header.front-page #logo,
div#header:not(.translucent) #logo {
    width: 156px !important;
    margin-left: -8px;
  }
  /* line 243, app/assets/stylesheets/mobile.scss */
  div#header #logo-small,
div#header.front-page #logo-small,
div#header:not(.translucent) #logo-small {
    padding-top: 0 !important;
    width: 130px !important;
    height: auto !important;
  }
  /* line 249, app/assets/stylesheets/mobile.scss */
  div#header #header_menu,
div#header.front-page #header_menu,
div#header:not(.translucent) #header_menu {
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
    left: 0 !important;
    z-index: 1;
  }
  /* line 256, app/assets/stylesheets/mobile.scss */
  div#header #header_menu #header_menu:focus ul,
div#header #header_menu #header_menu:active ul,
div#header.front-page #header_menu #header_menu:focus ul,
div#header.front-page #header_menu #header_menu:active ul,
div#header:not(.translucent) #header_menu #header_menu:focus ul,
div#header:not(.translucent) #header_menu #header_menu:active ul {
    display: block;
  }
  /* line 262, app/assets/stylesheets/mobile.scss */
  div#header .mobile-search-icon,
div#header .hide-mobile-search,
div#header.front-page .mobile-search-icon,
div#header.front-page .hide-mobile-search,
div#header:not(.translucent) .mobile-search-icon,
div#header:not(.translucent) .hide-mobile-search {
    z-index: 0;
    font-size: 20px;
    padding: 8px 10px;
  }
  /* line 269, app/assets/stylesheets/mobile.scss */
  div#header .hide-mobile-search,
div#header.front-page .hide-mobile-search,
div#header:not(.translucent) .hide-mobile-search {
    color: #555;
    display: none;
  }
  /* line 274, app/assets/stylesheets/mobile.scss */
  div#header .search-form,
div#header.front-page .search-form,
div#header:not(.translucent) .search-form {
    display: none;
    margin-top: initial !important;
    padding: initial !important;
    flex-grow: 1;
  }
  /* line 280, app/assets/stylesheets/mobile.scss */
  div#header .search-form input,
div#header .search-form a,
div#header.front-page .search-form input,
div#header.front-page .search-form a,
div#header:not(.translucent) .search-form input,
div#header:not(.translucent) .search-form a {
    border-bottom: 0 !important;
  }
  /* line 285, app/assets/stylesheets/mobile.scss */
  div#header .search-form #searchInput,
div#header .search-form a,
div#header .search-form .tt-hint,
div#header.front-page .search-form #searchInput,
div#header.front-page .search-form a,
div#header.front-page .search-form .tt-hint,
div#header:not(.translucent) .search-form #searchInput,
div#header:not(.translucent) .search-form a,
div#header:not(.translucent) .search-form .tt-hint {
    font-size: 23px;
  }
  /* line 291, app/assets/stylesheets/mobile.scss */
  div#header .search-form form,
div#header.front-page .search-form form,
div#header:not(.translucent) .search-form form {
    border: 0;
    border-bottom: 1px solid gray !important;
    border-radius: 0;
    margin-top: 50px;
  }
  /* line 299, app/assets/stylesheets/mobile.scss */
  div#header .mobile-menu-trigger,
div#header.front-page .mobile-menu-trigger,
div#header:not(.translucent) .mobile-menu-trigger {
    margin: 6px -2px !important;
    display: block !important;
    float: right;
    font-size: 25px;
  }
  /* line 306, app/assets/stylesheets/mobile.scss */
  div#header .mobile-menu-close,
div#header.front-page .mobile-menu-close,
div#header:not(.translucent) .mobile-menu-close {
    border: 1px solid #888;
    border-radius: 5px;
    vertical-align: middle;
    margin-bottom: -1px !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 0;
    border-bottom: 0 solid white;
    margin-bottom: 0 !important;
    margin-top: -10px !important;
  }
  /* line 319, app/assets/stylesheets/mobile.scss */
  div#header #header_menu .the-menu > ul,
div#header.front-page #header_menu .the-menu > ul,
div#header:not(.translucent) #header_menu .the-menu > ul {
    position: absolute !important;
    top: 86px;
    right: 0;
    left: 0;
    height: calc(100vh - 86px);
    padding: 0;
    z-index: 1000;
    padding-bottom: 20px !important;
    line-height: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: -150px;
    display: none;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 100%);
  }
  /* line 335, app/assets/stylesheets/mobile.scss */
  div#header #header_menu ul li,
div#header.front-page #header_menu ul li,
div#header:not(.translucent) #header_menu ul li {
    font-size: 20px;
    padding: 20px 5px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
  }
  /* line 344, app/assets/stylesheets/mobile.scss */
  div#header #header_menu ul li:last-child,
div#header.front-page #header_menu ul li:last-child,
div#header:not(.translucent) #header_menu ul li:last-child {
    text-align: center;
  }
  /* line 348, app/assets/stylesheets/mobile.scss */
  div#header #header_menu ul li a,
div#header.front-page #header_menu ul li a,
div#header:not(.translucent) #header_menu ul li a {
    padding-bottom: 6px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 6px !important;
  }
  /* line 357, app/assets/stylesheets/mobile.scss */
  div#header.translucent {
    z-index: 10000 !important;
    position: relative;
    /* White hamburger icon on translucent header */
  }
  /* line 361, app/assets/stylesheets/mobile.scss */
  div#header.translucent #header_menu ul li a {
    color: white;
  }
  /* line 365, app/assets/stylesheets/mobile.scss */
  div#header.translucent .mobile-search-icon {
    color: white;
  }
  /* line 370, app/assets/stylesheets/mobile.scss */
  div#header.translucent .mobile-hamburger-btn {
    color: white !important;
  }
  /* line 374, app/assets/stylesheets/mobile.scss */
  #content {
    padding: 0 !important;
    margin: 0 !important;
    min-width: initial !important;
  }
  /* line 379, app/assets/stylesheets/mobile.scss */
  #content .alignLeft {
    padding: 10px 10px 40px 10px !important;
  }
  /* line 383, app/assets/stylesheets/mobile.scss */
  #wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: initial !important;
    z-index: 201;
  }
  /* line 390, app/assets/stylesheets/mobile.scss */
  .search-form {
    height: 100% !important;
    padding: 5px;
    width: initial !important;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
    border-radius: 0 !important;
    border: 0 solid #aaa !important;
    z-index: 9;
    overflow-y: visible;
    vertical-align: top;
    position: initial !important;
  }
  /* line 404, app/assets/stylesheets/mobile.scss */
  .search-form input {
    width: 100%;
  }
  /* line 408, app/assets/stylesheets/mobile.scss */
  .search-form .tt-dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    overflow: scroll;
    max-height: 300px;
    max-width: 100vw;
    box-sizing: border-box;
  }
  /* line 416, app/assets/stylesheets/mobile.scss */
  .search-form .tt-dropdown-menu .tt-dataset-0 .tt-suggestions:last-child p {
    border-bottom: 0;
  }
  /* line 419, app/assets/stylesheets/mobile.scss */
  .tt-hint {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    z-index: 1000;
    overflow: hidden;
  }
  /* line 425, app/assets/stylesheets/mobile.scss */
  .tt-suggestion p {
    margin: 0;
    font-size: 22px;
    line-height: 144%;
    text-align: left;
    border-bottom: 1px solid lightgray;
    padding: 7px 0 11px 0;
  }
  /* line 433, app/assets/stylesheets/mobile.scss */
  .search-form a:active {
    margin-top: 10px;
  }
  /* line 436, app/assets/stylesheets/mobile.scss */
  #searchInput {
    position: relative !important;
    margin: 0 auto !important;
    /*display: block;*/
    /*width: 90% !important;*/
    border-radius: 0 !important;
    /*margin-left: -10px !important;*/
  }
  /* line 444, app/assets/stylesheets/mobile.scss */
  #song_search {
    align-items: center;
  }
  /* line 447, app/assets/stylesheets/mobile.scss */
  #song_search a {
    position: relative !important;
    /*margin: 12px auto !important;*/
    vertical-align: top;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 456, app/assets/stylesheets/mobile.scss */
  .fp-latest-videos {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
    padding: 10px 10px !important;
    margin-right: -10px;
    margin-left: -10px;
    height: initial !important;
    min-width: initial !important;
  }
  /* line 466, app/assets/stylesheets/mobile.scss */
  .fp-latest-videos .video-element {
    margin-bottom: 30px;
  }
  /* line 470, app/assets/stylesheets/mobile.scss */
  .fp-latest-videos .video-element a {
    max-width: 307px !important;
  }
  /* line 474, app/assets/stylesheets/mobile.scss */
  .fp-latest-videos iframe {
    width: initial !important;
    height: initial !important;
    transition: all 0 ease 0 !important;
    opacity: 1 !important;
  }
  /* line 480, app/assets/stylesheets/mobile.scss */
  .fp-latest-videos iframe:hover {
    margin-top: 0 !important;
  }
  /* line 484, app/assets/stylesheets/mobile.scss */
  .promo-singgloria {
    background-image: initial;
    border-radius: 0;
  }
  /* line 488, app/assets/stylesheets/mobile.scss */
  .promo-singgloria:after {
    content: "";
    background-image: url(/assets/site-mobile-3173184d065affa17131543ad157f52f740c221ecb41883d6d468bba092aa500.jpg);
    height: 230px;
    display: block;
    margin: -10px;
    margin-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 498, app/assets/stylesheets/mobile.scss */
  .promo-singgloria .promo-content > div.event-details {
    font-size: 4.6vw;
  }
  /* line 502, app/assets/stylesheets/mobile.scss */
  .results-meta {
    width: 16px !important;
    overflow: hidden !important;
    margin-left: -8px !important;
    margin-right: 20px !important;
    margin-top: 3px;
    display: none;
  }
  /* line 511, app/assets/stylesheets/mobile.scss */
  .description {
    display: block;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 518, app/assets/stylesheets/mobile.scss */
  .song-author {
    display: none;
  }
  /* line 521, app/assets/stylesheets/mobile.scss */
  .groups {
    display: none;
  }
  /* line 524, app/assets/stylesheets/mobile.scss */
  .song-title2 {
    display: none;
  }
  /* line 528, app/assets/stylesheets/mobile.scss */
  .entry-wrapper {
    padding: 0 10px 0 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 535, app/assets/stylesheets/mobile.scss */
  .entry-wrapper hr {
    display: none;
  }
  /* line 540, app/assets/stylesheets/mobile.scss */
  .song-information {
    margin-bottom: 30px;
  }
  /* line 544, app/assets/stylesheets/mobile.scss */
  .song-info-wrapper {
    flex-direction: column;
  }
  /* line 547, app/assets/stylesheets/mobile.scss */
  .song-info-wrapper .original-version {
    margin-right: 0;
  }
  /* line 552, app/assets/stylesheets/mobile.scss */
  .entry {
    width: 100% !important;
    padding: 0 !important;
    min-height: 460px !important;
    font-size: 16px !important;
    background: white !important;
    position: relative;
    z-index: 20;
    border-radius: 0 !important;
  }
  /* line 562, app/assets/stylesheets/mobile.scss */
  .entry:before, .entry:after {
    display: none;
  }
  /* line 567, app/assets/stylesheets/mobile.scss */
  .entry .entry-title {
    padding: 20px 10px 0 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 70px !important;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    margin: 0 -10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 581, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .bpm-indicator {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    margin: 0 !important;
  }
  /* line 588, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .title {
    font-size: 30px;
    padding: 74px 54px 0 40px !important;
    line-height: 100% !important;
    margin-bottom: -4px !important;
    margin-left: -44px !important;
  }
  /* line 596, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .view-type {
    position: absolute;
    padding: 0;
    top: 14px;
    right: 8px;
    display: flex;
    gap: 6px;
    align-items: center;
  }
  /* line 605, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .view-type > *:not(.key-wrapper):not(.key-transpose-selector) {
    padding: 4px 10px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px;
    background: #fff;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    cursor: pointer;
  }
  /* line 619, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .view-type > *.active:not(.key-wrapper):not(.key-transpose-selector) {
    display: none;
  }
  /* line 624, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .view-type .key-wrapper {
    display: none !important;
  }
  /* line 628, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .view-type .key-transpose-selector {
    display: none !important;
  }
  /* line 632, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .view-type .text {
    display: inline;
    font-size: 12px;
  }
  /* line 637, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .view-type .mobile-text {
    display: none;
  }
  /* line 642, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .title .key-wrapper.desktop-only {
    display: inline-block !important;
  }
  /* line 645, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .title .key-wrapper.desktop-only .key {
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 8px;
    background: #1e293b;
    color: #fff;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    min-width: 28px;
    vertical-align: middle;
    margin-left: 4px;
    line-height: 1;
  }
  /* line 661, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .title .key-wrapper.desktop-only .key .key-control {
    display: none;
  }
  /* line 666, app/assets/stylesheets/mobile.scss */
  .entry .entry-title .title .key-wrapper.desktop-only .key-transpose-selector {
    position: absolute;
    opacity: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  /* line 676, app/assets/stylesheets/mobile.scss */
  .entry .entry-content {
    padding: 0 0px 10px 16px;
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    max-width: 100vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  /* line 691, app/assets/stylesheets/mobile.scss */
  .edit_song .entry-title {
    flex-direction: column;
  }
  /* line 694, app/assets/stylesheets/mobile.scss */
  .edit_song .entry-title .entry-metadata {
    position: initial !important;
  }
  /* line 700, app/assets/stylesheets/mobile.scss */
  .verse,
.chorus,
.bridge {
    margin-right: -20px;
  }
  /* line 706, app/assets/stylesheets/mobile.scss */
  .other-songs {
    align-items: center;
    justify-content: center;
  }
  /* line 711, app/assets/stylesheets/mobile.scss */
  #rightMenu {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0 10px 0 10px !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 60px !important;
    margin-bottom: -30px !important;
    position: relative !important;
    z-index: initial !important;
    border-bottom: 0 solid gray !important;
    border-right: 0 solid gray !important;
    margin-left: 5px !important;
  }
  /* line 727, app/assets/stylesheets/mobile.scss */
  #rightMenu .widget {
    padding: 10px;
  }
  /* line 730, app/assets/stylesheets/mobile.scss */
  #rightMenu .widget iframe {
    width: 100%;
    height: 100% !important;
  }
  /* line 734, app/assets/stylesheets/mobile.scss */
  .expandableWrapper .expandable {
    height: 94px;
  }
  /* line 737, app/assets/stylesheets/mobile.scss */
  .expandable {
    border-radius: 0 !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding: 10px !important;
    line-height: 20px;
  }
  /* line 744, app/assets/stylesheets/mobile.scss */
  .expandable .widget-title {
    margin-left: -20px !important;
    padding: 20px 0 10px 20px !important;
  }
  /* line 748, app/assets/stylesheets/mobile.scss */
  .widget .button {
    margin: 0 7px 14px 0 !important;
  }
  /* line 751, app/assets/stylesheets/mobile.scss */
  .see-more {
    padding: 15px 28px 5px 20px !important;
    opacity: 1 !important;
    position: relative !important;
    margin-left: 0 !important;
    margin: 0 auto !important;
    display: block;
    width: 10px;
    margin-top: -20px !important;
    text-align: center;
  }
  /* line 763, app/assets/stylesheets/mobile.scss */
  .group-content-left-side {
    width: 100% !important;
  }
  /* line 767, app/assets/stylesheets/mobile.scss */
  .group-content-left-side h2 {
    margin: 0 !important;
  }
  /* line 771, app/assets/stylesheets/mobile.scss */
  .add-gathering {
    float: none;
  }
  /* line 775, app/assets/stylesheets/mobile.scss */
  .group-content-left-side .gatherings-list > ul {
    padding: 10px !important;
  }
  /* line 779, app/assets/stylesheets/mobile.scss */
  .group-content-right-side {
    display: none;
  }
  /* line 782, app/assets/stylesheets/mobile.scss */
  .addGatheringElmTitle {
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  /* line 787, app/assets/stylesheets/mobile.scss */
  .addSongToGathering {
    float: right;
  }
  /* line 791, app/assets/stylesheets/mobile.scss */
  .search_results_list {
    padding-left: 5px !important;
  }
  /* line 795, app/assets/stylesheets/mobile.scss */
  .gathering-info.unlocked:before {
    content: "•";
    color: #fbb;
    font-size: 32px;
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 803, app/assets/stylesheets/mobile.scss */
  .gathering-show-action-buttons {
    float: none;
    margin-right: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  /* line 814, app/assets/stylesheets/mobile.scss */
  .gathering-show-action-buttons .back-to-gatherings {
    flex-grow: 1;
    text-align: left;
  }
  /* line 818, app/assets/stylesheets/mobile.scss */
  .gathering-show-action-buttons .back-to-gatherings .fa {
    margin-left: 0;
  }
  /* line 823, app/assets/stylesheets/mobile.scss */
  .gathering-show-action-buttons .button {
    font-size: 12px;
    padding: 6px 10px;
  }
  /* line 830, app/assets/stylesheets/mobile.scss */
  .gathering-element {
    flex-wrap: wrap;
    gap: 8px !important;
  }
  /* line 834, app/assets/stylesheets/mobile.scss */
  .gathering-element .elm-title {
    min-width: 0 !important;
    width: 100%;
    flex: 1 1 100%;
  }
  /* line 840, app/assets/stylesheets/mobile.scss */
  .gathering-element .tempo-column {
    width: auto !important;
    flex-shrink: 0;
  }
  /* line 845, app/assets/stylesheets/mobile.scss */
  .gathering-element .structure-column {
    flex: 1 1 auto;
  }
  /* line 851, app/assets/stylesheets/mobile.scss */
  .tempo-text {
    font-size: 13px !important;
  }
  /* line 855, app/assets/stylesheets/mobile.scss */
  .structure-text {
    font-size: 12px;
    word-spacing: 3px;
    color: #666;
  }
  /* line 861, app/assets/stylesheets/mobile.scss */
  .key-text {
    font-size: 13px;
    font-weight: 600;
    color: #7c3aed;
  }
  /* line 867, app/assets/stylesheets/mobile.scss */
  .gathering-metadata {
    margin-top: -2px;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    /* MOB-01: enforce 12px floor for small text */
  }
  /* line 874, app/assets/stylesheets/mobile.scss */
  .gathering-elements li.gathering-buttons {
    top: 13px;
    background: transparent;
  }
  /* line 878, app/assets/stylesheets/mobile.scss */
  .gathering-elements li.gathering-buttons a {
    padding: 0 10px;
  }
  /* line 883, app/assets/stylesheets/mobile.scss */
  .gathering-elements.edit-gathering {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  /* line 889, app/assets/stylesheets/mobile.scss */
  .gathering .del-gathering,
.gathering:hover .del-gathering {
    display: none !important;
  }
  /* line 894, app/assets/stylesheets/mobile.scss */
  .button.del-gathering-item {
    vertical-align: middle;
    position: absolute;
    right: 66px;
    width: 7px;
    top: 8px;
  }
  /* line 902, app/assets/stylesheets/mobile.scss */
  .gatherings-list {
    width: initial;
  }
  /* line 906, app/assets/stylesheets/mobile.scss */
  .gatherings-list > ul > li:not(.showDetails):hover {
    background-color: initial !important;
    border-radius: 5px;
  }
  /* line 911, app/assets/stylesheets/mobile.scss */
  .gatherings-list > ul > li {
    padding: 4px 10px;
  }
  /* line 915, app/assets/stylesheets/mobile.scss */
  .gathering.showDetails {
    background-color: white !important;
    color: inherit;
    border-radius: 8px !important;
  }
  /* line 921, app/assets/stylesheets/mobile.scss */
  .gathering.showDetails:before {
    display: none;
  }
  /* line 925, app/assets/stylesheets/mobile.scss */
  .gathering {
    margin: 0 0 8px 0 !important;
    overflow: visible;
    text-decoration: none;
    white-space: normal;
    color: black;
    padding: 12px 16px !important;
    border: 1px solid #e5e7eb;
    transition: background-color 0.2s ease-out;
    background-clip: padding-box;
    border-radius: 8px !important;
    background: white;
    color: black;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  /* line 945, app/assets/stylesheets/mobile.scss */
  .gatherings-list > ul > li .del-gathering {
    display: none !important;
  }
  /* line 949, app/assets/stylesheets/mobile.scss */
  .gatherings-list > ul > li .gathering-date {
    padding-right: 10px;
    letter-spacing: 0;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
  }
  /* line 957, app/assets/stylesheets/mobile.scss */
  .gatherings-list > ul > li:not(.showDetails):hover {
    background-color: #269ce9 !important;
    border-radius: 5px;
    cursor: pointer;
  }
  /* line 962, app/assets/stylesheets/mobile.scss */
  .gatherings-list > ul > li:not(.showDetails):hover .del-gathering {
    display: none !important;
  }
  /* line 966, app/assets/stylesheets/mobile.scss */
  .gathering-elements {
    display: none !important;
  }
  /* line 969, app/assets/stylesheets/mobile.scss */
  .gathering-element {
    position: relative;
    /*            height: 20px;*/
    margin-top: 4px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
  }
  /* line 980, app/assets/stylesheets/mobile.scss */
  .gathering-element.view {
    align-items: center;
    gap: 7px;
    flex-direction: row;
  }
  /* line 986, app/assets/stylesheets/mobile.scss */
  .gathering-element .key-text {
    font-weight: bold;
  }
  /* line 990, app/assets/stylesheets/mobile.scss */
  .gathering-element .structure-text {
    padding-top: 4px;
    word-spacing: 4px;
  }
  /* line 995, app/assets/stylesheets/mobile.scss */
  .gathering-element a {
    font-size: 12px;
  }
  /* line 999, app/assets/stylesheets/mobile.scss */
  .ui-autocomplete {
    left: 0 !important;
    z-index: 300 !important;
    right: 0 !important;
    max-width: 100vw;
    box-sizing: border-box;
    height: 100% !important;
    overflow: hidden !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-width: 1px 0 !important;
    border-style: solid !important;
    border-color: gray white !important;
    box-shadow: inset 0 -12px 10px -10px gray, inset 0 14px 10px -10px gray, inset 0 0 250px -40px lightgray !important;
    padding-top: 10px !important;
  }
  /* line 1019, app/assets/stylesheets/mobile.scss */
  .ui-menu-item,
.ui-menu-item:hover,
.ui-menu-item:focus {
    margin-bottom: 5px !important;
    background: rgba(0, 100, 200, 0.2) !important;
    margin-top: 5px !important;
    border-radius: 8px !important;
    width: initial !important;
    position: relative !important;
    margin-right: 10px !important;
    margin-left: 010px !important;
    overflow: auto !important;
  }
  /* line 1033, app/assets/stylesheets/mobile.scss */
  .now-entering-song,
.now-entering-text {
    padding: 5px 11px !important;
    margin-right: 10px !important;
  }
  /* line 1039, app/assets/stylesheets/mobile.scss */
  .gathering.next-gathering:before {
    color: #62c462;
  }
  /* line 1043, app/assets/stylesheets/mobile.scss */
  .gathering.next-gathering {
    margin-left: -9px !important;
    padding-left: 25px;
  }
  /* line 1048, app/assets/stylesheets/mobile.scss */
  .addGatheringElmTitle {
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 0;
    position: relative;
    right: 0;
    left: 0;
  }
  /* line 1057, app/assets/stylesheets/mobile.scss */
  .ui-autocomplete .ui-menu-item {
    margin-bottom: 17px !important;
    margin-top: 13px !important;
  }
  /* line 1061, app/assets/stylesheets/mobile.scss */
  .ui-autocomplete .ui-state-focus {
    background: rgba(0, 100, 200, 0.2) !important;
  }
  /* line 1065, app/assets/stylesheets/mobile.scss */
  .group-address {
    right: 18px !important;
  }
  /* line 1069, app/assets/stylesheets/mobile.scss */
  .gathering-elements
li:not(.addGatheringElmWrapper):not(.gathering-buttons):hover {
    list-style-image: initial;
  }
  /* line 1074, app/assets/stylesheets/mobile.scss */
  .gatherings-list > ul > li:not(.showDetails):hover {
    background-color: #eee !important;
  }
  /* line 1078, app/assets/stylesheets/mobile.scss */
  .group-address {
    display: none !important;
  }
  /* line 1082, app/assets/stylesheets/mobile.scss */
  .group-address-mobile {
    position: absolute !important;
    right: 13px;
    top: 21px;
    color: rgba(60, 130, 150, 0.3);
  }
  /* line 1089, app/assets/stylesheets/mobile.scss */
  .actions {
    margin-top: 10px;
    text-align: left !important;
  }
  /* line 1094, app/assets/stylesheets/mobile.scss */
  .rightMenu {
    position: relative !important;
  }
  /* line 1098, app/assets/stylesheets/mobile.scss */
  .field label {
    margin: 10px 0 5px 0 !important;
  }
  /* line 1102, app/assets/stylesheets/mobile.scss */
  .entry .entry-title #song_title {
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100% !important;
  }
  /* line 1110, app/assets/stylesheets/mobile.scss */
  .actions {
    margin-top: 30px !important;
    margin-right: 0 !important;
    left: 10px;
  }
  /* line 1116, app/assets/stylesheets/mobile.scss */
  .buttons {
    margin: 0 10px 30px 10px !important;
    text-align: center;
  }
  /* line 1120, app/assets/stylesheets/mobile.scss */
  .buttons > * {
    margin: 0px 5px !important;
  }
  /* line 1125, app/assets/stylesheets/mobile.scss */
  .edit:focus {
    background-color: initial !important;
  }
  /* line 1129, app/assets/stylesheets/mobile.scss */
  .entry .verse,
.entry .verse:active,
.entry .chorus,
.entry .chorus:active,
.entry .bridge,
.entry .bridge:active {
    background-color: initial !important;
    border: 0 solid gray;
    position: relative;
    left: 0;
    width: 100%;
  }
  /* line 1142, app/assets/stylesheets/mobile.scss */
  .entry .verse.edit,
.entry .verse.edit:active,
.entry .chorus.edit,
.entry .chorus.edit:active,
.entry .bridge.edit,
.entry .bridge.edit:active {
    background-color: initial !important;
    border: 1px solid gray;
    color: #444;
    z-index: 10;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 10px 10px 20px 10px !important;
    overflow: auto;
  }
  /* Song page mobile fixes */
  /* line 1161, app/assets/stylesheets/mobile.scss */
  .song-map {
    margin-top: 0 !important;
  }
  /* line 1164, app/assets/stylesheets/mobile.scss */
  .song-map .map-element {
    border-right: 0 !important;
    font-size: 12px;
    /* MOB-01: font floor for song structure map */
  }
  /* line 1170, app/assets/stylesheets/mobile.scss */
  .song-structure {
    justify-content: center !important;
    padding: 0 30px;
  }
  /* line 1175, app/assets/stylesheets/mobile.scss */
  .copyright-text {
    display: inline-block;
    position: relative;
    height: initial;
    text-align: center;
  }
  /* line 1182, app/assets/stylesheets/mobile.scss */
  .info-section {
    text-align: left;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: -230px !important;
    margin-bottom: 80px !important;
    height: 180px !important;
  }
  /* line 1191, app/assets/stylesheets/mobile.scss */
  #fb_wrapper {
    display: inline-block;
    height: 46px;
    vertical-align: bottom;
    text-align: center !important;
    width: 100%;
    top: 100px;
  }
  /* line 1199, app/assets/stylesheets/mobile.scss */
  #fb_wrapper > iframe {
    margin-left: 179px;
    width: 125px !important;
    height: 21px !important;
    text-align: right !important;
    border: 0 !important;
  }
  /* line 1207, app/assets/stylesheets/mobile.scss */
  #fb_wrapper .message {
    margin-top: -162px;
    text-align: left;
    margin-left: 11px;
    width: 150px;
  }
  /* line 1214, app/assets/stylesheets/mobile.scss */
  .search_results_list .search_result {
    background: transparent !important;
    border-color: transparent !important;
    background-image: none !important;
    box-shadow: initial !important;
    color: black !important;
    font-size: 17px;
    margin-left: 0;
    padding: 7px 0 7px 12px !important;
    border-bottom: 0 solid #bbb !important;
    margin-bottom: 0;
    margin-bottom: 5px;
    border-radius: 0;
    border-top: 0 !important;
    text-decoration: underline;
    white-space: normal;
    word-break: break-word;
    display: inline-block;
  }
  /* line 1234, app/assets/stylesheets/mobile.scss */
  .search_result_row.other-version {
    padding-top: 15px;
    margin-top: -1px;
    padding-left: 9px;
  }
  /* line 1239, app/assets/stylesheets/mobile.scss */
  .search_result_row.other-version .alta-varianta-search-results {
    margin-right: 0;
    padding: 16px 20px !important;
    color: #e36149;
  }
  /* line 1245, app/assets/stylesheets/mobile.scss */
  .search_result_row.other-version .contents {
    padding-left: 0 !important;
    padding-top: 20px !important;
  }
  /* line 1251, app/assets/stylesheets/mobile.scss */
  .other-version .search_result {
    padding-left: 30px !important;
    margin-top: -18px !important;
    padding-top: 18px !important;
  }
  /* line 1257, app/assets/stylesheets/mobile.scss */
  .right-side-text-h3 {
    float: right;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
  }
  /* line 1265, app/assets/stylesheets/mobile.scss */
  .song-search-text {
    padding-right: initial !important;
    margin-left: initial !important;
    font-size: 16px;
    height: 100% !important;
    color: black;
    width: 100%;
  }
  /* line 1273, app/assets/stylesheets/mobile.scss */
  .song-search-btn.button.blue.small.color {
    padding: 10px 15px;
    font-size: 13px;
    position: absolute;
    right: 0;
    margin-top: -2px;
    margin-right: -2px;
  }
  /* line 1282, app/assets/stylesheets/mobile.scss */
  .group-activity-item .date {
    padding-left: 24px;
    margin-bottom: -8px;
  }
  /* line 1287, app/assets/stylesheets/mobile.scss */
  .header-promo {
    left: 0;
  }
  /* line 1291, app/assets/stylesheets/mobile.scss */
  .fb-wrapper {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 1297, app/assets/stylesheets/mobile.scss */
  .pagination-wrapper {
    font-size: 15px;
    text-align: center;
  }
  /* line 1302, app/assets/stylesheets/mobile.scss */
  .label.square-label {
    padding: 1px 3px;
    margin-top: 0;
    font-size: 12px;
    /* MOB-01: enforce 12px floor for small text */
    line-height: 1.5em;
    vertical-align: middle;
    margin-left: 10px;
  }
  /* line 1311, app/assets/stylesheets/mobile.scss */
  .first-song-with-letter {
    margin-top: 70px;
  }
  /* line 1315, app/assets/stylesheets/mobile.scss */
  .did-you-know {
    text-align: center;
  }
}

/* React Mobile Menu Styles */
/* Desktop (large screens): hide hamburger, show desktop menu */
/* line 1322, app/assets/stylesheets/mobile.scss */
.mobile-hamburger-btn {
  display: none !important;
}

/* line 1326, app/assets/stylesheets/mobile.scss */
.desktop-menu {
  display: flex !important;
}

/* Hide mobile menu panel and overlay on desktop */
/* line 1331, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel,
.mobile-menu-overlay {
  display: none !important;
}

/* When menu is open, force display on all screen sizes for tablet/mobile */
/* line 1337, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel.is-open,
.mobile-menu-overlay.is-open {
  display: block !important;
}

/* Tablet and Mobile: show hamburger, hide desktop menu */
@media screen and (max-width: 800px) {
  /* line 1344, app/assets/stylesheets/mobile.scss */
  .mobile-hamburger-btn {
    display: flex !important;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    padding: 8px;
    margin: 6px -2px;
    float: right;
    position: relative;
    z-index: 10001;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  /* line 1359, app/assets/stylesheets/mobile.scss */
  .desktop-menu {
    display: none !important;
  }
  /* Mobile menu elements - hidden by default, shown via inline styles when open */
  /* line 1364, app/assets/stylesheets/mobile.scss */
  .mobile-menu-panel,
.mobile-menu-overlay {
    /* Don't set display:block here - let inline styles control visibility */
  }
}

/* When mobile menu is open, hide search form — keep header above wrapper so overlay covers page */
/* line 1371, app/assets/stylesheets/mobile.scss */
body.mobile-menu-open .search-form,
body.mobile-menu-open #searchForm {
  pointer-events: none !important;
  visibility: hidden !important;
}

/* line 1376, app/assets/stylesheets/mobile.scss */
body.mobile-menu-open #header .logo-link {
  z-index: 0 !important;
}

/* line 1379, app/assets/stylesheets/mobile.scss */
body.mobile-menu-open #header {
  z-index: 10000 !important;
}

/* Mobile menu panel - ensure proper styling */
/* line 1384, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel {
  color: #333 !important;
  z-index: 100000 !important;
  /* Smaller icons with proper spacing */
  /* Chevron icons should be smaller */
}

/* line 1388, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 8px 0 !important;
}

/* line 1394, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel li {
  color: #333 !important;
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  display: block !important;
  float: none !important;
}

/* line 1404, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel a {
  color: #374151 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding: 14px 20px !important;
  min-height: 48px !important;
  box-sizing: border-box !important;
}

/* line 1415, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel a:hover,
.mobile-menu-panel a:active {
  background-color: #f3f4f6 !important;
}

/* line 1420, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel span {
  color: #333 !important;
}

/* line 1425, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel i {
  color: #666 !important;
  font-size: 14px !important;
  width: 16px !important;
  margin-right: 0 !important;
}

/* line 1433, app/assets/stylesheets/mobile.scss */
.mobile-menu-panel i.fa-chevron-down {
  font-size: 10px !important;
  color: #999 !important;
  width: auto !important;
}

/* Mobile menu overlay - above header */
/* line 1441, app/assets/stylesheets/mobile.scss */
.mobile-menu-overlay {
  z-index: 99999 !important;
}

/* Force menu elements above all header content */
@media screen and (max-width: 800px) {
  /* line 1447, app/assets/stylesheets/mobile.scss */
  .mobile-menu-panel,
.mobile-menu-overlay {
    position: fixed !important;
  }
}

/* White hamburger on translucent header for tablet/mobile */
@media screen and (max-width: 800px) {
  /* line 1455, app/assets/stylesheets/mobile.scss */
  div#header.translucent .mobile-hamburger-btn {
    color: white !important;
  }
}

/* Hide mobile scroll header and minimap on desktop */
/* line 1461, app/assets/stylesheets/mobile.scss */
.mobile-scroll-header,
.mobile-song-minimap {
  display: none;
}

/* ============================================
   MOBILE PERFORMANCE MODE STYLES
   For song pages on mobile devices
   ============================================ */
@media screen and (max-width: 500px) {
  /* Hide the old orange gathering navigation on mobile - bottom nav takes care of it */
  /* line 1473, app/assets/stylesheets/mobile.scss */
  .gathering-inline-data {
    display: none !important;
  }
  /* Mobile Scroll Header - appears when scrolling past title */
  /* line 1478, app/assets/stylesheets/mobile.scss */
  .mobile-scroll-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    z-index: 1001;
    padding: 12px 16px;
    padding-top: calc(12px + env(safe-area-inset-top, 0));
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  /* line 1493, app/assets/stylesheets/mobile.scss */
  .mobile-scroll-header.visible {
    transform: translateY(0);
    opacity: 1;
  }
  /* line 1498, app/assets/stylesheets/mobile.scss */
  .mobile-scroll-header .scroll-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  /* line 1505, app/assets/stylesheets/mobile.scss */
  .mobile-scroll-header .scroll-header-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
  /* line 1515, app/assets/stylesheets/mobile.scss */
  .mobile-scroll-header .scroll-header-key {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
  }
  /* Mobile Song Minimap - VSCode-style structure indicator */
  /* line 1527, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap {
    display: block;
    position: fixed;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    max-height: 60vh;
    overflow-y: auto;
    background: rgba(30, 30, 40, 0.85);
    border-radius: 8px;
    padding: 8px 6px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  /* line 1546, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap.visible {
    opacity: 0.2;
    pointer-events: auto;
  }
  /* line 1551, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap.visible.scrolling {
    opacity: 1;
  }
  /* line 1555, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-viewport {
    position: absolute;
    left: 2px;
    right: 2px;
    background: rgba(102, 126, 234, 0.3);
    border: 1px solid rgba(102, 126, 234, 0.6);
    border-radius: 4px;
    pointer-events: none;
    z-index: 1;
    transition: top 0.1s ease, height 0.1s ease;
  }
  /* line 1567, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-items {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    z-index: 2;
  }
  /* line 1575, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item {
    font-size: 9px;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease;
    min-width: 28px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    /* No active highlight — range viewport indicator is sufficient */
    /* Color coding for different section types */
  }
  /* line 1587, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item:active {
    transform: scale(0.95);
  }
  /* line 1594, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item.type-verse {
    border-left: 2px solid #4ade80;
  }
  /* line 1597, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item.type-chorus {
    border-left: 2px solid #f472b6;
  }
  /* line 1600, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item.type-bridge {
    border-left: 2px solid #facc15;
  }
  /* line 1603, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item.type-prechorus {
    border-left: 2px solid #60a5fa;
  }
  /* line 1606, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item.type-outro {
    border-left: 2px solid #a78bfa;
  }
  /* line 1609, app/assets/stylesheets/mobile.scss */
  .mobile-song-minimap .minimap-item.type-intro {
    border-left: 2px solid #fb923c;
  }
  /* Mobile Performance Mode */
  /* line 1616, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode {
    /* Make entry title sticky in perform mode */
    /* Sticky key badge next to title */
  }
  /* line 1618, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode .entry-title {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    margin: 0 -10px;
    padding: 10px 10px 5px 10px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  /* line 1627, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode .entry-title .title {
    font-size: 18px !important;
    padding: 0 !important;
    margin: 0;
    display: flex !important;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    /* Hide extra elements in sticky mode */
  }
  /* line 1637, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode .entry-title .title .bpm-indicator,
body.mobile-performance-mode .entry-title .title .subtitle,
body.mobile-performance-mode .entry-title .title .mini-beat-indicator {
    display: none !important;
  }
  /* line 1644, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode .entry-title .view-type {
    position: static !important;
    margin-top: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 1652, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode .entry-title .whiteborder {
    display: none;
  }
  /* line 1657, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode .author.entry-metadata {
    display: none;
  }
  /* line 1662, app/assets/stylesheets/mobile.scss */
  body.mobile-performance-mode .mobile-sticky-key {
    display: inline-flex !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
  }
  /* Hide mobile-sticky-key when not in perform mode */
  /* line 1675, app/assets/stylesheets/mobile.scss */
  .mobile-sticky-key {
    display: none !important;
  }
  /* Up/Down Navigation Buttons */
  /* line 1680, app/assets/stylesheets/mobile.scss */
  .mobile-nav-buttons {
    position: fixed;
    right: 12px;
    bottom: calc(100px + env(safe-area-inset-bottom, 0));
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 999;
  }
  /* line 1689, app/assets/stylesheets/mobile.scss */
  .mobile-nav-buttons .nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    cursor: pointer;
    transition: all 0.2s ease;
  }
  /* line 1704, app/assets/stylesheets/mobile.scss */
  .mobile-nav-buttons .nav-btn:active {
    transform: scale(0.9);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  }
  /* line 1709, app/assets/stylesheets/mobile.scss */
  .mobile-nav-buttons .nav-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  /* Adjust nav buttons position when no gathering nav */
  /* line 1717, app/assets/stylesheets/mobile.scss */
  body:not(.has-gathering-nav) .mobile-nav-buttons {
    bottom: calc(20px + env(safe-area-inset-bottom, 0));
  }
  /* Mobile Structure Indicator */
  /* line 1722, app/assets/stylesheets/mobile.scss */
  .mobile-structure-indicator {
    position: sticky;
    top: 85px;
    /* Below the sticky title */
    z-index: 99;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 8px 12px;
    margin: 0 -19px 15px -19px;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  /* line 1735, app/assets/stylesheets/mobile.scss */
  .mobile-structure-indicator::-webkit-scrollbar {
    display: none;
  }
  /* line 1739, app/assets/stylesheets/mobile.scss */
  .mobile-structure-indicator .structure-item {
    flex-shrink: 0;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  /* line 1750, app/assets/stylesheets/mobile.scss */
  .mobile-structure-indicator .structure-item.active {
    background: white;
    color: #667eea;
    transform: scale(1.1);
  }
  /* line 1756, app/assets/stylesheets/mobile.scss */
  .mobile-structure-indicator .structure-item:active {
    transform: scale(0.95);
  }
  /* Mobile Gathering Navigation */
  /* line 1763, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0));
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
  }
  /* line 1777, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .nav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    min-width: 80px;
    transition: all 0.2s ease;
  }
  /* line 1791, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .nav-button:active {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(0.95);
  }
  /* line 1796, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .nav-button.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  /* line 1801, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .nav-button .nav-icon {
    font-size: 20px;
    margin-bottom: 2px;
  }
  /* line 1806, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .nav-button .nav-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1818, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .gathering-modal-btn {
    flex: 1;
    margin: 0 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
  }
  /* line 1835, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .gathering-modal-btn:active {
    transform: scale(0.98);
    opacity: 0.9;
  }
  /* line 1840, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .gathering-modal-btn .btn-icon {
    font-size: 16px;
  }
  /* line 1844, app/assets/stylesheets/mobile.scss */
  .mobile-gathering-nav .gathering-modal-btn .btn-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* Add padding to body when gathering nav is present */
  /* line 1853, app/assets/stylesheets/mobile.scss */
  body.has-gathering-nav {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0));
  }
  /* Gathering Modal */
  /* line 1858, app/assets/stylesheets/mobile.scss */
  .gathering-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
    align-items: flex-end;
    justify-content: center;
  }
  /* line 1870, app/assets/stylesheets/mobile.scss */
  .gathering-modal-overlay.active {
    display: flex;
  }
  /* line 1875, app/assets/stylesheets/mobile.scss */
  .gathering-modal {
    background: white;
    width: 100%;
    max-height: 80vh;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    animation: slideUp 0.3s ease-out;
  }
  @keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  /* line 1892, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 1900, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-header .modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  /* line 1906, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-header .modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 1921, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-header .modal-close:active {
    background: rgba(255, 255, 255, 0.3);
  }
  /* line 1927, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-meta {
    padding: 12px 20px;
    background: #f5f5f5;
    font-size: 13px;
    color: #666;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  /* line 1936, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  /* line 1941, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-meta .meta-item i {
    color: #999;
  }
  /* line 1947, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-songs-list {
    max-height: calc(80vh - 140px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1953, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
    /* Text item styling */
  }
  /* line 1962, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item:active {
    background: #f5f5f5;
  }
  /* line 1966, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item.current {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.1), transparent);
    border-left: 4px solid #667eea;
  }
  /* line 1971, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item .song-order {
    width: 28px;
    height: 28px;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    margin-right: 12px;
    flex-shrink: 0;
  }
  /* line 1986, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item.current .song-order {
    background: #667eea;
    color: white;
  }
  /* line 1991, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item .song-info {
    flex: 1;
    min-width: 0;
  }
  /* line 1995, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item .song-info .song-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 2004, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item .song-info .song-meta {
    font-size: 12px;
    color: #888;
    display: flex;
    gap: 8px;
  }
  /* line 2010, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item .song-info .song-meta .song-key {
    background: #f0f0f0;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 500;
  }
  /* line 2019, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item .song-arrow {
    color: #ccc;
    font-size: 14px;
  }
  /* line 2025, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item.text-item {
    background: #f9f9f9;
    cursor: default;
  }
  /* line 2029, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item.text-item .text-order {
    background: #e8e8e8;
    color: #888;
  }
  /* line 2033, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item.text-item .text-order i {
    font-size: 12px;
  }
  /* line 2038, app/assets/stylesheets/mobile.scss */
  .gathering-modal .modal-song-item.text-item .item-type-label {
    display: inline-block;
    background: #e0e0e0;
    color: #666;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 600;
  }
}

/* ============================================
   TYPOGRAPHY SETTINGS
   Author line button and modal
   ============================================ */
/* Author line wrapper with Aa button */
/* line 2060, app/assets/stylesheets/mobile.scss */
.author-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 0;
}

/* line 2066, app/assets/stylesheets/mobile.scss */
.author-line-wrapper .author.entry-metadata {
  font-size: 14px;
  color: #475569;
  font-weight: 400;
}

/* line 2071, app/assets/stylesheets/mobile.scss */
.author-line-wrapper .author.entry-metadata li {
  margin-bottom: 2px;
  line-height: 1.4;
}

/* line 2076, app/assets/stylesheets/mobile.scss */
.author-line-wrapper .author.entry-metadata span {
  font-weight: 500;
  color: #374151;
}

@media screen and (max-width: 500px) {
  /* line 2084, app/assets/stylesheets/mobile.scss */
  .author-line-wrapper {
    padding: 0 16px 0 0;
  }
}

/* line 2089, app/assets/stylesheets/mobile.scss */
.typography-settings-btn {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2100, app/assets/stylesheets/mobile.scss */
.typography-settings-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

/* line 2105, app/assets/stylesheets/mobile.scss */
.typography-settings-btn:active {
  transform: scale(0.95);
}

/* line 2109, app/assets/stylesheets/mobile.scss */
.typography-settings-btn .aa-icon {
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

/* Typography Modal Overlay */
/* line 2118, app/assets/stylesheets/mobile.scss */
.typography-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* line 2131, app/assets/stylesheets/mobile.scss */
.typography-modal-overlay.active {
  display: flex;
}

/* Typography Modal */
/* line 2137, app/assets/stylesheets/mobile.scss */
.typography-modal {
  background: white;
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideUp 0.3s ease-out;
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 2161, app/assets/stylesheets/mobile.scss */
.typography-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

/* line 2168, app/assets/stylesheets/mobile.scss */
.typography-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

/* line 2176, app/assets/stylesheets/mobile.scss */
.typography-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2191, app/assets/stylesheets/mobile.scss */
.typography-modal-close:hover {
  color: #333;
}

/* line 2196, app/assets/stylesheets/mobile.scss */
.typography-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

/* Preview Section */
/* line 2203, app/assets/stylesheets/mobile.scss */
.typography-preview {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

/* line 2210, app/assets/stylesheets/mobile.scss */
.typography-preview .preview-verse {
  line-height: 1.8;
}

/* line 2214, app/assets/stylesheets/mobile.scss */
.typography-preview .preview-line {
  margin-bottom: 8px;
  position: relative;
}

/* line 2219, app/assets/stylesheets/mobile.scss */
.typography-preview .preview-chord {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  background: #269ce9;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 2px;
  vertical-align: text-top;
}

/* Typography Sections */
/* line 2233, app/assets/stylesheets/mobile.scss */
.typography-section {
  margin-bottom: 24px;
}

/* line 2236, app/assets/stylesheets/mobile.scss */
.typography-section h4 {
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: 600;
  color: #667eea;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 2246, app/assets/stylesheets/mobile.scss */
.typography-control {
  margin-bottom: 16px;
}

/* line 2249, app/assets/stylesheets/mobile.scss */
.typography-control > label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

/* line 2258, app/assets/stylesheets/mobile.scss */
.control-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 2264, app/assets/stylesheets/mobile.scss */
.typography-slider {
  flex: 1;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border-radius: 3px;
  outline: none;
}

/* line 2273, app/assets/stylesheets/mobile.scss */
.typography-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(102, 126, 234, 0.4);
}

/* line 2284, app/assets/stylesheets/mobile.scss */
.typography-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(102, 126, 234, 0.4);
}

/* line 2295, app/assets/stylesheets/mobile.scss */
.slider-value {
  min-width: 45px;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}

/* line 2303, app/assets/stylesheets/mobile.scss */
.typography-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: white;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

/* line 2315, app/assets/stylesheets/mobile.scss */
.typography-select:focus {
  border-color: #667eea;
}

/* line 2320, app/assets/stylesheets/mobile.scss */
.color-picker-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 2326, app/assets/stylesheets/mobile.scss */
.color-picker {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

/* line 2335, app/assets/stylesheets/mobile.scss */
.color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 2339, app/assets/stylesheets/mobile.scss */
.color-picker::-webkit-color-swatch {
  border: 2px solid #eee;
  border-radius: 6px;
}

/* line 2345, app/assets/stylesheets/mobile.scss */
.color-value {
  font-size: 13px;
  font-family: 'Roboto Mono', monospace;
  color: #666;
  flex: 1;
}

/* line 2352, app/assets/stylesheets/mobile.scss */
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

/* line 2360, app/assets/stylesheets/mobile.scss */
.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Modal Footer */
/* line 2368, app/assets/stylesheets/mobile.scss */
.typography-modal-footer {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

/* line 2376, app/assets/stylesheets/mobile.scss */
.typography-btn {
  flex: 1;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

/* line 2386, app/assets/stylesheets/mobile.scss */
.typography-btn:active {
  transform: scale(0.98);
}

/* line 2391, app/assets/stylesheets/mobile.scss */
.typography-btn-secondary {
  background: white;
  border: 1px solid #ddd;
  color: #666;
}

/* line 2396, app/assets/stylesheets/mobile.scss */
.typography-btn-secondary:hover {
  background: #f5f5f5;
}

/* line 2401, app/assets/stylesheets/mobile.scss */
.typography-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* line 2406, app/assets/stylesheets/mobile.scss */
.typography-btn-primary:hover {
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

/* Mobile adjustments */
@media screen and (max-width: 500px) {
  /* line 2413, app/assets/stylesheets/mobile.scss */
  .typography-modal-overlay {
    align-items: flex-end;
    padding: 0;
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0));
    z-index: 10002;
  }
  /* line 2420, app/assets/stylesheets/mobile.scss */
  .typography-modal {
    max-height: 70vh;
    border-radius: 20px 20px 0 0;
    position: relative;
    width: 100vw;
    max-width: 100vw;
  }
  /* line 2428, app/assets/stylesheets/mobile.scss */
  .typography-modal-body {
    max-height: 40vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2434, app/assets/stylesheets/mobile.scss */
  .typography-modal-footer {
    padding: 16px 20px;
  }
  /* line 2438, app/assets/stylesheets/mobile.scss */
  .author-line-wrapper {
    padding: 0 16px 0 0;
  }
  /* line 2442, app/assets/stylesheets/mobile.scss */
  .typography-settings-btn {
    flex-shrink: 0;
  }
}

/* ============================================
   GATHERING SHOW PAGE - MOBILE OVERFLOW MENU
   Collapse action buttons into compact header
   ============================================ */
/* Mobile (< 500px): show compact header, hide desktop buttons */
@media screen and (max-width: 500px) {
  /* line 2454, app/assets/stylesheets/mobile.scss */
  .gathering-mobile-header {
    display: block !important;
  }
  /* line 2458, app/assets/stylesheets/mobile.scss */
  .gathering-desktop-header {
    display: none !important;
  }
  /* Remove large page title padding on mobile gathering view */
  /* line 2463, app/assets/stylesheets/mobile.scss */
  .gathering-manager {
    padding: 12px !important;
  }
}

/* Desktop (>= 501px): hide mobile header (already hidden via inline style, this is a safety net) */
@media screen and (min-width: 501px) {
  /* line 2470, app/assets/stylesheets/mobile.scss */
  .gathering-mobile-header {
    display: none !important;
  }
  /* line 2474, app/assets/stylesheets/mobile.scss */
  .gathering-desktop-header {
    display: flex !important;
  }
}

/* Legacy ERB gathering show page - mobile overflow menu */
@media screen and (max-width: 500px) {
  /* line 2481, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  /* line 2487, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .back-link {
    font-size: 14px;
    color: #6b7280;
    text-decoration: none;
    min-height: auto;
    min-width: auto;
  }
  /* line 2494, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .back-link:hover {
    color: #374151;
  }
  /* line 2499, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .overflow-menu-btn {
    font-size: 24px;
    color: #6b7280;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 2512, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .overflow-menu-btn:hover {
    color: #374151;
  }
  /* line 2517, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .overflow-dropdown {
    position: absolute;
    right: 10px;
    top: 100%;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 180px;
  }
  /* line 2528, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .overflow-dropdown a, .gathering-show-mobile-header .overflow-dropdown button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    min-height: 44px;
    min-width: auto;
  }
  /* line 2542, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .overflow-dropdown a:hover, .gathering-show-mobile-header .overflow-dropdown button:hover {
    background: #f3f4f6;
  }
  /* line 2546, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .overflow-dropdown a:first-child, .gathering-show-mobile-header .overflow-dropdown button:first-child {
    border-radius: 8px 8px 0 0;
  }
  /* line 2550, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header .overflow-dropdown a:last-child, .gathering-show-mobile-header .overflow-dropdown button:last-child {
    border-radius: 0 0 8px 8px;
  }
  /* Hide the original desktop action buttons on mobile for ERB page */
  /* line 2558, app/assets/stylesheets/mobile.scss */
  .gathering-show-action-buttons {
    display: none !important;
  }
}

/* Desktop: hide mobile header for ERB page */
@media screen and (min-width: 501px) {
  /* line 2565, app/assets/stylesheets/mobile.scss */
  .gathering-show-mobile-header {
    display: none !important;
  }
}

/* Search pagination mobile */
@media screen and (max-width: 500px) {
  /* line 2572, app/assets/stylesheets/mobile.scss */
  .search-pagination .pagination {
    gap: 4px;
    /* Hide individual page numbers on small screens, show only prev/next/current */
    /* Show gap indicators (pages near current) */
  }
  /* line 2576, app/assets/stylesheets/mobile.scss */
  .search-pagination .pagination li:not(.previous_page):not(.next_page):not(.active) {
    display: none;
  }
  /* line 2579, app/assets/stylesheets/mobile.scss */
  .search-pagination .pagination li.active,
.search-pagination .pagination li.previous_page,
.search-pagination .pagination li.next_page {
    display: inline-block;
  }
  /* line 2585, app/assets/stylesheets/mobile.scss */
  .search-pagination .pagination li.active + li,
.search-pagination .pagination li.active + li + li {
    display: inline-block;
  }
  /* line 2590, app/assets/stylesheets/mobile.scss */
  .search-pagination .pagination a, .search-pagination .pagination span {
    min-width: 44px;
    min-height: 44px;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 10px;
  }
  /* line 2598, app/assets/stylesheets/mobile.scss */
  .search-pagination .pagination .previous_page a,
.search-pagination .pagination .next_page a,
.search-pagination .pagination .previous_page span,
.search-pagination .pagination .next_page span {
    padding: 8px 16px;
  }
}

/* ================================================================
   MOBILE RESPONSIVENESS FIXES (2026-03-23)
   ================================================================ */
/* Global overflow prevention — prevent horizontal scroll on any page.
   Set overflow-x:clip (not hidden) to avoid creating a scroll container.
   clip prevents horizontal overflow without forcing overflow-y to auto. */
@media screen and (max-width: 500px) {
  /* line 2615, app/assets/stylesheets/mobile.scss */
  body {
    overflow-x: clip;
    max-width: 100vw;
  }
  /* Song page: song-details (actions sidebar) stacks below lyrics */
  /* line 2621, app/assets/stylesheets/mobile.scss */
  .song-details {
    width: 100% !important;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 0 10px;
  }
  /* line 2627, app/assets/stylesheets/mobile.scss */
  .song-details > * {
    margin: 12px 0 !important;
  }
  /* line 2630, app/assets/stylesheets/mobile.scss */
  .song-details > *:not(.gathering-data) {
    padding: 14px !important;
  }
  /* line 2635, app/assets/stylesheets/mobile.scss */
  .song-details .song-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 2640, app/assets/stylesheets/mobile.scss */
  .song-details .song-actions a, .song-details .song-actions button {
    flex: 1 1 calc(50% - 4px);
    min-width: 140px;
    justify-content: center;
    text-align: center;
    font-size: 12px !important;
    padding: 10px 8px !important;
    min-height: 44px;
    box-sizing: border-box;
  }
  /* line 2651, app/assets/stylesheets/mobile.scss */
  .song-details .song-actions .widget-title {
    flex: 1 1 100%;
  }
  /* Song page: related songs horizontal scroll should not overflow */
  /* line 2658, app/assets/stylesheets/mobile.scss */
  .related-songs {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  /* line 2664, app/assets/stylesheets/mobile.scss */
  .related-songs > div[style*="overflow-x"] {
    max-width: calc(100vw - 20px);
  }
  /* Song page: demo iframe responsive */
  /* line 2670, app/assets/stylesheets/mobile.scss */
  .song-details .demo iframe {
    width: 100% !important;
    height: 200px !important;
  }
  /* Entry wrapper: prevent overflow */
  /* line 2676, app/assets/stylesheets/mobile.scss */
  .entry-wrapper {
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  /* Chord section: prevent wide chord diagrams from overflowing */
  /* line 2683, app/assets/stylesheets/mobile.scss */
  #react-chord-section {
    max-width: 100vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Dashboard container: prevent overflow */
  /* line 2690, app/assets/stylesheets/mobile.scss */
  #react-dashboard {
    max-width: 100vw;
    overflow-x: hidden;
  }
  /* line 2694, app/assets/stylesheets/mobile.scss */
  #react-dashboard .container {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* Song info wrapper: stack vertically */
  /* line 2703, app/assets/stylesheets/mobile.scss */
  .song-info-wrapper {
    flex-direction: column !important;
    gap: 8px;
  }
  /* Gathering data panel: fit on screen */
  /* line 2709, app/assets/stylesheets/mobile.scss */
  .gathering-data {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100vw;
    box-sizing: border-box;
  }
  /* Church settings: already responsive (max-width container), just ensure no overflow */
  /* line 2719, app/assets/stylesheets/mobile.scss */
  [data-react-component="ChurchSettings"],
[data-react-component="ChurchMembers"] {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

/* Tablet: ensure song-details stacks properly */
@media screen and (max-width: 800px) {
  /* line 2728, app/assets/stylesheets/mobile.scss */
  .song-details {
    max-width: 100%;
  }
  /* line 2731, app/assets/stylesheets/mobile.scss */
  .song-details .song-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* Context switcher: hide on mobile (shown in mobile panel instead) */
  /* line 2739, app/assets/stylesheets/mobile.scss */
  .context-switcher-desktop {
    display: none !important;
  }
}
/* Onboarding styles */
.onboarding-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.onboarding-welcome {
  text-align: center;
  margin-bottom: 30px;
}

.onboarding-welcome h3 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #2c3e50;
}

.onboarding-options {
  margin-top: 30px;
}

.onboarding-option {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 25px;
  height: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.onboarding-option:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.onboarding-option h4 {
  margin-top: 0;
  color: #337ab7;
  font-weight: 500;
  margin-bottom: 15px;
}

.onboarding-option h4 i {
  margin-right: 8px;
}

.onboarding-option p {
  color: #555;
  margin-bottom: 20px;
}

.group-form {
  margin-top: 25px;
}

.panel-heading .panel-title {
  font-size: 22px;
  font-weight: 400;
  color: #2c3e50;
}

.btn-primary {
  background-color: #3498db;
  border-color: #2980b9;
}

.btn-primary:hover {
  background-color: #2980b9;
  border-color: #2980b9;
}

/* Make the height of option containers equal in a row */
@media (min-width: 992px) {
  .onboarding-options .row {
    display: flex;
  }
  
  .onboarding-options .col-md-6 {
    display: flex;
    flex-direction: column;
  }
  
  .onboarding-option {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .btn-block {
    margin-top: auto;
  }
}
/* Planning Module Styles */

.planning-container,
.planning-admin-container,
.planning-teams-container,
.planning-config-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  background: white;
}

.page-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

/* Compact Admin Header */
.compact-admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: white;
  border-bottom: 2px solid #e9ecef;
  margin: -20px -20px 0 -20px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-right {
  display: flex;
  gap: 10px;
}

.page-title-compact {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.btn-back {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s;
}

.btn-back:hover {
  background: #f8f9fa;
  color: #333;
}

/* Compact Tabs */
.tabs-container-compact {
  display: flex;
  gap: 5px;
  padding: 15px 20px 0 20px;
  background: white;
  border-bottom: 1px solid #e9ecef;
  margin: 0 -20px 20px -20px;
}

/* Compact Day Selection */
.day-selection-compact {
  padding: 20px;
  background: white;
  border-bottom: 1px solid #e9ecef;
  margin: 0 -20px 20px -20px;
}

.day-selection-compact h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* Group Selection */
.group-selection {
  background: white;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 20px;
  text-align: center;
}

.group-selector-form label {
  font-weight: 600;
  margin-right: 10px;
  font-size: 16px;
}

.group-selector-dropdown {
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  min-width: 300px;
  background: white;
}

/* My Upcoming Assignments */
.my-assignments-section {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  margin-bottom: 30px;
}

.my-assignments-section h2 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.assignments-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.assignment-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #4B7DEF;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1.5fr;
  gap: 15px;
  align-items: center;
  transition: all 0.2s;
}

.assignment-item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.assignment-item.has-gathering {
  border-left-color: #28a745;
}

.assignment-date strong {
  font-size: 16px;
  color: #333;
}

.assignment-roles {
  font-size: 14px;
}

.assignment-roles .role-badge {
  display: inline-block;
  padding: 4px 10px;
  margin: 2px 4px 2px 0;
  background: #4B7DEF;
  color: white;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.gathering-indicator {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #28a745;
}

.gathering-indicator.no-gathering {
  color: #ffc107;
}

.gathering-link {
  color: #4B7DEF;
  text-decoration: none;
  font-weight: 600;
}

.gathering-link:hover {
  text-decoration: underline;
}

/* Admin Actions */
.admin-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}

.btn-primary {
  background: #4B7DEF;
  color: white;
}

.btn-primary:hover {
  background: #3a6bd8;
}

.btn-secondary {
  background: #6c757d;
  color: white;
}

.btn-secondary:hover {
  background: #5a6268;
}

.btn-danger {
  background: #dc3545;
  color: white;
}

.btn-danger:hover {
  background: #c82333;
}

/* Calendar Styles */
.calendar-container {
  margin-top: 30px;
}

.month-section {
  margin-bottom: 50px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.month-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.day-header {
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background: #f1f3f5;
  color: #555;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 6px;
}

.calendar-day {
  min-height: 120px;
  padding: 10px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  background: #fff;
  position: relative;
  transition: all 0.2s;
}

.calendar-day.empty {
  border: none;
  background: transparent;
}

.calendar-day.regular-day {
  background: #f8f9fa;
  border-color: #dee2e6;
}

.calendar-day.planning-day {
  border-color: #4B7DEF;
  background: #f0f4ff;
}

.calendar-day.planning-day:hover {
  box-shadow: 0 4px 12px rgba(75, 125, 239, 0.2);
}

.calendar-day.past {
  opacity: 0.6;
}

.calendar-day.saving {
  opacity: 0.7;
  pointer-events: none;
}

.calendar-day.saved {
  border-color: #28a745;
  background: #f0fff4;
}

.day-number {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}

.day-name {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.event-name {
  font-size: 12px;
  font-weight: 600;
  color: #4B7DEF;
  margin-bottom: 8px;
  padding: 4px 8px;
  background: #e3eeff;
  border-radius: 4px;
  text-align: center;
}

/* Availability Selector */
.availability-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.availability-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  transition: background 0.2s;
}

.availability-option:hover {
  background: #f8f9fa;
}

.availability-radio {
  margin-right: 6px;
  cursor: pointer;
}

.radio-label {
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.radio-label.disponibil {
  color: #28a745;
}

.radio-label.indisponibil {
  color: #dc3545;
}

/* Assignment Badge */
.assigned-badge {
  background: #28a745;
  color: white;
  padding: 8px;
  border-radius: 6px;
  font-size: 12px;
  margin-top: 10px;
}

.assignment-detail {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.coordinator-badge,
.musical-director-badge {
  font-size: 14px;
}

.role-text {
  font-weight: 600;
}

.no-group-selected,
.no-planning-days {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

/* Admin Overview Table */
.availability-table-container {
  overflow-x: auto;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.availability-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 13px;
}

.availability-table thead {
  background: #f1f3f5;
  position: sticky;
  top: 0;
  z-index: 10;
}

.availability-table th {
  padding: 12px 8px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #dee2e6;
  color: #495057;
}

.member-header {
  min-width: 100px;
  background: #e9ecef;
}

.day-header {
  min-width: 120px;
  vertical-align: top;
}

.day-date {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.day-event {
  font-size: 11px;
  color: #4B7DEF;
  font-weight: 600;
}

.availability-table td {
  padding: 10px 8px;
  text-align: center;
  border: 1px solid #dee2e6;
}

.events-row {
  background: #fff9e6;
  font-weight: 600;
}

.events-label {
  text-align: left;
  padding-left: 15px;
}

.member-row:hover {
  background: #f8f9fa;
}

.member-number {
  font-weight: 600;
  color: #666;
}

.member-name {
  text-align: left;
  font-weight: 600;
}

.member-phone {
  color: #666;
  font-size: 12px;
}

.member-count {
  font-weight: 700;
  color: #4B7DEF;
  font-size: 16px;
}

.availability-cell {
  padding: 4px;
}

.availability-cell.disponibil {
  background: #d4edda;
}

.availability-cell.indisponibil {
  background: #f8d7da;
}

.availability-cell.no-response {
  background: #f8f9fa;
}

.status-dropdown {
  width: 100%;
  padding: 6px;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.status-dropdown.disponibil {
  background: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

.status-dropdown.indisponibil {
  background: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.no-status {
  color: #999;
  font-size: 14px;
}

/* Echipe Tab Styles */
.role-row {
  background: white;
}

.role-row:nth-child(even) {
  background: #f9f9f9;
}

.role-row:hover {
  background: #f0f4ff;
}

.role-name {
  font-weight: 600;
  text-align: left;
  padding-left: 15px;
  color: #333;
  min-width: 150px;
}

.voice-row .role-name {
  background: #e3f2fd;
}

.instrument-row .role-name {
  background: #fff3e0;
}

.assignment-cell {
  text-align: center;
  font-weight: 500;
  color: #333;
}

/* Team Builder Split View */
.team-builder-split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

/* Roles Grid Panel (Left) */
.roles-grid-panel {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.roles-grid-panel h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.roles-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.category-header td {
  background: #e9ecef;
  padding: 10px 15px;
  font-weight: 700;
  color: #495057;
  border: 1px solid #dee2e6;
}

.role-row {
  border: 1px solid #dee2e6;
  transition: background 0.2s;
}

.role-row:hover {
  background: #f8f9fa;
}

.role-name-cell {
  padding: 12px 15px;
  font-weight: 600;
  color: #333;
  width: 30%;
  border: 1px solid #dee2e6;
}

.role-assignment-cell {
  padding: 12px 15px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  min-height: 50px;
  transition: all 0.3s;
}

.role-assignment-cell.drag-over {
  background: #e3f2fd;
  border: 2px dashed #4B7DEF;
  transform: scale(1.02);
}

.role-assignment-cell:hover {
  background: #f0f4ff;
}

.empty-slot {
  color: #999;
  font-style: italic;
}

.assigned-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #4B7DEF;
}

.btn-clear {
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 12px;
}

.btn-clear:hover {
  background: #c82333;
}

/* Available Users Panel (Right) */
.available-users-panel-side {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.available-users-panel-side h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

/* Assigned Section (Collapsible) */
.assigned-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.collapsible-header {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

.collapsible-header:hover {
  color: #4B7DEF;
}

.assigned-list {
  margin-top: 15px;
  max-height: 300px;
  overflow-y: auto;
  transition: max-height 0.3s ease-out;
}

.assigned-list.collapsed {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
}

.assigned-user-item {
  padding: 10px;
  margin-bottom: 8px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

.assigned-user-item strong {
  display: block;
  margin-bottom: 4px;
  color: #333;
}

.assigned-roles {
  font-size: 12px;
  color: #666;
  font-style: italic;
}

.no-assigned {
  text-align: center;
  color: #999;
  font-style: italic;
  padding: 20px;
}

.users-list-side {
  max-height: 700px;
  overflow-y: auto;
}

/* Simplified User Cards */
.user-card-simple {
  margin-bottom: 10px;
  padding: 12px 15px;
  border-radius: 8px;
  border: 2px solid #e9ecef;
  cursor: grab;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.user-card-simple:active {
  cursor: grabbing;
}

.user-card-simple.is-assigned {
  opacity: 0.5;
  background: #f8f9fa;
  border-color: #ccc;
}

.user-name-simple {
  font-weight: 600;
  color: #333;
  flex: 1;
}

.info-icon {
  font-size: 16px;
  cursor: help;
  padding: 4px;
  transition: transform 0.2s;
}

.info-icon:hover {
  transform: scale(1.2);
}

/* Tooltip positioning with responsive fallback */
.user-tooltip {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 10px;
  background: white;
  border: 2px solid #4B7DEF;
  border-radius: 8px;
  padding: 15px;
  min-width: 250px;
  max-width: 350px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 1000;
  display: none;
  font-size: 13px;
  line-height: 1.6;
}

/* Show tooltip on hover - CSS fallback */
.info-icon:hover + .user-tooltip,
.user-tooltip:hover {
  display: block !important;
}

/* Alternative positioning if tooltip would go off-screen */
@media (max-width: 1200px) {
  .user-tooltip {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 10px;
  }
}

.tooltip-section {
  display: block;
  margin: 4px 0;
}

.tooltip-section.recent {
  color: #dc3545;
  font-weight: 600;
}

.tooltip-section.moderate {
  color: #ffc107;
  font-weight: 600;
}

.tooltip-section.future {
  color: #28a745;
  font-weight: 600;
}

.role-history {
  margin-top: 8px;
  font-size: 12px;
}

.role-history strong {
  display: block;
  margin-bottom: 4px;
  color: #666;
}

.role-badge {
  display: inline-block;
  padding: 2px 8px;
  margin: 2px 4px 2px 0;
  background: #e3eeff;
  color: #4B7DEF;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

.role-badge.special {
  background: #fff9e6;
  color: #f59e0b;
}

.no-history {
  color: #999;
  font-style: italic;
}

.current-assignment {
  margin-top: 8px;
  padding: 8px;
  background: #d4edda;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #155724;
}

/* User Selection Modal */
.user-select-list {
  max-height: 400px;
  overflow-y: auto;
  margin: 20px 0;
}

.user-select-card {
  padding: 12px 15px;
  margin-bottom: 8px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-select-card:hover {
  background: #f0f4ff;
  border-color: #4B7DEF;
}

.user-select-name {
  font-weight: 600;
  color: #333;
}

.first-time-badge {
  background: #ff6b6b;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}

.times-played {
  background: #4B7DEF;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

/* Team Builder */
.day-selection {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.day-selection h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333;
}

.day-selector-form {
  display: flex;
  justify-content: center;
}

.day-selector-dropdown {
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  min-width: 400px;
  background: white;
}

.team-builder {
  margin-top: 30px;
}

.selected-day-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.selected-day-title .event-name {
  color: #4B7DEF;
  font-weight: 600;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.available-users-panel,
.team-assignment-panel {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.available-users-panel h3,
.team-assignment-panel h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.users-list {
  max-height: 600px;
  overflow-y: auto;
}

.user-card {
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 2px solid #e9ecef;
  transition: all 0.2s;
}

.user-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.user-card.recently-played {
  background: #fff5f5;
  border-color: #fc8181;
}

.user-card.moderately-played {
  background: #fffff0;
  border-color: #ffd700;
}

.user-card.long-ago-played {
  background: #f0fff4;
  border-color: #9ae6b4;
}

.user-card.never-played {
  background: #f7fafc;
  border-color: #cbd5e0;
}

.user-card.assigned {
  border-color: #4B7DEF;
  border-width: 3px;
}

.user-info {
  margin-bottom: 10px;
}

.user-name {
  font-weight: 700;
  font-size: 15px;
  color: #333;
  display: block;
  margin-bottom: 4px;
}

.days-indicator {
  font-size: 12px;
  color: #666;
  display: block;
}

.current-assignment {
  font-size: 13px;
  color: #4B7DEF;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px;
  background: #e3eeff;
  border-radius: 4px;
}

.btn-assign {
  width: 100%;
  padding: 8px;
  background: #4B7DEF;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-assign:hover {
  background: #3a6bd8;
}

/* Team Assignments */
#team-assignments-list {
  min-height: 200px;
  margin-bottom: 20px;
}

.no-assignments {
  text-align: center;
  color: #999;
  padding: 40px 20px;
}

.assignment-card {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #e9ecef;
}

.assignment-info strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #333;
}

.assignment-details {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.badge.coordinator {
  background: #e3eeff;
  color: #4B7DEF;
}

.badge.musical-director {
  background: #fff9e6;
  color: #f59e0b;
}

.badge.role {
  background: #d4edda;
  color: #155724;
}

.assignment-actions {
  display: flex;
  gap: 8px;
}

.btn-edit,
.btn-remove {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.btn-edit {
  background: #6c757d;
  color: white;
}

.btn-edit:hover {
  background: #5a6268;
}

.btn-remove {
  background: #dc3545;
  color: white;
}

.btn-remove:hover {
  background: #c82333;
}

.btn-save-team {
  width: 100%;
  padding: 15px;
  font-size: 16px;
}

/* Color Legend */
.color-legend {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-top: 30px;
}

.color-legend h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.color-box {
  width: 30px;
  height: 20px;
  border-radius: 4px;
  margin-right: 12px;
  border: 2px solid #e9ecef;
}

.color-box.recently-played {
  background: #fff5f5;
  border-color: #fc8181;
}

.color-box.moderately-played {
  background: #fffff0;
  border-color: #ffd700;
}

.color-box.long-ago-played {
  background: #f0fff4;
  border-color: #9ae6b4;
}

.color-box.never-played {
  background: #f7fafc;
  border-color: #cbd5e0;
}

/* Assignment Modal */
.assignment-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-content h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.form-group select,
.form-group input[type="text"],
.form-control {
  width: 100%;
  padding: 10px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 14px;
}

.calendar-day {
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  min-height: 100px;
  border-radius: 6px;
  transition: all 0.2s;
  position: relative;
}

.calendar-day.admin-editable:hover {
  box-shadow: 0 2px 8px rgba(75, 125, 239, 0.3);
  border-color: #4B7DEF;
  transform: translateY(-2px);
}

.calendar-day.admin-creatable:hover {
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
  border-color: #28a745;
  border-style: dashed;
}

.calendar-day.admin-creatable .add-indicator {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #28a745;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.calendar-day.admin-creatable:hover .add-indicator {
  opacity: 1;
}

/* Day Edit Modal */
.day-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.modal-content-day {
  background: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-content-day h3 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.modal-content-day .form-group {
  margin-bottom: 20px;
}

.modal-content-day label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.modal-content-day input[type="text"],
.modal-content-day textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 14px;
}

.modal-content-day textarea {
  resize: vertical;
}

.modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background 0.2s;
}

.checkbox-label:hover {
  background: #f8f9fa;
}

.checkbox-label input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
}

.modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  justify-content: flex-end;
}

/* Configure Days */
.add-day-form,
.quick-add-section,
.existing-days {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.add-day-form h3,
.quick-add-section h3,
.existing-days h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.quick-add-controls {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.quick-add-controls label {
  font-weight: 600;
}

.days-table {
  width: 100%;
  border-collapse: collapse;
}

.days-table thead {
  background: #f1f3f5;
}

.days-table th,
.days-table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #dee2e6;
}

.days-table tbody tr:hover {
  background: #f8f9fa;
}

.days-table .past-day {
  opacity: 0.6;
}

.status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.status-badge.open {
  background: #d4edda;
  color: #155724;
}

.status-badge.closed {
  background: #f8d7da;
  color: #721c24;
}

.availability-count {
  font-weight: 600;
  color: #4B7DEF;
}

.btn-delete-day {
  padding: 6px 12px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.btn-delete-day:hover {
  background: #c82333;
}

.no-days {
  text-align: center;
  color: #999;
  padding: 40px 20px;
}

.no-available-users {
  text-align: center;
  color: #666;
  padding: 60px 20px;
}

/* Tabs */
.tabs-container {
  margin: 30px 0;
}

.tab-buttons {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e9ecef;
}

.tab-btn {
  padding: 12px 30px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: -2px;
}

.tab-btn:hover {
  color: #4B7DEF;
  background: #f8f9fa;
}

.tab-btn.active {
  color: #4B7DEF;
  border-bottom-color: #4B7DEF;
  background: transparent;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Admin Header */
.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
  
  .calendar-grid {
    gap: 5px;
  }
  
  .calendar-day {
    min-height: 100px;
    padding: 8px;
  }
  
  .admin-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 1, app/assets/stylesheets/scaffolds.css.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/scaffolds.css.scss */
p, ol, ul, td {
  font-size: 13px;
  line-height: 18px;
}

/* line 14, app/assets/stylesheets/scaffolds.css.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 20, app/assets/stylesheets/scaffolds.css.scss */
a {
  color: #000;
}

/* line 22, app/assets/stylesheets/scaffolds.css.scss */
a:visited {
  color: #666;
}

/* line 30, app/assets/stylesheets/scaffolds.css.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
  display: contents;
}

/* line 39, app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
  border-color: #ef4444;
}

/* line 45, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
  max-width: 450px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fef2f2;
  padding: 12px 16px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 54, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 64, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
/* line 7, app/assets/stylesheets/songs.css.scss */
.other-songs {
  display: flex;
  flex-wrap: wrap;
}

/* line 11, app/assets/stylesheets/songs.css.scss */
.other-songs > * {
  margin: 11px;
}

/* line 17, app/assets/stylesheets/songs.css.scss */
#rightMenu .other-song .song-demo-wrapper {
  padding: 0px;
  margin-bottom: 10px;
}

/* line 20, app/assets/stylesheets/songs.css.scss */
#rightMenu .other-song .song-demo-wrapper .song-demo-img-overlay {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* line 28, app/assets/stylesheets/songs.css.scss */
.incomplete-msg {
  line-height: 160%;
}

/* line 33, app/assets/stylesheets/songs.css.scss */
.copyright-text .year-written {
  font-size: 13px;
  margin-bottom: 4px;
}

/* line 38, app/assets/stylesheets/songs.css.scss */
.copyright-text .licensed {
  display: inline;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 48, app/assets/stylesheets/songs.css.scss */
.subtitle {
  display: inline-block;
  font-weight: initial;
}

/* line 53, app/assets/stylesheets/songs.css.scss */
.with-chords.verse {
  position: relative;
  /* Ensure relative positioning */
}

/* line 57, app/assets/stylesheets/songs.css.scss */
.chord:not(.no-styling) {
  position: absolute;
  /* Assuming you are using absolute positioning */
}

/* line 61, app/assets/stylesheets/songs.css.scss */
.chord-spacer {
  border-bottom: 1px solid gray;
  /* horizontal line */
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 6;
  margin-top: -2px;
  opacity: 0.3;
}

/* line 71, app/assets/stylesheets/songs.css.scss */
.chord-spacer::before {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: white;
  right: 0;
  margin-top: -1.5px;
  z-index: 8;
}

/* line 83, app/assets/stylesheets/songs.css.scss */
.chord-spacer::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 3px;
  right: 0;
  margin-top: -1.5px;
  z-index: 10;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(45deg);
  border-top-right-radius: 1px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 104, app/assets/stylesheets/songs.css.scss */
.modulation,
.modulation-chords {
  position: absolute;
  top: 11px;
  left: 25px;
  background-color: #333;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
  letter-spacing: 0.1em;
  line-height: 13px;
  padding: 5px 8px;
  border-radius: 5px;
}

/* line 120, app/assets/stylesheets/songs.css.scss */
.modulation .mod-label,
.modulation-chords .mod-label {
  letter-spacing: 0em;
  font-weight: normal;
  display: inline;
}

/* line 126, app/assets/stylesheets/songs.css.scss */
.modulation div,
.modulation-chords div {
  display: inline;
}

/* line 131, app/assets/stylesheets/songs.css.scss */
.modulation-lyrics {
  top: -32px;
}

@media (min-width: 601px) {
  /* line 136, app/assets/stylesheets/songs.css.scss */
  .desktop-only {
    display: inline-block;
    /* or block, etc. */
  }
  /* line 139, app/assets/stylesheets/songs.css.scss */
  .mobile-only {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 145, app/assets/stylesheets/songs.css.scss */
  .desktop-only {
    display: none;
  }
  /* line 148, app/assets/stylesheets/songs.css.scss */
  .mobile-only {
    display: inline-block;
  }
}

/* line 153, app/assets/stylesheets/songs.css.scss */
.verse-container {
  position: relative;
  margin-bottom: 10px;
}

/* line 158, app/assets/stylesheets/songs.css.scss */
.verse-dropdown {
  cursor: pointer;
  text-decoration: underline;
  color: blue;
}

/* line 164, app/assets/stylesheets/songs.css.scss */
.verse-tooltip {
  display: block;
  border: 1px solid lightgray;
  padding: 14px;
  border-radius: 5px;
  margin-top: -13px;
  background: white;
  z-index: 100;
  position: relative;
  border-top-left-radius: 0;
  margin-bottom: 20px;
  max-width: 350px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  /* line 180, app/assets/stylesheets/songs.css.scss */
  .related-song {
    max-width: 300px;
    min-width: 250px;
  }
}

/* line 186, app/assets/stylesheets/songs.css.scss */
.indent-line {
  display: inline-block;
  margin-left: 15px;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/special-event.scss */
.special-event {
  background: url(/assets/heritage-concert-photo.jpg) no-repeat black;
  font-size: 13px;
  color: white;
  background-size: contain;
  background-position-x: center;
  line-height: 160%;
}

/* line 9, app/assets/stylesheets/special-event.scss */
.special-event a {
  color: white;
  opacity: 0.9;
  transition: opacity 0.2s;
}

/* line 14, app/assets/stylesheets/special-event.scss */
.special-event a:hover {
  opacity: 1;
}

/* line 19, app/assets/stylesheets/special-event.scss */
.special-event p.larger {
  font-size: 15px;
  line-height: 31px;
  max-width: 520px;
  margin: 20px auto;
}

/* line 25, app/assets/stylesheets/special-event.scss */
.special-event p.dimmed {
  opacity: 0.5;
}

/* line 29, app/assets/stylesheets/special-event.scss */
.special-event #header {
  height: 50px;
  padding: 10px;
  position: relative;
  text-align: left;
  max-width: 920px;
  margin-top: 4px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/* line 41, app/assets/stylesheets/special-event.scss */
.special-event #header #logo-small {
  opacity: 0.9;
}

/* line 46, app/assets/stylesheets/special-event.scss */
.special-event h3 {
  color: #eee;
  border: 1px dashed white;
  padding: 30px;
}

/* line 52, app/assets/stylesheets/special-event.scss */
.special-event #wrapper {
  margin-top: 35vw !important;
}

/* line 55, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .main-video {
  height: 35vw;
  padding-bottom: 20px;
}

/* line 60, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .small-video {
  height: 25vw;
  padding-bottom: 20px;
}

/* line 65, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .event-info {
  font-size: 24px;
  line-height: 1.5em;
  margin: 30px;
  display: flex;
}

@media (max-width: 600px) {
  /* line 65, app/assets/stylesheets/special-event.scss */
  .special-event #wrapper .event-info {
    flex-direction: column;
  }
  /* line 74, app/assets/stylesheets/special-event.scss */
  .special-event #wrapper .event-info iframe {
    width: 100%;
  }
}

/* line 79, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .event-info .left-side {
  flex-grow: 1;
  align-items: left;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/* line 86, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .event-info .left-side div {
  background: rgba(231, 131, 117, 0.68);
  display: inline-block;
  padding: 0 10px;
  margin: 5px;
}

/* line 94, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .event-info .right-side iframe {
  border-radius: 10px;
}

/* line 99, app/assets/stylesheets/special-event.scss */
.special-event #wrapper p a {
  text-decoration: underline;
}

/* line 103, app/assets/stylesheets/special-event.scss */
.special-event #wrapper #content {
  min-width: initial;
}

/* line 107, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .share-fb {
  text-align: center;
}

/* line 110, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .share-fb > div {
  width: 105px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 117, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .locatii {
  padding: 10px 50px 60px 50px;
  font-size: 20px;
  opacity: 0.5;
}

/* line 122, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .locatii .locatie {
  padding-bottom: 10px;
}

/* line 127, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .testimonies {
  margin-top: 60px;
  position: relative;
}

/* line 131, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .testimonies .testimony {
  margin-bottom: 60px;
}

/* line 134, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .testimonies .testimony:before {
  content: "„";
  position: absolute;
  left: -4px;
  top: -81px;
  font-size: 130px;
  opacity: 0.6;
  font-style: italic;
}

/* line 144, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .testimonies .testimony .author {
  opacity: 0.7;
}

/* line 151, app/assets/stylesheets/special-event.scss */
.special-event #wrapper .afis-concert {
  display: block;
  padding-top: 20px;
  max-width: 750px;
}

/* line 158, app/assets/stylesheets/special-event.scss */
.special-event #footer {
  padding: 10px;
}

/* line 163, app/assets/stylesheets/special-event.scss */
.x-small {
  font-size: 12px;
}
@charset "UTF-8";
/* line 7, app/assets/stylesheets/style.scss */
:root,
[data-theme="light"] {
  --surface-primary: #f8fafc;
  --surface-secondary: #f1f5f9;
  --surface-elevated: #fff;
  --surface-inset: #e2e8f0;
  --bg-primary: #fff;
  --bg-secondary: #f1f5f9;
  --card-bg: #fff;
  --border-color: #e2e8f0;
  --accent-color: #2563eb;
  --sd-bg: #0a0f1a;
  --sd-bg-inner: #0a0f1a;
  --sd-bg-card: #111827;
  --sd-border: #1e293b;
  --sd-text: #e2e8f0;
  --sd-text-muted: #94a3b8;
  --sd-text-dim: #64748b;
  --sd-btn-bg: #1e293b;
  --sd-btn-border: #334155;
  --sd-btn-text: #e2e8f0;
  --sd-btn-ghost-text: #94a3b8;
  --sd-btn-ghost-border: #334155;
  --sd-pill-keyword-bg: rgba(167,139,250,0.12);
  --sd-pill-keyword-text: #a78bfa;
  --sd-pill-verse-bg: rgba(74,222,128,0.1);
  --sd-pill-verse-text: #4ade80;
  --sm-gradient-start: #f8f8f8;
  --sm-gradient-end: #0f172a;
  --sm-text: #64748b;
  --sm-copyright: #94a3b8;
  --text-primary: #1e293b;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --accent-blue: #2563eb;
  --accent-purple: #a78bfa;
  --accent-green: #4ade80;
  --accent-red: #f87171;
  --accent-gold: #fbbf24;
  --accent-sky: #38bdf8;
}

/* line 60, app/assets/stylesheets/style.scss */
[data-theme="dark"] {
  --surface-primary: #0a0f1a;
  --surface-secondary: #0f172a;
  --surface-elevated: #111827;
  --surface-inset: #1e293b;
  --bg-primary: #111827;
  --bg-secondary: #0f172a;
  --card-bg: #1e293b;
  --border-color: #334155;
  --accent-color: #3b82f6;
  --sd-bg: #0f172a;
  --sd-bg-inner: #0f172a;
  --sd-bg-card: #111827;
  --sd-border: #1e293b;
  --sm-gradient-start: #0a0f1a;
  --sm-gradient-end: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
}

@media (prefers-color-scheme: dark) {
  /* line 88, app/assets/stylesheets/style.scss */
  :root:not([data-theme]) {
    --surface-primary: #0a0f1a;
    --surface-secondary: #0f172a;
    --surface-elevated: #111827;
    --surface-inset: #1e293b;
    --bg-primary: #111827;
    --bg-secondary: #0f172a;
    --card-bg: #1e293b;
    --border-color: #334155;
    --accent-color: #3b82f6;
    --sd-bg: #0f172a;
    --sd-bg-inner: #0f172a;
    --sd-bg-card: #111827;
    --sm-gradient-start: #0a0f1a;
    --sm-gradient-end: #0f172a;
    --text-primary: #e2e8f0;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
  }
}

/* line 110, app/assets/stylesheets/style.scss */
body {
  background: var(--surface-primary, #f8fafc);
  font-size: 14px;
  color: var(--text-primary, #1e293b);
  -webkit-font-smoothing: antialiased;
}

/* line 117, app/assets/stylesheets/style.scss */
tips {
  white-space: pre-wrap;
}

/* line 121, app/assets/stylesheets/style.scss */
div {
  cursor: default;
}

/* line 125, app/assets/stylesheets/style.scss */
a {
  color: #1e293b;
  text-decoration: none;
}

/* line 129, app/assets/stylesheets/style.scss */
a:visited:not(.pr-btn):not(.btn):not(.button):not([role="button"]) {
  color: inherit;
}

/* line 133, app/assets/stylesheets/style.scss */
a .underline {
  text-decoration: underline;
}

/* Ensure visited links inherit their parent color everywhere — except buttons */
/* line 139, app/assets/stylesheets/style.scss */
a:visited:not(.pr-btn):not(.btn):not(.button):not([role="button"]) {
  color: inherit;
}

/* line 147, app/assets/stylesheets/style.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* line 150, app/assets/stylesheets/style.scss */
button, .btn, [role="button"], a.fp-feature-card, .fp-song-card {
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.15s ease !important;
}

/* line 155, app/assets/stylesheets/style.scss */
.song-card, .gathering-card, .group-card {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}

/* line 157, app/assets/stylesheets/style.scss */
.song-card:hover, .gathering-card:hover, .group-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* line 164, app/assets/stylesheets/style.scss */
input:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
  border-color: #3b82f6 !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 172, app/assets/stylesheets/style.scss */
.fp-cat-pill {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 174, app/assets/stylesheets/style.scss */
.fp-cat-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* line 178, app/assets/stylesheets/style.scss */
html {
  scroll-behavior: smooth;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* line 185, app/assets/stylesheets/style.scss */
.skeleton {
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 6px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 197, app/assets/stylesheets/style.scss */
.fade-in {
  animation: fadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* line 201, app/assets/stylesheets/style.scss */
a.no-styling {
  padding: 0;
}

/* line 205, app/assets/stylesheets/style.scss */
a.no-styling:hover {
  background: transparent !important;
  cursor: pointer;
}

/* line 210, app/assets/stylesheets/style.scss */
h3 {
  font-size: 18px;
  color: #0f172a;
  padding: 0;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
  cursor: default;
}

/* line 220, app/assets/stylesheets/style.scss */
#react-dashboard h3 {
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: inherit;
  justify-content: flex-start;
  letter-spacing: inherit;
}

/* line 234, app/assets/stylesheets/style.scss */
textarea {
  border: 0;
  border-radius: 4px;
  border: 1px dashed gray;
}

/* line 240, app/assets/stylesheets/style.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 246, app/assets/stylesheets/style.scss */
::-webkit-input-placeholder {
  color: #94a3b8;
}

/* line 250, app/assets/stylesheets/style.scss */
:-moz-placeholder {
  color: #94a3b8;
}

/* line 254, app/assets/stylesheets/style.scss */
::-moz-placeholder {
  color: #94a3b8;
}

/* line 258, app/assets/stylesheets/style.scss */
:-ms-input-placeholder {
  color: #94a3b8;
}

/* line 262, app/assets/stylesheets/style.scss */
.cc-btn {
  border-radius: 4px;
}

/* line 266, app/assets/stylesheets/style.scss */
.header-bg-image {
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
}

/* line 276, app/assets/stylesheets/style.scss */
.header-bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), #e1e1e1 70%);
}

/* line 287, app/assets/stylesheets/style.scss */
.header-bg-image img {
  filter: blur(10px);
  transform: scale(1.54);
  min-height: 100vh;
  margin-top: -10vh;
}

/* line 295, app/assets/stylesheets/style.scss */
.page-container {
  max-width: 1040px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 302, app/assets/stylesheets/style.scss */
.page-container.full-width {
  max-width: initial !important;
}

/* line 307, app/assets/stylesheets/style.scss */
.page-container #wrapper {
  flex: 1 0 auto;
}

/* line 312, app/assets/stylesheets/style.scss */
.page-container #footer {
  flex-shrink: 0;
  margin-top: auto;
}

/* line 318, app/assets/stylesheets/style.scss */
#container {
  padding: 0;
}

/* line 322, app/assets/stylesheets/style.scss */
#bg_shadow {
  display: none;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  box-shadow: inset -100px 30px 300px -110px gray, inset 100px 0 300px -110px gray;
  margin: 0;
  padding-top: 10px;
}

@media screen and (min-width: 500px) {
  /* line 339, app/assets/stylesheets/style.scss */
  body:not(.mobile-search-view) #header .mobile-search-icon,
body:not(.mobile-search-view) #header .hide-mobile-search {
    display: none;
  }
}

/* line 348, app/assets/stylesheets/style.scss */
body:not(.mobile-search-view) #header.translucent .search-form #song_search input,
body:not(.mobile-search-view) #header.translucent .search-form #song_search a {
  border-bottom: 1px solid white;
}

/* line 353, app/assets/stylesheets/style.scss */
body:not(.mobile-search-view) #header.translucent .search-form #song_search .tt-hint,
body:not(.mobile-search-view) #header.translucent .search-form #song_search #searchInput:not(:focus),
body:not(.mobile-search-view) #header.translucent .search-form #song_search #searchInput::placeholder,
body:not(.mobile-search-view) #header.translucent .search-form #song_search a {
  color: white;
}

/* line 362, app/assets/stylesheets/style.scss */
body:not(.mobile-search-view) #header.translucent .search-form.search-backdrop .tt-hint,
body:not(.mobile-search-view) #header.translucent .search-form.search-backdrop #searchInput:not(:focus),
body:not(.mobile-search-view) #header.translucent .search-form.search-backdrop #searchInput::placeholder,
body:not(.mobile-search-view) #header.translucent .search-form.search-backdrop a {
  color: #333 !important;
}

/* line 373, app/assets/stylesheets/style.scss */
div#header {
  display: flex;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
  align-items: center;
  position: relative;
  z-index: 10000;
  /* Force hide dropdown submenus */
  /* White icons on dark header */
  /* React menu: white text on dark header */
  /* But keep dropdown text dark (dropdown has white bg) */
}

@media screen and (max-width: 768px) {
  /* line 373, app/assets/stylesheets/style.scss */
  div#header {
    padding: 10px 16px;
    gap: 0;
    justify-content: space-between;
  }
  /* line 390, app/assets/stylesheets/style.scss */
  div#header .logo-link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }
  /* line 395, app/assets/stylesheets/style.scss */
  div#header .logo-link img {
    height: 22px !important;
    width: auto !important;
    max-width: none;
    object-fit: contain;
  }
  /* line 403, app/assets/stylesheets/style.scss */
  div#header #header_menu {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
  }
}

/* line 413, app/assets/stylesheets/style.scss */
div#header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #0f172a;
  z-index: -1;
}

/* line 426, app/assets/stylesheets/style.scss */
div#header .logo-link img {
  filter: brightness(0) invert(1);
}

/* line 431, app/assets/stylesheets/style.scss */
div#header #header_menu ul li a,
div#header a {
  color: white;
}

/* line 436, app/assets/stylesheets/style.scss */
div#header.translucent {
  margin-bottom: initial;
}

/* line 440, app/assets/stylesheets/style.scss */
div#header:not(.translucent) #header_menu .the-menu > ul {
  background: none;
}

/* line 445, app/assets/stylesheets/style.scss */
div#header #header_menu .the-menu ul.nav-submenu {
  background: white !important;
  display: none !important;
}

/* line 449, app/assets/stylesheets/style.scss */
div#header #header_menu .the-menu ul.nav-submenu.show {
  display: block !important;
}

/* line 454, app/assets/stylesheets/style.scss */
div#header.translucent #header_menu .the-menu ul.nav-submenu {
  background: white !important;
  display: none !important;
}

/* line 458, app/assets/stylesheets/style.scss */
div#header.translucent #header_menu .the-menu ul.nav-submenu.show {
  display: block !important;
}

/* line 464, app/assets/stylesheets/style.scss */
div#header .search-toggle-btn {
  color: white !important;
}

/* line 467, app/assets/stylesheets/style.scss */
div#header .search-toggle-btn:hover {
  color: #e36149 !important;
}

/* line 472, app/assets/stylesheets/style.scss */
div#header .dropdown-toggle {
  color: white !important;
}

/* line 475, app/assets/stylesheets/style.scss */
div#header .dropdown-toggle:hover {
  color: #e36149 !important;
}

/* line 480, app/assets/stylesheets/style.scss */
div#header .admin-toggle {
  color: #e36149 !important;
}

/* line 485, app/assets/stylesheets/style.scss */
div#header #main-menu a {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 488, app/assets/stylesheets/style.scss */
div#header #main-menu a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* line 492, app/assets/stylesheets/style.scss */
div#header #main-menu .fas.fa-chevron-down {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 495, app/assets/stylesheets/style.scss */
div#header .mobile-hamburger-btn {
  color: white !important;
}

/* line 499, app/assets/stylesheets/style.scss */
div#header #main-menu ul[style*="position: absolute"] a {
  color: #374151 !important;
}

/* line 502, app/assets/stylesheets/style.scss */
div#header #main-menu ul[style*="position: absolute"] a:hover {
  color: #0f172a !important;
  background: #f1f5f9 !important;
}

/* line 509, app/assets/stylesheets/style.scss */
div#header #logo {
  width: 160px;
}

/* line 513, app/assets/stylesheets/style.scss */
div#header .logo-link {
  flex: 0 0 auto;
}

/* line 517, app/assets/stylesheets/style.scss */
div#header #logo-small {
  width: 143px;
  padding-bottom: 3px;
  opacity: 1;
  transition: opacity 0.3s;
  transform: translateZ(0);
}

/* line 524, app/assets/stylesheets/style.scss */
div#header #logo-small:hover {
  opacity: 1;
}

/* line 529, app/assets/stylesheets/style.scss */
div#header .search-form {
  margin: 0;
  margin-top: 4px;
  margin-left: 40px;
  max-width: 20px;
}

@media screen and (max-width: 768px) {
  /* line 537, app/assets/stylesheets/style.scss */
  div#header .search-form .search-form-expandable.expanded {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 100003;
    display: flex;
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #e2e8f0;
  }
  /* line 549, app/assets/stylesheets/style.scss */
  div#header .search-form .search-form-expandable.expanded input {
    flex: 1;
    font-size: 16px !important;
    padding: 10px 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    color: #1e293b !important;
    border-bottom: none !important;
  }
  /* line 559, app/assets/stylesheets/style.scss */
  div#header .search-form .search-form-expandable.expanded input::placeholder {
    color: #94a3b8 !important;
  }
  /* line 564, app/assets/stylesheets/style.scss */
  div#header .search-form .search-form-expandable.expanded .search-submit-btn {
    margin-left: 8px;
    border-radius: 8px !important;
  }
}

/* line 572, app/assets/stylesheets/style.scss */
div#header .search-form.search-backdrop #song_search {
  background: white;
  z-index: 1;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 580, app/assets/stylesheets/style.scss */
div#header .search-form.search-backdrop input,
div#header .search-form.search-backdrop a {
  border-bottom: 1px solid transparent;
}

/* line 586, app/assets/stylesheets/style.scss */
div#header .search-form input {
  font-size: 14px;
  padding: 4px 8px;
  background: initial !important;
  border-bottom: 1px solid gray;
  border-radius: 0 !important;
}

/* line 593, app/assets/stylesheets/style.scss */
div#header .search-form input::placeholder {
  color: black;
  opacity: 0.5;
}

/* line 599, app/assets/stylesheets/style.scss */
div#header .search-form a {
  height: 26px;
  font-size: 17px;
  width: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: none;
  border: 0;
  box-shadow: 0 0 0;
  border-bottom: 1px solid gray;
  border-radius: 0;
  color: gray;
}

/* line 613, app/assets/stylesheets/style.scss */
div#header .search-form #song_search {
  border: 0;
}

/* line 617, app/assets/stylesheets/style.scss */
div#header .search-form .tt-dropdown-menu {
  min-width: 400px;
  margin-left: -152px;
  margin-top: 0;
}

/* line 624, app/assets/stylesheets/style.scss */
div#header #header_menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 630, app/assets/stylesheets/style.scss */
div#header #header_menu ul {
  list-style-type: none;
  padding-left: 19px;
}

/* line 634, app/assets/stylesheets/style.scss */
div#header #header_menu ul li {
  font-size: 16px;
  position: relative;
  padding: 0 5px 0 15px;
}

/* line 639, app/assets/stylesheets/style.scss */
div#header #header_menu ul li #accountMenu {
  display: none;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 10px -2px #888;
  min-height: 100px;
  width: 200px;
  right: 0;
  top: 30px;
  position: absolute;
}

/* line 654, app/assets/stylesheets/style.scss */
#header #header_menu li:active #accountMenu,
#header #header_menu li:hover #accountMenu,
#header #header_menu li #accountMenu:hover {
  display: block;
  z-index: 1000;
}

/* line 661, app/assets/stylesheets/style.scss */
#accountMenu table {
  margin: 10px;
}

/* line 665, app/assets/stylesheets/style.scss */
#accountMenu input {
  border-radius: 3px;
  border: 1px solid #aaa;
}

/* line 670, app/assets/stylesheets/style.scss */
#wrapper {
  padding: 16px 16px 0 16px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  flex-grow: 1;
}

/* line 681, app/assets/stylesheets/style.scss */
.search-form {
  position: relative;
  margin: 0 auto;
  margin-top: 170px;
  margin-bottom: 200px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 100;
}

/* line 692, app/assets/stylesheets/style.scss */
.search-form:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.1s ease-in, display 0.3s;
  transition-delay: 1s;
  display: none;
}

/* line 707, app/assets/stylesheets/style.scss */
.search-form.search-backdrop:before {
  opacity: 0.3;
  display: block;
}

/* line 712, app/assets/stylesheets/style.scss */
.search-form #song_search {
  display: flex;
  box-shadow: 0 -20px 180px -16px #ababab;
  border-radius: 8px;
  border: 1px solid #cdd0d2ad;
}

/* line 719, app/assets/stylesheets/style.scss */
.search-form input {
  font-size: 34px;
  padding: 16px 24px;
  border-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  z-index: 1000;
  left: 0;
  z-index: 9;
  outline: none;
  line-height: normal;
}

/* line 733, app/assets/stylesheets/style.scss */
.search-form a {
  font-size: 20px;
  padding: 13px 19px 14px 19px;
  color: white;
  margin-left: -1px;
  z-index: 1031;
  z-index: 10;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  height: 73px;
  width: 103px;
  box-shadow: 0 0;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* line 756, app/assets/stylesheets/style.scss */
.search-form a:active {
  margin-top: -1px;
}

/* line 760, app/assets/stylesheets/style.scss */
.search-form .tt-dropdown-menu {
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -6px;
  border: 0;
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
  border-top: 1px solid lightgray;
  z-index: 110;
  position: relative;
}

/* line 771, app/assets/stylesheets/style.scss */
.search-form .tt-dropdown-menu > * {
  position: relative;
  z-index: 100;
}

/* line 777, app/assets/stylesheets/style.scss */
.search-form .tt-dropdown-menu .tt-suggestion p {
  margin: 0;
  font-size: 20px;
  line-height: 230%;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

/* line 790, app/assets/stylesheets/style.scss */
#rightMenu {
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 120%;
  vertical-align: top;
  padding-top: 10px;
}

/* line 798, app/assets/stylesheets/style.scss */
#rightMenu .button.small {
  margin-bottom: 5px;
}

/* line 802, app/assets/stylesheets/style.scss */
#rightMenu .widget .widget-title {
  padding: 20px 0 10px 0;
  font-size: 13px;
  cursor: default;
}

/* line 809, app/assets/stylesheets/style.scss */
#footer {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  z-index: 0;
  font-size: 0.8rem;
}

/* line 816, app/assets/stylesheets/style.scss */
#footer a {
  color: #cbd5e1;
  text-decoration: none;
}

/* line 819, app/assets/stylesheets/style.scss */
#footer a:hover {
  color: #fff;
}

/* MOB-04: Footer stacks into single column on mobile */
@media screen and (max-width: 500px) {
  /* line 828, app/assets/stylesheets/style.scss */
  #footer > div > div:first-child {
    flex-direction: column;
    gap: 1.5rem;
  }
  /* line 833, app/assets/stylesheets/style.scss */
  #footer a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

/* line 841, app/assets/stylesheets/style.scss */
.bordered {
  text-align: left;
  position: relative;
  margin: 0 0 2em 0;
  background: #fff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}

/* line 851, app/assets/stylesheets/style.scss */
.entry {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  font-size: 19px;
  padding: 0 50px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 45px 30px -26px rgba(55, 55, 55, 0.3);
  background: white;
  color: #333;
  position: relative;
  overflow: visible;
}

/* line 867, app/assets/stylesheets/style.scss */
.entry .entry-content {
  line-height: 140%;
  margin-bottom: 40px;
  min-height: 35vh;
}

@media screen and (min-width: 800px) {
  /* line 867, app/assets/stylesheets/style.scss */
  .entry .entry-content {
    font-weight: 300;
  }
}

/* line 876, app/assets/stylesheets/style.scss */
.entry .entry-content .gama {
  display: none;
}

/* line 880, app/assets/stylesheets/style.scss */
.entry .entry-content .gathering-inline-data {
  display: flex;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px 10px 5px 15px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-top: -10px;
}

@media screen and (max-width: 500px) {
  /* line 880, app/assets/stylesheets/style.scss */
  .entry .entry-content .gathering-inline-data {
    justify-content: left;
    flex-direction: column;
    align-items: start;
    padding: 5px;
  }
  /* line 897, app/assets/stylesheets/style.scss */
  .entry .entry-content .gathering-inline-data > * {
    margin: 0 !important;
  }
}

/* line 902, app/assets/stylesheets/style.scss */
.entry .entry-content .gathering-inline-data .no-styling {
  flex: 1 0;
}

/* line 906, app/assets/stylesheets/style.scss */
.entry .entry-content .gathering-inline-data a {
  font-size: 12px;
  padding: 5px;
  line-height: 100%;
  margin: 0 10px;
  text-transform: initial !important;
}

/* line 913, app/assets/stylesheets/style.scss */
.entry .entry-content .gathering-inline-data a:last-child {
  margin-right: 0;
}

/* line 921, app/assets/stylesheets/style.scss */
.song-details {
  display: flex;
  flex-direction: column;
}

/* line 925, app/assets/stylesheets/style.scss */
.song-details > * {
  margin: 20px 0;
}

/* line 928, app/assets/stylesheets/style.scss */
.song-details > *:not(.gathering-data) {
  background: #eee;
  border-radius: 5px;
  padding: 20px;
}

/* line 929, app/assets/stylesheets/style.scss */
.song-details > *:not(.gathering-data) .widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 940, app/assets/stylesheets/style.scss */
.song-details .demo iframe {
  height: 58vh;
}

/* line 945, app/assets/stylesheets/style.scss */
.gathering-data {
  position: fixed;
  left: 100%;
  top: 10%;
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 10;
  padding: 20px;
  border-top-left-radius: 0;
  width: 300px;
  height: 600px;
}

/* line 960, app/assets/stylesheets/style.scss */
.gathering-data .fa {
  margin: 0;
}

/* line 964, app/assets/stylesheets/style.scss */
.gathering-data .handle {
  cursor: pointer;
  position: absolute;
  top: 85px;
  left: -115px;
  transform: rotate(90deg);
  width: 200px;
  background: #333;
  color: white;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 977, app/assets/stylesheets/style.scss */
.gathering-data .handle .hide-handle {
  display: none;
}

/* line 982, app/assets/stylesheets/style.scss */
.gathering-data .song-list {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 10px;
  overflow: scroll;
  position: absolute;
  top: 70px;
  bottom: 0;
  border-top: 1px solid lightgray;
  right: 10px;
  left: 20px;
}

/* line 994, app/assets/stylesheets/style.scss */
.gathering-data .song-list > * {
  padding: 5px 10px;
  margin: 5px;
  border-radius: 5px;
}

/* line 1000, app/assets/stylesheets/style.scss */
.gathering-data .song-list > a {
  text-decoration: underline;
  color: inherit;
  background: #e5f3ff;
}

/* line 1005, app/assets/stylesheets/style.scss */
.gathering-data .song-list > a .current-song {
  background: #333;
  color: white;
}

/* line 1012, app/assets/stylesheets/style.scss */
.gathering-data .close-gathering-data {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 10px;
}

/* line 1022, app/assets/stylesheets/style.scss */
.song-actions a {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 1027, app/assets/stylesheets/style.scss */
.song-actions .action {
  position: relative;
  padding: 10px;
  border-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid lightgray;
  border-right: 0;
  background: #f4f4f4;
  width: 44px;
  height: 48px;
  white-space: nowrap;
  text-align: right;
  box-shadow: inset 1px 1px 2px 0 lightgrey;
  display: flex;
  justify-content: flex-end;
  transition: box-shadow 0.1s ease-in;
  cursor: pointer;
  z-index: 100;
}

/* line 1047, app/assets/stylesheets/style.scss */
.song-actions .action:hover {
  box-shadow: inset 0 0 0 0 lightgrey;
}

/* line 1050, app/assets/stylesheets/style.scss */
.song-actions .action:hover .show-chords {
  display: initial;
}

/* line 1055, app/assets/stylesheets/style.scss */
.song-actions .action:active {
  box-shadow: inset 3px 3px 2px 0 lightgrey;
}

/* line 1058, app/assets/stylesheets/style.scss */
.song-actions .action:active .hide-chords {
  display: initial;
}

/* line 1062, app/assets/stylesheets/style.scss */
.song-actions .action:active .show-chords {
  display: none;
}

/* line 1067, app/assets/stylesheets/style.scss */
.song-actions .action svg {
  position: absolute;
  right: 0;
  height: 30px;
  pointer-events: none;
}

/* line 1074, app/assets/stylesheets/style.scss */
.song-actions .action .show-chords,
.song-actions .action .hide-chords {
  display: none;
  margin-right: 43px;
  position: absolute;
  background: #333;
  padding: 0 9px 0 8px;
  border-radius: 5px;
  color: white;
  font-weight: 300;
  font-size: 11px;
}

/* line 1089, app/assets/stylesheets/style.scss */
.verses > div > * > span {
  padding: 7px 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid lightgray;
}

/* line 1099, app/assets/stylesheets/style.scss */
.Isus {
  color: red;
  font-style: italic;
}

/* line 1104, app/assets/stylesheets/style.scss */
.keywords-list a {
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: initial;
}

/* line 1110, app/assets/stylesheets/style.scss */
.entry .notice,
#rightMenu .notice {
  z-index: 1000;
  top: 7px;
  left: 7px;
  right: 6px;
  font-size: 12px;
  color: #46a746;
  padding: 8px 0 8px 0;
  margin-bottom: 10px;
  line-height: 140%;
}

/* line 1122, app/assets/stylesheets/style.scss */
#rightMenu .notice {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 1127, app/assets/stylesheets/style.scss */
.entry .entry-title {
  font-size: 28px;
  color: #000;
  position: relative;
  line-height: 36px;
  background: #f8f8f8;
  padding-left: 50px;
  margin-left: -50px;
  padding-right: 50px;
  margin-right: -50px;
  display: flex;
  align-items: flex-end;
  min-height: 100px;
  padding-top: 20px;
  border-radius: 5px;
}

/* line 1143, app/assets/stylesheets/style.scss */
.entry .entry-title .title {
  margin: 0;
  font-weight: bold;
  margin: -20px -50px 8px -51px;
  padding: 50px 200px 0px 50px;
  position: relative;
  font-size: 40px;
  z-index: 1;
  flex: 1 1 auto;
  line-height: 120%;
  margin-bottom: -7px;
}

@media screen and (max-width: 800px) {
  /* line 1143, app/assets/stylesheets/style.scss */
  .entry .entry-title .title {
    letter-spacing: -0.03em;
  }
}

/* line 1159, app/assets/stylesheets/style.scss */
.entry .entry-title .title > span,
.entry .entry-title .title .key {
  font-size: 29px;
  font-weight: 900;
  line-height: 100%;
  z-index: 1;
  display: inline-block;
  min-width: 31px;
  height: 32px;
  margin-left: 5px;
  padding-top: 0;
  border-radius: 5px;
  background: #333;
  margin-bottom: 7px;
}

@media screen and (max-width: 500px) {
  /* line 1177, app/assets/stylesheets/style.scss */
  .entry .entry-title .title {
    position: initial;
    font-size: 30px;
    font-weight: initial;
    font-family: "Barlow";
  }
  /* line 1183, app/assets/stylesheets/style.scss */
  .entry .entry-title .title > span {
    font-size: 20px;
    min-width: 22px;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
  }
  /* line 1195, app/assets/stylesheets/style.scss */
  .entry .entry-title div.whiteborder {
    bottom: -6px;
  }
}

/* line 1200, app/assets/stylesheets/style.scss */
.entry .entry-title .fa {
  cursor: pointer;
  font-size: 20px;
  opacity: 0.5;
  border: 0;
  line-height: 100%;
  z-index: 1;
  height: 28px;
  color: white;
  min-width: initial;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 1219, app/assets/stylesheets/style.scss */
.entry .entry-title .whiteborder {
  background: white;
  margin: 0 0;
  height: 5px;
  margin-top: -6px;
  box-shadow: 0 -2px 3px -1px #ddd;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  z-index: 0;
}

/* line 1233, app/assets/stylesheets/style.scss */
.entry .entry-title input[type="text"] {
  font-size: 30px;
  border: 0;
  border-bottom: 1px dashed black;
  flex-grow: 1;
}

/* line 1240, app/assets/stylesheets/style.scss */
.entry .author {
  position: absolute;
  bottom: 5px;
  right: 50px;
  font-size: 12px;
  opacity: 0.8;
}

/* line 1247, app/assets/stylesheets/style.scss */
.entry .entry-metadata input[type="text"] {
  font-size: 11px;
  width: 90px;
}

/* line 1252, app/assets/stylesheets/style.scss */
.entry ul.entry-metadata {
  list-style-type: none;
  right: 0;
  bottom: -11px;
  text-align: right;
  line-height: 130%;
  font-weight: 300;
  color: #333;
  margin: 0;
}

/* line 1263, app/assets/stylesheets/style.scss */
.entry ul.entry-metadata.inline {
  position: static;
  text-align: initial;
  padding: 0;
  margin-top: -26px;
  margin-bottom: 9px;
  right: initial;
  padding: 10px 0;
}

@media screen and (max-width: 800px) {
  /* line 1287, app/assets/stylesheets/style.scss */
  .entry ul.entry-metadata.inline {
    padding: 10px 0;
    display: block;
    margin: -25px 0 2px 0;
    opacity: 0.5;
    font-size: 10px;
  }
  /* line 1295, app/assets/stylesheets/style.scss */
  .entry ul.entry-metadata.right {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  /* line 1301, app/assets/stylesheets/style.scss */
  .entry ul.entry-metadata.inline {
    padding: 10px 0 10px 16px;
  }
}

/* line 1307, app/assets/stylesheets/style.scss */
.entry ul.entry-metadata.editing {
  bottom: 10px !important;
}

/* line 1311, app/assets/stylesheets/style.scss */
.key-wrapper {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  /* line 1317, app/assets/stylesheets/style.scss */
  .view-type .key-wrapper {
    display: none;
  }
  /* line 1321, app/assets/stylesheets/style.scss */
  .title .key-wrapper {
    display: inline-block;
  }
}

@media screen and (min-width: 500px) {
  /* line 1327, app/assets/stylesheets/style.scss */
  .view-type .key-wrapper {
    display: none;
  }
  /* line 1331, app/assets/stylesheets/style.scss */
  .title .key-wrapper {
    display: inline-block;
  }
}

/* line 1336, app/assets/stylesheets/style.scss */
.key-transpose-selector {
  line-height: 100%;
  height: 32px;
  padding-top: 0;
  border-radius: 5px;
  background: #333;
  color: white;
  font-size: 25px;
  margin-bottom: 7px;
  padding: 0px 0px 0px 0px;
  display: none;
  min-width: 70px;
  z-index: 1;
  color: transparent;
  background: transparent;
  border: 0 !important;
  position: absolute;
  padding: 21px;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1361, app/assets/stylesheets/style.scss */
.entry-title .title .key-transpose-selector {
  display: inline-flex;
}

/* line 1365, app/assets/stylesheets/style.scss */
.entry-title .view-type .key-transpose-selector {
  display: none;
}

/* line 1369, app/assets/stylesheets/style.scss */
.transpose-module {
  display: none;
  position: absolute;
  right: 50px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1378, app/assets/stylesheets/style.scss */
.transpose-module .key-control {
  margin: 0 10px;
  opacity: 0.5;
  font-size: 27px;
}

/* line 1383, app/assets/stylesheets/style.scss */
.transpose-module .key-control:hover {
  opacity: 1;
  cursor: pointer;
}

/* line 1388, app/assets/stylesheets/style.scss */
.transpose-module .key-control i {
  margin: 0;
}

/* line 1393, app/assets/stylesheets/style.scss */
.transpose-module .current-key {
  margin: -2px 10px 0 10px;
}

/* line 1398, app/assets/stylesheets/style.scss */
.entry .edit {
  resize: none;
}

/* line 1402, app/assets/stylesheets/style.scss */
.entry-hint {
  position: absolute;
  top: 32px;
  z-index: 100;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
}

/* line 1412, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song,
.entry-wrapper .edit_song {
  padding-bottom: 40px;
}

/* line 1416, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .entry-title,
.entry-wrapper .edit_song .entry-title {
  padding-right: 50px;
}

@media screen and (max-width: 500px) {
  /* line 1416, app/assets/stylesheets/style.scss */
  .entry-wrapper #new_song .entry-title,
.entry-wrapper .edit_song .entry-title {
    padding: 20px 20px 0px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 70px !important;
    flex-direction: column;
    padding-bottom: 20px !important;
    align-items: baseline;
  }
}

/* line 1429, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .entry-title input[type="text"],
.entry-wrapper .edit_song .entry-title input[type="text"] {
  flex-grow: 1;
  width: initial;
}

/* line 1434, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .entry-title .entry-metadata,
.entry-wrapper .edit_song .entry-title .entry-metadata {
  position: initial;
}

/* line 1439, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song div.actions,
.entry-wrapper .edit_song div.actions {
  position: initial;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  text-align: left;
  left: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #eee;
  border-top: 1px solid #ccc;
  z-index: 100;
  margin-bottom: 0;
}

/* line 1454, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song div.actions input,
.entry-wrapper .edit_song div.actions input {
  margin-left: 10px;
  height: 38px;
}

/* line 1460, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .rightMenu,
.entry-wrapper .edit_song .rightMenu {
  background: white;
  border-radius: 5px;
  margin-top: 30px;
  width: 100%;
  padding: 40px 0;
  column-rule-style: dashed;
  column-rule: 1px solid lightgray;
  column-count: 2;
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 500px) {
  /* line 1460, app/assets/stylesheets/style.scss */
  .entry-wrapper #new_song .rightMenu,
.entry-wrapper .edit_song .rightMenu {
    column-count: 1;
    padding: 20px 0;
  }
}

/* line 1477, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .rightMenu > .field,
.entry-wrapper .edit_song .rightMenu > .field {
  padding: 0 50px;
}

/* line 1480, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .rightMenu > .field.notice,
.entry-wrapper .edit_song .rightMenu > .field.notice {
  position: absolute;
  left: 50px;
  right: 50px;
  text-align: center;
  margin-top: -20px;
  background: #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  top: 50px;
}

@media screen and (max-width: 500px) {
  /* line 1480, app/assets/stylesheets/style.scss */
  .entry-wrapper #new_song .rightMenu > .field.notice,
.entry-wrapper .edit_song .rightMenu > .field.notice {
    position: initial;
    margin: 0 20px 20px 20px;
  }
}

/* line 1501, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .rightMenu .field,
.entry-wrapper .edit_song .rightMenu .field {
  padding-bottom: 20px;
}

@media screen and (max-width: 500px) {
  /* line 1501, app/assets/stylesheets/style.scss */
  .entry-wrapper #new_song .rightMenu .field,
.entry-wrapper .edit_song .rightMenu .field {
    padding-bottom: 0;
    padding: 0px 20px;
  }
}

/* line 1511, app/assets/stylesheets/style.scss */
.entry-wrapper #new_song .buttons,
.entry-wrapper .edit_song .buttons {
  margin-bottom: 40px;
}

/* line 1516, app/assets/stylesheets/style.scss */
.key {
  font-weight: 900;
  line-height: 100%;
  z-index: 1;
  margin-left: 5px;
  padding-top: 0;
  border-radius: 5px;
  background: #333;
  font-size: 20px;
  min-width: 22px;
  height: 23px;
  display: inline-flex;
  align-items: center;
}

/* line 1531, app/assets/stylesheets/style.scss */
.gathering-element .key {
  color: white;
  padding: 1px 4px;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  height: initial;
}

/* line 1542, app/assets/stylesheets/style.scss */
.view-type {
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 6px 50px;
  bottom: -9px;
}

/* line 1549, app/assets/stylesheets/style.scss */
.view-type > *:not(.key-wrapper) {
  font-size: 15px;
  border-radius: 5px;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
  cursor: pointer;
  transition: border-color 0.05s ease-in;
}

/* line 1560, app/assets/stylesheets/style.scss */
.view-type > *:not(.key-wrapper):hover {
  border-color: lightgray;
  background: white;
}

/* line 1565, app/assets/stylesheets/style.scss */
.view-type > *:not(.key-wrapper):not(:last-child) {
  margin-right: -1px;
}

/* line 1570, app/assets/stylesheets/style.scss */
.view-type .key,
.view-type .mobile-text,
.view-type .key-transpose-selector {
  display: none;
}

/* line 1576, app/assets/stylesheets/style.scss */
.view-type .active {
  background-color: white;
  z-index: 1000;
  padding-bottom: 5px;
  cursor: default;
}

/* line 1584, app/assets/stylesheets/style.scss */
.fullscreen-icon {
  position: absolute;
  top: 10px;
  right: 2px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  background: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

/* line 1600, app/assets/stylesheets/style.scss */
.fullscreen-icon:hover {
  color: #000;
  transform: scale(1.1);
}

/* line 1605, app/assets/stylesheets/style.scss */
.fullscreen-icon i {
  font-size: 16px;
}

/* line 1611, app/assets/stylesheets/style.scss */
.lyrics-container.column-view {
  padding: 10px 0;
  column-count: 2;
  column-gap: 100px;
  column-rule-style: dashed;
  column-rule: 1px solid lightgray;
}

@media screen and (min-width: 500px) and (max-width: 800px) {
  /* line 1611, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view {
    column-count: 1;
  }
  /* line 1621, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view > * {
    padding-top: 10px;
  }
  /* line 1624, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view > *:before {
    display: block;
    border-radius: 4px;
    padding: 0px 2px;
    font-size: 13px;
    line-height: initial;
    margin-top: 12px;
    margin-left: -30px;
    opacity: 0.3;
  }
}

@media screen and (max-width: 500px) {
  /* line 1611, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view {
    column-count: 1;
  }
  /* line 1640, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view > * {
    padding-top: 10px;
  }
  /* line 1643, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view > *:before {
    display: block;
    border-radius: 4px;
    padding: 0px 2px;
    font-size: 13px;
    line-height: initial;
    margin-top: -5px;
    margin-left: -2px;
    opacity: 0.3;
  }
  /* line 1654, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view > * .chorus:before {
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  /* line 1661, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view .chorus {
    margin-left: 0;
  }
}

@media screen and (min-width: 800px) {
  /* line 1667, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view .chorus,
.lyrics-container.column-view .verse,
.lyrics-container.column-view .bridge,
.lyrics-container.column-view .prechorus,
.lyrics-container.column-view .outro {
    margin-left: 0;
  }
  /* line 1675, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view .chorus {
    margin-right: 0;
  }
  /* line 1679, app/assets/stylesheets/style.scss */
  .lyrics-container.column-view > *:before {
    font-style: initial;
  }
}

/* line 1685, app/assets/stylesheets/style.scss */
.lyrics-container > * {
  padding-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}

/* line 1692, app/assets/stylesheets/style.scss */
.lyrics-container > *.with-chords {
  padding-top: 0;
  margin-top: 55px !important;
  margin-bottom: 20px !important;
}

/* line 1698, app/assets/stylesheets/style.scss */
.lyrics-container > *:before {
  color: black;
  padding: 1px;
  vertical-align: top;
  position: absolute;
  top: 0;
  font-weight: 900;
  font-size: 13px;
  margin-top: 9px;
  opacity: 0.3;
}

/* line 1711, app/assets/stylesheets/style.scss */
.lyrics-container > div:not(.hidden):last-child {
  margin-bottom: 200px;
}

/* line 1715, app/assets/stylesheets/style.scss */
.lyrics-container .verse {
  color: #444;
  z-index: 10;
}

/* line 1719, app/assets/stylesheets/style.scss */
.lyrics-container .verse:before {
  content: "S" attr(data-part-order);
}

/* line 1724, app/assets/stylesheets/style.scss */
.lyrics-container .bridge {
  font-style: italic;
}

/* line 1727, app/assets/stylesheets/style.scss */
.lyrics-container .bridge:before {
  content: "B" attr(data-part-order);
}

/* line 1732, app/assets/stylesheets/style.scss */
.lyrics-container .prechorus {
  font-style: italic;
}

/* line 1735, app/assets/stylesheets/style.scss */
.lyrics-container .prechorus:before {
  content: "Pc" attr(data-part-order);
}

/* line 1740, app/assets/stylesheets/style.scss */
.lyrics-container .outro {
  font-style: italic;
}

/* line 1743, app/assets/stylesheets/style.scss */
.lyrics-container .outro:before {
  content: "O" attr(data-part-order);
}

/* line 1748, app/assets/stylesheets/style.scss */
.lyrics-container .chorus {
  color: #80807f;
  margin-left: 0;
  margin-right: -20px;
  margin-left: 20px;
  font-style: italic;
}

/* line 1755, app/assets/stylesheets/style.scss */
.lyrics-container .chorus:before {
  content: "R" attr(data-part-order);
  font-style: initial;
}

/* line 1762, app/assets/stylesheets/style.scss */
.deleteVerse,
.moveVerse,
.copyVerse {
  width: 44px;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 11;
  color: #ccc;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid lightgray;
  background: rgba(255, 255, 255, 0.9);
}

/* line 1776, app/assets/stylesheets/style.scss */
.deleteVerse:hover,
.moveVerse:hover,
.copyVerse:hover {
  background: #eee;
  color: black;
}

/* line 1782, app/assets/stylesheets/style.scss */
.moveVerse {
  top: 0;
}

/* line 1785, app/assets/stylesheets/style.scss */
.copyVerse {
  top: 34px;
}

/* line 1788, app/assets/stylesheets/style.scss */
.deleteVerse {
  top: 68px;
}

/* line 1792, app/assets/stylesheets/style.scss */
.entry .verseContainer {
  overflow: hidden;
  position: relative;
}

/* line 1796, app/assets/stylesheets/style.scss */
.entry .verseContainer:hover .deleteVerse,
.entry .verseContainer:hover .moveVerse,
.entry .verseContainer:hover .copyVerse {
  display: block;
}

/* line 1802, app/assets/stylesheets/style.scss */
.entry:before {
  z-index: -1;
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
  transform: rotate(1deg);
}

/* line 1816, app/assets/stylesheets/style.scss */
.entry:after {
  z-index: -2;
  position: absolute;
  top: 1px;
  left: -2px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transform: rotate(359deg);
}

/* line 1830, app/assets/stylesheets/style.scss */
.entry.entry-header {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.175);
  margin: 0.28125em 0 0.5625em 0;
}

/* line 1835, app/assets/stylesheets/style.scss */
h1.entry-title {
  font-variant: small-caps;
  margin: 0;
  font-size: 3em;
}

/* line 1841, app/assets/stylesheets/style.scss */
.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #f2664e;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  background-clip: padding-box;
  /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
}

/* line 1911, app/assets/stylesheets/style.scss */
.button:hover {
  background-color: #eee;
  color: #555;
  text-decoration: none;
}

/* line 1917, app/assets/stylesheets/style.scss */
.button:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

/* line 1926, app/assets/stylesheets/style.scss */
.button[disabled],
.button[disabled]:hover,
.button[disabled]:active {
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  box-shadow: none !important;
}

/* Smaller buttons styles */
/* line 1939, app/assets/stylesheets/style.scss */
.button.small {
  padding: 4px 12px;
}

/* line 1943, app/assets/stylesheets/style.scss */
.button.xsmall {
  padding: 3px 5px;
}

/* Larger buttons styles */
/* line 1949, app/assets/stylesheets/style.scss */
.button.large {
  padding: 12px 30px;
  text-transform: uppercase;
  white-space: normal;
}

/* line 1955, app/assets/stylesheets/style.scss */
.button.large:active {
  top: 2px;
}

/* Colored buttons styles */
/* line 1961, app/assets/stylesheets/style.scss */
.button.color {
  color: #fff;
}

/* line 2004, app/assets/stylesheets/style.scss */
.button.green {
  background-color: #57a957;
  border-color: #57a957;
}

/* line 2009, app/assets/stylesheets/style.scss */
.button.green:hover {
  background-color: #62c462;
}

/* line 2013, app/assets/stylesheets/style.scss */
.button.green:active {
  background: #57a957;
}

/* */
/* line 2019, app/assets/stylesheets/style.scss */
.button.orange2 {
  background-color: #e36149;
  border-color: #e36149;
}

/* line 2024, app/assets/stylesheets/style.scss */
.button.orange2:hover {
  background-color: #f2664e;
}

/* line 2028, app/assets/stylesheets/style.scss */
.button.orange2:active {
  background: #e36149;
}

/* */
/* line 2034, app/assets/stylesheets/style.scss */
.button.red {
  background-color: #c43c35;
  border-color: #c43c35;
}

/* line 2039, app/assets/stylesheets/style.scss */
.button.red:hover {
  background-color: #ee5f5b;
}

/* line 2043, app/assets/stylesheets/style.scss */
.button.red:active {
  background: #c43c35;
}

/* */
/* line 2049, app/assets/stylesheets/style.scss */
.button.blue {
  background-color: #269ce9;
  border-color: #269ce9;
}

/* line 2054, app/assets/stylesheets/style.scss */
.button.blue:hover {
  background-color: #70b9e8;
}

/* line 2058, app/assets/stylesheets/style.scss */
.button.blue:active {
  background: #269ce9;
}

/* */
/* line 2064, app/assets/stylesheets/style.scss */
.green[disabled],
.green[disabled]:hover,
.green[disabled]:active {
  border-color: #57a957;
  background: #57a957;
  color: #d2ffd2;
}

/* line 2072, app/assets/stylesheets/style.scss */
.red[disabled],
.red[disabled]:hover,
.red[disabled]:active {
  border-color: #c43c35;
  background: #c43c35;
  color: #ffd3d3;
}

/* line 2080, app/assets/stylesheets/style.scss */
.blue[disabled],
.blue[disabled]:hover,
.blue[disabled]:active {
  border-color: #269ce9;
  background: #269ce9;
  color: #93d5ff;
}

/* Group buttons */
/* line 2090, app/assets/stylesheets/style.scss */
.button-group,
.button-group li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 2097, app/assets/stylesheets/style.scss */
.button-group {
  font-size: 0;
  /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

/* line 2109, app/assets/stylesheets/style.scss */
.button-group li {
  margin-right: -1px;
  /* Overlap each right button border */
}

/* line 2113, app/assets/stylesheets/style.scss */
.button-group .button {
  font-size: 13px;
  /* Set the font size, different from inherited 0 */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 2120, app/assets/stylesheets/style.scss */
.button-group .button:active {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, 5px 0 5px -3px rgba(0, 0, 0, 0.2) inset, -5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, 5px 0 5px -3px rgba(0, 0, 0, 0.2) inset, -5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, 5px 0 5px -3px rgba(0, 0, 0, 0.2) inset, -5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
}

/* line 2132, app/assets/stylesheets/style.scss */
.button-group li:first-child .button {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 2138, app/assets/stylesheets/style.scss */
.button-group li:first-child .button:active {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, -5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, -5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, -5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
}

/* line 2147, app/assets/stylesheets/style.scss */
.button-group li:last-child .button {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 2153, app/assets/stylesheets/style.scss */
.button-group li:last-child .button:active {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, 5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, 5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset, 5px 0 5px -3px rgba(0, 0, 0, 0.2) inset;
}

/* line 2162, app/assets/stylesheets/style.scss */
.button.color.activeMenuItem,
.button.color.gray {
  /*	background-color: #3D8EA2;
		border-color: #4D8EA2;*/
  background-color: gray;
  border-color: gray;
}

/* line 2170, app/assets/stylesheets/style.scss */
.button.color.lightgray {
  /*	background-color: #3D8EA2;
		border-color: #4D8EA2;*/
  background-color: #888;
  border-color: #888;
}

/* line 2177, app/assets/stylesheets/style.scss */
.button.color.bibleButton {
  padding: 5px 5px;
  margin-top: -4px;
}

/* Transpose  */
/* line 2183, app/assets/stylesheets/style.scss */
.transposeChord {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

/* line 2189, app/assets/stylesheets/style.scss */
.transposeDown.button.color.small.red {
  width: 7px;
  text-align: center;
}

/* */
/* line 2196, app/assets/stylesheets/style.scss */
.graytext {
  color: #ccc;
  margin-top: 8px;
  margin-bottom: 4px;
}

/* line 2202, app/assets/stylesheets/style.scss */
.big {
  width: 100px;
  height: 100px;
  margin: 0 10px;
  vertical-align: middle;
}

/* line 2209, app/assets/stylesheets/style.scss */
.search_results_list {
  list-style-type: none;
  padding-left: 0;
  padding-top: 8px;
}

/* line 2214, app/assets/stylesheets/style.scss */
.search_results_list > a {
  color: inherit;
}

/* line 2217, app/assets/stylesheets/style.scss */
.search_results_list > a:hover {
  text-decoration: none;
}

/* line 2223, app/assets/stylesheets/style.scss */
.search_result_row {
  margin: 0 -10px;
  padding: 13px 23px;
  padding-right: 20px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 3px;
  background: white;
  position: relative;
}

/* line 2235, app/assets/stylesheets/style.scss */
.search_result_row .title > *,
.search_result_row .song-tags > * {
  line-height: 100%;
  height: 27px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  /* line 2243, app/assets/stylesheets/style.scss */
  .search_result_row .title > *.results-meta,
.search_result_row .song-tags > *.results-meta {
    display: none;
  }
}

/* line 2249, app/assets/stylesheets/style.scss */
.search_result_row .title > * {
  margin-top: -11px;
}

/* line 2253, app/assets/stylesheets/style.scss */
.search_result_row .key {
  padding: 2px 5px 4px 5px;
  font-size: 20px;
  height: 27px;
}

/* line 2259, app/assets/stylesheets/style.scss */
.search_result_row:not(.other-version):before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #e1e1e1;
  width: 100%;
}

/* line 2269, app/assets/stylesheets/style.scss */
.search_result_row:hover {
  background: #d0e7f1;
  box-shadow: 0 20px 30px -27px lightgrey, 0 -20px 30px -27px lightgrey;
  z-index: 10;
}

/* line 2274, app/assets/stylesheets/style.scss */
.search_result_row:hover .title-text {
  text-decoration: underline;
}

/* line 2279, app/assets/stylesheets/style.scss */
.search_result_row > *:not(:last-child),
.search_result_row .contents > *:not(:last-child) {
  margin-right: 10px;
}

/* line 2284, app/assets/stylesheets/style.scss */
.search_result_row.other-version, .search_result_row.search_result_variant {
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 10px 20px 10px 0;
  background: #fafafe;
  margin-top: -1px;
}

/* line 2292, app/assets/stylesheets/style.scss */
.search_result_row.other-version .alta-varianta-search-results, .search_result_row.search_result_variant .alta-varianta-search-results {
  font-size: 30px;
  padding: 20px;
}

/* line 2297, app/assets/stylesheets/style.scss */
.search_result_row.other-version .variant-badge, .search_result_row.search_result_variant .variant-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #6366f1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

/* line 2307, app/assets/stylesheets/style.scss */
.search_result_row.other-version .contents, .search_result_row.search_result_variant .contents {
  flex: 1 0 auto;
  padding-left: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  max-width: calc(100% - 24px);
}

/* line 2319, app/assets/stylesheets/style.scss */
.search_result_row.first-song-with-letter {
  margin-top: 100px;
}

/* line 2322, app/assets/stylesheets/style.scss */
.search_result_row.first-song-with-letter:before {
  content: initial;
}

/* line 2326, app/assets/stylesheets/style.scss */
.search_result_row.first-song-with-letter .alphabet-letter {
  pointer-events: none;
  position: absolute;
  margin-top: -38px;
  font-size: 120px;
  color: black;
  margin-left: -10px;
  padding-top: 3px;
  font-family: "Courier Prime", monospace;
  cursor: default;
  top: 0;
}

/* line 2339, app/assets/stylesheets/style.scss */
.search_result_row.first-song-with-letter .year-section {
  pointer-events: none;
  position: absolute;
  margin-top: -26px;
  font-size: 60px;
  color: black;
  margin-left: -10px;
  padding-top: 3px;
  font-family: "Courier Prime", monospace;
  cursor: default;
  top: 0;
  letter-spacing: -0.08em;
}

/* line 2354, app/assets/stylesheets/style.scss */
.search_result_row .title {
  color: black;
  cursor: pointer;
  flex: 1 0 100%;
  font-size: 20px;
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  font-family: "Barlow";
}

/* line 2364, app/assets/stylesheets/style.scss */
.search_result_row .title .title-text {
  gap: 10px;
}

/* line 2368, app/assets/stylesheets/style.scss */
.search_result_row .title .title-text,
.search_result_row .title .song-title2 {
  margin-bottom: 2px;
  height: 100%;
  align-items: baseline;
}

/* line 2375, app/assets/stylesheets/style.scss */
.search_result_row .title .song {
  padding-right: 5px;
}

/* line 2380, app/assets/stylesheets/style.scss */
.search_result_row .song-author {
  text-decoration: none;
}

/* line 2384, app/assets/stylesheets/style.scss */
.search_result_row .song-tags {
  display: inline-flex;
  flex: 1 0 auto;
}

/* line 2388, app/assets/stylesheets/style.scss */
.search_result_row .song-tags li {
  margin-left: 5px;
}

/* line 2393, app/assets/stylesheets/style.scss */
.search_result_row .fp-lyrics {
  flex: 1 0 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0;
  line-height: 150%;
}

/* line 2401, app/assets/stylesheets/style.scss */
.search_result_row .whitespace {
  flex-grow: 1;
}

/* line 2406, app/assets/stylesheets/style.scss */
.algnRight {
  text-align: right;
}

/* line 2410, app/assets/stylesheets/style.scss */
.rightMenu {
  position: relative;
  display: inline-block;
}

/* line 2414, app/assets/stylesheets/style.scss */
.rightMenu textarea {
  width: 100%;
  height: 140px;
  resize: vertical;
}

/* line 2420, app/assets/stylesheets/style.scss */
.rightMenu input[type="text"] {
  width: 100%;
  border: 0;
  border: 1px dashed gray;
  border-radius: 4px;
  padding: 6px 8px;
}

/* line 2428, app/assets/stylesheets/style.scss */
.rightMenu label {
  font-size: 14px;
  color: gray;
}

/* line 2433, app/assets/stylesheets/style.scss */
.addsong {
  margin-left: 300px;
}

/* line 2437, app/assets/stylesheets/style.scss */
#bible_verses,
#keywords {
  font-size: 13px;
}

/* line 2442, app/assets/stylesheets/style.scss */
#bible_verses_ul,
#keywords_ul {
  background-color: white !important;
  border: 0 !important;
  border-radius: 4px !important;
  border: 1px dashed gray !important;
  margin: 0 !important;
  width: 100%;
  padding: 4px 8px;
}

/* line 2453, app/assets/stylesheets/style.scss */
#bible_verses_ul li,
#keywords_ul li {
  padding: 0 11px 2px 4px !important;
}

/* line 2458, app/assets/stylesheets/style.scss */
#bible_verses_ul li span,
#bible_verses_ul li input,
#keywords_ul li span,
#keywords_ul li input {
  border-radius: 0 !important;
  font-size: 13px !important;
  margin-right: 10px !important;
}

/* line 2467, app/assets/stylesheets/style.scss */
#bible_verses_ul li .tagit-close,
#keywords_ul li .tagit-close {
  right: 0 !important;
  position: absolute !important;
  margin-right: 0 !important;
  width: 12px !important;
  margin-top: -14px !important;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

/* line 2477, app/assets/stylesheets/style.scss */
#bible_verses_ul li .tagit-close:hover,
#keywords_ul li .tagit-close:hover {
  border: 0 !important;
  background-color: transparent !important;
}

/* line 2483, app/assets/stylesheets/style.scss */
#keywords_ul.tagit li.tagit-choice {
  background-color: #b8f6e0 !important;
  border: 1px solid #84f4bc !important;
}

/* line 2487, app/assets/stylesheets/style.scss */
#keywords_ul.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: initial;
}

/* line 2492, app/assets/stylesheets/style.scss */
#keywords_ul.tagit li.tagit-choice:hover {
  background-color: #a8d6c0 !important;
  border-color: #34b47c !important;
}

/* line 2497, app/assets/stylesheets/style.scss */
.with-chords .chord:not(.chord2):not(.no-styling) {
  display: inline;
  color: white;
  background: #269ce9;
  font-size: 13px;
  position: absolute;
  margin: 0;
  vertical-align: top;
  line-height: 12px;
  margin-top: -8px;
  padding: 3px 5px 5px 5px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  font-weight: 900;
  font-style: initial;
  letter-spacing: -0.03em;
}

/* line 2515, app/assets/stylesheets/style.scss */
.with-chords .chord2:not(.chord):not(.no-styling) {
  display: inline;
  font-size: 14px;
  position: absolute;
  margin: 0;
  vertical-align: top;
  line-height: 12px;
  margin-top: -6px;
  padding: 3px 4px 3px 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  font-weight: 500;
  font-style: initial;
  border-bottom: 2px solid gray;
  letter-spacing: -0.03em;
  border-radius: 0;
  padding-bottom: 1px;
  padding: 2px;
  border: 1px solid gray;
  font-family: roboto condensed;
}

/* line 2537, app/assets/stylesheets/style.scss */
.chord:not(.no-styling) {
  display: none;
}

/* line 2542, app/assets/stylesheets/style.scss */
.with-chords.verse, .with-chords.chorus, .with-chords.bridge, .with-chords.prechorus, .with-chords.outro {
  line-height: 260%;
  margin-bottom: 50px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 800px) {
  /* line 2542, app/assets/stylesheets/style.scss */
  .with-chords.verse, .with-chords.chorus, .with-chords.bridge, .with-chords.prechorus, .with-chords.outro {
    margin-left: 30px;
  }
}

@media screen and (max-width: 800px) {
  /* line 2556, app/assets/stylesheets/style.scss */
  .with-chords.verse:before, .with-chords.chorus:before, .with-chords.bridge:before, .with-chords.prechorus:before, .with-chords.outro:before {
    top: -20px;
  }
}

@media screen and (min-width: 800px) {
  /* line 2562, app/assets/stylesheets/style.scss */
  .with-chords.verse:before, .with-chords.chorus:before, .with-chords.bridge:before, .with-chords.prechorus:before, .with-chords.outro:before {
    top: -54px;
  }
}

/* line 2569, app/assets/stylesheets/style.scss */
.verse.hidden,
.chorus.hidden,
.bridge.hidden,
.prechorus.hidden,
.outro.hidden {
  display: none;
}

/* line 2577, app/assets/stylesheets/style.scss */
.description {
  float: right;
  margin-top: 5px;
}

/* line 2581, app/assets/stylesheets/style.scss */
.description a {
  padding: 0;
}

/* line 2585, app/assets/stylesheets/style.scss */
.songs-list tr:hover {
  background-color: lightgray;
}

/* line 2589, app/assets/stylesheets/style.scss */
.unapproved {
  color: red;
}

/* line 2593, app/assets/stylesheets/style.scss */
.fp-latest-videos {
  position: fixed;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  background: rgba(110, 100, 120, 0.2);
  padding: 30px 20px 50px 20px;
  margin-bottom: -30px;
  box-shadow: inset 0 10px 3px -10px #949494;
  height: 184px;
  min-width: 935px;
}

/* line 2607, app/assets/stylesheets/style.scss */
.fp-latest-videos .section-title {
  position: absolute;
  top: 11px;
  margin-left: -1px;
  padding: 3px 6px;
  margin-top: -13px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 8px 10px 5px -10px #949494, -8px 10px 5px -10px #949494;
  color: gray;
  text-transform: lowercase;
}

/* line 2621, app/assets/stylesheets/style.scss */
.fp-latest-videos .video-element {
  display: inline-block;
  text-align: left;
}

/* line 2626, app/assets/stylesheets/style.scss */
.fp-latest-videos .video-element a {
  margin-left: 3px;
  margin-bottom: 4px;
  transition: all 0.2s;
  width: initial;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 192px;
}

/* line 2637, app/assets/stylesheets/style.scss */
.fp-latest-videos .video-element a:hover {
  min-width: 190px;
}

/* line 2641, app/assets/stylesheets/style.scss */
.video-element iframe:hover {
  opacity: 1;
  height: 145px;
  margin-top: -25px;
}

/* line 2647, app/assets/stylesheets/style.scss */
.video-element iframe {
  opacity: 0.6;
  padding: 3px;
  transition: all 0.4s;
  width: 220px;
  height: 120px;
  border: 0;
}

/* line 2656, app/assets/stylesheets/style.scss */
.song-meta {
  padding: 3px;
}

/* line 2659, app/assets/stylesheets/style.scss */
.song-meta span {
  margin: 3px;
}

/* line 2663, app/assets/stylesheets/style.scss */
.gathering-buttons {
  line-height: 31px;
}

/* line 2667, app/assets/stylesheets/style.scss */
.now-entering-text {
  font-family: menlo courier-new;
}

/* line 2671, app/assets/stylesheets/style.scss */
.expandable {
  height: 90px;
  overflow: hidden;
  transition: height 200ms, padding 800ms;
  box-shadow: inset 0 -15px 17px -19px rgba(0, 0, 0, 0.2), 0 12px 19px -7px rgba(245, 245, 245, 0.2);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #aaa;
  position: relative;
  margin-bottom: 20px;
}

/* line 2684, app/assets/stylesheets/style.scss */
.expandable .widget-title {
  margin-left: -10px;
  transition: margin 800ms;
}

/* line 2689, app/assets/stylesheets/style.scss */
.see-more {
  position: absolute;
  margin-top: -21px;
  padding: 0 6px 1px 6px;
  background: rgba(38, 156, 233, 0.3);
  color: white !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 215px;
}

/* line 2700, app/assets/stylesheets/style.scss */
.see-more:hover {
  background: #269ce9;
  text-decoration: none;
}

/* line 2705, app/assets/stylesheets/style.scss */
#header_substitute {
  display: none;
}

/* line 2709, app/assets/stylesheets/style.scss */
.pagination {
  margin-top: -27px;
  margin-bottom: 30px;
}

/* line 2714, app/assets/stylesheets/style.scss */
.search-pagination {
  text-align: center;
  margin: 8px 0;
}

/* line 2718, app/assets/stylesheets/style.scss */
.search-pagination .pagination {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding: 0;
}

/* line 2729, app/assets/stylesheets/style.scss */
.search-pagination .pagination li {
  display: inline-block;
}

/* line 2733, app/assets/stylesheets/style.scss */
.search-pagination .pagination a, .search-pagination .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 0.2s;
  background: #fff;
}

/* line 2751, app/assets/stylesheets/style.scss */
.search-pagination .pagination a:hover {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #4f46e5;
  text-decoration: none;
}

/* line 2758, app/assets/stylesheets/style.scss */
.search-pagination .pagination em.current,
.search-pagination .pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 6px 10px;
  background: #0f172a;
  border: 1px solid #0f172a;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* line 2776, app/assets/stylesheets/style.scss */
.search-pagination .pagination .disabled span {
  color: #d1d5db;
  background: #f9fafb;
  border-color: #f3f4f6;
  cursor: default;
}

/* line 2783, app/assets/stylesheets/style.scss */
.search-pagination .pagination .previous_page a,
.search-pagination .pagination .next_page a,
.search-pagination .pagination .previous_page span,
.search-pagination .pagination .next_page span {
  font-weight: 600;
  padding: 8px 18px;
}

/* line 2793, app/assets/stylesheets/style.scss */
.song-info-wrapper {
  display: flex;
}

/* line 2796, app/assets/stylesheets/style.scss */
.song-info-wrapper .original-version {
  flex: 1 0 30%;
  margin-right: 20px;
}

/* line 2801, app/assets/stylesheets/style.scss */
.song-info-wrapper .backstory {
  flex: 1 1 auto;
}

/* line 2805, app/assets/stylesheets/style.scss */
.song-info-wrapper p {
  word-break: break-word;
  line-height: 160%;
  margin-top: 10px;
}

/* line 2812, app/assets/stylesheets/style.scss */
#fb_wrapper {
  display: inline-block;
  height: 21px;
  text-align: right;
  width: 326px;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 2822, app/assets/stylesheets/style.scss */
#fboverlay {
  display: inline-block;
  width: 158px;
  height: 20px;
  text-align: right;
  left: 0;
  right: 0;
  margin-bottom: 8px;
  margin-right: 5px;
}

/*        #fb_wrapper .message {
            color: #e36149;
        }
*/
/* line 2836, app/assets/stylesheets/style.scss */
#fboverlay iframe {
  opacity: 1 !important;
}

/* line 2840, app/assets/stylesheets/style.scss */
#fboverlay iframe:hover {
  height: initial !important;
  margin-top: initial !important;
}

/* line 2845, app/assets/stylesheets/style.scss */
.info-section {
  text-align: left;
  width: 911px;
  margin: 0 auto;
  margin-top: -51px;
  margin-bottom: 59px;
  position: relative;
}

/* line 2854, app/assets/stylesheets/style.scss */
.fp-didyouknow {
  color: #999;
  display: inline-block;
  position: absolute;
  width: 580px;
  bottom: 0;
}

/* line 2862, app/assets/stylesheets/style.scss */
form[rel="async"] > div {
  margin-left: -329px;
  margin-top: -71px;
}

/* line 2867, app/assets/stylesheets/style.scss */
.right-side-text-h3 {
  float: right;
}

/* line 2871, app/assets/stylesheets/style.scss */
.song-search-btn.button.blue.small.color {
  font-size: 13px;
}

/* line 2874, app/assets/stylesheets/style.scss */
.song-search-text {
  height: 22px;
  border: 0 solid white;
  border-bottom: 0 dashed #888;
  outline: none;
  padding: 1px 5px;
  border-radius: 3px;
  padding-right: 10px;
  margin-right: -9px;
  margin-left: 10px;
}

/* line 2886, app/assets/stylesheets/style.scss */
.song-author {
  color: gray !important;
  font-size: 11px;
}

/* line 2891, app/assets/stylesheets/style.scss */
.song-year {
  background: #eee;
  padding: 0px 4px;
  border-radius: 5px;
  font-size: 10px;
}

/* line 2898, app/assets/stylesheets/style.scss */
.skew-btn {
  background-color: #259ce9;
  color: white;
  position: relative;
  padding-left: 15px;
  overflow: hidden;
}

/* line 2905, app/assets/stylesheets/style.scss */
.skew-btn:before {
  content: " ";
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  border-left: none;
  font-size: 0;
  line-height: 0%;
  width: 0;
  border-top: 100px solid #ddd;
  border-bottom: none;
  border-right: 11px solid transparent;
}

/* line 2919, app/assets/stylesheets/style.scss */
.skew-btn:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: none;
  font-size: 0;
  line-height: 0%;
  width: 0;
  border-bottom: 100px solid #ddd;
  border-top: none;
  border-left: 11px solid transparent;
}

/* line 2935, app/assets/stylesheets/style.scss */
.link .admin-link {
  color: #e36149;
}

/* line 2939, app/assets/stylesheets/style.scss */
.link:after {
  border-top: 0 solid lightgray;
  content: " ";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 0;
  transition: all 0.3s;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 0 solid transparent;
}

/* line 2953, app/assets/stylesheets/style.scss */
.link:hover:after {
  border-top: 2px solid #e36149;
  box-shadow: 0 0 10px 0 white;
}

/* Menu Dropdown Styles */
/* line 2960, app/assets/stylesheets/style.scss */
.menu-dropdown {
  position: relative !important;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 2966, app/assets/stylesheets/style.scss */
.menu-dropdown .dropdown-toggle {
  font-size: 10px;
  cursor: pointer;
  transition: transform 0.2s;
  display: inline-block;
  padding: 2px 6px;
  color: #666;
  user-select: none;
  position: relative;
  z-index: 2;
}

/* line 2977, app/assets/stylesheets/style.scss */
.menu-dropdown .dropdown-toggle:hover {
  color: #e36149;
}

/* line 2981, app/assets/stylesheets/style.scss */
.menu-dropdown .dropdown-toggle.rotate {
  transform: rotate(180deg);
}

/* Admin Menu - Orange Color */
/* line 2989, app/assets/stylesheets/style.scss */
.admin-menu-dropdown .admin-link {
  color: #e36149 !important;
}

/* line 2993, app/assets/stylesheets/style.scss */
.admin-menu-dropdown .admin-toggle {
  color: #e36149;
}

/* Generic Nav Submenu - MUST be hidden by default */
/* line 2999, app/assets/stylesheets/style.scss */
ul.nav-submenu,
.nav-submenu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  min-width: 160px !important;
  margin-top: 5px !important;
  padding: 8px 0 !important;
  z-index: 10000 !important;
  list-style: none !important;
}

/* line 3015, app/assets/stylesheets/style.scss */
ul.nav-submenu.show,
.nav-submenu.show {
  display: block !important;
}

/* line 3019, app/assets/stylesheets/style.scss */
ul.nav-submenu li,
.nav-submenu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #f0f0f0;
  background: none !important;
  display: block !important;
  width: 100% !important;
}

/* line 3028, app/assets/stylesheets/style.scss */
ul.nav-submenu li:last-child,
.nav-submenu li:last-child {
  border-bottom: none;
}

/* line 3032, app/assets/stylesheets/style.scss */
ul.nav-submenu li a,
.nav-submenu li a {
  display: block !important;
  padding: 10px 15px !important;
  color: #333 !important;
  text-decoration: none !important;
  transition: background 0.2s;
  font-size: 14px !important;
  background: transparent !important;
  border: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}

/* line 3045, app/assets/stylesheets/style.scss */
ul.nav-submenu li a:hover,
.nav-submenu li a:hover {
  background: #f8f9fa !important;
  color: #e36149 !important;
}

/* line 3050, app/assets/stylesheets/style.scss */
ul.nav-submenu li a:after,
.nav-submenu li a:after {
  display: none !important;
}

/* Admin Submenu - Orange Theme */
/* line 3059, app/assets/stylesheets/style.scss */
.admin-submenu a:hover {
  background: #fff5f3 !important;
  color: #e36149 !important;
}

/* Compact menu items */
/* line 3066, app/assets/stylesheets/style.scss */
.link {
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

/* line 3072, app/assets/stylesheets/style.scss */
.link i {
  font-size: 14px;
  margin-right: 4px;
  width: 14px;
  display: inline-block;
  text-align: center;
}

/* Active and Hover States for Menu */
/* line 3082, app/assets/stylesheets/style.scss */
#main-menu {
  position: relative;
  display: flex;
  align-items: center;
  /* Remove underlines from all links in menu */
}

/* line 3088, app/assets/stylesheets/style.scss */
#main-menu a {
  text-decoration: none !important;
}

/* line 3092, app/assets/stylesheets/style.scss */
#main-menu > li {
  position: relative;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  /* Active state - white background with black text */
  /* Admin menu active state - keep orange */
  /* Hover state - change text color */
  /* Admin menu keeps orange on hover */
}

/* line 3100, app/assets/stylesheets/style.scss */
#main-menu > li.active::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 6px;
  background: black;
  border-radius: 6px;
  width: calc(100% - 4px);
  height: 3px;
  z-index: 1;
  pointer-events: none;
}

/* line 3116, app/assets/stylesheets/style.scss */
#main-menu > li.admin-menu-dropdown.active > a.admin-link,
#main-menu > li.admin-menu-dropdown.active > a.admin-link i {
  color: #e36149 !important;
}

/* line 3121, app/assets/stylesheets/style.scss */
#main-menu > li.admin-menu-dropdown.active .admin-toggle {
  color: #e36149 !important;
}

/* line 3128, app/assets/stylesheets/style.scss */
#main-menu > li:hover > a.link:not(.admin-link),
#main-menu > li:hover > a.link:not(.admin-link) i,
#main-menu > li:hover .dropdown-toggle:not(.admin-toggle) {
  color: #000 !important;
}

/* line 3137, app/assets/stylesheets/style.scss */
#main-menu > li.admin-menu-dropdown:hover > a.admin-link,
#main-menu > li.admin-menu-dropdown:hover > a.admin-link i {
  color: #e36149 !important;
}

/* line 3142, app/assets/stylesheets/style.scss */
#main-menu > li.admin-menu-dropdown:hover .admin-toggle {
  color: #e36149 !important;
}

/* Morphing hover indicator */
/* line 3150, app/assets/stylesheets/style.scss */
.menu-hover-indicator {
  position: absolute;
  top: 1px;
  /* Account for 2px top padding */
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* On translucent header (song pages) - ensure active/hover work */
/* line 3163, app/assets/stylesheets/style.scss */
.colorful-bg.translucent #main-menu > li {
  /* Admin stays orange on translucent too */
}

/* line 3165, app/assets/stylesheets/style.scss */
.colorful-bg.translucent #main-menu > li.active > a.link:not(.admin-link),
.colorful-bg.translucent #main-menu > li.active > a.link:not(.admin-link) i,
.colorful-bg.translucent #main-menu > li.active .dropdown-toggle:not(.admin-toggle) {
  color: #000 !important;
}

/* line 3173, app/assets/stylesheets/style.scss */
.colorful-bg.translucent #main-menu > li:hover > a.link:not(.admin-link),
.colorful-bg.translucent #main-menu > li:hover > a.link:not(.admin-link) i,
.colorful-bg.translucent #main-menu > li:hover .dropdown-toggle:not(.admin-toggle) {
  color: #000 !important;
}

/* line 3182, app/assets/stylesheets/style.scss */
.colorful-bg.translucent #main-menu > li.admin-menu-dropdown.active > a.admin-link,
.colorful-bg.translucent #main-menu > li.admin-menu-dropdown.active > a.admin-link i,
.colorful-bg.translucent #main-menu > li.admin-menu-dropdown.active .admin-toggle {
  color: #e36149 !important;
}

/* line 3190, app/assets/stylesheets/style.scss */
.colorful-bg.translucent #main-menu > li.admin-menu-dropdown:hover > a.admin-link,
.colorful-bg.translucent #main-menu > li.admin-menu-dropdown:hover > a.admin-link i,
.colorful-bg.translucent #main-menu > li.admin-menu-dropdown:hover .admin-toggle {
  color: #e36149 !important;
}

/* Collapsible Search - Header Specific */
/* line 3199, app/assets/stylesheets/style.scss */
#header .search-form {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-left: 10px !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  z-index: 100;
}

/* line 3211, app/assets/stylesheets/style.scss */
#header .search-toggle-btn {
  background: none;
  border: none;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  padding: 8px 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

/* line 3223, app/assets/stylesheets/style.scss */
#header .search-toggle-btn:hover {
  color: #e36149;
}

/* line 3227, app/assets/stylesheets/style.scss */
#header .search-toggle-btn i {
  margin: 0;
}

/* line 3232, app/assets/stylesheets/style.scss */
#header .search-form-expandable {
  display: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 4px;
  z-index: 1001;
  margin: 0 !important;
}

/* line 3245, app/assets/stylesheets/style.scss */
#header #song_search.search-form-expandable {
  display: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* line 3250, app/assets/stylesheets/style.scss */
#header .search-form-expandable.expanded {
  display: flex !important;
}

/* line 3254, app/assets/stylesheets/style.scss */
#header #song_search.search-form-expandable.expanded {
  display: flex !important;
}

/* line 3258, app/assets/stylesheets/style.scss */
#header .search-form-expandable input[type="text"] {
  border: none !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  outline: none;
  width: 200px;
  background: transparent;
}

/* line 3267, app/assets/stylesheets/style.scss */
#header .search-form-expandable .search-submit-btn {
  background: #4b7def;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 3279, app/assets/stylesheets/style.scss */
#header .search-form-expandable .search-submit-btn:hover {
  background: #3a6ad5;
}

/* line 3283, app/assets/stylesheets/style.scss */
#header .search-form-expandable .search-submit-btn i {
  margin: 0;
  color: white;
  font-size: 14px;
}

/* Override generic #song_search display for header */
/* line 3292, app/assets/stylesheets/style.scss */
#header #song_search:not(.expanded) {
  display: none !important;
}

/* line 3296, app/assets/stylesheets/style.scss */
#header #song_search.expanded {
  display: flex !important;
}

/* Mobile search: full-width expandable, hide toggle when open */
@media (max-width: 768px) {
  /* line 3302, app/assets/stylesheets/style.scss */
  #header .search-form {
    position: static !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }
  /* line 3308, app/assets/stylesheets/style.scss */
  #header .search-toggle-btn {
    padding: 8px !important;
    font-size: 16px;
  }
  /* line 3313, app/assets/stylesheets/style.scss */
  #header .search-form-expandable {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    padding: 8px 12px !important;
    z-index: 100001 !important;
    background: #fff !important;
  }
  /* line 3324, app/assets/stylesheets/style.scss */
  #header .search-form-expandable input[type="text"] {
    width: 100% !important;
    flex: 1;
    font-size: 16px !important;
  }
}

/* line 3332, app/assets/stylesheets/style.scss */
.search-results-header {
  justify-content: initial;
}

/* line 3336, app/assets/stylesheets/style.scss */
.year-chooser-wrapper {
  position: relative;
}

/* line 3339, app/assets/stylesheets/style.scss */
.year-chooser-wrapper .label {
  padding: 1px 3px;
  margin-top: 0;
  font-size: 11px;
  vertical-align: middle;
  height: initial;
  font-weight: 900;
  z-index: 1;
  margin-left: 5px;
  padding-top: 0;
  border-radius: 5px;
  background: white;
  font-size: 20px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
}

/* line 3358, app/assets/stylesheets/style.scss */
.year-chooser-wrapper .year-selector {
  padding-top: 0;
  border-radius: 5px;
  background: #333;
  color: white;
  font-size: 25px;
  margin-bottom: 7px;
  padding: 0px 0px 0px 0px;
  min-width: 70px;
  z-index: 1;
  background: transparent;
  cursor: pointer;
  outline: none;
  top: 0;
  left: 0;
  color: #444;
  font-weight: 300;
  padding: 3px 6px;
  line-height: 120%;
  border-color: lightgray;
  font-size: 14px;
  margin: 0;
  padding-right: 20px;
}

/* line 3384, app/assets/stylesheets/style.scss */
.year-chooser-wrapper .selector-arrow {
  color: #444;
  margin-left: -10px;
  font-size: 11px;
}

/* line 3391, app/assets/stylesheets/style.scss */
.scroll-top-wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

/* line 3406, app/assets/stylesheets/style.scss */
.scroll-top-wrapper span {
  margin: 0;
  font-size: 26px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3417, app/assets/stylesheets/style.scss */
.hidden {
  display: none;
}

@media (max-width: 660px) {
  /* line 3422, app/assets/stylesheets/style.scss */
  .hide-xs {
    display: none;
  }
}

@media (min-width: 661px) {
  /* line 3428, app/assets/stylesheets/style.scss */
  .hide-md {
    display: none;
  }
}

/* line 3433, app/assets/stylesheets/style.scss */
.hover-opacity:hover * {
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.9;
}

/* line 3439, app/assets/stylesheets/style.scss */
.reduced-opacity {
  opacity: 0.7;
}

/* line 3443, app/assets/stylesheets/style.scss */
.song-history-tooltip {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.85em;
  z-index: 9999;
  max-width: 300px;
}
